Last change
on this file was 41, checked in by chronos, 5 years ago |
- Modified: Build under Lazarus 2.0.
- Modified: Used .lrj files instead of .lrt files.
- Modified: Removed TemplateGenerics package.
|
File size:
3.1 KB
|
Line | |
---|
1 | object FormSettings: TFormSettings
|
---|
2 | Left = 404
|
---|
3 | Height = 490
|
---|
4 | Top = 574
|
---|
5 | Width = 831
|
---|
6 | ActiveControl = ButtonOk
|
---|
7 | Caption = 'Settings'
|
---|
8 | ClientHeight = 490
|
---|
9 | ClientWidth = 831
|
---|
10 | Constraints.MinHeight = 490
|
---|
11 | Constraints.MinWidth = 831
|
---|
12 | DesignTimePPI = 144
|
---|
13 | OnCreate = FormCreate
|
---|
14 | OnShow = FormShow
|
---|
15 | Position = poMainFormCenter
|
---|
16 | LCLVersion = '2.0.0.4'
|
---|
17 | object ButtonOk: TButton
|
---|
18 | Left = 667
|
---|
19 | Height = 38
|
---|
20 | Top = 425
|
---|
21 | Width = 112
|
---|
22 | Anchors = [akRight, akBottom]
|
---|
23 | Caption = 'Ok'
|
---|
24 | ModalResult = 1
|
---|
25 | ParentFont = False
|
---|
26 | TabOrder = 0
|
---|
27 | end
|
---|
28 | object ButtonCancel: TButton
|
---|
29 | Left = 483
|
---|
30 | Height = 38
|
---|
31 | Top = 425
|
---|
32 | Width = 112
|
---|
33 | Anchors = [akRight, akBottom]
|
---|
34 | Caption = 'Cancel'
|
---|
35 | ModalResult = 2
|
---|
36 | ParentFont = False
|
---|
37 | TabOrder = 1
|
---|
38 | end
|
---|
39 | object PageControl1: TPageControl
|
---|
40 | Left = 6
|
---|
41 | Height = 425
|
---|
42 | Top = 6
|
---|
43 | Width = 819
|
---|
44 | ActivePage = TabSheetGeneral
|
---|
45 | Align = alTop
|
---|
46 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
47 | BorderSpacing.Around = 6
|
---|
48 | ParentFont = False
|
---|
49 | TabIndex = 0
|
---|
50 | TabOrder = 2
|
---|
51 | object TabSheetGeneral: TTabSheet
|
---|
52 | Caption = 'General'
|
---|
53 | ClientHeight = 385
|
---|
54 | ClientWidth = 809
|
---|
55 | ParentFont = False
|
---|
56 | object Label1: TLabel
|
---|
57 | Left = 30
|
---|
58 | Height = 26
|
---|
59 | Top = 39
|
---|
60 | Width = 88
|
---|
61 | Caption = 'Language:'
|
---|
62 | ParentColor = False
|
---|
63 | ParentFont = False
|
---|
64 | end
|
---|
65 | object ComboBoxLanguage: TComboBox
|
---|
66 | Left = 267
|
---|
67 | Height = 42
|
---|
68 | Top = 36
|
---|
69 | Width = 294
|
---|
70 | ItemHeight = 0
|
---|
71 | ParentFont = False
|
---|
72 | Style = csDropDownList
|
---|
73 | TabOrder = 0
|
---|
74 | end
|
---|
75 | end
|
---|
76 | object TabSheetDebug: TTabSheet
|
---|
77 | Caption = 'Debug'
|
---|
78 | ClientHeight = 385
|
---|
79 | ClientWidth = 809
|
---|
80 | ParentFont = False
|
---|
81 | object CheckBoxDevelMode: TCheckBox
|
---|
82 | Left = 24
|
---|
83 | Height = 40
|
---|
84 | Top = 204
|
---|
85 | Width = 503
|
---|
86 | Anchors = [akTop, akLeft, akRight]
|
---|
87 | AutoSize = False
|
---|
88 | Caption = 'Developer mode'
|
---|
89 | ParentFont = False
|
---|
90 | TabOrder = 0
|
---|
91 | end
|
---|
92 | object Label4: TLabel
|
---|
93 | Left = 21
|
---|
94 | Height = 24
|
---|
95 | Top = 100
|
---|
96 | Width = 35
|
---|
97 | Caption = 'DPI:'
|
---|
98 | ParentColor = False
|
---|
99 | ParentFont = False
|
---|
100 | end
|
---|
101 | object SpinEditX: TSpinEdit
|
---|
102 | Left = 156
|
---|
103 | Height = 34
|
---|
104 | Top = 96
|
---|
105 | Width = 144
|
---|
106 | MaxValue = 500
|
---|
107 | MinValue = 20
|
---|
108 | ParentFont = False
|
---|
109 | TabOrder = 1
|
---|
110 | Value = 50
|
---|
111 | end
|
---|
112 | object SpinEditY: TSpinEdit
|
---|
113 | Left = 348
|
---|
114 | Height = 34
|
---|
115 | Top = 96
|
---|
116 | Width = 135
|
---|
117 | MaxValue = 500
|
---|
118 | MinValue = 20
|
---|
119 | ParentFont = False
|
---|
120 | TabOrder = 2
|
---|
121 | Value = 20
|
---|
122 | end
|
---|
123 | object Label5: TLabel
|
---|
124 | Left = 312
|
---|
125 | Height = 24
|
---|
126 | Top = 100
|
---|
127 | Width = 10
|
---|
128 | Caption = 'x'
|
---|
129 | ParentColor = False
|
---|
130 | ParentFont = False
|
---|
131 | end
|
---|
132 | object CheckBox2: TCheckBox
|
---|
133 | Left = 24
|
---|
134 | Height = 36
|
---|
135 | Top = 48
|
---|
136 | Width = 497
|
---|
137 | Anchors = [akTop, akLeft, akRight]
|
---|
138 | AutoSize = False
|
---|
139 | Caption = 'Automatic DPI'
|
---|
140 | OnChange = CheckBox2Change
|
---|
141 | ParentFont = False
|
---|
142 | TabOrder = 3
|
---|
143 | end
|
---|
144 | end
|
---|
145 | end
|
---|
146 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.