fmobjdemomain.dfm
来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 69 行
DFM
69 行
object Form1: TForm1
Left = 156
Top = 118
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Memo1: TMemo
Left = 0
Top = 0
Width = 688
Height = 313
Align = alTop
TabOrder = 0
end
object Button1: TButton
Left = 8
Top = 328
Width = 161
Height = 33
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 328
Width = 161
Height = 33
Caption = 'Button1'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 344
Top = 328
Width = 161
Height = 33
Caption = 'Button1'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 512
Top = 328
Width = 161
Height = 33
Caption = 'Button1'
TabOrder = 4
OnClick = Button4Click
end
object Edit1: TEdit
Left = 240
Top = 376
Width = 265
Height = 24
TabOrder = 5
Text = 'Edit1'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?