📄 main.dfm
字号:
object MainForm: TMainForm
Left = 262
Top = 109
Width = 462
Height = 320
Caption = 'Package demo for Delphi 5, written by Michael Tsai 2/13/2000'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object btnLoadPkg1: TButton
Left = 24
Top = 16
Width = 177
Height = 25
Caption = 'Load package 1'
TabOrder = 0
OnClick = btnLoadPkg1Click
end
object btnForm1: TButton
Left = 24
Top = 48
Width = 177
Height = 25
Caption = 'Show Form1'
TabOrder = 1
OnClick = btnForm1Click
end
object btnLoadPkg2: TButton
Left = 220
Top = 16
Width = 177
Height = 25
Caption = 'Load package 2'
TabOrder = 2
OnClick = btnLoadPkg2Click
end
object btnForm2: TButton
Left = 220
Top = 48
Width = 177
Height = 25
Caption = 'Show Form2'
TabOrder = 3
OnClick = btnForm2Click
end
object ListBox1: TListBox
Left = 24
Top = 148
Width = 361
Height = 81
ImeName = '穝猔
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -