columnselect.dfm

来自「企业员工考勤和工资管理系统」· DFM 代码 · 共 65 行

DFM
65
字号
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 + =
减小字号Ctrl + -
显示快捷键?