pm_enter_sspoinfo4_c.dfm

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

DFM
34
字号
inherited Frm_Pm_Enter_SsPoInfo4_C: TFrm_Pm_Enter_SsPoInfo4_C
  Caption = 'Frm_Pm_Enter_SsPoInfo4_C'
  ClientHeight = 146
  ClientWidth = 293
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 40
    Top = 44
    Width = 90
    Height = 12
    Caption = '输入想汇总天数:'
  end
  inherited btn_ok: TButton
    Left = 65
    Top = 105
  end
  inherited btn_Cancel: TButton
    Left = 190
    Top = 105
  end
  object Edit1: TEdit [3]
    Left = 144
    Top = 40
    Width = 121
    Height = 20
    TabOrder = 2
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 64
  end
end

⌨️ 快捷键说明

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