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

📄 mrp_enter_mps1_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Enter_Mps1_C: TFrm_Mrp_Enter_Mps1_C
  Left = 255
  Top = 255
  Caption = '主生产计划导入'
  ClientHeight = 214
  ClientWidth = 361
  PixelsPerInch = 96
  TextHeight = 12
  object Label7: TLabel [0]
    Left = 149
    Top = 3
    Width = 48
    Height = 12
    Caption = '筛选条件'
  end
  inherited btn_ok: TButton
    Left = 100
    Top = 176
    ModalResult = 1
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 193
    Top = 176
    TabOrder = 2
  end
  object Panel1: TPanel [3]
    Left = 10
    Top = 20
    Width = 336
    Height = 149
    BOrderStyle = bsSinGle
    TabOrder = 0
    object Label3: TLabel
      Left = 22
      Top = 82
      Width = 60
      Height = 12
      Caption = '下单日期:'
    end
    object Label1: TLabel
      Left = 22
      Top = 29
      Width = 60
      Height = 12
      Caption = '客户代码:'
    end
    object Label2: TLabel
      Left = 22
      Top = 55
      Width = 60
      Height = 12
      Caption = '物料标识:'
    end
    object Label4: TLabel
      Left = 188
      Top = 54
      Width = 12
      Height = 12
      Caption = '到'
    end
    object Label5: TLabel
      Left = 188
      Top = 28
      Width = 12
      Height = 12
      Caption = '到'
    end
    object Label6: TLabel
      Left = 188
      Top = 84
      Width = 12
      Height = 12
      Caption = '到'
    end
    object Label8: TLabel
      Left = 22
      Top = 108
      Width = 60
      Height = 12
      Caption = '导入方式:'
    end
    object edt_ItemCode: TEdit
      Left = 85
      Top = 49
      Width = 86
      Height = 20
      TabOrder = 2
      Text = '0'
      OnKeyDown = edt_ItemCodeKeyDown
    end
    object Edt_CustomerCode: TEdit
      Left = 85
      Top = 22
      Width = 86
      Height = 20
      TabOrder = 0
      Text = '0'
      OnKeyDown = CustomerHint
    end
    object Medt_SloDate: TMaskEdit
      Left = 85
      Top = 75
      Width = 86
      Height = 20
      AutoSelect = False
      EditMask = '!9999.99.99;1; '
      MaxLength = 10
      TabOrder = 4
      Text = '    .  .  '
    end
    object Edt_End_ItemCode: TEdit
      Left = 220
      Top = 48
      Width = 86
      Height = 20
      TabOrder = 3
      Text = 'ZZZZZ'
      OnKeyDown = edt_ItemCodeKeyDown
    end
    object Edt_End_CustomerCode: TEdit
      Left = 220
      Top = 22
      Width = 86
      Height = 20
      TabOrder = 1
      Text = 'ZZZZZ'
      OnKeyDown = CustomerHint
    end
    object MEdt_End_SloDate: TMaskEdit
      Left = 220
      Top = 76
      Width = 86
      Height = 20
      AutoSelect = False
      EditMask = '!9999.99.99;1; '
      MaxLength = 10
      TabOrder = 5
      Text = '    .  .  '
    end
    object cmb_method: TComboBox
      Left = 85
      Top = 102
      Width = 223
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 6
      Items.Strings = (
        '0 按约定交货日合并引入'
        '1 直接引入')
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 304
    Top = 168
  end
end

⌨️ 快捷键说明

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