Initial import.
[doldaconnect.git] / config / dolconf-assistant.desc
1 ;prefix: ast_
2 ;hascolumns: y
3 :assistant name: wnd var: y sig(cancel): astcancel sig(close): astcancel sig(prepare): astupdate sig: apply title: "Dolda Connect configurator"
4         :align title: Introduction ptype: INTRO cmpl: TRUE xs: 0 ys: 0 xa: 0 ya: 0
5                 $lbl wrap: y label: "This assistent will guide you through the steps minimally required for setting up Dolda Connect as a normal Direct Connect client.\\nIf you wish to set up the more advanced features of Dolda Connect, please either use the more complete setup form of this program, which will be available after this assistant is complete, or edit the configuration file (~/.doldacond.conf) manually."
6         end
7         :vbox title: "Personal info" var: y name: page1
8                 $lbl label: "Please enter your personal information:"
9                 :table rows: 2 cols: 2 fill: TRUE
10                         $mlbl label: "_Screen name" mwidget: nick tx: 0 ty: 0
11                         $text name: nick var: y expand: y fill: y sig: changed tx: 1 ty: 0
12                         $mlbl label: "_Description" mwidget: desc tx: 0 ty: 1
13                         $text name: desc var: y expand: y fill: y tx: 1 ty: 1
14                 end
15         end
16         :vbox title: "Shared directories" var: y name: page2
17                 $lbl label: "Please choose the directories that you wish to share:"
18                 :vbox expand: TRUE fill: TRUE
19                         :sw expand: TRUE fill: TRUE
20                                 :treeview name: sharelist var: y
21                                         $tvcol title: Path text: 1 sortcol: 1
22                                 end
23                         end
24                         :hbox
25                                 $sbtn name: shareadd stock: ADD sig: clicked
26                                 $sbtn name: sharerem stock: REMOVE sig: clicked
27                         end
28                 end
29         end
30         :vbox title: "Network" cmpl: TRUE
31                 $lbl label: "Please choose the network mode to use"
32                 $radio label: "_Active mode" var: y name: mode_act
33                 $lbl label: "Active mode is the best choice when this computer is connected directly to the internet" wrap: y
34                 $radio label: "Active with specified _port" var: y name: mode_nat group: mode_act
35                 $radio label: "Passi_ve mode" var: y name: mode_psv group: mode_act
36         end
37         :vbox title: "Confirmation" ptype: CONFIRM cmpl: TRUE
38                 $lbl label: "Please confirm that you wish to apply the following options:"
39                 :sw fill: TRUE expand: TRUE
40                         $textview name: summary var: y editable: FALSE
41                 end
42         end
43 end