Unit1.dfm
资源名称:QQ消息自动发送器.rar [点击查看]
上传用户:icamtech04
上传日期:2007-03-13
资源大小:278k
文件大小:3k
源码类别:
ICQ弱点检测代码
开发平台:
C++ Builder
- object Form1: TForm1
- Left = 192
- Top = 104
- Width = 303
- Height = 351
- Caption = 'QQ'#28040#24687#33258#21160#21457#36865#22120
- 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 Label1: TLabel
- Left = 8
- Top = 32
- Width = 111
- Height = 13
- Caption = #35831#36873#23450#19968#20010#32842#22825#32773': '
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 85
- Width = 281
- Height = 194
- Caption = #28040#24687#20869#23481
- TabOrder = 0
- object RichEdit1: TRichEdit
- Left = 8
- Top = 16
- Width = 265
- Height = 169
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Button1: TButton
- Left = 8
- Top = 288
- Width = 75
- Height = 25
- Caption = #21457#36865
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 208
- Top = 288
- Width = 75
- Height = 25
- Caption = #36864#20986
- TabOrder = 2
- OnClick = Button2Click
- end
- object GroupBox3: TGroupBox
- Left = 144
- Top = 8
- Width = 145
- Height = 41
- Caption = #21457#36865#26102#38388#38388#38548'(ms)'
- TabOrder = 3
- object Edit2: TEditValue
- Left = 8
- Top = 14
- Width = 129
- Height = 21
- Alignment = taRightJustify
- Decimals = -1
- NumberFormat = Standard
- OnKeyPress = Edit2KeyPress
- TabOrder = 0
- Value = 1000
- end
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 56
- Width = 281
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- OnKeyPress = ComboBox1KeyPress
- end
- object Button3: TButton
- Left = 104
- Top = 288
- Width = 75
- Height = 25
- Caption = #37325#26032#25214#31383#21475
- TabOrder = 5
- OnClick = Button3Click
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 184
- Top = 288
- end
- end