pm_enter_newsspoinfo4_c.dfm

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

DFM
34
字号
inherited Frm_Pm_Enter_NewSsPoInfo4_C: TFrm_Pm_Enter_NewSsPoInfo4_C
  Caption = 'Frm_Pm_Enter_NewSsPoInfo4_C'
  ClientHeight = 122
  ClientWidth = 328
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 35
    Top = 23
    Width = 90
    Height = 12
    Caption = '输入想汇总天数:'
  end
  inherited btn_ok: TButton
    Left = 81
    Top = 78
  end
  inherited btn_Cancel: TButton
    Left = 166
    Top = 78
  end
  object Edit1: TEdit [3]
    Left = 59
    Top = 43
    Width = 121
    Height = 20
    TabOrder = 2
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 64
  end
end

⌨️ 快捷键说明

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