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

📄 pfm_querykcsp.dfm

📁 这是一个用DELPHI7开发的大型超市管理系统
💻 DFM
字号:
object fm_querykcsp: Tfm_querykcsp
  Left = 162
  Top = 329
  Width = 768
  Height = 426
  Caption = '商品库存查询'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 760
    Height = 65
    Align = alTop
    Caption = '查询条件'
    TabOrder = 0
    object CbBox1: TComboBox
      Left = 16
      Top = 24
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnChange = CbBox1Change
    end
    object BBtnset: TBitBtn
      Left = 184
      Top = 24
      Width = 75
      Height = 25
      Caption = '查询条件'
      TabOrder = 1
      OnClick = BBtnsetClick
    end
    object BBtnclear: TBitBtn
      Left = 268
      Top = 24
      Width = 75
      Height = 25
      Caption = '清空条件'
      TabOrder = 2
      OnClick = BBtnclearClick
    end
    object BBtnSelV: TBitBtn
      Left = 368
      Top = 24
      Width = 85
      Height = 25
      Caption = '选择可见项'
      TabOrder = 3
      OnClick = BBtnSelVClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 65
    Width = 760
    Height = 334
    Align = alClient
    Caption = '商品库存明细'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 756
      Height = 317
      Align = alClient
      Color = clInfoBk
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      OnDrawDataCell = DBGrid1DrawDataCell
    end
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    Left = 96
    Top = 105
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 148
    Top = 105
  end
  object QryName: TQuery
    DatabaseName = 'posdb'
    Left = 304
    Top = 24
  end
end

⌨️ 快捷键说明

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