pm_qry_sspoinfo_c.dfm

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

DFM
39
字号
inherited Frm_Pm_Qry_SsPoInfo_C: TFrm_Pm_Qry_SsPoInfo_C
  Left = 260
  Top = 164
  Caption = '请输入汇总天数'
  ClientHeight = 149
  ClientWidth = 290
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 40
    Top = 40
    Width = 96
    Height = 12
    Caption = '输入想汇总天数:'
  end
  inherited btn_ok: TButton
    Left = 67
    Top = 101
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 160
    Top = 101
    TabOrder = 2
  end
  object edtdays: TEdit [3]
    Left = 136
    Top = 34
    Width = 64
    Height = 20
    TabOrder = 0
    Text = '7'
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 24
    Top = 96
  end
end

⌨️ 快捷键说明

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