-
Notifications
You must be signed in to change notification settings - Fork 5
/
FormD64SectorView.lfm
62 lines (62 loc) · 1.15 KB
/
FormD64SectorView.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
object D64SectorViewForm: TD64SectorViewForm
Left = 563
Height = 362
Top = 260
Width = 755
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Sector Viewer'
ClientHeight = 362
ClientWidth = 755
FormStyle = fsStayOnTop
OnClose = FormClose
OnShow = FormShow
LCLVersion = '2.0.10.0'
object Label1: TLabel
Left = 8
Height = 15
Top = 11
Width = 30
Caption = 'Track:'
ParentColor = False
end
object CmbTrack: TComboBox
Left = 64
Height = 23
Top = 8
Width = 100
ItemHeight = 15
OnChange = CmbTrackChange
Style = csDropDownList
TabOrder = 0
end
object Label2: TLabel
Left = 205
Height = 15
Top = 11
Width = 36
Caption = 'Sector:'
ParentColor = False
end
object CmbSector: TComboBox
Left = 264
Height = 23
Top = 8
Width = 100
ItemHeight = 15
OnChange = CmbSectorChange
Style = csDropDownList
TabOrder = 1
end
object LstBxHex: TListBox
Left = 8
Height = 306
Top = 48
Width = 739
Font.Height = -13
Font.Name = 'Courier New'
ItemHeight = 0
ParentFont = False
TabOrder = 2
end
end