-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageToCDProgressFormUnit.dfm
More file actions
97 lines (97 loc) · 1.83 KB
/
Copy pathImageToCDProgressFormUnit.dfm
File metadata and controls
97 lines (97 loc) · 1.83 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
object ImageToCDProgressForm: TImageToCDProgressForm
Left = 192
Top = 114
Width = 450
Height = 201
Caption = 'ImageToCDProgressForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object LBL_write_sect: TLabel
Left = 112
Top = 40
Width = 321
Height = 17
AutoSize = False
Color = clInactiveBorder
ParentColor = False
end
object Label1: TLabel
Left = 8
Top = 40
Width = 97
Height = 13
Caption = 'Writing sector (LBA):'
end
object Label2: TLabel
Left = 8
Top = 88
Width = 97
Height = 13
Caption = 'Writing speed set at:'
end
object LBL_curr_write_speed: TLabel
Left = 112
Top = 88
Width = 273
Height = 17
AutoSize = False
Color = clInactiveBorder
ParentColor = False
end
object LBL_drive_buffer_status: TLabel
Left = 112
Top = 64
Width = 321
Height = 17
AutoSize = False
Color = clInactiveBorder
ParentColor = False
end
object Label3: TLabel
Left = 8
Top = 64
Width = 89
Height = 13
Caption = 'Drive buffer status:'
end
object Label4: TLabel
Left = 392
Top = 88
Width = 41
Height = 13
Caption = 'kbytes/s'
end
object LBL_read_sect: TLabel
Left = 112
Top = 16
Width = 321
Height = 17
AutoSize = False
Color = clInactiveBorder
ParentColor = False
end
object Label6: TLabel
Left = 8
Top = 16
Width = 104
Height = 13
Caption = 'Reading sector (LBA):'
end
object BTN_stop_write: TButton
Left = 352
Top = 120
Width = 81
Height = 33
Caption = 'Stop'
TabOrder = 0
OnClick = BTN_stop_writeClick
end
end