main.dfm
上传用户:aorui801
上传日期:2022-07-20
资源大小:201k
文件大小:1k
源码类别:

Shell编程

开发平台:

Visual C++

  1. object frmMain: TfrmMain
  2.   Left = 250
  3.   Top = 122
  4.   Width = 407
  5.   Height = 379
  6.   Caption = 'Shell监视程序'
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '宋体'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 399
  22.     Height = 352
  23.     Align = alClient
  24.     ReadOnly = True
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.   end
  28. end