-
Notifications
You must be signed in to change notification settings - Fork 0
/
fmuStart.dfm
190 lines (190 loc) · 4.36 KB
/
fmuStart.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
object fmStart: TfmStart
Left = 0
Top = 0
Caption = 'fmStart'
ClientHeight = 289
ClientWidth = 554
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 554
Height = 289
ActivePage = TabDatabase
Align = alClient
TabOrder = 0
object TabEnter: TTabSheet
Caption = 'TabEnter'
DesignSize = (
546
261)
object BitBtn1: TBitBtn
Left = 454
Top = 224
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 0
OnClick = BitBtn1Click
end
object GroupBoxUser: TGroupBox
Left = 3
Top = 48
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxUser'
TabOrder = 1
DesignSize = (
540
49)
object ComboBoxUser: TComboBox
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'ComboBoxUser'
end
end
object GroupBoxPassword: TGroupBox
Left = 3
Top = 103
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxPassword'
TabOrder = 2
DesignSize = (
540
49)
object EditPassword: TEdit
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'EditPassword'
end
end
end
object TabDatabase: TTabSheet
Caption = 'TabDatabase'
ImageIndex = 1
DesignSize = (
546
261)
object GroupBoxDatabasePath: TGroupBox
Left = 3
Top = 3
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxDatabasePath'
TabOrder = 0
DesignSize = (
540
49)
object EditDatabasePath: TEdit
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'EditDatabasePath'
end
end
object GroupBoxDatabaseLogin: TGroupBox
Left = 3
Top = 58
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxDatabaseLogin'
TabOrder = 1
DesignSize = (
540
49)
object EditDatabaseLogin: TEdit
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'EditDatabaseLogin'
end
end
object GroupBoxDatabasePassword: TGroupBox
Left = 3
Top = 113
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxDatabasePassword'
TabOrder = 2
DesignSize = (
540
49)
object EditDatabasePassword: TEdit
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'EditDatabasePassword'
end
end
object GroupBoxDatabaseIPaddress: TGroupBox
Left = 3
Top = 168
Width = 540
Height = 49
Anchors = [akLeft, akTop, akRight]
Caption = 'GroupBoxDatabaseIPaddress'
TabOrder = 3
DesignSize = (
540
49)
object EditDatabaseIPaddress: TEdit
Left = 3
Top = 16
Width = 534
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'EditDatabaseIPaddress'
end
end
object BitBtnSaveDatabase: TBitBtn
Left = 465
Top = 233
Width = 75
Height = 25
Caption = 'BitBtnSaveDatabase'
TabOrder = 4
OnClick = BitBtnSaveDatabaseClick
end
end
end
object TaskDialog1: TTaskDialog
Buttons = <>
RadioButtons = <>
Left = 228
Top = 232
end
end