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

📄 pm_qry_analyzerpo1_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Qry_AnalyzerPo1_C: TFrm_Pm_Qry_AnalyzerPo1_C
  Left = 251
  Top = 169
  Caption = '请输入筛选条件'
  ClientHeight = 283
  ClientWidth = 385
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 16
    Top = 19
    Width = 60
    Height = 12
    Caption = '下单日期从'
  end
  object Label3: TLabel [1]
    Left = 16
    Top = 83
    Width = 72
    Height = 12
    Caption = '供应商代码从'
  end
  object Label4: TLabel [2]
    Left = 16
    Top = 115
    Width = 72
    Height = 12
    Caption = '采购订单号从'
  end
  object Label5: TLabel [3]
    Left = 16
    Top = 147
    Width = 60
    Height = 12
    Caption = '物料代码从'
  end
  object Label6: TLabel [4]
    Left = 16
    Top = 211
    Width = 48
    Height = 12
    Caption = '完成率从'
  end
  object Label7: TLabel [5]
    Left = 203
    Top = 19
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label8: TLabel [6]
    Left = 203
    Top = 83
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label9: TLabel [7]
    Left = 203
    Top = 115
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label10: TLabel [8]
    Left = 203
    Top = 147
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label11: TLabel [9]
    Left = 203
    Top = 211
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label12: TLabel [10]
    Left = 16
    Top = 179
    Width = 48
    Height = 12
    Caption = '行状态从'
  end
  object Label13: TLabel [11]
    Left = 203
    Top = 179
    Width = 12
    Height = 12
    Caption = '到'
  end
  object Label14: TLabel [12]
    Left = 18
    Top = 55
    Width = 48
    Height = 12
    Caption = '订单性质'
  end
  inherited btn_ok: TButton
    Top = 239
    TabOrder = 13
  end
  inherited btn_Cancel: TButton
    Left = 269
    Top = 239
    TabOrder = 14
  end
  object ExtEdit1: TExtEdit [15]
    Left = 98
    Top = 82
    Width = 79
    Height = 20
    TabOrder = 3
    Text = '0'
    OnKeyDown = VendorHint
  end
  object ExtEdit2: TExtEdit [16]
    Left = 242
    Top = 82
    Width = 79
    Height = 20
    TabOrder = 4
    Text = 'ZZZZ'
    OnKeyDown = VendorHint
  end
  object ExtEdit3: TExtEdit [17]
    Left = 98
    Top = 114
    Width = 79
    Height = 20
    TabOrder = 5
    Text = '0'
  end
  object ExtEdit4: TExtEdit [18]
    Left = 242
    Top = 114
    Width = 79
    Height = 20
    TabOrder = 6
    Text = 'ZZZZ'
  end
  object ExtEdit5: TExtEdit [19]
    Left = 98
    Top = 146
    Width = 79
    Height = 20
    TabOrder = 7
    Text = '0'
    OnKeyDown = ExtEdit5KeyDown
  end
  object ExtEdit6: TExtEdit [20]
    Left = 242
    Top = 146
    Width = 79
    Height = 20
    TabOrder = 8
    Text = 'ZZZZ'
    OnKeyDown = ExtEdit5KeyDown
  end
  object ExtEdit7: TExtEdit [21]
    Left = 98
    Top = 210
    Width = 79
    Height = 20
    TabOrder = 11
    Text = '0'
  end
  object ExtEdit8: TExtEdit [22]
    Left = 242
    Top = 210
    Width = 79
    Height = 20
    TabOrder = 12
    Text = '100'
  end
  object MaskEdit1: TMaskEdit [23]
    Left = 98
    Top = 18
    Width = 79
    Height = 20
    EditMask = '!9999.99.00;1;_'
    MaxLength = 10
    TabOrder = 0
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object MaskEdit2: TMaskEdit [24]
    Left = 242
    Top = 18
    Width = 79
    Height = 20
    EditMask = '!9999.99.00;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = '    .  .  '
    OnExit = DateCheck
  end
  object ExtEdit9: TExtEdit [25]
    Left = 98
    Top = 178
    Width = 79
    Height = 20
    TabOrder = 9
    Text = '6'
  end
  object ExtEdit10: TExtEdit [26]
    Left = 242
    Top = 178
    Width = 79
    Height = 20
    TabOrder = 10
    Text = '6'
  end
  object cmbPoSpecial: TComboBox [27]
    Left = 96
    Top = 49
    Width = 225
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    Items.Strings = (
      '全部'
      '独立订单'
      '非独立订单')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 344
  end
end

⌨️ 快捷键说明

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