📄 form_multiload.dfm
字号:
object frmMultiLoad: TfrmMultiLoad
Left = 32
Top = 0
Width = 765
Height = 572
Caption = ' Scatter and Load Setting'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object lv1: TListView
Left = 7
Top = 80
Width = 746
Height = 100
Checkboxes = True
Columns = <
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Region address'
Width = 100
end
item
Caption = 'Begin Address'
Width = 100
end
item
Caption = 'End Address'
Width = 100
end
item
Caption = 'Location'
Width = 500
end>
TabOrder = 0
ViewStyle = vsReport
OnChange = lvChange
OnChanging = lvChanging
OnClick = lvClick
end
object lblScatFileName1: TStaticText
Left = 88
Top = 2
Width = 665
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Color = clSkyBlue
ParentColor = False
TabOrder = 1
end
object lv2: TListView
Tag = 1
Left = 6
Top = 184
Width = 746
Height = 100
Checkboxes = True
Columns = <
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Region address'
Width = 100
end
item
Caption = 'Begin Address'
Width = 100
end
item
Caption = 'End Address'
Width = 100
end
item
Caption = 'Location'
Width = 500
end>
TabOrder = 2
ViewStyle = vsReport
OnChange = lvChange
OnChanging = lvChanging
OnClick = lvClick
end
object lv3: TListView
Tag = 2
Left = 6
Top = 288
Width = 746
Height = 100
Checkboxes = True
Columns = <
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Region address'
Width = 100
end
item
Caption = 'Begin Address'
Width = 100
end
item
Caption = 'End Address'
Width = 100
end
item
Caption = 'Location'
Width = 500
end>
TabOrder = 3
ViewStyle = vsReport
OnChange = lvChange
OnChanging = lvChanging
OnClick = lvClick
end
object lv4: TListView
Tag = 3
Left = 7
Top = 392
Width = 746
Height = 100
Checkboxes = True
Columns = <
item
Caption = 'Name'
Width = 100
end
item
Caption = 'Region address'
Width = 100
end
item
Caption = 'Begin Address'
Width = 100
end
item
Caption = 'End Address'
Width = 100
end
item
Caption = 'Location'
Width = 500
end>
TabOrder = 4
ViewStyle = vsReport
OnChange = lvChange
OnChanging = lvChanging
OnClick = lvClick
end
object sbMultiLoad: TStatusBar
Left = 0
Top = 526
Width = 757
Height = 19
Panels = <>
SimplePanel = False
end
object btnScatFile1: TButton
Left = 8
Top = 2
Width = 75
Height = 17
Caption = 'Scatter File 1'
TabOrder = 6
OnClick = btnScatFileClick
end
object btnScatFile2: TButton
Tag = 1
Left = 8
Top = 20
Width = 75
Height = 17
Caption = 'Scatter File 2'
TabOrder = 7
OnClick = btnScatFileClick
end
object lblScatFileName2: TStaticText
Left = 88
Top = 20
Width = 665
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Color = clSkyBlue
ParentColor = False
TabOrder = 8
end
object btnScatFile3: TButton
Tag = 2
Left = 8
Top = 38
Width = 75
Height = 17
Caption = 'Scatter File 3'
TabOrder = 9
OnClick = btnScatFileClick
end
object lblScatFileName3: TStaticText
Left = 88
Top = 38
Width = 665
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Color = clSkyBlue
ParentColor = False
TabOrder = 10
end
object btnScatFile4: TButton
Tag = 3
Left = 8
Top = 56
Width = 75
Height = 17
Caption = 'Scatter File 4'
TabOrder = 11
OnClick = btnScatFileClick
end
object lblScatFileName4: TStaticText
Left = 88
Top = 56
Width = 665
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Color = clSkyBlue
ParentColor = False
TabOrder = 12
end
object btnDelLoad4: TButton
Tag = 3
Left = 548
Top = 496
Width = 75
Height = 25
Caption = 'Delete Load 4 '
TabOrder = 13
OnClick = btnDelLoadClick
end
object btnDelLoad3: TButton
Tag = 2
Left = 456
Top = 496
Width = 75
Height = 25
Caption = 'Delete Load 3'
TabOrder = 14
OnClick = btnDelLoadClick
end
object btnDelLoad2: TButton
Tag = 1
Left = 364
Top = 496
Width = 75
Height = 25
Caption = 'Delete Load 2'
TabOrder = 15
OnClick = btnDelLoadClick
end
object btnDelLoad1: TButton
Left = 272
Top = 496
Width = 75
Height = 25
Caption = 'Delete Load 1'
TabOrder = 16
OnClick = btnDelLoadClick
end
object dlgOpenScatter1: TOpenDialog
Title = 'Open'
Left = 576
end
object dlgOpenROM1: TOpenDialog
Title = 'Open'
Left = 576
Top = 32
end
object dlgOpenFAT1: TOpenDialog
Title = 'Open'
Left = 576
Top = 64
end
object dlgOpenScatter2: TOpenDialog
Tag = 1
Title = 'Open'
Left = 608
end
object dlgOpenScatter3: TOpenDialog
Tag = 2
Title = 'Open'
Left = 640
end
object dlgOpenScatter4: TOpenDialog
Tag = 3
Title = 'Open'
Left = 672
end
object dlgOpenROM2: TOpenDialog
Tag = 1
Title = 'Open'
Left = 608
Top = 32
end
object dlgOpenROM3: TOpenDialog
Tag = 2
Title = 'Open'
Left = 640
Top = 32
end
object dlgOpenROM4: TOpenDialog
Tag = 3
Title = 'Open'
Left = 672
Top = 32
end
object dlgOpenFAT2: TOpenDialog
Tag = 1
Title = 'Open'
Left = 608
Top = 64
end
object dlgOpenFAT3: TOpenDialog
Tag = 2
Title = 'Open'
Left = 640
Top = 64
end
object dlgOpenFAT4: TOpenDialog
Tag = 3
Title = 'Open'
Left = 672
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -