📄 unit1.dfm
字号:
object Form1: TForm1
Left = 371
Top = 231
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'DES'#23383#31526#20018#21152#23494#35299#23494
ClientHeight = 155
ClientWidth = 397
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 36
Width = 24
Height = 12
Caption = #26126#25991
end
object Label2: TLabel
Left = 24
Top = 76
Width = 24
Height = 12
Caption = #23494#25991
end
object Edit1: TEdit
Left = 56
Top = 32
Width = 321
Height = 20
TabOrder = 0
Text = '123456789'
end
object Edit2: TEdit
Left = 56
Top = 72
Width = 321
Height = 20
TabOrder = 1
end
object Button1: TButton
Left = 80
Top = 112
Width = 75
Height = 25
Caption = #21152#23494
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 112
Width = 75
Height = 25
Caption = #35299#23494
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -