pm_qry_analyzerpoenteritem_c.dfm

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

DFM
46
字号
inherited Frm_Pm_Qry_AnalyzerPoEnterItem_C: TFrm_Pm_Qry_AnalyzerPoEnterItem_C
  Left = 256
  Top = 191
  Caption = '请输入统计年度'
  ClientHeight = 132
  ClientWidth = 271
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 48
    Top = 32
    Width = 60
    Height = 12
    Caption = '统计年度:'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  inherited btn_ok: TButton
    Left = 53
    Top = 67
    Font.Color = clRed
    ParentFont = False
    TabOrder = 1
  end
  inherited btn_Cancel: TButton
    Left = 146
    Top = 67
    TabOrder = 2
  end
  object Edit1: TEdit [3]
    Left = 112
    Top = 30
    Width = 105
    Height = 20
    TabOrder = 0
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 288
    Top = 32
  end
end

⌨️ 快捷键说明

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