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

📄 inv_spadjust.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_SPAdjust: TFrm_Inv_SPAdjust
  Left = 64
  Top = 255
  Caption = '计划价差异调整'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Sum: TToolButton
        Action = Act_Save
      end
    end
  end
  inherited Pnl_Title: TPanel
    Caption = '计划价差异调整'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_OrderTitle: TLabel
      Visible = False
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = -23
      Top = 29
      Visible = False
    end
    inherited Lbl_Order: TLabel
      Visible = False
    end
    object lbl_InvBillno: TLabel
      Left = 408
      Top = 16
      Width = 6
      Height = 12
    end
    object Label1: TLabel
      Left = 304
      Top = 16
      Width = 96
      Height = 12
      Caption = '差异调整单据号:'
    end
    object lbl_Month: TLabel
      Left = 100
      Top = 14
      Width = 6
      Height = 12
    end
    object Label2: TLabel
      Left = 66
      Top = 15
      Width = 30
      Height = 12
      Caption = '月份:'
    end
  end
  inherited Pnl_Hint: TPanel
    object DBText1: TDBText
      Left = 87
      Top = 11
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
    object Label3: TLabel
      Left = 28
      Top = 11
      Width = 54
      Height = 12
      Caption = '物料描述:'
    end
  end
  inherited Pnl_Body: TPanel
    inherited DBGridEh: TDBGridEh
      UseMultiTitle = True
    end
  end
  inherited ActionList: TActionList
    inherited Act_Save: TAction
      OnExecute = Act_SaveExecute
    end
  end
end

⌨️ 快捷键说明

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