unit1.dfm
来自「这有很多Delphi应用的例子」· DFM 代码 · 共 41 行
DFM
41 行
object Form1: TForm1
Left = 228
Top = 135
Width = 445
Height = 166
Caption = 'Case'#35821#21477#30340#20351#29992
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 Label1: TLabel
Left = 56
Top = 24
Width = 201
Height = 25
AutoSize = False
Caption = #35831#36755#20837'0'#21040'100'#20043#38388#30340#25972#25968
end
object Edit1: TEdit
Left = 56
Top = 64
Width = 201
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 280
Top = 64
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?