-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfm_main.lfm
More file actions
134 lines (134 loc) · 3.15 KB
/
Copy pathfm_main.lfm
File metadata and controls
134 lines (134 loc) · 3.15 KB
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
object Form1: TForm1
Left = 358
Height = 405
Top = 144
Width = 381
AutoSize = True
Caption = 'AppLocalizer Test'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 10
ChildSizing.HorizontalSpacing = 10
ChildSizing.VerticalSpacing = 10
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ClientHeight = 405
ClientWidth = 381
DesignTimePPI = 120
LCLVersion = '4.4.0.0'
OnCreate = FormCreate
OnShow = FormShow
object PageControl1: TPageControl
Left = 8
Height = 311
Top = 8
Width = 350
ActivePage = tsTab1
AutoSize = True
TabIndex = 0
TabOrder = 0
object tsTab1: TTabSheet
AutoSize = True
Caption = 'Language'
ClientHeight = 278
ClientWidth = 342
object Panel1: TPanel
Left = 0
Height = 278
Top = 0
Width = 342
AutoSize = True
BevelOuter = bvNone
BorderStyle = bsSingle
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 10
ChildSizing.HorizontalSpacing = 10
ChildSizing.VerticalSpacing = 10
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 274
ClientWidth = 338
TabOrder = 0
object cbLang: TComboBox
Left = 10
Height = 28
Top = 10
Width = 200
Constraints.MinWidth = 200
ItemHeight = 20
Style = csDropDownList
TabOrder = 0
OnChange = cbLangChange
end
object Label1: TLabel
Left = 220
Height = 28
Top = 10
Width = 108
Caption = 'Language'
Layout = tlCenter
end
object cbTest: TComboBox
Left = 10
Height = 28
Top = 48
Width = 200
ItemHeight = 20
Style = csDropDownList
TabOrder = 1
end
object Label2: TLabel
Left = 220
Height = 28
Top = 48
Width = 108
Caption = 'Test combobox'
Layout = tlCenter
end
object lbTest: TListBox
Left = 10
Height = 100
Top = 86
Width = 200
ItemHeight = 0
TabOrder = 2
end
object Label3: TLabel
Left = 220
Height = 100
Top = 86
Width = 108
Caption = 'Test listbox'
Layout = tlCenter
end
object cbAuto: TComboBox
Left = 10
Height = 28
Top = 196
Width = 200
ItemHeight = 20
Style = csDropDownList
TabOrder = 3
end
object Label4: TLabel
Left = 220
Height = 28
Top = 196
Width = 108
Caption = 'Auto combobox'
Layout = tlCenter
end
object btnSecond: TButton
Left = 10
Height = 30
Top = 234
Width = 200
Caption = 'Second Form'
TabOrder = 4
OnClick = btnSecondClick
end
end
end
object tsTab2: TTabSheet
Caption = 'Other'
end
end
end