⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jvdbgridselectcolumnform.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object frmSelectColumn: TfrmSelectColumn
  Left = 445
  Top = 244
  Width = 197
  Height = 248
  BorderIcons = []
  BorderStyle = bsSizeToolWin
  BorderWidth = 2
  Caption = 'Select columns'
  Color = clBtnFace
  Constraints.MinHeight = 140
  Constraints.MinWidth = 100
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  Scaled = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 163
    Width = 185
    Height = 50
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object cbWithFieldName: TCheckBox
      Left = 18
      Top = -2
      Width = 165
      Height = 25
      Anchors = [akLeft, akRight]
      TabOrder = 0
      Visible = False
      OnClick = cbClick
    end
    object ButtonOK: TButton
      Left = 56
      Top = 19
      Width = 75
      Height = 25
      Anchors = []
      Caption = '&OK'
      Default = True
      ModalResult = 1
      TabOrder = 1
    end
  end
  object clbList: TCheckListBox
    Left = 0
    Top = 0
    Width = 185
    Height = 163
    OnClickCheck = clbListClickCheck
    Align = alClient
    ItemHeight = 13
    TabOrder = 1
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -