-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinidataunit0.lfm
261 lines (261 loc) · 6.61 KB
/
inidataunit0.lfm
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
object IniData: TIniData
Left = 159
Height = 524
Top = 158
Width = 638
Caption = 'IniData'
ClientHeight = 524
ClientWidth = 638
OnCreate = FormCreate
LCLVersion = '1.0.1.3'
object GroupBox1: TGroupBox
Left = 8
Height = 256
Top = 200
Width = 305
Caption = 'Root Directories'
ClientHeight = 238
ClientWidth = 301
TabOrder = 0
OnClick = GroupBox1Click
object Label1: TLabel
Left = 28
Height = 14
Top = 37
Width = 82
Caption = 'Root Directory +'
ParentColor = False
end
object Label2: TLabel
Left = 28
Height = 14
Top = 92
Width = 82
Caption = 'Root Directory +'
ParentColor = False
end
object Label3: TLabel
Left = 28
Height = 14
Top = 148
Width = 82
Caption = 'Root Directory +'
ParentColor = False
end
object Label4: TLabel
Left = 28
Height = 14
Top = 200
Width = 82
Caption = 'Root Directory +'
ParentColor = False
end
object WorkDirectoryEdit: TLabeledEdit
Left = 160
Height = 21
Top = 33
Width = 121
EditLabel.AnchorSideLeft.Control = WorkDirectoryEdit
EditLabel.AnchorSideRight.Control = WorkDirectoryEdit
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = WorkDirectoryEdit
EditLabel.Left = 160
EditLabel.Height = 14
EditLabel.Top = 16
EditLabel.Width = 121
EditLabel.Caption = 'Work Directory'
EditLabel.ParentColor = False
TabOrder = 0
OnChange = WorkDirectoryEditChange
end
object TestDirectoryEdit: TLabeledEdit
Left = 160
Height = 21
Top = 89
Width = 121
EditLabel.AnchorSideLeft.Control = TestDirectoryEdit
EditLabel.AnchorSideRight.Control = TestDirectoryEdit
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = TestDirectoryEdit
EditLabel.Left = 160
EditLabel.Height = 14
EditLabel.Top = 72
EditLabel.Width = 121
EditLabel.Caption = 'Test Directory'
EditLabel.ParentColor = False
TabOrder = 1
OnChange = TestDirectoryEditChange
end
object DeployDirectoryEdit: TLabeledEdit
Left = 160
Height = 21
Top = 145
Width = 121
EditLabel.AnchorSideLeft.Control = DeployDirectoryEdit
EditLabel.AnchorSideRight.Control = DeployDirectoryEdit
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = DeployDirectoryEdit
EditLabel.Left = 160
EditLabel.Height = 14
EditLabel.Top = 128
EditLabel.Width = 121
EditLabel.Caption = 'Server Directory'
EditLabel.ParentColor = False
TabOrder = 2
OnChange = DeployDirectoryEditChange
end
object HostDirectoryEdit: TLabeledEdit
Left = 160
Height = 21
Top = 197
Width = 121
EditLabel.AnchorSideLeft.Control = HostDirectoryEdit
EditLabel.AnchorSideRight.Control = HostDirectoryEdit
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = HostDirectoryEdit
EditLabel.Left = 160
EditLabel.Height = 14
EditLabel.Top = 180
EditLabel.Width = 121
EditLabel.Caption = 'Host Files Directory'
EditLabel.ParentColor = False
TabOrder = 3
OnChange = HostDirectoryEditChange
end
end
object BitBtn1: TBitBtn
Left = 128
Height = 30
Top = 480
Width = 75
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
object DoneButton: TBitBtn
Left = 216
Height = 30
Top = 480
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Done'
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 2
end
object GroupBox2: TGroupBox
Left = 8
Height = 176
Top = 16
Width = 305
Caption = 'Default Save Location'
ClientHeight = 158
ClientWidth = 301
TabOrder = 3
object DefaultSaveLocationLabel: TLabel
Left = 22
Height = 24
Top = 8
Width = 264
AutoSize = False
Caption = 'DefaultSaveLocationLabel'
ParentColor = False
WordWrap = True
end
object Label5: TLabel
Left = 142
Height = 24
Top = 32
Width = 17
Caption = '+'
Font.Height = -19
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object RootDirectoryEdit1: TLabeledEdit
Left = 22
Height = 21
Top = 72
Width = 256
EditLabel.AnchorSideLeft.Control = RootDirectoryEdit1
EditLabel.AnchorSideRight.Control = RootDirectoryEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = RootDirectoryEdit1
EditLabel.Left = 22
EditLabel.Height = 14
EditLabel.Top = 55
EditLabel.Width = 256
EditLabel.Caption = 'Root Directory'
EditLabel.ParentColor = False
TabOrder = 0
end
object Label6: TLabel
Left = 142
Height = 24
Top = 96
Width = 17
Caption = '+'
Font.Height = -19
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object SiteOwnerEdit1: TLabeledEdit
Left = 22
Height = 21
Top = 128
Width = 256
EditLabel.AnchorSideLeft.Control = SiteOwnerEdit1
EditLabel.AnchorSideRight.Control = SiteOwnerEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = SiteOwnerEdit1
EditLabel.Left = 22
EditLabel.Height = 14
EditLabel.Top = 111
EditLabel.Width = 256
EditLabel.Caption = 'Site Owner'
EditLabel.ParentColor = False
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 320
Height = 256
Top = 200
Width = 305
Caption = 'GroupBox3'
ClientHeight = 238
ClientWidth = 301
TabOrder = 4
object StylesheetEdit1: TLabeledEdit
Left = 160
Height = 21
Top = 37
Width = 121
EditLabel.AnchorSideLeft.Control = StylesheetEdit1
EditLabel.AnchorSideRight.Control = StylesheetEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = StylesheetEdit1
EditLabel.Left = 160
EditLabel.Height = 14
EditLabel.Top = 20
EditLabel.Width = 121
EditLabel.Caption = 'Stylesheets'
EditLabel.ParentColor = False
TabOrder = 0
end
object Label7: TLabel
Left = 28
Height = 14
Top = 37
Width = 84
Caption = 'Work Directory +'
ParentColor = False
end
end
end