📄 editheaderunt.dfm
字号:
object editheaderfrm: Teditheaderfrm
Left = 292
Top = 146
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '本地组'
ClientHeight = 133
ClientWidth = 298
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 281
Height = 89
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 32
Width = 60
Height = 13
Caption = '本地组ID:'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 64
Width = 72
Height = 13
Caption = '本地组名称:'
Transparent = True
end
object Edit1: TEdit
Left = 96
Top = 24
Width = 177
Height = 21
MaxLength = 16
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 96
Top = 56
Width = 177
Height = 21
MaxLength = 16
TabOrder = 1
Text = 'Edit2'
end
object xpButton1: TxpButton
Left = 96
Top = 104
Width = 75
Height = 25
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 176
Top = 104
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -