📄 srdl.dfm
字号:
object srdlForm: TsrdlForm
Left = 291
Top = 213
Width = 225
Height = 116
BorderIcons = []
Caption = '输入大类名称'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 16
Width = 48
Height = 12
Caption = '类别名称'
end
object mc: TEdit
Left = 80
Top = 12
Width = 121
Height = 20
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 32
Top = 48
Width = 75
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 107
Top = 48
Width = 75
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -