Check dirty var.
[doldaconnect.git] / config / dolconf-wnd.desc
1 ;prefix: cfw_
2 ;hascolumns: y
3 ;hasaccels: y
4 :wnd name: wnd title: "Dolda Connect configurator" var: y sig(delete_event): astcancel
5         :vbox
6                 :menubar
7                         :menuitem label: _Main
8                                 :menu
9                                         $smenuitem name: save stock: SAVE sig: activate
10                                         $smenuitem name: quit stock: QUIT sig: activate
11                                 end
12                         end
13                 end
14                 :notebook pos: LEFT fill: y expand: y
15                         :table rows: 4 cols: 2 nblabel: "_Published info"
16                                 $mlbl label: "Screen _name" mwidget: nick tx: 0 ty: 0
17                                 $text name: nick var: y expandx: y fillx: y tx: 1 ty: 0
18                                 $mlbl label: "_Description" mwidget: desc tx: 0 ty: 1
19                                 $text name: desc var: y expandx: y fillx: y tx: 1 ty: 1
20                                 $mlbl label: "_Connection type" mwidget: cntype tx: 0 ty: 2
21                                 $text name: cntype var: y expandx: y fillx: y tx: 1 ty: 2
22                                 $mlbl label: "_E-mail address" mwidget: mail tx: 0 ty: 3
23                                 $text name: mail var: y expandx: y fillx: y tx: 1 ty: 3
24                         end
25                         :vbox nblabel: "S_hared directories"
26                                 :sw expand: TRUE fill: TRUE
27                                         :treeview name: sharelist var: y
28                                                 $tvcol title: Path text: 1 sortcol: 1
29                                         end
30                                 end
31                                 :hbox
32                                         $sbtn name: shareadd stock: ADD sig: clicked
33                                         $sbtn name: sharerem stock: REMOVE sig: clicked
34                                 end
35                         end
36                         :vbox nblabel: "Net_work"
37                                 $radio label: "_Active mode" var: y name: mode_act sig: toggled
38                                 :vbox var: y name: natbox
39                                         $chk name: orport var: y label: "Spe_cify ports" sig: toggled
40                                         :hbox spacing: 10 var: y name: portbox sensitive: FALSE
41                                                 $mlbl label: "_TCP port:" mwidget: tcpport
42                                                 $text name: tcpport var: y fill: y expand: y
43                                                 $mlbl label: "_UDP port:" mwidget: udpport
44                                                 $text name: udpport var: y fill: y expand: y
45                                         end
46                                         $chk name: oraddr var: y label: "_Override IP address" sig: toggled
47                                         :hbox spacing: 10 var: y name: addrbox sensitive: FALSE
48                                                 $mlbl label: "_IP address:" mwidget: extip
49                                                 $text name: extip var: y fill: y expand: y
50                                         end
51                                 end
52                                 $radio label: "Passi_ve mode" var: y name: mode_psv group: mode_act
53                         end
54                         :vbox nblabel: "_Remoting"
55                                 $chk label: "_Allow user interfaces to connect remotely" var: y name: uinet sig: toggled
56                                 :vbox var: y name: uibox sensitive: FALSE
57                                         $chk label: "_Trust connections without a password" var: y name: authless
58                                         $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
59                                 end
60                         end
61                 end
62         end
63 end