source: trunk/Forms/FormSettings.lfm

Last change on this file was 388, checked in by chronos, 6 months ago
  • Modified: Allow to resize new game, settings and game system forms to be smaller with scroll box area.
File size: 5.0 KB
Line 
1object FormSettings: TFormSettings
2 Left = 545
3 Height = 426
4 Top = 203
5 Width = 614
6 ActiveControl = ButtonOk
7 Caption = 'Settings'
8 ClientHeight = 426
9 ClientWidth = 614
10 Constraints.MinHeight = 200
11 Constraints.MinWidth = 300
12 DesignTimePPI = 144
13 OnCreate = FormCreate
14 OnShow = FormShow
15 Position = poMainFormCenter
16 LCLVersion = '3.6.0.0'
17 object ButtonOk: TButton
18 Left = 365
19 Height = 38
20 Top = 381
21 Width = 114
22 Anchors = [akRight, akBottom]
23 Caption = 'Ok'
24 ModalResult = 1
25 ParentFont = False
26 TabOrder = 0
27 end
28 object ButtonCancel: TButton
29 Left = 492
30 Height = 38
31 Top = 381
32 Width = 114
33 Anchors = [akRight, akBottom]
34 Caption = 'Cancel'
35 ModalResult = 2
36 ParentFont = False
37 TabOrder = 1
38 end
39 object PageControl1: TPageControl
40 Left = 8
41 Height = 365
42 Top = 8
43 Width = 598
44 ActivePage = TabSheetGeneral
45 Align = alTop
46 Anchors = [akTop, akLeft, akRight, akBottom]
47 BorderSpacing.Around = 8
48 ParentFont = False
49 TabIndex = 0
50 TabOrder = 2
51 object TabSheetGeneral: TTabSheet
52 Caption = 'General'
53 ClientHeight = 325
54 ClientWidth = 588
55 ParentFont = False
56 object ScrollBoxGeneral: TScrollBox
57 Left = 0
58 Height = 325
59 Top = 0
60 Width = 588
61 HorzScrollBar.Page = 383
62 VertScrollBar.Page = 163
63 Align = alClient
64 ClientHeight = 323
65 ClientWidth = 586
66 ParentFont = False
67 TabOrder = 0
68 object Label1: TLabel
69 Left = 20
70 Height = 26
71 Top = 32
72 Width = 88
73 Caption = 'Language:'
74 ParentColor = False
75 ParentFont = False
76 end
77 object ComboBoxLanguage: TComboBox
78 Left = 178
79 Height = 42
80 Top = 24
81 Width = 196
82 ItemHeight = 0
83 ParentFont = False
84 Style = csDropDownList
85 TabOrder = 0
86 end
87 object ComboBoxTheme: TComboBox
88 Left = 178
89 Height = 42
90 Top = 72
91 Width = 196
92 ItemHeight = 0
93 ParentFont = False
94 Style = csDropDownList
95 TabOrder = 1
96 end
97 object Label6: TLabel
98 Left = 20
99 Height = 26
100 Top = 80
101 Width = 63
102 Caption = 'Theme:'
103 ParentColor = False
104 ParentFont = False
105 end
106 object SpinEditAnimSpeed: TSpinEdit
107 Left = 232
108 Height = 43
109 Top = 120
110 Width = 122
111 ParentFont = False
112 TabOrder = 2
113 end
114 object Label3: TLabel
115 Left = 368
116 Height = 26
117 Top = 128
118 Width = 15
119 Caption = '%'
120 ParentColor = False
121 ParentFont = False
122 end
123 object Label2: TLabel
124 Left = 20
125 Height = 26
126 Top = 128
127 Width = 149
128 Caption = 'Animation speed:'
129 ParentColor = False
130 ParentFont = False
131 end
132 end
133 end
134 object TabSheetDebug: TTabSheet
135 Caption = 'Debug'
136 ClientHeight = 325
137 ClientWidth = 588
138 ParentFont = False
139 object ScrollBoxDebug: TScrollBox
140 Left = 0
141 Height = 325
142 Top = 0
143 Width = 588
144 HorzScrollBar.Page = 322
145 VertScrollBar.Page = 162
146 Align = alClient
147 ClientHeight = 321
148 ClientWidth = 584
149 ParentFont = False
150 TabOrder = 0
151 object CheckBox2: TCheckBox
152 Left = 16
153 Height = 24
154 Top = 32
155 Width = 552
156 Anchors = [akTop, akLeft, akRight]
157 AutoSize = False
158 Caption = 'Automatic DPI'
159 ParentFont = False
160 TabOrder = 0
161 OnChange = CheckBox2Change
162 end
163 object Label4: TLabel
164 Left = 14
165 Height = 26
166 Top = 67
167 Width = 35
168 Caption = 'DPI:'
169 ParentColor = False
170 ParentFont = False
171 end
172 object SpinEditX: TSpinEdit
173 Left = 104
174 Height = 34
175 Top = 64
176 Width = 96
177 MaxValue = 500
178 MinValue = 20
179 ParentFont = False
180 TabOrder = 1
181 Value = 50
182 end
183 object Label5: TLabel
184 Left = 208
185 Height = 26
186 Top = 67
187 Width = 10
188 Caption = 'x'
189 ParentColor = False
190 ParentFont = False
191 end
192 object SpinEditY: TSpinEdit
193 Left = 232
194 Height = 34
195 Top = 64
196 Width = 90
197 MaxValue = 500
198 MinValue = 20
199 ParentFont = False
200 TabOrder = 2
201 Value = 20
202 end
203 object CheckBoxDevelMode: TCheckBox
204 Left = 16
205 Height = 26
206 Top = 136
207 Width = 556
208 Anchors = [akTop, akLeft, akRight]
209 AutoSize = False
210 Caption = 'Developer mode'
211 ParentFont = False
212 TabOrder = 3
213 end
214 end
215 end
216 end
217end
Note: See TracBrowser for help on using the repository browser.