mrp_enter_passmo_c.dfm

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

DFM
72
字号
inherited Frm_Mrp_Enter_PassMo_C: TFrm_Mrp_Enter_PassMo_C
  Left = 305
  Top = 241
  Anchors = []
  Caption = '条件筛选'
  ClientHeight = 182
  ClientWidth = 293
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 48
    Top = 32
    Width = 60
    Height = 12
    Caption = '受单部门:'
  end
  object Label2: TLabel [1]
    Left = 112
    Top = 56
    Width = 121
    Height = 12
  end
  object Label3: TLabel [2]
    Left = 60
    Top = 91
    Width = 48
    Height = 12
    Caption = '行状态:'
  end
  inherited btn_ok: TButton
    Left = 69
    Top = 140
    Anchors = []
    ModalResult = 1
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 154
    Top = 140
    Anchors = []
    TabOrder = 3
    OnClick = btn_CancelClick
  end
  object ExtEdit1: TExtEdit [5]
    Left = 112
    Top = 24
    Width = 121
    Height = 20
    TabOrder = 0
    OnExit = ExtEdit1Exit
    OnKeyDown = DeptHint
    DispLabel = Label2
  end
  object cmblinestatus: TComboBox [6]
    Left = 112
    Top = 88
    Width = 121
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
    Items.Strings = (
      '1 准备'
      '2 下达'
      '3 全部')
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 312
    Top = 32
  end
end

⌨️ 快捷键说明

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