main.dfm
Upload User: aorui801
Upload Date: 2022-07-20
Package Size: 201k
Code Size: 1k
Category:

Shell api

Development Platform:

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