-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit7.dfm
More file actions
executable file
·55 lines (55 loc) · 1.22 KB
/
Copy pathUnit7.dfm
File metadata and controls
executable file
·55 lines (55 loc) · 1.22 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
object Form7: TForm7
Left = 190
Top = 177
BorderStyle = bsDialog
Caption = 'Key generation...'
ClientHeight = 473
ClientWidth = 592
Color = clBtnFace
Constraints.MaxHeight = 550
Constraints.MaxWidth = 650
Constraints.MinHeight = 473
Constraints.MinWidth = 592
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 577
Height = 425
Caption = 'Move your mouse in this area to generate a new key.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnMouseMove = Mouse
object ProgressBar1: TProgressBar
Left = 40
Top = 232
Width = 497
Height = 25
Max = 50
TabOrder = 0
end
end
object Button1: TButton
Left = 240
Top = 440
Width = 113
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end