-
Notifications
You must be signed in to change notification settings - Fork 5
/
FormD64DirectoryView.lfm
194 lines (194 loc) · 3.63 KB
/
FormD64DirectoryView.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
object D64DirectoryViewForm: TD64DirectoryViewForm
Left = 638
Height = 536
Top = 168
Width = 836
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Directory View'
ClientHeight = 536
ClientWidth = 836
FormStyle = fsStayOnTop
OnClose = FormClose
OnShow = FormShow
LCLVersion = '2.2.0.4'
object Label1: TLabel
Left = 328
Height = 17
Top = 8
Width = 112
Caption = 'Dir. Location T/S:'
end
object Label2: TLabel
Left = 328
Height = 17
Top = 32
Width = 63
Caption = 'File Type:'
end
object Label3: TLabel
Left = 328
Height = 17
Top = 56
Width = 113
Caption = 'File Location T/S:'
end
object Label4: TLabel
Left = 328
Height = 17
Top = 80
Width = 71
Caption = 'File Name:'
end
object Label5: TLabel
Left = 328
Height = 17
Top = 104
Width = 93
Caption = 'Side Sect. T/S:'
end
object Label6: TLabel
Left = 328
Height = 17
Top = 128
Width = 90
Caption = 'REL Rec. Size:'
end
object Label7: TLabel
Left = 328
Height = 17
Top = 152
Width = 36
Caption = 'Data:'
end
object Label8: TLabel
Left = 328
Height = 17
Top = 176
Width = 58
Caption = 'File Size:'
end
object LblDirLoc: TLabel
Left = 440
Height = 17
Top = 8
Width = 64
Caption = 'LblDirLoc'
end
object LblFileType: TLabel
Left = 440
Height = 17
Top = 32
Width = 77
Caption = 'LblFileType'
end
object LblFileLoc: TLabel
Left = 440
Height = 17
Top = 56
Width = 68
Caption = 'LblFileLoc'
end
object LblFileName: TLabel
Left = 440
Height = 17
Top = 80
Width = 85
Caption = 'LblFileName'
end
object LblSideSect: TLabel
Left = 440
Height = 17
Top = 104
Width = 79
Caption = 'LblSideSect'
end
object LblRELRecSz: TLabel
Left = 440
Height = 17
Top = 128
Width = 85
Caption = 'LblRELRecSz'
end
object LblData: TLabel
Left = 440
Height = 17
Top = 152
Width = 53
Caption = 'LblData'
end
object LblFileSz: TLabel
Left = 440
Height = 17
Top = 176
Width = 60
Caption = 'LblFileSz'
end
object Panel1: TPanel
Left = 0
Height = 536
Top = 0
Width = 312
Align = alLeft
BevelOuter = bvNone
ClientHeight = 536
ClientWidth = 312
TabOrder = 0
object LstBxDirectory: TListBox
Left = 8
Height = 440
Top = 88
Width = 296
Align = alClient
BorderSpacing.Around = 8
Font.Height = -13
Font.Name = 'Courier New'
ItemHeight = 0
OnSelectionChange = LstBxDirectorySelectionChange
ParentFont = False
TabOrder = 0
TopIndex = -1
end
object PnlDirectories: TPanel
Left = 8
Height = 72
Top = 8
Width = 296
Align = alTop
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 72
ClientWidth = 296
TabOrder = 1
object Label32: TLabel
Left = 0
Height = 17
Top = 0
Width = 296
Align = alTop
BorderSpacing.Bottom = 8
Caption = 'Directories:'
end
object CmbDirectory: TComboBox
Left = 0
Height = 33
Top = 25
Width = 296
Align = alTop
ItemHeight = 15
OnChange = CmbDirectoryChange
OnDrawItem = CmbDirectoryDrawItem
ReadOnly = True
Style = csOwnerDrawFixed
TabOrder = 0
end
object Label9: TLabel
Left = 0
Height = 17
Top = 56
Width = 49
Caption = 'Listing:'
end
end
end
end