pselect.dfm

来自「BarCodePrint条码打印机打印管理」· DFM 代码 · 共 84 行

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