fmmain.dfm
来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 55 行
DFM
55 行
object Form1: TForm1
Left = 298
Top = 243
Width = 585
Height = 256
Caption = 'Form1'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = #26032#32048#26126#39636
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 20
object LabeledEdit1: TLabeledEdit
Left = 24
Top = 40
Width = 401
Height = 28
EditLabel.Width = 97
EditLabel.Height = 20
EditLabel.Caption = 'LabeledEdit1'
TabOrder = 0
end
object LabeledEdit2: TLabeledEdit
Left = 24
Top = 104
Width = 401
Height = 28
EditLabel.Width = 97
EditLabel.Height = 20
EditLabel.Caption = 'LabeledEdit1'
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 48
Top = 160
Width = 161
Height = 49
Caption = 'IController'
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkAll
end
object BitBtn3: TBitBtn
Left = 368
Top = 160
Width = 161
Height = 49
TabOrder = 3
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?