📄 editform.dfm
字号:
object MainForm: TMainForm
Left = 319
Top = 149
Width = 570
Height = 380
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 24
object Label1: TLabel
Left = 135
Top = 112
Width = 128
Height = 33
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 135
Top = 168
Width = 128
Height = 33
AutoSize = False
Caption = 'Label2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 135
Top = 224
Width = 128
Height = 33
AutoSize = False
Caption = 'Label3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 272
Top = 112
Width = 128
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 272
Top = 164
Width = 128
Height = 32
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 272
Top = 216
Width = 128
Height = 32
TabOrder = 2
Text = 'Edit3'
end
object PopupMenu: TPopupMenu
OnPopup = PopupMenuPopup
Left = 480
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -