inv_po.dfm

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

DFM
59
字号
inherited Frm_Inv_Po: TFrm_Inv_Po
  Caption = 'PO完成情况检验'
  PixelsPerInch = 96
  TextHeight = 12
  inherited Pnl_Title: TPanel
    Caption = 'PO完成情况检验'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_OrderTitle: TLabel
      Visible = False
    end
    inherited Lbl_ConditionTitle: TLabel
      Visible = False
    end
  end
  inherited Pnl_Hint: TPanel
    object lbl_RecordCount: TLabel
      Left = 312
      Top = 8
      Width = 6
      Height = 12
    end
    object Label1: TLabel
      Left = 256
      Top = 8
      Width = 42
      Height = 12
      Caption = '记录共_'
    end
    object Label2: TLabel
      Left = 335
      Top = 8
      Width = 12
      Height = 12
      Caption = '条'
    end
  end
  inherited ActionList: TActionList
    inherited Act_Filter: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_next: TAction
      Caption = '开始'
      Hint = '开始'
      ShortCut = 16450
      OnExecute = Act_nextExecute
    end
  end
  inherited DataSource: TDataSource
    DataSet = AdODataSet_Main
  end
  object AdODataSet_Main: TAdODataSet
    Parameters = <>
    Left = 288
    Top = 201
  end
end

⌨️ 快捷键说明

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