📄 unit1.dfm
字号:
object Form1: TForm1
Left = 255
Top = 191
Width = 438
Height = 178
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 Label1: TLabel
Left = 16
Top = 8
Width = 24
Height = 13
Caption = #28304#30721
end
object Label2: TLabel
Left = 208
Top = 16
Width = 24
Height = 13
Caption = #21152#23494
end
object Label3: TLabel
Left = 24
Top = 96
Width = 18
Height = 13
Caption = 'Key'
end
object Edit1: TEdit
Left = 64
Top = 8
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 248
Top = 8
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object Button1: TButton
Left = 80
Top = 48
Width = 75
Height = 25
Caption = 'jiami'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 48
Width = 75
Height = 25
Caption = 'jiemi'
TabOrder = 3
OnClick = Button2Click
end
object Edit3: TEdit
Left = 72
Top = 96
Width = 121
Height = 21
MaxLength = 8
TabOrder = 4
Text = 'Edit3'
end
object Button3: TButton
Left = 248
Top = 96
Width = 75
Height = 25
Caption = 'close'
TabOrder = 5
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -