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

📄 pselect.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormSelect: TFormSelect
  Left = 310
  Top = 264
  BorderStyle = bsDialog
  Caption = '选择'
  ClientHeight = 334
  ClientWidth = 334
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGridSelect: TDBGrid
    Left = 8
    Top = 8
    Width = 313
    Height = 281
    DataSource = DataSourceSelect
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    OnCellClick = DBGridSelectCellClick
    OnDblClick = DBGridSelectDblClick
  end
  object ButtonCancle: TButton
    Left = 163
    Top = 296
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = ButtonCancleClick
  end
  object ButtonOK: TButton
    Left = 75
    Top = 296
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = ButtonOKClick
  end
  object DataSourceSelect: TDataSource
    DataSet = ADOQuerySelect
    Left = 264
  end
  object ADOQuerySelect: TADOQuery
    CursorType = ctStatic
    LockType = ltReadOnly
    Parameters = <>
    Left = 288
  end
end

⌨️ 快捷键说明

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