📄 unit1.dfm
字号:
object Form1: TForm1
Left = 179
Top = 141
Width = 369
Height = 314
Caption = #36523#20221#39564#35777
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 = 72
Top = 64
Width = 36
Height = 13
Caption = #23398#21495#65306
FocusControl = Edit1
end
object Label2: TLabel
Left = 72
Top = 128
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object Edit1: TEdit
Left = 144
Top = 56
Width = 121
Height = 21
MaxLength = 6
TabOrder = 0
Text = 'Edit1'
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 144
Top = 120
Width = 121
Height = 21
MaxLength = 6
PasswordChar = '#'
TabOrder = 1
Text = 'Edit2'
OnChange = Edit2Change
end
object BitBtn1: TBitBtn
Left = 72
Top = 200
Width = 75
Height = 25
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 208
Top = 200
Width = 75
Height = 25
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -