📄 uset.dfm
字号:
object Frmset: TFrmset
Left = 330
Top = 116
BorderStyle = bsDialog
Caption = 'Frmset'
ClientHeight = 308
ClientWidth = 272
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 272
Height = 41
Align = alTop
BevelInner = bvLowered
BorderStyle = bsSingle
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 12
Width = 36
Height = 12
Caption = 'Label1'
end
object SpeedButton1: TSpeedButton
Left = 236
Top = 6
Width = 23
Height = 22
Visible = False
OnClick = SpeedButton1Click
end
object Edit1: TEdit
Left = 112
Top = 8
Width = 121
Height = 20
TabOrder = 0
Visible = False
end
end
object Panel2: TPanel
Left = 0
Top = 272
Width = 272
Height = 36
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object Btnok: TBitBtn
Left = 45
Top = 5
Width = 75
Height = 25
Caption = ' 确定'
Default = True
ModalResult = 1
TabOrder = 0
NumGlyphs = 2
end
object BitExit: TBitBtn
Left = 184
Top = 6
Width = 75
Height = 25
Caption = '关闭'
ModalResult = 2
TabOrder = 1
NumGlyphs = 2
end
end
object LstSet: TCheckListBox
Left = 0
Top = 41
Width = 272
Height = 229
Align = alClient
Columns = 2
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ImeMode = imChinese
IntegralHeight = True
ItemHeight = 15
ParentFont = False
Style = lbOwnerDrawFixed
TabOrder = 2
OnDblClick = LstSetDblClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -