unit1.dfm
来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 59 行
DFM
59 行
object Form1: TForm1
Left = 192
Top = 107
Width = 282
Height = 185
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 20
Top = 89
Width = 92
Height = 30
Caption = #40736#26631
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 20
Top = 49
Width = 286
Height = 21
TabOrder = 1
OnKeyPress = Edit1KeyPress
end
object Button2: TButton
Left = 118
Top = 89
Width = 92
Height = 30
Caption = #24038#38190
TabOrder = 2
OnClick = Button2Click
end
object Button4: TButton
Left = 217
Top = 89
Width = 92
Height = 30
Caption = #21457#36865
TabOrder = 3
OnClick = Button4Click
end
object Edit2: TEdit
Left = 30
Top = 138
Width = 276
Height = 21
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?