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

📄 inv_billlistqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_BillListQry_C: TFrm_Inv_BillListQry_C
  Left = 255
  Top = 160
  ActiveControl = MEdt_StArtDate
  Caption = ''
  ClientHeight = 336
  ClientWidth = 362
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 44
    Top = 31
    Width = 72
    Height = 12
    Caption = '查询日期:从'
  end
  object Label3: TLabel [1]
    Left = 200
    Top = 31
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label6: TLabel [2]
    Left = 66
    Top = 54
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Label8: TLabel [3]
    Left = 42
    Top = 78
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label9: TLabel [4]
    Left = 42
    Top = 101
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [5]
    Left = 109
    Top = 101
    Width = 6
    Height = 12
  end
  object Label1: TLabel [6]
    Left = 42
    Top = 124
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Lbl_UomName: TLabel [7]
    Left = 109
    Top = 123
    Width = 6
    Height = 12
  end
  object Label4: TLabel [8]
    Left = 30
    Top = 147
    Width = 72
    Height = 12
    Caption = '出入库对象:'
  end
  object Label5: TLabel [9]
    Left = 42
    Top = 169
    Width = 60
    Height = 12
    Caption = '对象代码:'
  end
  object Label7: TLabel [10]
    Left = 42
    Top = 195
    Width = 60
    Height = 12
    Caption = '对象名称:'
  end
  object Lbl_Object: TLabel [11]
    Left = 112
    Top = 195
    Width = 6
    Height = 12
  end
  object Label10: TLabel [12]
    Left = 30
    Top = 220
    Width = 72
    Height = 12
    Caption = '出入库方向:'
  end
  inherited btn_ok: TButton
    Left = 187
    Top = 295
  end
  inherited btn_Cancel: TButton
    Left = 264
    Top = 295
  end
  object MEdt_StArtDate: TMaskEdit [15]
    Left = 120
    Top = 27
    Width = 72
    Height = 20
    EditMask = '0000.00.00'
    MaxLength = 10
    TabOrder = 2
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndDate: TMaskEdit [16]
    Left = 217
    Top = 27
    Width = 69
    Height = 20
    EditMask = '0000.00.00'
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object ExtEdt_ItemCode: TExtEdit [17]
    Left = 109
    Top = 73
    Width = 125
    Height = 20
    TabOrder = 5
    OnExit = FindItemCode
    OnKeyDown = InOutItemHint
    DispLabel = Lbl_ItemName
  end
  object CmBx_Warehouse: TComboBox [18]
    Left = 109
    Top = 50
    Width = 178
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    OnExit = TextCheck
  end
  object CmBx_Object: TComboBox [19]
    Left = 112
    Top = 143
    Width = 97
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 6
    OnChange = CmBx_ObjectChange
    Items.Strings = (
      '全部'
      '供应商'
      '部门'
      '客户')
  end
  object ExtEdt_Object: TExtEdit [20]
    Left = 112
    Top = 166
    Width = 97
    Height = 20
    TabOrder = 7
    DispLabel = Lbl_Object
  end
  object CmBx_OutIn: TComboBox [21]
    Left = 110
    Top = 215
    Width = 100
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 8
    Items.Strings = (
      '全部'
      '入库'
      '出库')
  end
  object CheckBox1: TCheckBox [22]
    Left = 64
    Top = 249
    Width = 140
    Height = 17
    Caption = '只列示有效价格的单据'
    TabOrder = 9
  end
  object CheckBox2: TCheckBox [23]
    Left = 64
    Top = 268
    Width = 140
    Height = 17
    Caption = '只列示未打印单据'
    TabOrder = 10
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 292
    Top = 12
  end
end

⌨️ 快捷键说明

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