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

📄 checkprinter.~dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 ~DFM
字号:
inherited f_checkprinter: Tf_checkprinter
  Left = 282
  Top = 256
  Caption = #24211#23384#30424#28857#25171#21360
  ClientHeight = 302
  ClientWidth = 624
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 233
    Top = 7
    Width = 157
    Height = 23
    AutoSize = False
    Caption = #24211#23384#30424#28857#25171#21360
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 99
    Width = 624
    Height = 203
    Align = alBottom
    DataSource = Source1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'bookname'
        Title.Caption = #20070#31821#21517#31216
        Width = 155
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'author'
        Title.Caption = #20316#32773
        Width = 69
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookconcern'
        Title.Caption = #20986#29256#31038
        Width = 110
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'num'
        Title.Caption = #21407#22987#35760#24405
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 57
    Width = 624
    Height = 42
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Counter: TComboBox
      Left = 238
      Top = 9
      Width = 100
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
    object Radio1: TRadioButton
      Left = 22
      Top = 12
      Width = 48
      Height = 17
      Caption = #20179#24211
      Checked = True
      TabOrder = 1
      TabStop = True
    end
    object Radio2: TRadioButton
      Left = 187
      Top = 12
      Width = 52
      Height = 17
      Caption = #26588#21488
      TabOrder = 2
    end
    object Depot: TComboBox
      Left = 72
      Top = 9
      Width = 100
      Height = 21
      ItemHeight = 13
      TabOrder = 3
    end
    object Query: TButton
      Left = 350
      Top = 9
      Width = 67
      Height = 22
      Caption = #26597#35810
      TabOrder = 4
      OnClick = QueryClick
    end
    object Print: TButton
      Left = 450
      Top = 9
      Width = 67
      Height = 22
      Caption = #25171#21360
      TabOrder = 5
      OnClick = PrintClick
    end
    object Quit: TButton
      Left = 524
      Top = 9
      Width = 67
      Height = 22
      Caption = #36864#20986
      TabOrder = 6
      OnClick = QuitClick
    end
  end
  object Source1: TDataSource
    Left = 72
    Top = 176
  end
  object Project1: TRvProject
    Left = 32
    Top = 16
  end
  object CheckConnection: TRvDataSetConnection
    RuntimeVisibility = rtDeveloper
    DataSet = t_Data.Check
    Left = 80
    Top = 16
  end
end

⌨️ 快捷键说明

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