pfm_selgridcol.dfm

来自「POS收银系统」· DFM 代码 · 共 61 行

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