dolconf almost done.
[doldaconnect.git] / config / dolconf-wnd.desc
1 ;prefix: cfw_
2 ;hascolumns: y
3 :wnd name: wnd title: "Dolda Connect configurator" var: y sig(delete_event): astcancel
4         :vbox
5                 :notebook pos: LEFT fill: y expand: y
6                         :table rows: 4 cols: 2 nblabel: "_Published info"
7                                 $mlbl label: "Screen _name" mwidget: nick tx: 0 ty: 0
8                                 $text name: nick var: y expandx: y fillx: y tx: 1 ty: 0
9                                 $mlbl label: "_Description" mwidget: desc tx: 0 ty: 1
10                                 $text name: desc var: y expandx: y fillx: y tx: 1 ty: 1
11                                 $mlbl label: "_Connection type" mwidget: cntype tx: 0 ty: 2
12                                 $text name: cntype var: y expandx: y fillx: y tx: 1 ty: 2
13                                 $mlbl label: "_E-mail address" mwidget: mail tx: 0 ty: 3
14                                 $text name: mail var: y expandx: y fillx: y tx: 1 ty: 3
15                         end
16                         :vbox nblabel: "S_hared directories"
17                                 :sw expand: TRUE fill: TRUE
18                                         :treeview name: sharelist var: y
19                                                 $tvcol title: Path text: 1 sortcol: 1
20                                         end
21                                 end
22                                 :hbox
23                                         $sbtn name: shareadd stock: ADD sig: clicked
24                                         $sbtn name: sharerem stock: REMOVE sig: clicked
25                                 end
26                         end
27                         :vbox nblabel: "Net_work"
28                                 $radio label: "_Active mode" var: y name: mode_act sig: toggled
29                                 :vbox var: y name: natbox
30                                         $chk name: orport var: y label: "Spe_cify ports" sig: toggled
31                                         :hbox spacing: 10 var: y name: portbox sensitive: FALSE
32                                                 $mlbl label: "_TCP port:" mwidget: tcpport
33                                                 $text name: tcpport var: y fill: y expand: y
34                                                 $mlbl label: "_UDP port:" mwidget: udpport
35                                                 $text name: udpport var: y fill: y expand: y
36                                         end
37                                         $chk name: oraddr var: y label: "_Override IP address" sig: toggled
38                                         :hbox spacing: 10 var: y name: addrbox sensitive: FALSE
39                                                 $mlbl label: "_IP address:" mwidget: extip
40                                                 $text name: extip var: y fill: y expand: y
41                                         end
42                                 end
43                                 $radio label: "Passi_ve mode" var: y name: mode_psv group: mode_act
44                         end
45                         :vbox nblabel: "_Remoting"
46                                 $chk label: "_Allow user interfaces to connect remotely" var: y name: uinet sig: toggled
47                                 :vbox var: y name: uibox sensitive: FALSE
48                                         $chk label: "_Trust connections without a password" var: y name: authless
49                                         $lbl markup: "<i>Important: The above option is a security hole. It allows you to connect without a password, but it also allows everyone else to do the same, so you should absolutely not use it unless you are sure that everyone who can connect to your computer is trusted.</i>" wrap: y
50                                 end
51                         end
52                 end
53                 :hbox
54                         $btn label: "_Save settings" name: save sig: clicked
55                         $sbtn stock: QUIT name: quit sig: clicked
56                 end
57         end
58 end