1 | object SettingsDlg: TSettingsDlg
|
---|
2 | Left = 766
|
---|
3 | Height = 448
|
---|
4 | Top = 240
|
---|
5 | Width = 483
|
---|
6 | BorderStyle = bsNone
|
---|
7 | Caption = 'Settings'
|
---|
8 | ClientHeight = 448
|
---|
9 | ClientWidth = 483
|
---|
10 | Color = clBtnFace
|
---|
11 | DesignTimePPI = 144
|
---|
12 | Font.Color = clWindowText
|
---|
13 | Font.Height = -11
|
---|
14 | Font.Name = 'MS Sans Serif'
|
---|
15 | FormStyle = fsStayOnTop
|
---|
16 | OnClose = FormClose
|
---|
17 | OnCreate = FormCreate
|
---|
18 | OnDestroy = FormDestroy
|
---|
19 | OnPaint = FormPaint
|
---|
20 | OnShow = FormShow
|
---|
21 | Position = poScreenCenter
|
---|
22 | LCLVersion = '2.2.6.0'
|
---|
23 | Scaled = False
|
---|
24 | object ListLanguages: TListBoxEx
|
---|
25 | Tag = 15360
|
---|
26 | Left = 16
|
---|
27 | Height = 291
|
---|
28 | Top = 32
|
---|
29 | Width = 144
|
---|
30 | BorderStyle = bsNone
|
---|
31 | Color = clBlack
|
---|
32 | ExtendedSelect = False
|
---|
33 | Font.Color = 4176863
|
---|
34 | Font.Height = -15
|
---|
35 | Font.Name = 'Times New Roman'
|
---|
36 | Font.Style = [fsBold]
|
---|
37 | IntegralHeight = True
|
---|
38 | ItemHeight = 20
|
---|
39 | ParentFont = False
|
---|
40 | ScrollWidth = 144
|
---|
41 | TabOrder = 1
|
---|
42 | TabStop = False
|
---|
43 | TopIndex = -1
|
---|
44 | end
|
---|
45 | object ButtonOk: TButtonA
|
---|
46 | Left = 364
|
---|
47 | Height = 25
|
---|
48 | Top = 400
|
---|
49 | Width = 100
|
---|
50 | Down = False
|
---|
51 | Permanent = False
|
---|
52 | OnClick = ButtonOkClick
|
---|
53 | end
|
---|
54 | object ButtonCancel: TButtonA
|
---|
55 | Left = 244
|
---|
56 | Height = 25
|
---|
57 | Top = 400
|
---|
58 | Width = 100
|
---|
59 | Down = False
|
---|
60 | Permanent = False
|
---|
61 | OnClick = ButtonCancelClick
|
---|
62 | end
|
---|
63 | object ButtonFullscreen: TButtonC
|
---|
64 | Left = 24
|
---|
65 | Height = 18
|
---|
66 | Top = 368
|
---|
67 | Width = 18
|
---|
68 | Down = False
|
---|
69 | Permanent = False
|
---|
70 | OnClick = ButtonFullscreenClick
|
---|
71 | ButtonIndex = 0
|
---|
72 | end
|
---|
73 | object ButtonGammaUp: TButtonC
|
---|
74 | Tag = 6912
|
---|
75 | Left = 452
|
---|
76 | Height = 12
|
---|
77 | Top = 360
|
---|
78 | Width = 12
|
---|
79 | Down = False
|
---|
80 | Permanent = False
|
---|
81 | OnClick = ButtonGammaUpClick
|
---|
82 | ButtonIndex = 1
|
---|
83 | end
|
---|
84 | object ButtonGammaDown: TButtonC
|
---|
85 | Tag = 6912
|
---|
86 | Left = 452
|
---|
87 | Height = 12
|
---|
88 | Top = 372
|
---|
89 | Width = 12
|
---|
90 | Down = False
|
---|
91 | Permanent = False
|
---|
92 | OnClick = ButtonGammaDownClick
|
---|
93 | ButtonIndex = 0
|
---|
94 | end
|
---|
95 | object ListKeyBindings: TListBoxEx
|
---|
96 | Tag = 15360
|
---|
97 | Left = 176
|
---|
98 | Height = 232
|
---|
99 | Top = 32
|
---|
100 | Width = 288
|
---|
101 | BorderStyle = bsNone
|
---|
102 | Color = clBlack
|
---|
103 | ExtendedSelect = False
|
---|
104 | Font.Color = 4176863
|
---|
105 | Font.Height = -15
|
---|
106 | Font.Name = 'Times New Roman'
|
---|
107 | Font.Style = [fsBold]
|
---|
108 | IntegralHeight = True
|
---|
109 | ItemHeight = 20
|
---|
110 | ParentFont = False
|
---|
111 | ScrollWidth = 288
|
---|
112 | TabOrder = 0
|
---|
113 | TabStop = False
|
---|
114 | TopIndex = -1
|
---|
115 | OnSelectionChange = ListKeyBindingsSelectionChange
|
---|
116 | end
|
---|
117 | object EditShortCutPrimary: TEdit
|
---|
118 | Left = 176
|
---|
119 | Height = 27
|
---|
120 | Top = 296
|
---|
121 | Width = 136
|
---|
122 | BorderStyle = bsNone
|
---|
123 | Color = clBlack
|
---|
124 | Enabled = False
|
---|
125 | Font.Color = 4176863
|
---|
126 | Font.Height = -15
|
---|
127 | Font.Name = 'Times New Roman'
|
---|
128 | Font.Style = [fsBold]
|
---|
129 | ParentFont = False
|
---|
130 | TabOrder = 2
|
---|
131 | OnKeyUp = EditShortCutPrimaryKeyUp
|
---|
132 | end
|
---|
133 | object EditShortCutSecondary: TEdit
|
---|
134 | Left = 328
|
---|
135 | Height = 27
|
---|
136 | Top = 296
|
---|
137 | Width = 136
|
---|
138 | BorderStyle = bsNone
|
---|
139 | Color = clBlack
|
---|
140 | Enabled = False
|
---|
141 | Font.Color = 4176863
|
---|
142 | Font.Height = -15
|
---|
143 | Font.Name = 'Times New Roman'
|
---|
144 | Font.Style = [fsBold]
|
---|
145 | ParentFont = False
|
---|
146 | TabOrder = 3
|
---|
147 | OnKeyUp = EditShortCutSecondaryKeyUp
|
---|
148 | end
|
---|
149 | object ButtonReset: TButtonA
|
---|
150 | Left = 16
|
---|
151 | Height = 25
|
---|
152 | Top = 400
|
---|
153 | Width = 100
|
---|
154 | Down = False
|
---|
155 | Permanent = False
|
---|
156 | OnClick = ButtonResetClick
|
---|
157 | end
|
---|
158 | object ButtonCustomDpi: TButtonC
|
---|
159 | Left = 24
|
---|
160 | Height = 18
|
---|
161 | Top = 336
|
---|
162 | Width = 18
|
---|
163 | Down = False
|
---|
164 | Permanent = False
|
---|
165 | OnClick = ButtonCustomDpiClick
|
---|
166 | ButtonIndex = 0
|
---|
167 | end
|
---|
168 | object ButtonDpiUp: TButtonC
|
---|
169 | Tag = 6912
|
---|
170 | Left = 452
|
---|
171 | Height = 12
|
---|
172 | Top = 328
|
---|
173 | Width = 12
|
---|
174 | Down = False
|
---|
175 | Permanent = False
|
---|
176 | OnClick = ButtonDpiUpClick
|
---|
177 | ButtonIndex = 1
|
---|
178 | end
|
---|
179 | object ButtonDpiDown: TButtonC
|
---|
180 | Tag = 6912
|
---|
181 | Left = 452
|
---|
182 | Height = 12
|
---|
183 | Top = 340
|
---|
184 | Width = 12
|
---|
185 | Down = False
|
---|
186 | Permanent = False
|
---|
187 | OnClick = ButtonDpiDownClick
|
---|
188 | ButtonIndex = 0
|
---|
189 | end
|
---|
190 | end
|
---|