-
Notifications
You must be signed in to change notification settings - Fork 1
/
UploadList.dfm
78 lines (78 loc) · 1.55 KB
/
UploadList.dfm
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
object FUploadList: TFUploadList
Left = 334
Top = 396
Caption = 'Uploaded Cutlists'
ClientHeight = 288
ClientWidth = 797
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object pnlButtons: TPanel
Left = 0
Top = 254
Width = 797
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
797
34)
object cmdCancel: TButton
Left = 697
Top = 6
Width = 95
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 0
end
object cmdDelete: TButton
Left = 596
Top = 6
Width = 95
Height = 25
Anchors = [akTop, akRight]
Caption = '&Delete'
ModalResult = 1
TabOrder = 1
end
end
object lvLinklist: TListView
Left = 0
Top = 0
Width = 797
Height = 254
Align = alClient
Columns = <
item
Caption = '#'
Width = 41
end
item
Caption = 'File'
Width = 488
end
item
Caption = 'Date'
Width = 122
end>
GridLines = True
HideSelection = False
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
end
end