Unit1.dfm
上传用户:icamtech04
上传日期:2007-03-13
资源大小:278k
文件大小:3k
源码类别:

ICQ弱点检测代码

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 104
  4.   Width = 303
  5.   Height = 351
  6.   Caption = 'QQ'#28040#24687#33258#21160#21457#36865#22120
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 32
  20.     Width = 111
  21.     Height = 13
  22.     Caption = #35831#36873#23450#19968#20010#32842#22825#32773':    '
  23.     Font.Charset = GB2312_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'Microsoft Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object GroupBox2: TGroupBox
  31.     Left = 8
  32.     Top = 85
  33.     Width = 281
  34.     Height = 194
  35.     Caption = #28040#24687#20869#23481
  36.     TabOrder = 0
  37.     object RichEdit1: TRichEdit
  38.       Left = 8
  39.       Top = 16
  40.       Width = 265
  41.       Height = 169
  42.       Font.Charset = GB2312_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -11
  45.       Font.Name = 'Microsoft Sans Serif'
  46.       Font.Style = []
  47.       ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
  48.       ParentFont = False
  49.       ScrollBars = ssVertical
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object Button1: TButton
  54.     Left = 8
  55.     Top = 288
  56.     Width = 75
  57.     Height = 25
  58.     Caption = #21457#36865
  59.     TabOrder = 1
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 208
  64.     Top = 288
  65.     Width = 75
  66.     Height = 25
  67.     Caption = #36864#20986
  68.     TabOrder = 2
  69.     OnClick = Button2Click
  70.   end
  71.   object GroupBox3: TGroupBox
  72.     Left = 144
  73.     Top = 8
  74.     Width = 145
  75.     Height = 41
  76.     Caption = #21457#36865#26102#38388#38388#38548'(ms)'
  77.     TabOrder = 3
  78.     object Edit2: TEditValue
  79.       Left = 8
  80.       Top = 14
  81.       Width = 129
  82.       Height = 21
  83.       Alignment = taRightJustify
  84.       Decimals = -1
  85.       NumberFormat = Standard
  86.       OnKeyPress = Edit2KeyPress
  87.       TabOrder = 0
  88.       Value = 1000
  89.     end
  90.   end
  91.   object ComboBox1: TComboBox
  92.     Left = 8
  93.     Top = 56
  94.     Width = 281
  95.     Height = 21
  96.     ItemHeight = 13
  97.     TabOrder = 4
  98.     OnKeyPress = ComboBox1KeyPress
  99.   end
  100.   object Button3: TButton
  101.     Left = 104
  102.     Top = 288
  103.     Width = 75
  104.     Height = 25
  105.     Caption = #37325#26032#25214#31383#21475
  106.     TabOrder = 5
  107.     OnClick = Button3Click
  108.   end
  109.   object Timer1: TTimer
  110.     Enabled = False
  111.     OnTimer = Timer1Timer
  112.     Left = 184
  113.     Top = 288
  114.   end
  115. end