unit1.dfm
来自「Delphi编程实效百例的随书程序 这是其中的界面操作部分」· DFM 代码 · 共 61 行
DFM
61 行
object Form1: TForm1
Left = 179
Top = 158
Width = 334
Height = 251
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 326
Height = 153
Align = alTop
end
object Label1: TLabel
Left = 32
Top = 32
Width = 209
Height = 41
AutoSize = False
Caption = #31383#20307#25511#21046#28436#31034
end
object Button1: TButton
Left = 32
Top = 168
Width = 60
Height = 25
Caption = #22987#32456#26368#21069
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 168
Width = 60
Height = 25
Caption = #24674#22797#27491#24120
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 208
Top = 168
Width = 60
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?