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

📄 mrp_enter_oeparam.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Enter_OeParam: TFrm_Mrp_Enter_OeParam
  Left = 292
  Top = 251
  BOrderIcons = [biSystemMenu]
  Caption = '生产管理参数设置'
  ClientHeight = 157
  ClientWidth = 377
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label8: TLabel [0]
    Left = 25
    Top = 35
    Width = 168
    Height = 12
    Caption = '生产订单完成后是否自动关闭:'
  end
  object Label5: TLabel [1]
    Left = 121
    Top = 73
    Width = 72
    Height = 12
    Caption = '超订单入库:'
  end
  object Label6: TLabel [2]
    Left = 250
    Top = 73
    Width = 90
    Height = 12
    Caption = '%,拒绝正常接收'
  end
  inherited btn_ok: TButton
    Left = 123
    Top = 111
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 212
    Top = 111
    TabOrder = 3
    OnClick = btn_CancelClick
  end
  object Cmbx_autoCloseMo: TComboBox [5]
    Left = 194
    Top = 31
    Width = 74
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
    Items.Strings = (
      '否'
      '是')
  end
  object Edt_Overqtydeny_Percent: TEdit [6]
    Left = 194
    Top = 65
    Width = 49
    Height = 20
    TabOrder = 1
    OnExit = Edt_Overqtydeny_PercentExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 644
    Top = 8
  end
end

⌨️ 快捷键说明

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