main.dfm
来自「深入介绍了Delphi的package的使用方法。对于一个大型的项目」· DFM 代码 · 共 47 行
DFM
47 行
object MainForm: TMainForm
Left = 233
Top = 198
Width = 434
Height = 331
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 Label1: TLabel
Left = 24
Top = 100
Width = 114
Height = 16
Caption = 'Loaded packages:'
end
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 ListBox1: TListBox
Left = 24
Top = 124
Width = 365
Height = 113
ImeName = '穝猔
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?