main.dfm
资源名称:U盘大盗的关键代码.rar [点击查看]
上传用户:titech
上传日期:2010-04-06
资源大小:175k
文件大小:1k
源码类别:
家庭/个人应用
开发平台:
Delphi
- object Form1: TForm1
- Left = 226
- Top = 163
- Width = 696
- Height = 480
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 168
- Top = 40
- Width = 113
- Height = 57
- Caption = 'Test'
- TabOrder = 0
- OnClick = Button1Click
- end
- end