forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExport.dfm
210 lines (210 loc) · 5.27 KB
/
Export.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
object ExportDlg: TExportDlg
Left = 435
Height = 212
Top = 238
Width = 498
BorderStyle = bsDialog
Caption = 'Export'
ClientHeight = 212
ClientWidth = 498
Color = clBtnFace
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
ParentFont = True
Position = poOwnerFormCenter
LCLVersion = '1.6.0.4'
object Bevel1: TBevel
Left = 8
Height = 161
Top = 8
Width = 481
Shape = bsFrame
end
object OKBtn: TButton
Left = 335
Height = 25
Top = 180
Width = 75
Caption = 'OK'
Default = True
Enabled = False
OnClick = OKBtnClick
TabOrder = 0
end
object CancelBtn: TButton
Left = 415
Height = 25
Top = 180
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Notebook: TNotebook
Left = 16
Height = 145
Top = 16
Width = 465
PageIndex = 0
TabOrder = 2
TabStop = True
object page1: TPage
object Label1: TLabel
Left = 8
Height = 15
Top = 24
Width = 61
Caption = '&Filename:'
FocusControl = edFileName
ParentColor = False
end
object BrowseBtn: TSpeedButton
Left = 427
Height = 23
Top = 39
Width = 24
Flat = True
Glyph.Data = {
42020000424D4202000000000000420000002800000010000000100000000100
10000300000000020000120B0000120B00000000000000000000007C0000E003
00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
1F7C1F7C1F7C1F7C215E215E215E215E215E215E215E215E215E215E215E215E
1F7C1F7C1F7C215E84660E73507B2C7B2C7B2C7B2C7B2C7B2C7B2C7B2C7BA76A
63621F7C1F7C215EE9728766737F4D7B4D7B4D7B4D7B4D7B4D7B4D7B4D7BC86A
B87B215E1F7C215E4E7B215E957F6F7F6F7F6F7F6F7F6F7F6F7F6F7B6F7BC86A
B87B215E1F7C215E6F7F6362737B927F907F907F907F907F907F907F907FC96E
B87B42621F7C215E907FC86E0C6FB57FB17FB17FB17FB17FB17FB17FB17FE96E
B87BB87B215E215E917F6E7B6462FF7FD87FD87FD87FD87FD87FD87FD87F5373
FC7FDA7B215E215EB27FB27F4362215E215E215E215E215E215E215E215E215E
215E215E215E215ED37FD37FD37FD37FD37FD37FD37FD37FD37FD37FD37F215E
1F7C1F7C1F7C215EFF7FF37FF37FF37FD47FF47FD37FF47FF47FF37FF47F215E
1F7C1F7C1F7C1F7C215EFF7FF47FF47FF47F215E215E215E215E215E215E1F7C
1F7C1F7C1F7C1F7C1F7C215E215E215E215E1F7C1F7C1F7C1F7C1F7C1F7C1F7C
1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
1F7C1F7C1F7C
}
Layout = blGlyphRight
OnClick = BrowseBtnClick
end
object Label4: TLabel
Left = 8
Height = 13
Top = 80
Width = 49
Caption = 'Export: '
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object Label6: TLabel
Left = 247
Height = 15
Top = 105
Width = 62
Alignment = taRightJustify
Caption = 'Encoding:'
ParentColor = False
end
object edFileName: TEdit
Left = 8
Height = 21
Top = 40
Width = 417
OnChange = edFileNameChange
TabOrder = 0
end
object SubDirsCbk: TCheckBox
Left = 8
Height = 26
Top = 102
Width = 167
Caption = '&Include subdirectories'
Checked = True
OnClick = SubDirsCbkClick
State = cbChecked
TabOrder = 1
end
object cbEncoding: TComboBox
Left = 311
Height = 23
Top = 102
Width = 114
ItemHeight = 0
ItemIndex = 1
Items.Strings = (
'ANSI'
'UTF-8'
'Unicode'
'Unicode Big Endian'
)
OnChange = cbEncodingChange
Style = csDropDownList
TabOrder = 2
Text = 'UTF-8'
end
end
object page2: TPage
object Label2: TLabel
Left = 8
Height = 15
Top = 56
Width = 60
Alignment = taRightJustify
Caption = 'Progress:'
FocusControl = ProgressBar
ParentColor = False
end
object Label3: TLabel
Left = 424
Height = 15
Top = 56
Width = 36
Caption = '100%'
ParentColor = False
end
object ResultLabel: TLabel
Left = 72
Height = 1
Top = 88
Width = 1
Alignment = taCenter
ParentColor = False
end
object Label5: TLabel
Left = 4
Height = 15
Top = 16
Width = 64
Alignment = taRightJustify
Caption = 'Exporting:'
ParentColor = False
end
object ExportingLabel: TLabel
Left = 72
Height = 13
Top = 16
Width = 385
AutoSize = False
ParentColor = False
WordWrap = True
end
object ProgressBar: TProgressBar
Left = 72
Height = 16
Top = 54
Width = 345
Step = 1
TabOrder = 0
end
end
end
end