📄 unit1.dfm
字号:
object Form1: TForm1
Left = 193
Top = 205
Width = 570
Height = 408
Caption = 'Form1'
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 Panel1: TPanel
Left = 110
Top = 68
Width = 315
Height = 127
TabOrder = 0
object Label1: TLabel
Left = 76
Top = 44
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 78
Top = 76
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object EditName: TEdit
Left = 130
Top = 38
Width = 121
Height = 21
TabOrder = 0
Text = 'EditName'
end
object EditPwd: TEdit
Left = 130
Top = 70
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
Text = 'EditPwd'
end
end
object Button1: TButton
Left = 246
Top = 226
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -