inv_invcomparelist.dfm

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

DFM
82
字号
inherited Frm_Inv_InvCompareList: TFrm_Inv_InvCompareList
  Left = 34
  Top = 26
  Caption = '新系统收发单据明细'
  ClientHeight = 492
  ClientWidth = 771
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 771
  end
  inherited Pnl_Title: TPanel
    Width = 771
    Caption = '新系统收发单据明细'
  end
  inherited Pnl_Head: TPanel
    Width = 771
    Height = 59
    inherited Lbl_OrderTitle: TLabel
      Top = 97
    end
    inherited Lbl_ConditionTitle: TLabel
      Top = 82
    end
    object Label1: TLabel
      Left = 7
      Top = 32
      Width = 36
      Height = 12
      Caption = '日期:'
    end
    object Label2: TLabel
      Left = 329
      Top = 32
      Width = 60
      Height = 12
      Caption = '物料标识:'
    end
    object lbl_Date: TLabel
      Left = 42
      Top = 32
      Width = 6
      Height = 12
    end
    object lbl_Item: TLabel
      Left = 388
      Top = 32
      Width = 6
      Height = 12
    end
    object Label3: TLabel
      Left = 130
      Top = 32
      Width = 60
      Height = 12
      Caption = '单据类型:'
    end
    object lbl_BillType: TLabel
      Left = 188
      Top = 32
      Width = 6
      Height = 12
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 466
    Width = 771
  end
  inherited Pnl_Body: TPanel
    Top = 116
    Width = 771
    Height = 350
    inherited DBGridEh: TDBGridEh
      Width = 771
      Height = 350
    end
  end
  inherited ActionList: TActionList
    Left = 280
  end
end

⌨️ 快捷键说明

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