source: tags/1.3.1/Forms/UFormSettings.lfm

Last change on this file was 105, checked in by chronos, 8 years ago
  • Added: Hidden settings of DPI.
File size: 2.0 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 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object ComboBoxLanguage: TComboBox
14 Left = 184
15 Height = 28
16 Top = 24
17 Width = 236
18 ItemHeight = 20
19 Style = csDropDownList
20 TabOrder = 0
21 end
22 object Label1: TLabel
23 Left = 16
24 Height = 20
25 Top = 24
26 Width = 68
27 Caption = 'Language:'
28 ParentColor = False
29 end
30 object ButtonOk: TButton
31 Left = 584
32 Height = 25
33 Top = 448
34 Width = 75
35 Anchors = [akRight]
36 Caption = 'Ok'
37 ModalResult = 1
38 OnClick = ButtonOkClick
39 TabOrder = 3
40 end
41 object ButtonCancel: TButton
42 Left = 459
43 Height = 25
44 Top = 447
45 Width = 75
46 Anchors = [akRight, akBottom]
47 Caption = 'Cancel'
48 ModalResult = 2
49 TabOrder = 2
50 end
51 object CheckBoxAlwaysOnTop: TCheckBox
52 Left = 16
53 Height = 24
54 Top = 64
55 Width = 118
56 Caption = 'Always on top'
57 TabOrder = 1
58 end
59 object CheckBoxStartOnLogon: TCheckBox
60 Left = 16
61 Height = 24
62 Top = 96
63 Width = 150
64 Caption = 'Start on user logon'
65 OnChange = CheckBoxStartOnLogonChange
66 TabOrder = 4
67 end
68 object CheckBoxStartMinimizedToTray: TCheckBox
69 Left = 48
70 Height = 24
71 Top = 128
72 Width = 176
73 Caption = 'Start minimized to tray'
74 TabOrder = 5
75 end
76 object CheckBoxAutomaticDPI: TCheckBox
77 Left = 18
78 Height = 24
79 Top = 191
80 Width = 120
81 Caption = 'Automatic DPI'
82 OnChange = CheckBoxAutomaticDPIChange
83 TabOrder = 6
84 Visible = False
85 end
86 object SpinEditDPI: TSpinEdit
87 Left = 96
88 Height = 28
89 Top = 221
90 Width = 97
91 MaxValue = 300
92 MinValue = 96
93 TabOrder = 7
94 Value = 96
95 Visible = False
96 end
97 object Label2: TLabel
98 Left = 48
99 Height = 20
100 Top = 221
101 Width = 26
102 Caption = 'DPI:'
103 ParentColor = False
104 Visible = False
105 end
106end
Note: See TracBrowser for help on using the repository browser.