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

📄 sfc_backflushoutin_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_BackFlushOutIn_C: TFrm_Sfc_BackFlushOutIn_C
  ClientHeight = 174
  ClientWidth = 308
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 29
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label3: TLabel [1]
    Left = 38
    Top = 52
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object Label2: TLabel [2]
    Left = 24
    Top = 77
    Width = 72
    Height = 12
    Caption = '订单行状态:'
  end
  object Label4: TLabel [3]
    Left = 35
    Top = 98
    Width = 60
    Height = 12
    Caption = '订单类型:'
  end
  inherited btn_ok: TButton
    Left = 114
    Top = 136
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 191
    Top = 136
    TabOrder = 2
  end
  object cmbbx_Shift: TComboBox [6]
    Left = 96
    Top = 48
    Width = 128
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
  end
  object cmbbx_DeptCode: TComboBox [7]
    Left = 96
    Top = 25
    Width = 161
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
  end
  object cmbbx_Status: TComboBox [8]
    Left = 96
    Top = 72
    Width = 129
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    Items.Strings = (
      '下达'
      '准备'
      '全部')
  end
  object cmbbx_PoType: TComboBox [9]
    Left = 96
    Top = 95
    Width = 129
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 5
    Items.Strings = (
      '全部'
      '普通订单'
      '独立订单')
  end
end

⌨️ 快捷键说明

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