📄 pfm_selgridcol.dfm
字号:
object fm_selgridcol: Tfm_selgridcol
Left = 210
Top = 138
Width = 441
Height = 360
Caption = '选择可见项'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CkLBox1: TCheckListBox
Left = 0
Top = 0
Width = 281
Height = 333
OnClickCheck = CkLBox1ClickCheck
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 16
ParentFont = False
TabOrder = 0
end
object BtnAllVis: TButton
Left = 304
Top = 32
Width = 75
Height = 25
Caption = '全部可见'
TabOrder = 1
OnClick = BtnAllVisClick
end
object BtnAllUnvis: TButton
Left = 304
Top = 64
Width = 75
Height = 25
Caption = '全部不可见'
TabOrder = 2
OnClick = BtnAllUnvisClick
end
object Button1: TButton
Left = 304
Top = 216
Width = 75
Height = 25
Caption = '确定'
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -