📄 exporttable.dfm
字号:
object ExportTableFrm: TExportTableFrm
Left = 107
Top = 153
BorderStyle = bsDialog
Caption = 'Export Table'
ClientHeight = 329
ClientWidth = 569
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 457
Height = 153
Caption = 'ExportTable Information'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 27
Width = 97
Height = 13
AutoSize = False
Caption = 'Time Date Stamp:'
end
object Label2: TLabel
Left = 8
Top = 51
Width = 81
Height = 13
AutoSize = False
Caption = 'Characteristics:'
end
object Label3: TLabel
Left = 8
Top = 75
Width = 33
Height = 13
AutoSize = False
Caption = 'Base:'
end
object Label4: TLabel
Left = 8
Top = 99
Width = 41
Height = 13
AutoSize = False
Caption = 'Name:'
end
object Label5: TLabel
Left = 8
Top = 123
Width = 65
Height = 13
AutoSize = False
Caption = 'Name String:'
end
object Label6: TLabel
Left = 232
Top = 27
Width = 105
Height = 13
AutoSize = False
Caption = 'NumberOfFunctions:'
end
object Label7: TLabel
Left = 232
Top = 51
Width = 89
Height = 13
AutoSize = False
Caption = 'NumberOfNames:'
end
object Label8: TLabel
Left = 232
Top = 75
Width = 105
Height = 13
AutoSize = False
Caption = 'AddressOfFuncions:'
end
object Label9: TLabel
Left = 232
Top = 99
Width = 89
Height = 13
AutoSize = False
Caption = 'AddressOfNames:'
end
object Label10: TLabel
Left = 232
Top = 123
Width = 129
Height = 13
AutoSize = False
Caption = 'AddressOfNameOrdinals:'
end
object TEdit: TEdit
Left = 128
Top = 24
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 0
end
object CEdit: TEdit
Left = 128
Top = 48
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 1
end
object BEdit: TEdit
Left = 128
Top = 72
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 2
end
object NEdit: TEdit
Left = 128
Top = 96
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 3
end
object NSEdit: TEdit
Left = 88
Top = 120
Width = 129
Height = 21
TabOrder = 4
end
object NFEdit: TEdit
Left = 360
Top = 24
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 5
end
object NNEdit: TEdit
Left = 360
Top = 48
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 6
end
object AFEdit: TEdit
Left = 360
Top = 72
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 7
end
object ANEdit: TEdit
Left = 360
Top = 96
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 8
end
object AOEdit: TEdit
Left = 360
Top = 120
Width = 89
Height = 21
CharCase = ecUpperCase
MaxLength = 8
TabOrder = 9
end
end
object ListView1: TListView
Left = 8
Top = 168
Width = 553
Height = 153
Columns = <
item
Caption = 'Ordinal'
Width = 100
end
item
Caption = 'RVA'
Width = 100
end
item
Caption = 'Function Name'
Width = 200
end>
RowSelect = True
TabOrder = 1
ViewStyle = vsReport
end
object Panel1: TPanel
Left = 472
Top = 12
Width = 89
Height = 149
BevelInner = bvLowered
TabOrder = 2
object Button1: TButton
Left = 8
Top = 8
Width = 73
Height = 22
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -