📄 unit2.dfm
字号:
object Form2: TForm2
Left = 350
Top = 217
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsToolWindow
Caption = 'Form2'
ClientHeight = 166
ClientWidth = 297
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 137
Height = 13
AutoSize = False
Caption = #35831#36755#20837#23398#29983#20449#24687#65306
end
object Label2: TLabel
Left = 40
Top = 48
Width = 65
Height = 13
AutoSize = False
Caption = #23398#29983#23398#21495
end
object Label3: TLabel
Left = 40
Top = 80
Width = 65
Height = 13
AutoSize = False
Caption = #23398#29983#22995#21517
end
object Edit1: TEdit
Left = 112
Top = 40
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 112
Top = 72
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object BitBtn1: TBitBtn
Left = 40
Top = 120
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 160
Top = 120
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -