sfc_mnrequest_c1.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 91 行

DFM
91
字号
inherited Frm_Sfc_MnRequest_C1: TFrm_Sfc_MnRequest_C1
  Left = 326
  Top = 240
  ClientHeight = 181
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 38
    Top = 34
    Width = 60
    Height = 12
    Caption = '领料部门:'
  end
  object Label3: TLabel [1]
    Left = 38
    Top = 57
    Width = 60
    Height = 12
    Caption = '班    别:'
  end
  object Label2: TLabel [2]
    Left = 24
    Top = 79
    Width = 72
    Height = 12
    Caption = '订单行状态:'
  end
  object Label4: TLabel [3]
    Left = 35
    Top = 102
    Width = 60
    Height = 12
    Caption = '订单类型:'
  end
  inherited btn_ok: TButton
    Left = 192
    Top = 139
  end
  inherited btn_Cancel: TButton
    Left = 269
    Top = 139
  end
  object cmbbx_Shift: TComboBox [6]
    Left = 96
    Top = 51
    Width = 128
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 3
  end
  object cmbbx_DeptCode: TComboBox [7]
    Left = 96
    Top = 28
    Width = 161
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
  end
  object cmbbx_Status: TComboBox [8]
    Left = 96
    Top = 74
    Width = 129
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    Items.Strings = (
      '下达'
      '准备'
      '全部')
  end
  object cmbbx_PoType: TComboBox [9]
    Left = 96
    Top = 97
    Width = 129
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 5
    Items.Strings = (
      '全部'
      '普通订单'
      '独立订单')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 19
  end
end

⌨️ 快捷键说明

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