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

📄 queryfeeder.dfm

📁 完整的delphi书籍源代码,大家有空的时候自己慢慢看看
💻 DFM
字号:
object QueryFeederFrm: TQueryFeederFrm
  Left = 108
  Top = 83
  Width = 599
  Height = 410
  Caption = #26597#35810#20379#24212#21830#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object QueryResult_GroupBox: TGroupBox
    Left = 6
    Top = 87
    Width = 578
    Height = 289
    Caption = #26597#35810#32467#26524
    TabOrder = 0
    object QueryFeeder_StringGrid: TStringGrid
      Left = 8
      Top = 16
      Width = 558
      Height = 262
      ColCount = 11
      RowCount = 10
      TabOrder = 0
    end
  end
  object QueryCondition_GroupBox: TGroupBox
    Left = 7
    Top = 4
    Width = 575
    Height = 81
    Caption = #26597#35810#26465#20214
    TabOrder = 1
    object Querycount_Label: TLabel
      Left = 266
      Top = 48
      Width = 48
      Height = 13
      Caption = #35760#24405#24635#25968
    end
    object QueryFeederCancel_BitBtn: TBitBtn
      Left = 483
      Top = 45
      Width = 76
      Height = 26
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 0
      OnClick = QueryFeederCancel_BitBtnClick
      Kind = bkClose
    end
    object QueryFeederOk_BitBtn: TBitBtn
      Left = 483
      Top = 13
      Width = 76
      Height = 26
      Cursor = crHandPoint
      Caption = #26597#35810
      TabOrder = 1
      OnClick = QueryFeederOk_BitBtnClick
      Kind = bkOK
    end
    object CompanyName_CheckBox: TCheckBox
      Left = 7
      Top = 16
      Width = 97
      Height = 17
      Caption = #20844#21496#21517#31216
      TabOrder = 2
    end
    object LinkMan_CheckBox: TCheckBox
      Left = 240
      Top = 16
      Width = 97
      Height = 17
      Caption = #32852#31995#20154#22995#21517
      TabOrder = 3
    end
    object City_CheckBox: TCheckBox
      Left = 7
      Top = 48
      Width = 97
      Height = 17
      Caption = #25152#22312#22478#24066
      TabOrder = 4
    end
    object City_ComboBox: TComboBox
      Left = 84
      Top = 48
      Width = 121
      Height = 21
      Cursor = crIBeam
      ItemHeight = 13
      TabOrder = 5
    end
    object Querycount_Edit: TEdit
      Left = 336
      Top = 48
      Width = 111
      Height = 21
      TabOrder = 6
    end
    object CompanyName_ComboBox: TComboBox
      Left = 85
      Top = 16
      Width = 122
      Height = 21
      ItemHeight = 13
      TabOrder = 7
    end
    object LinkMan_ComboBox: TComboBox
      Left = 336
      Top = 16
      Width = 112
      Height = 21
      ItemHeight = 13
      TabOrder = 8
    end
  end
  object QueryFeeder_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from feeder')
    Left = 160
    Top = 40
  end
end

⌨️ 快捷键说明

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