unit1.dfm
来自「delphi编程实效百例的随书源代码 这是其中的界面外观部分」· DFM 代码 · 共 53 行
DFM
53 行
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 453
ClientWidth = 688
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 96
Top = 288
Width = 81
Height = 22
Caption = #36879#26126#39068#33394
OnClick = SpeedButton1Click
end
object Button1: TButton
Left = 96
Top = 392
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 0
OnClick = Button1Click
end
object BitBtn1: TBitBtn
Left = 96
Top = 336
Width = 75
Height = 25
Caption = #36873#25321#22270#29255
TabOrder = 1
OnClick = BitBtn1Click
end
object OpenDialog1: TOpenDialog
Left = 120
Top = 96
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 240
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?