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

📄 querystock.dfm

📁 完整的delphi书籍源代码,大家有空的时候自己慢慢看看
💻 DFM
字号:
object QuerystockFrm: TQuerystockFrm
  Left = 123
  Top = 91
  Width = 599
  Height = 412
  Caption = #26597#35810#36827#36135#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 QueryCondition_GroupBox: TGroupBox
    Left = 4
    Top = 1
    Width = 583
    Height = 79
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object QueryCount_Label: TLabel
      Left = 256
      Top = 51
      Width = 48
      Height = 13
      Caption = #35760#24405#24635#25968
    end
    object QueryStockReturn_BitBtn: TBitBtn
      Left = 483
      Top = 46
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 0
      OnClick = QueryStockReturn_BitBtnClick
      Kind = bkClose
    end
    object QueryStockOk_BitBtn: TBitBtn
      Left = 482
      Top = 14
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #26597#35810
      TabOrder = 1
      OnClick = QueryStockOk_BitBtnClick
      Kind = bkOK
    end
    object FeederName_RadioButton: TRadioButton
      Left = 16
      Top = 16
      Width = 81
      Height = 17
      Caption = #20379#36135#21830#21517#31216
      TabOrder = 2
    end
    object ProductName_RadioButton: TRadioButton
      Left = 240
      Top = 16
      Width = 73
      Height = 17
      Caption = #21830#21697#21517#31216
      TabOrder = 3
    end
    object StockDate_RadioButton: TRadioButton
      Left = 16
      Top = 48
      Width = 73
      Height = 17
      Caption = #36827#36135#26085#26399
      TabOrder = 4
    end
    object QueryCount_Edit: TEdit
      Left = 325
      Top = 48
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 5
    end
    object StockDate_ComboBox: TComboBox
      Left = 108
      Top = 46
      Width = 118
      Height = 21
      ItemHeight = 13
      TabOrder = 6
    end
    object FeederNme_ComboBox: TComboBox
      Left = 109
      Top = 14
      Width = 117
      Height = 21
      ItemHeight = 13
      TabOrder = 7
    end
    object ProductName_ComboBox: TComboBox
      Left = 325
      Top = 15
      Width = 122
      Height = 21
      ItemHeight = 13
      TabOrder = 8
    end
  end
  object QueryResult_GroupBox: TGroupBox
    Left = 4
    Top = 82
    Width = 581
    Height = 297
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object Querystock_StringGrid: TStringGrid
      Left = 9
      Top = 16
      Width = 562
      Height = 271
      ColCount = 11
      RowCount = 10
      TabOrder = 0
    end
  end
  object Querystock_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from stock')
    Left = 288
    Top = 232
  end
end

⌨️ 快捷键说明

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