main.dfm
上传用户:aorui801
上传日期:2022-07-20
资源大小:201k
文件大小:1k
- object frmMain: TfrmMain
- Left = 250
- Top = 122
- Width = 407
- Height = 379
- Caption = 'Shell监视程序'
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '宋体'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 399
- Height = 352
- Align = alClient
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end