-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmain.dfm
More file actions
244 lines (244 loc) · 5.13 KB
/
main.dfm
File metadata and controls
244 lines (244 loc) · 5.13 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
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
inherited Form1: TForm1
Left = 247
Top = 118
Height = 530
Caption = 'Web DAV client - Sample'
Font.Name = 'Tahoma'
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
Height = 413
object Label1: TLabel
Left = 16
Top = 18
Width = 22
Height = 13
Caption = 'Host'
end
object Label2: TLabel
Left = 16
Top = 104
Width = 51
Height = 13
Caption = 'Resources'
end
object Label3: TLabel
Left = 16
Top = 49
Width = 22
Height = 13
Caption = 'User'
end
object Label4: TLabel
Left = 216
Top = 49
Width = 46
Height = 13
Caption = 'Password'
end
object Label5: TLabel
Left = 16
Top = 82
Width = 29
Height = 13
Caption = 'Depth'
end
object edtHost: TEdit
Left = 56
Top = 16
Width = 450
Height = 21
TabOrder = 0
Text = 'http://localhost/WebDAV/'
end
object btnOpen: TButton
Left = 515
Top = 14
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Open'
TabOrder = 4
OnClick = btnOpenClick
end
object edtUser: TEdit
Left = 56
Top = 48
Width = 121
Height = 21
TabOrder = 1
end
object edtPassword: TEdit
Left = 272
Top = 48
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object lvResources: TListView
Left = 16
Top = 120
Width = 490
Height = 281
Columns = <
item
Caption = 'Path'
Width = 350
end>
HideSelection = False
ReadOnly = True
RowSelect = True
TabOrder = 7
ViewStyle = vsReport
OnDblClick = lvResourcesDblClick
end
object btnGetAllProps: TButton
Left = 515
Top = 120
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Get All Props'
TabOrder = 8
OnClick = btnGetAllPropsClick
end
object btnModifyProp: TButton
Left = 515
Top = 152
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Modify Prop'
TabOrder = 9
OnClick = btnModifyPropClick
end
object btnMakeDir: TButton
Left = 515
Top = 184
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Make Dir'
TabOrder = 10
OnClick = btnMakeDirClick
end
object btnDelete: TButton
Left = 515
Top = 216
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Delete'
TabOrder = 11
OnClick = btnDeleteClick
end
object btnLock: TButton
Left = 515
Top = 248
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Lock Resource'
TabOrder = 12
OnClick = btnLockClick
end
object btnUnlock: TButton
Left = 515
Top = 280
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Unlock'
TabOrder = 13
OnClick = btnUnlockClick
end
object btnCopyMove: TButton
Left = 515
Top = 312
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Copy / Move'
TabOrder = 14
OnClick = btnCopyMoveClick
end
object btnDownload: TButton
Left = 515
Top = 344
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Download'
TabOrder = 15
OnClick = btnDownloadClick
end
object btnUpload: TButton
Left = 515
Top = 376
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Upload'
TabOrder = 16
OnClick = btnUploadClick
end
object cbDepth: TComboBox
Left = 56
Top = 80
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'Default'
'Resource Only'
'Resource and Children'
'Infinity')
end
object btnCapabilities: TButton
Left = 515
Top = 88
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Capabilities'
TabOrder = 6
OnClick = btnCapabilitiesClick
end
object btnGoUp: TButton
Left = 515
Top = 46
Width = 100
Height = 25
Anchors = [akLeft, akTop, akRight]
Caption = 'Go Up'
TabOrder = 5
OnClick = btnGoUpClick
end
end
object clWebDav1: TclWebDav
UserAgent = 'Mozilla/4.0 (compatible; Clever Internet Suite)'
LockTimeOut = 'Infinite, Second-86400'
NameSpaces = <
item
Prefix = 'D'
NameSpace = 'DAV:'
end>
Left = 216
Top = 168
end
object OpenDialog1: TOpenDialog
Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
Left = 128
Top = 104
end
object SaveDialog1: TSaveDialog
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 176
Top = 104
end
end