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

📄 inv_otheroutbilllistqty_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OtherOutBillListQty_C: TFrm_Inv_OtherOutBillListQty_C
  Left = 79
  Top = 147
  Caption = '其它出库单据列表查询条件'
  ClientHeight = 393
  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 = 24
    Width = 48
    Height = 12
    Caption = '日期:从'
  end
  object Label3: TLabel [2]
    Left = 432
    Top = 24
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label4: TLabel [3]
    Left = 264
    Top = 52
    Width = 72
    Height = 12
    Caption = '单据号:从  '
  end
  object Label5: TLabel [4]
    Left = 432
    Top = 52
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label6: TLabel [5]
    Left = 238
    Top = 186
    Width = 84
    Height = 12
    Caption = '出库对象代码:'
  end
  object Label7: TLabel [6]
    Left = 238
    Top = 214
    Width = 84
    Height = 12
    Caption = '出库对象名称:'
  end
  object Label8: TLabel [7]
    Left = 262
    Top = 242
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label9: TLabel [8]
    Left = 262
    Top = 270
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label12: TLabel [9]
    Left = 274
    Top = 296
    Width = 54
    Height = 12
    Caption = '数量:从 '
  end
  object Label13: TLabel [10]
    Left = 432
    Top = 296
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Lbl_OutName: TLabel [11]
    Left = 328
    Top = 214
    Width = 6
    Height = 12
  end
  object Lbl_ItemName: TLabel [12]
    Left = 328
    Top = 270
    Width = 6
    Height = 12
  end
  object Label10: TLabel [13]
    Left = 262
    Top = 132
    Width = 60
    Height = 12
    Caption = '出库类型:'
  end
  object Label11: TLabel [14]
    Left = 262
    Top = 160
    Width = 60
    Height = 12
    Caption = '出库对象:'
  end
  object Label14: TLabel [15]
    Left = 272
    Top = 102
    Width = 48
    Height = 12
    Caption = '制单员:'
  end
  object lbl_Employee: TLabel [16]
    Left = 440
    Top = 99
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 402
    Top = 360
    Enabled = False
  end
  inherited btn_Cancel: TButton
    Left = 487
    Top = 360
  end
  object ChLstBx_WhSelect: TCheckListBox [19]
    Left = 8
    Top = 37
    Width = 190
    Height = 268
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 2
  end
  object MEdt_StArtDate: TMaskEdit [20]
    Left = 328
    Top = 20
    Width = 97
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MEdt_EndDate: TMaskEdit [21]
    Left = 451
    Top = 20
    Width = 97
    Height = 20
    EditMask = '9999\.99\.99;1;_'
    MaxLength = 10
    TabOrder = 4
    Text = '    .  .  '
    OnExit = MEdt_EndDateExit
  end
  object Edt_StArtNo: TEdit [22]
    Left = 328
    Top = 48
    Width = 97
    Height = 20
    TabOrder = 5
  end
  object Edt_EndNo: TEdit [23]
    Left = 451
    Top = 48
    Width = 97
    Height = 20
    TabOrder = 6
  end
  object ExtEdt_OutCode: TExtEdit [24]
    Left = 328
    Top = 182
    Width = 97
    Height = 20
    TabOrder = 11
    OnEnter = ExtEdt_OutCodeEnter
    OnExit = ExtEdt_OutCodeExit
    OnKeyDown = ExtEdt_OutCodeKeyDown
    DispLabel = Lbl_OutName
  end
  object ExtEdt_ItemCode: TExtEdit [25]
    Left = 328
    Top = 238
    Width = 125
    Height = 20
    TabOrder = 12
    OnExit = FindItemCode
    OnKeyDown = InvItemHint
    DispLabel = Lbl_ItemName
  end
  object Edt_StArtAmount: TEdit [26]
    Left = 328
    Top = 292
    Width = 97
    Height = 20
    TabOrder = 13
    OnExit = ConditionFloatCheck
  end
  object Edt_EndAmount: TEdit [27]
    Left = 451
    Top = 292
    Width = 97
    Height = 20
    TabOrder = 14
    OnExit = ConditionFloatCheck
  end
  object cmbbx_BillType2Code: TComboBox [28]
    Left = 328
    Top = 125
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 9
  end
  object cmbbx_OutType: TComboBox [29]
    Left = 327
    Top = 154
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 10
    Items.Strings = (
      ''
      '全部'
      '客户'
      '部门'
      '供应商')
  end
  object ChBx_PrintTimes: TCheckBox [30]
    Left = 328
    Top = 318
    Width = 81
    Height = 17
    Caption = '未打印单据'
    TabOrder = 15
  end
  object ChBx_SelectAll: TCheckBox [31]
    Left = 24
    Top = 318
    Width = 97
    Height = 17
    Caption = '选择全部仓库'
    TabOrder = 16
    OnClick = ChBx_SelectAllClick
  end
  object Extedt_Employee: TExtEdit [32]
    Left = 328
    Top = 96
    Width = 101
    Height = 20
    TabOrder = 8
    OnExit = GeTEmployeeName
    OnKeyDown = EmployeeHint
    DispLabel = lbl_Employee
  end
  object CheckBox1: TCheckBox [33]
    Left = 328
    Top = 75
    Width = 193
    Height = 17
    Caption = '只显示"无订单委外出库"单据'
    TabOrder = 7
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 120
    Top = 8
  end
end

⌨️ 快捷键说明

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