hakeunit.dfm
来自「datacnie多页面浏览器datacnie 原程序」· DFM 代码 · 共 58 行
DFM
58 行
object hackform: Thackform
Left = 192
Top = 153
Width = 405
Height = 183
Caption = 'hackform'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 8
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 24
Top = 32
Width = 32
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 24
Top = 56
Width = 32
Height = 13
Caption = 'Label3'
end
object OKBtn: TButton
Left = 103
Top = 84
Width = 60
Height = 22
Caption = #30830#30340
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 175
Top = 84
Width = 60
Height = 22
Cancel = True
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?