upkform.dfm
来自「如何从package中动态载入自定义类、窗体、ADO数据连接等」· DFM 代码 · 共 47 行
DFM
47 行
object pkfrmTest: TpkfrmTest
Left = 289
Top = 195
ActiveControl = Button1
BorderStyle = bsDialog
Caption = 'Package Form'
ClientHeight = 149
ClientWidth = 331
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Memo3: TMemo
Left = 9
Top = 16
Width = 304
Height = 73
BorderStyle = bsNone
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'This form is load from package '#39'Demo.bpl'#39)
ParentFont = False
TabOrder = 1
end
object Button1: TButton
Left = 128
Top = 112
Width = 75
Height = 25
Caption = 'Close'
Default = True
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?