📄 columnselect.dfm
字号:
object FormColumnSelect: TFormColumnSelect
Left = 199
Top = 106
Width = 407
Height = 413
Caption = '选择显示列'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Shape1: TShape
Left = -1
Top = 335
Width = 399
Height = 1
end
object Panel1: TPanel
Left = 1
Top = 3
Width = 396
Height = 316
BevelOuter = bvLowered
TabOrder = 0
end
object BitBtnPreview: TBitBtn
Left = 79
Top = 345
Width = 97
Height = 29
Caption = '确定(&Y)'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BitBtnPreviewClick
Kind = bkOK
end
object BitBtn1: TBitBtn
Left = 232
Top = 345
Width = 90
Height = 29
Caption = '取消(&N)'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -