-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathControlSearchFrm.dfm
152 lines (152 loc) · 3.09 KB
/
ControlSearchFrm.dfm
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
object ControlSearchDlg: TControlSearchDlg
Left = 0
Top = 0
Caption = 'ControlSearchDlg'
ClientHeight = 518
ClientWidth = 652
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 652
Height = 41
Align = alTop
TabOrder = 0
object Edit1: TEdit
Left = 7
Top = 11
Width = 266
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 279
Top = 10
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end
object PageControl1: TPageControl
Left = 0
Top = 41
Width = 652
Height = 477
ActivePage = TabSheet1
Align = alClient
TabOrder = 1
object TabSheet1: TTabSheet
Caption = 'TabSheet1'
ExplicitLeft = 7
object CheckBox2: TCheckBox
Left = 475
Top = 80
Width = 97
Height = 17
Caption = 'CheckBox2'
TabOrder = 0
end
object GroupBox2: TGroupBox
Left = 0
Top = 3
Width = 286
Height = 177
Caption = 'GroupBox2'
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 24
Width = 60
Height = 13
Caption = 'Bezeichnung'
Transparent = True
end
object Edit3: TEdit
Left = 128
Top = 21
Width = 138
Height = 21
TabOrder = 0
Text = 'Textfeld'
end
end
end
object TabSheet2: TTabSheet
Caption = 'TabSheet2'
ImageIndex = 1
object CheckBox1: TCheckBox
Left = 3
Top = 16
Width = 97
Height = 17
Caption = 'CheckBox1'
TabOrder = 0
end
object Edit2: TEdit
Left = 3
Top = 48
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object GroupBox1: TGroupBox
Left = 160
Top = 16
Width = 201
Height = 121
Caption = 'GroupBox1'
TabOrder = 2
object CheckBox3: TCheckBox
Left = 24
Top = 24
Width = 97
Height = 17
Caption = 'CheckBox3'
TabOrder = 0
end
object ComboBox1: TComboBox
Left = 16
Top = 72
Width = 145
Height = 21
TabOrder = 1
Text = 'ComboBox1'
end
end
end
object TabSheet3: TTabSheet
Caption = 'TabSheet3'
ImageIndex = 2
object Label2: TLabel
Left = 232
Top = 168
Width = 19
Height = 13
Caption = 'Hier'
end
object RadioGroup1: TRadioGroup
Left = 11
Top = 16
Width = 185
Height = 105
Caption = 'RadioGroup1'
Items.Strings = (
'Item 1'
'Item 2')
TabOrder = 0
end
end
end
end