bas_standardprice_d.dfm

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

DFM
96
字号
inherited Frm_Bas_StandardPrice_D: TFrm_Bas_StandardPrice_D
  Left = 231
  Top = 207
  Caption = '物料计划价'
  ClientHeight = 244
  ClientWidth = 418
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 40
    Top = 40
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  object Label2: TLabel [1]
    Left = 16
    Top = 70
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label3: TLabel [2]
    Left = 16
    Top = 100
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Label4: TLabel [3]
    Left = 28
    Top = 159
    Width = 48
    Height = 12
    Caption = '计划价:'
  end
  object lbl_ItemName: TLabel [4]
    Left = 83
    Top = 100
    Width = 6
    Height = 12
  end
  object Label5: TLabel [5]
    Left = 16
    Top = 129
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object Lbl_Uom: TLabel [6]
    Left = 83
    Top = 129
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 223
    Top = 198
  end
  inherited btn_Cancel: TButton
    Left = 316
    Top = 198
  end
  inherited Pnl_Add: TPanel
    Left = 342
  end
  object ExtEdt_ItemCode: TExtEdit [10]
    Left = 83
    Top = 66
    Width = 125
    Height = 20
    TabOrder = 4
    OnExit = InOutItemCodeCheck
    OnKeyDown = InOutItemHint
    DispLabel = lbl_ItemName
  end
  object Edt_SpPrice: TEdit [11]
    Left = 83
    Top = 155
    Width = 121
    Height = 20
    TabOrder = 5
  end
  object medt_SPStArtMonth: TMaskEdit [12]
    Left = 83
    Top = 33
    Width = 49
    Height = 20
    EditMask = '9999.99;1; '
    MaxLength = 7
    TabOrder = 3
    Text = '    .  '
    OnExit = medt_SPStArtMonthExit
  end
end

⌨️ 快捷键说明

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