inv_backpricedefine_c.dfm

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

DFM
40
字号
inherited Frm_Inv_BackPriceDefine_C: TFrm_Inv_BackPriceDefine_C
  Left = 250
  Top = 213
  ClientHeight = 118
  ClientWidth = 286
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel [0]
    Left = 32
    Top = 40
    Width = 96
    Height = 12
    Caption = '维护/查询月份:'
  end
  inherited btn_ok: TButton
    Left = 104
    Top = 86
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 197
    Top = 86
    TabOrder = 2
  end
  object medt_Month: TMaskEdit [3]
    Left = 132
    Top = 34
    Width = 57
    Height = 20
    EditMask = '9999.99;1; '
    MaxLength = 7
    TabOrder = 0
    Text = '    .  '
    OnExit = medt_MonthExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 216
  end
end

⌨️ 快捷键说明

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