📄 fmmain.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -