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

📄 inv_currentinvqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_CurrentInvQry_C: TFrm_Inv_CurrentInvQry_C
  Left = 153
  Top = 129
  Caption = '筛选条件'
  ClientHeight = 370
  ClientWidth = 533
  PixelsPerInch = 96
  TextHeight = 12
  inherited Label1: TLabel
    Left = 13
    Top = 13
  end
  object Label2: TLabel [1]
    Left = 261
    Top = 62
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label3: TLabel [2]
    Left = 261
    Top = 126
    Width = 60
    Height = 12
    Caption = '可用库存:'
  end
  object Label4: TLabel [3]
    Left = 261
    Top = 158
    Width = 60
    Height = 12
    Caption = '待检库存:'
  end
  object Label5: TLabel [4]
    Left = 261
    Top = 190
    Width = 60
    Height = 12
    Caption = '总 库 存:'
  end
  object Label6: TLabel [5]
    Left = 261
    Top = 94
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [6]
    Left = 336
    Top = 93
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 341
    Top = 277
  end
  inherited btn_Cancel: TButton
    Left = 443
    Top = 277
  end
  inherited ChLstBx_WhSelect: TCheckListBox
    Top = 32
    Width = 215
    Height = 330
  end
  object ExtEdt_ItemCode: TExtEdit [10]
    Left = 333
    Top = 55
    Width = 121
    Height = 20
    TabOrder = 3
    OnExit = FindItemCode
    OnKeyDown = ItemHint
    DispLabel = Lbl_ItemName
  end
  object CmBx_OnHandInv: TComboBox [11]
    Left = 333
    Top = 118
    Width = 47
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    OnChange = CmBx_OnHandInvChange
    Items.Strings = (
      ''
      '>'
      '<'
      '<>'
      '=')
  end
  object CmBx_OnCheckInv: TComboBox [12]
    Left = 333
    Top = 150
    Width = 47
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 6
    OnChange = CmBx_OnCheckInvChange
    Items.Strings = (
      ''
      '>'
      '<'
      '<>'
      '=')
  end
  object CmBx_TotalInv: TComboBox [13]
    Left = 333
    Top = 182
    Width = 47
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 8
    OnChange = CmBx_TotalInvChange
    Items.Strings = (
      ''
      '>'
      '<'
      '<>'
      '=')
  end
  object Edt_OnHandInv: TEdit [14]
    Left = 381
    Top = 118
    Width = 73
    Height = 20
    TabOrder = 5
    Text = '0'
    OnExit = FloatCheck
  end
  object Edt_OnCheckInv: TEdit [15]
    Left = 381
    Top = 150
    Width = 73
    Height = 20
    TabOrder = 7
    Text = '0'
    OnExit = FloatCheck
  end
  object Edt_TotalInv: TEdit [16]
    Left = 381
    Top = 182
    Width = 73
    Height = 20
    TabOrder = 9
    Text = '0'
    OnExit = FloatCheck
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 221
    Top = 99
  end
end

⌨️ 快捷键说明

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