-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
52 lines (52 loc) · 950 Bytes
/
unit1.lfm
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
object Form1: TForm1
Left = 781
Height = 240
Top = 199
Width = 320
AllowDropFiles = True
Caption = '自动添加上下页'
ClientHeight = 240
ClientWidth = 320
FormStyle = fsSystemStayOnTop
OnCreate = FormCreate
OnDropFiles = FormDropFiles
LCLVersion = '2.0.8.0'
object StringGrid1: TStringGrid
Left = 0
Height = 208
Top = 0
Width = 320
Align = alTop
AutoFillColumns = True
ColCount = 2
Columns = <
item
Title.Caption = '文件'
Width = 158
end
item
Title.Caption = '状态'
Width = 158
end>
FixedCols = 0
TabOrder = 0
ColWidths = (
158
158
)
Cells = (
1
0
0
'123'
)
end
object ProgressBar1: TProgressBar
Left = 0
Height = 32
Top = 208
Width = 320
Align = alBottom
TabOrder = 1
end
end