📄 unit2.dfm
字号:
object filenameform: Tfilenameform
Left = 302
Top = 239
Width = 486
Height = 380
Caption = 'filenameform'
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 = 80
Top = 104
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 88
Top = 152
Width = 32
Height = 13
Caption = 'Label2'
end
object Edit1: TEdit
Left = 208
Top = 104
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 208
Top = 152
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -