| 1 | ;prefix: start_ |
| 2 | :wnd name: wnd title: "Dolda Connect" var: y sig(delete_event): cb_start_hide_clicked |
| 3 | :vbox |
| 4 | :hbox |
| 5 | $xpmimg data: dolda_icon_xpm |
| 6 | $lbl expand: y fill: y pad: 15 wrap: y label: "Dolda Connect is currently starting.\\n\\nDepending on the number of files you are sharing and the speed of your hard drive, this process may take a few minutes." |
| 7 | end |
| 8 | $hr pad: 5 |
| 9 | :hbtnbox layout: END |
| 10 | $btn name: hide label: "_Hide this window" sig: clicked |
| 11 | $sbtn name: abort stock: CANCEL sig: clicked |
| 12 | end |
| 13 | end |
| 14 | end |
| 15 | :wnd name: errwnd title: "Error" var: y sig(delete_event): cb_start_errok_clicked |
| 16 | :vbox |
| 17 | :hbox |
| 18 | $simg stock: DIALOG_ERROR size: DIALOG |
| 19 | $lbl pad: 15 wrap: y label: "The Dolda Connect daemon failed to start.\\n\\nThe following messages were recorded before the daemon aborted:" |
| 20 | end |
| 21 | :sw expand: y fill: y |
| 22 | $textview name: log var: y editable: FALSE |
| 23 | end |
| 24 | $hr pad: 5 |
| 25 | :hbtnbox layout: END |
| 26 | $sbtn name: errok stock: OK sig: clicked |
| 27 | end |
| 28 | end |
| 29 | end |