source: tags/1.3.0/Settings.lfm

Last change on this file was 385, checked in by chronos, 3 years ago
  • Added: Allow to change key bindings from Settings dialog.
  • Added: Allow to reset settings in Settings dialog.
File size: 2.7 KB
Line 
1object SettingsDlg: TSettingsDlg
2 Left = 766
3 Height = 448
4 Top = 240
5 Width = 483
6 BorderStyle = bsNone
7 Caption = 'LocaleDlg'
8 ClientHeight = 448
9 ClientWidth = 483
10 DesignTimePPI = 144
11 FormStyle = fsStayOnTop
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnDestroy = FormDestroy
15 OnPaint = FormPaint
16 OnShow = FormShow
17 Position = poScreenCenter
18 LCLVersion = '2.0.12.0'
19 Scaled = False
20 object ListLanguages: TListBox
21 Tag = 15360
22 Left = 16
23 Height = 267
24 Top = 32
25 Width = 144
26 BorderStyle = bsNone
27 Color = clBlack
28 ExtendedSelect = False
29 Font.Color = 4176863
30 Font.Height = -15
31 Font.Name = 'Times New Roman'
32 Font.Style = [fsBold]
33 IntegralHeight = True
34 ItemHeight = 0
35 ParentFont = False
36 ScrollWidth = 144
37 TabOrder = 1
38 TabStop = False
39 TopIndex = -1
40 end
41 object ButtonOk: TButtonA
42 Left = 364
43 Height = 25
44 Top = 400
45 Width = 100
46 Down = False
47 Permanent = False
48 OnClick = ButtonOkClick
49 end
50 object ButtonCancel: TButtonA
51 Left = 244
52 Height = 25
53 Top = 400
54 Width = 100
55 Down = False
56 Permanent = False
57 OnClick = ButtonCancelClick
58 end
59 object ButtonFullscreen: TButtonC
60 Left = 24
61 Height = 18
62 Top = 368
63 Width = 18
64 Down = False
65 Permanent = False
66 OnClick = ButtonFullscreenClick
67 ButtonIndex = 0
68 end
69 object Up2Btn: TButtonC
70 Tag = 6912
71 Left = 432
72 Height = 12
73 Top = 328
74 Width = 12
75 Down = False
76 Permanent = False
77 OnClick = Up2BtnClick
78 ButtonIndex = 1
79 end
80 object Down2Btn: TButtonC
81 Tag = 6912
82 Left = 432
83 Height = 12
84 Top = 340
85 Width = 12
86 Down = False
87 Permanent = False
88 OnClick = Down2BtnClick
89 ButtonIndex = 0
90 end
91 object ListKeyBindings: TListBox
92 Tag = 15360
93 Left = 176
94 Height = 192
95 Top = 32
96 Width = 288
97 BorderStyle = bsNone
98 Color = clBlack
99 ExtendedSelect = False
100 Font.Color = 4176863
101 Font.Height = -15
102 Font.Name = 'Times New Roman'
103 Font.Style = [fsBold]
104 IntegralHeight = True
105 ItemHeight = 0
106 OnSelectionChange = ListKeyBindingsSelectionChange
107 ParentFont = False
108 ScrollWidth = 288
109 TabOrder = 0
110 TabStop = False
111 TopIndex = -1
112 end
113 object EditShortCutPrimary: TEdit
114 Left = 176
115 Height = 42
116 Top = 256
117 Width = 136
118 Enabled = False
119 OnKeyUp = EditShortCutPrimaryKeyUp
120 TabOrder = 2
121 end
122 object EditShortCutSecondary: TEdit
123 Left = 328
124 Height = 42
125 Top = 257
126 Width = 136
127 Enabled = False
128 OnKeyUp = EditShortCutSecondaryKeyUp
129 TabOrder = 3
130 end
131 object ButtonReset: TButtonA
132 Left = 16
133 Height = 25
134 Top = 400
135 Width = 100
136 Down = False
137 Permanent = False
138 OnClick = ButtonResetClick
139 end
140end
Note: See TracBrowser for help on using the repository browser.