-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm_PWGen.dfm
More file actions
277 lines (277 loc) · 11 KB
/
Form_PWGen.dfm
File metadata and controls
277 lines (277 loc) · 11 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
object PWGenForm: TPWGenForm
Left = 0
Top = 0
Caption = 'Password generator'
ClientHeight = 259
ClientWidth = 236
Color = clBtnFace
Constraints.MinHeight = 298
Constraints.MinWidth = 252
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OnShow = FormShow
DesignSize = (
236
259)
TextHeight = 13
object lblHint: TLabel
Left = 8
Top = 218
Width = 170
Height = 26
Anchors = [akLeft, akRight, akBottom]
Caption = '* Password generation is based on BCryptGenRandom Winapi.'
WordWrap = True
end
object edtOutput: TEdit
Left = 8
Top = 8
Width = 193
Height = 21
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
ReadOnly = True
TabOrder = 0
end
object grpSettings: TGroupBox
Left = 8
Top = 35
Width = 220
Height = 136
Anchors = [akLeft, akTop, akRight]
Caption = 'Settings'
TabOrder = 1
DesignSize = (
220
136)
object lblCharCount: TLabel
Left = 3
Top = 113
Width = 78
Height = 13
Caption = 'Character count'
end
object cbLower: TCheckBox
Left = 3
Top = 16
Width = 102
Height = 17
Caption = 'a-z'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = cbClick
end
object cbUpper: TCheckBox
Left = 3
Top = 39
Width = 97
Height = 17
Caption = 'A-Z'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = cbClick
end
object cbNumbers: TCheckBox
Left = 3
Top = 62
Width = 97
Height = 17
Caption = '0-9'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = cbClick
end
object cbCustom: TCheckBox
Left = 3
Top = 85
Width = 18
Height = 17
Checked = True
State = cbChecked
TabOrder = 3
OnClick = cbClick
end
object edtCustomChars: TEdit
Left = 27
Top = 83
Width = 190
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 4
OnChange = edtCustomCharsChange
end
object spnCount: TSpinEdit
Left = 123
Top = 110
Width = 94
Height = 22
Anchors = [akTop, akRight]
MaxValue = 999
MinValue = 1
TabOrder = 5
Value = 10
OnChange = spnCountChange
end
object cbAlphanum: TCheckBox
Left = 73
Top = 16
Width = 144
Height = 25
Caption = 'Alphanumeric without l, I, 0, and O'
TabOrder = 6
WordWrap = True
OnClick = cbAlphanumClick
end
end
object btnGenerate: TButton
Left = 128
Top = 177
Width = 97
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Generate'
TabOrder = 2
OnClick = btnGenerateClick
end
object btnCopy: TButton
Left = 207
Top = 8
Width = 21
Height = 21
Anchors = [akTop, akRight]
ImageAlignment = iaCenter
ImageIndex = 0
Images = ImageList
TabOrder = 3
OnClick = btnCopyClick
end
object cbCopy: TCheckBox
Left = 8
Top = 181
Width = 114
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Copy on generate'
TabOrder = 4
OnClick = cbClick
end
object ImageList: TImageList
ColorDepth = cd24Bit
BlendColor = clFuchsia
Left = 192
Top = 208
Bitmap = {
494C010101000800040010001000FFFFFFFF1910FFFFFFFFFFFFFFFF424D3600
000000000000360000002800000040000000100000000100180000000000000C
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000FFC87CFFC87CFFC87CFFC87CFFC87CFFC87CFFC87C00000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000FFC87C000000000000000000000000000000FFC87C00000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000FFC87CFFC87CFFC87CFFC87CFFC87CFFC87CFFC87C00000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000FFC87C00000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF000000FFC87CFFC87CFFC87CFFC87C00000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFF0000000000
00000000000000000000FFFFFF000000FFC87C00000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF000000FFC87C000000AD8854AD885400000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFF0000000000
00000000000000000000FFFFFF000000FFC87C000000AD885400000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFF0000000000
00FFFFFF00000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
FFFFFFFF000000A0A0A0A0A0A000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
FFFFFFFF000000A0A0A000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000100000000100010000000000800000000000000000000000
000000000000000000000000FFFFFF00FFFF000000000000FC01000000000000
FC01000000000000FC01000000000000FC010000000000008001000000000000
8001000000000000800100000000000080010000000000008003000000000000
8007000000000000803F000000000000803F000000000000807F000000000000
80FF000000000000FFFF00000000000000000000000000000000000000000000
000000000000}
end
end