forked from ThePacielloGroup/CCA-Win
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgressForm.dfm
More file actions
70 lines (70 loc) · 2.66 KB
/
ProgressForm.dfm
File metadata and controls
70 lines (70 loc) · 2.66 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
object frmProgress: TfrmProgress
Left = 528
Top = 520
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Progress'
ClientHeight = 67
ClientWidth = 284
Color = clBtnFace
ParentFont = True
Icon.Data = {
0000010001001010000001001800680300001600000028000000100000002000
0000010018000000000040030000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000511581A429B215087194E800E2C81230D6B583B8700
000000000000000000000000000000000000000000000005115817A8DE19BAFF
1CB6FF17BAFF0DA5FF1495DE00338011004F3D166B0000000000000000000000
000000000741D32AC4F817C8FD0696AD005A7B0B7FC20888FB076FF6128DF40F
67BC0D0A5B1F13550000000000000000000000000511582ADBFF00D4F809EE91
03C01B05A6A00175FF002ED80006AD0E7EFA118DDB11005E5F2D900000000000
0000000005115832E9FE1BECFD1CEDFF11D4F324C4FF1AACF70C84F40A59E000
6DF614ABFF0956A527036A00000000000000000005115838DEFE1C70FD27A5FC
2CD4FF107ACD322EA52480E618B3FD0E8DFF0584FF209EDA2306580000000000
0000000005115829ACFF0000FE001BFB27BCFD0A5BAE3300622D1A8E13C1F817
A9F91AB8F21068B61B0D6E0000000000000000000741D335D4FB2183FE0F56FE
28D2FF29EBFF0978BC1992C71DA0E5000B640511580001610000000000000000
0000000000000005115849FFFF3CF3FE38C1EE636EB135B1EF32ECFF0E84D616
0E5C00000000000000000000000000000000000000000000000005115826EDFE
9BA5A4FF17127F72A91CCEFC2EE6FF1542940000000000000000000000000000
000000000000000000000000000511580511587692AF47C9E937E1FF29CBFA1A
51BC000000000000000000000000000000000000000000000000000000000000
0000000511580F76E3206DB71054DE595EE60000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000FFFF
0000FFFF0000F01F0000E0070000C0030000C0010000C0010000C0010000C001
0000C0030000E00F0000F00F0000F80F0000FE0F0000FFFF0000FFFF0000}
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 0
Top = 0
Width = 47
Height = 12
Caption = 'Progress:'
end
object ProgressBar1: TProgressBar
Left = 0
Top = 16
Width = 281
Height = 17
Smooth = True
TabOrder = 0
end
object Button1: TButton
Left = 200
Top = 40
Width = 81
Height = 25
Caption = 'Abort'
TabOrder = 1
OnClick = Button1Click
end
end