fmmain.dfm
来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 83 行
DFM
83 行
object Form1: TForm1
Left = 185
Top = 154
Width = 696
Height = 388
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 Button1: TButton
Left = 8
Top = 8
Width = 281
Height = 41
Caption = 'Button1'
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 16
Top = 64
Width = 257
Height = 25
Caption = 'CheckBox1'
TabOrder = 1
end
object RadioButton1: TRadioButton
Left = 8
Top = 104
Width = 273
Height = 49
Caption = 'RadioButton1'
TabOrder = 2
end
object Memo1: TMemo
Left = 8
Top = 176
Width = 281
Height = 49
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object Button2: TButton
Left = 16
Top = 240
Width = 281
Height = 41
Caption = 'This Form'
TabOrder = 4
end
object mmResult: TMemo
Left = 304
Top = 8
Width = 377
Height = 241
TabOrder = 5
end
object Button5: TButton
Left = 312
Top = 256
Width = 361
Height = 41
Caption = 'From Button To Form'
TabOrder = 6
OnClick = Button5Click
end
object Button6: TButton
Left = 312
Top = 304
Width = 361
Height = 41
Caption = 'From Form To Memo'
TabOrder = 7
OnClick = Button6Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?