File: Settings.lfm

package info (click to toggle)
c-evo-dh 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (155 lines) | stat: -rw-r--r-- 3,164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
object SettingsDlg: TSettingsDlg
  Left = 766
  Height = 448
  Top = 240
  Width = 483
  BorderStyle = bsNone
  Caption = 'Settings'
  ClientHeight = 448
  ClientWidth = 483
  Color = clBtnFace
  DesignTimePPI = 144
  FormStyle = fsStayOnTop
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnPaint = FormPaint
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '2.2.0.4'
  Scaled = False
  object ListLanguages: TListBox
    Tag = 15360
    Left = 16
    Height = 320
    Top = 32
    Width = 144
    BorderStyle = bsNone
    Color = clBlack
    ExtendedSelect = False
    Font.Color = 4176863
    Font.Height = -15
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    IntegralHeight = True
    ItemHeight = 0
    ParentFont = False
    ScrollWidth = 144
    TabOrder = 1
    TabStop = False
    TopIndex = -1
  end
  object ButtonOk: TButtonA
    Left = 364
    Height = 25
    Top = 400
    Width = 100
    Down = False
    Permanent = False
    OnClick = ButtonOkClick
  end
  object ButtonCancel: TButtonA
    Left = 244
    Height = 25
    Top = 400
    Width = 100
    Down = False
    Permanent = False
    OnClick = ButtonCancelClick
  end
  object ButtonFullscreen: TButtonC2
    Left = 24
    Height = 24
    Top = 368
    Width = 24
    Down = False
    Permanent = False
    OnClick = ButtonFullscreenClick
    ButtonIndex = 0
  end
  object Up2Btn: TButtonC2
    Tag = 6912
    Left = 426
    Height = 24
    Top = 372
    Width = 24
    Down = False
    Permanent = False
    OnClick = Up2BtnClick
    ButtonIndex = 1
  end
  object Down2Btn: TButtonC2
    Tag = 6912
    Left = 452
    Height = 24
    Top = 372
    Width = 24
    Down = False
    Permanent = False
    OnClick = Down2BtnClick
    ButtonIndex = 0
  end
  object ListKeyBindings: TListBox
    Tag = 15360
    Left = 176
    Height = 264
    Top = 32
    Width = 288
    BorderStyle = bsNone
    Color = clBlack
    ExtendedSelect = False
    Font.Color = 4176863
    Font.Height = -15
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    IntegralHeight = True
    ItemHeight = 0
    OnSelectionChange = ListKeyBindingsSelectionChange
    ParentFont = False
    ScrollWidth = 288
    TabOrder = 0
    TabStop = False
    TopIndex = -1
  end
  object EditShortCutPrimary: TEdit
    Left = 176
    Height = 27
    Top = 325
    Width = 136
    BorderStyle = bsNone
    Color = clBlack
    Enabled = False
    Font.Color = 4176863
    Font.Height = -15
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    OnKeyUp = EditShortCutPrimaryKeyUp
    ParentFont = False
    TabOrder = 2
  end
  object EditShortCutSecondary: TEdit
    Left = 328
    Height = 27
    Top = 325
    Width = 136
    BorderStyle = bsNone
    Color = clBlack
    Enabled = False
    Font.Color = 4176863
    Font.Height = -15
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    OnKeyUp = EditShortCutSecondaryKeyUp
    ParentFont = False
    TabOrder = 3
  end
  object ButtonReset: TButtonA
    Left = 16
    Height = 25
    Top = 400
    Width = 100
    Down = False
    Permanent = False
    OnClick = ButtonResetClick
  end
end