source: tags/1.2.0/Forms/UFormSettings.lfm

Last change on this file was 75, checked in by chronos, 8 years ago
  • Fixed: Use option start minimized in system tray only in case of user logon.
File size: 1.4 KB
Line 
1object FormSettings: TFormSettings
2 Left = 798
3 Height = 491
4 Top = 367
5 Width = 689
6 Caption = 'Settings'
7 ClientHeight = 491
8 ClientWidth = 689
9 OnShow = FormShow
10 Position = poScreenCenter
11 LCLVersion = '1.6.0.4'
12 object ComboBoxLanguage: TComboBox
13 Left = 184
14 Height = 28
15 Top = 24
16 Width = 236
17 ItemHeight = 20
18 Style = csDropDownList
19 TabOrder = 0
20 end
21 object Label1: TLabel
22 Left = 16
23 Height = 20
24 Top = 24
25 Width = 68
26 Caption = 'Language:'
27 ParentColor = False
28 end
29 object ButtonOk: TButton
30 Left = 584
31 Height = 25
32 Top = 448
33 Width = 75
34 Anchors = [akRight]
35 Caption = 'Ok'
36 ModalResult = 1
37 OnClick = ButtonOkClick
38 TabOrder = 3
39 end
40 object ButtonCancel: TButton
41 Left = 459
42 Height = 25
43 Top = 447
44 Width = 75
45 Anchors = [akRight, akBottom]
46 Caption = 'Cancel'
47 ModalResult = 2
48 TabOrder = 2
49 end
50 object CheckBoxAlwaysOnTop: TCheckBox
51 Left = 16
52 Height = 24
53 Top = 64
54 Width = 118
55 Caption = 'Always on top'
56 TabOrder = 1
57 end
58 object CheckBoxStartOnLogon: TCheckBox
59 Left = 16
60 Height = 24
61 Top = 96
62 Width = 150
63 Caption = 'Start on user logon'
64 OnChange = CheckBoxStartOnLogonChange
65 TabOrder = 4
66 end
67 object CheckBoxStartMinimizedToTray: TCheckBox
68 Left = 48
69 Height = 24
70 Top = 128
71 Width = 176
72 Caption = 'Start minimized to tray'
73 TabOrder = 5
74 end
75end
Note: See TracBrowser for help on using the repository browser.