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

📄 inv_valuationbilllistqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_ValuationBillListQry_C: TFrm_Inv_ValuationBillListQry_C
  Left = 130
  Top = 121
  ClientHeight = 400
  ClientWidth = 583
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 17
    Top = 15
    Width = 60
    Height = 12
    Caption = '仓库选择:'
  end
  object Label2: TLabel [1]
    Left = 276
    Top = 40
    Width = 48
    Height = 12
    Caption = '日期:从'
  end
  object Label3: TLabel [2]
    Left = 432
    Top = 40
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label4: TLabel [3]
    Left = 264
    Top = 68
    Width = 72
    Height = 12
    Caption = '单据号:从  '
  end
  object Label5: TLabel [4]
    Left = 432
    Top = 68
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label6: TLabel [5]
    Left = 250
    Top = 151
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label7: TLabel [6]
    Left = 250
    Top = 179
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Label8: TLabel [7]
    Left = 262
    Top = 207
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label9: TLabel [8]
    Left = 262
    Top = 235
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label10: TLabel [9]
    Left = 250
    Top = 263
    Width = 72
    Height = 12
    Caption = '采购订单号:'
  end
  object Label11: TLabel [10]
    Left = 238
    Top = 291
    Width = 84
    Height = 12
    Caption = '采购订单行号:'
  end
  object Label12: TLabel [11]
    Left = 274
    Top = 319
    Width = 54
    Height = 12
    Caption = '数量:从 '
  end
  object Label13: TLabel [12]
    Left = 432
    Top = 296
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Lbl_DeptName: TLabel [13]
    Left = 332
    Top = 179
    Width = 6
    Height = 12
  end
  object Lbl_ItemName: TLabel [14]
    Left = 328
    Top = 235
    Width = 6
    Height = 12
  end
  object Label14: TLabel [15]
    Left = 262
    Top = 128
    Width = 60
    Height = 12
    Caption = '单据类型:'
  end
  object Label16: TLabel [16]
    Left = 272
    Top = 102
    Width = 48
    Height = 12
    Caption = '制单员:'
  end
  object lbl_Employee: TLabel [17]
    Left = 436
    Top = 99
    Width = 21
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 394
    Top = 373
    Enabled = False
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 471
    Top = 373
  end
  object ChLstBx_WhSelect: TCheckListBox [20]
    Left = 8
    Top = 37
    Width = 190
    Height = 292
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 2
  end
  object MEdt_StArtDate: TMaskEdit [21]
    Left = 328
    Top = 36
    Width = 73
    Height = 20
    EditMask = '9999.99.99;1; '
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndDate: TMaskEdit [22]
    Left = 451
    Top = 36
    Width = 70
    Height = 20
    EditMask = '9999.99.99;1; '
    MaxLength = 10
    TabOrder = 4
    Text = '    .  .  '
    OnExit = MEdt_EndDateExit
  end
  object Edt_StArtNo: TEdit [23]
    Left = 328
    Top = 64
    Width = 97
    Height = 20
    MaxLength = 10
    TabOrder = 5
  end
  object Edt_EndNo: TEdit [24]
    Left = 451
    Top = 64
    Width = 97
    Height = 20
    MaxLength = 10
    TabOrder = 6
    OnExit = Edt_EndNoExit
  end
  object ExtEdt_VendorCode: TExtEdit [25]
    Left = 328
    Top = 147
    Width = 97
    Height = 20
    MaxLength = 12
    TabOrder = 7
    OnExit = FindVendorCode
    OnKeyDown = UsableVendorHint
    DispLabel = Lbl_DeptName
  end
  object ExtEdt_ItemCode: TExtEdit [26]
    Left = 328
    Top = 203
    Width = 97
    Height = 20
    MaxLength = 16
    TabOrder = 8
    OnExit = FindItemCode
    OnKeyDown = InvItemHint
    DispLabel = Lbl_ItemName
  end
  object Edt_PoNo: TEdit [27]
    Left = 328
    Top = 259
    Width = 97
    Height = 20
    MaxLength = 16
    TabOrder = 9
    OnExit = Edt_PoNoExit
  end
  object Edt_PoLineNo: TEdit [28]
    Left = 328
    Top = 287
    Width = 97
    Height = 20
    MaxLength = 4
    TabOrder = 10
    OnExit = ConditionIntegerCheck
  end
  object Edt_StArtAmount: TEdit [29]
    Left = 328
    Top = 315
    Width = 97
    Height = 20
    MaxLength = 8
    TabOrder = 11
    OnExit = ConditionFloatCheck
  end
  object Edt_EndAmount: TEdit [30]
    Left = 451
    Top = 315
    Width = 97
    Height = 20
    MaxLength = 8
    TabOrder = 12
    OnExit = Edt_EndAmountExit
  end
  object CmBx_BillTType: TComboBox [31]
    Left = 326
    Top = 122
    Width = 155
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 13
  end
  object ChBx_SelectAll: TCheckBox [32]
    Left = 24
    Top = 344
    Width = 97
    Height = 17
    Caption = '选择全部仓库'
    TabOrder = 14
    OnClick = ChBx_SelectAllClick
  end
  object Extedt_Employee: TExtEdit [33]
    Left = 328
    Top = 96
    Width = 98
    Height = 20
    TabOrder = 15
    DispLabel = lbl_Employee
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 144
    Top = 8
  end
end

⌨️ 快捷键说明

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