fmdemo2main.dfm
来自「这是不可多得的源代码」· DFM 代码 · 共 63 行
DFM
63 行
object Form2: TForm2
Left = 253
Top = 206
Width = 440
Height = 245
Caption = 'Form2'
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 BitBtn1: TBitBtn
Left = 32
Top = 152
Width = 193
Height = 49
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 232
Top = 152
Width = 193
Height = 49
TabOrder = 1
Kind = bkClose
end
object BitBtn3: TBitBtn
Left = 8
Top = 80
Width = 129
Height = 49
Caption = 'Create'
TabOrder = 2
OnClick = BitBtn3Click
Kind = bkAll
end
object BitBtn4: TBitBtn
Left = 144
Top = 80
Width = 129
Height = 49
Caption = 'Interface'
TabOrder = 3
OnClick = BitBtn4Click
Kind = bkIgnore
end
object BitBtn5: TBitBtn
Left = 280
Top = 80
Width = 137
Height = 49
Caption = 'Free'
TabOrder = 4
OnClick = BitBtn5Click
Kind = bkHelp
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?