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

📄 inv_opdiffbilllistqry_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpDiffBillListQry_C: TFrm_Inv_OpDiffBillListQry_C
  Left = 260
  Top = 143
  Caption = ''
  ClientHeight = 348
  ClientWidth = 464
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 281
    Top = 25
    Width = 48
    Height = 12
    Caption = '日期:从'
  end
  object Label3: TLabel [1]
    Left = 317
    Top = 52
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label4: TLabel [2]
    Left = 269
    Top = 79
    Width = 60
    Height = 12
    Caption = '单据号:从'
  end
  object Label5: TLabel [3]
    Left = 317
    Top = 106
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label6: TLabel [4]
    Left = 245
    Top = 133
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label7: TLabel [5]
    Left = 245
    Top = 162
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Label8: TLabel [6]
    Left = 257
    Top = 190
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label9: TLabel [7]
    Left = 257
    Top = 216
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label10: TLabel [8]
    Left = 245
    Top = 242
    Width = 72
    Height = 12
    Caption = '采购订单号:'
  end
  object Label11: TLabel [9]
    Left = 233
    Top = 268
    Width = 84
    Height = 12
    Caption = '采购订单行号:'
  end
  object Lbl_DeptName: TLabel [10]
    Left = 333
    Top = 162
    Width = 6
    Height = 12
  end
  object Lbl_ItemName: TLabel [11]
    Left = 333
    Top = 216
    Width = 6
    Height = 12
  end
  object lbl_Employee: TLabel [12]
    Left = 249
    Top = 81
    Width = 6
    Height = 12
  end
  object Label1: TLabel [13]
    Left = 17
    Top = 15
    Width = 60
    Height = 12
    Caption = '仓库选择:'
  end
  inherited btn_ok: TButton
    Left = 275
    Top = 300
    Enabled = False
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 360
    Top = 300
  end
  object MEdt_StArtDate: TMaskEdit [16]
    Left = 333
    Top = 21
    Width = 95
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndDate: TMaskEdit [17]
    Left = 333
    Top = 48
    Width = 95
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = MEdt_EndDateExit
  end
  object Edt_StArtNo: TEdit [18]
    Left = 333
    Top = 75
    Width = 95
    Height = 20
    MaxLength = 10
    TabOrder = 4
  end
  object Edt_EndNo: TEdit [19]
    Left = 333
    Top = 102
    Width = 95
    Height = 20
    MaxLength = 10
    TabOrder = 5
    OnExit = Edt_EndNoExit
  end
  object ExtEdt_VendorCode: TExtEdit [20]
    Left = 333
    Top = 129
    Width = 95
    Height = 20
    MaxLength = 12
    TabOrder = 6
    OnExit = FindVendorCode
    OnKeyDown = UsableVendorHint
    DispLabel = Lbl_DeptName
  end
  object ExtEdt_ItemCode: TExtEdit [21]
    Left = 333
    Top = 186
    Width = 125
    Height = 20
    MaxLength = 16
    TabOrder = 7
    OnExit = FindItemCode
    OnKeyDown = InvItemHint
    DispLabel = Lbl_ItemName
  end
  object Edt_PoNo: TEdit [22]
    Left = 333
    Top = 238
    Width = 95
    Height = 20
    MaxLength = 16
    TabOrder = 8
    OnExit = Edt_PoNoExit
  end
  object Edt_PoLineNo: TEdit [23]
    Left = 333
    Top = 264
    Width = 95
    Height = 20
    MaxLength = 4
    TabOrder = 9
    OnExit = ConditionIntegerCheck
  end
  object ChLstBx_WhSelect: TCheckListBox [24]
    Left = 8
    Top = 37
    Width = 190
    Height = 260
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 10
  end
  object ChBx_SelectAll: TCheckBox [25]
    Left = 17
    Top = 303
    Width = 97
    Height = 17
    Caption = '选择全部仓库'
    TabOrder = 11
    OnClick = ChBx_SelectAllClick
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 248
    Top = 320
  end
end

⌨️ 快捷键说明

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