home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / CookieCooker.exe / 0 / RCDATA / TIMPORT / TIMPORT.txt
Text File  |  2007-09-18  |  4KB  |  172 lines

  1. object Import: TImport
  2.   Left = 228
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Import'
  7.   ClientHeight = 353
  8.   ClientWidth = 578
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnHide = FormHide
  20.   OnHelp = FormHelp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Button1: TButton
  25.     Left = 104
  26.     Top = 320
  27.     Width = 137
  28.     Height = 25
  29.     Caption = 'Import Cookies'
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 352
  36.     Top = 320
  37.     Width = 121
  38.     Height = 25
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.     OnClick = Button2Click
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 8
  46.     Top = 16
  47.     Width = 177
  48.     Height = 289
  49.     Caption = 'Received from Server'
  50.     TabOrder = 3
  51.   end
  52.   object CheckListBox1: TCheckListBox
  53.     Left = 16
  54.     Top = 32
  55.     Width = 161
  56.     Height = 265
  57.     HelpContext = 101
  58.     ItemHeight = 13
  59.     TabOrder = 0
  60.   end
  61.   object GroupBox2: TGroupBox
  62.     Left = 192
  63.     Top = 16
  64.     Width = 377
  65.     Height = 289
  66.     Caption = 'Statistics on Server'
  67.     TabOrder = 4
  68.     OnClick = GroupBox2Click
  69.     object Label1: TLabel
  70.       Left = 16
  71.       Top = 48
  72.       Width = 155
  73.       Height = 13
  74.       Caption = 'Cookies stored on CookieServer:'
  75.     end
  76.     object Label2: TLabel
  77.       Left = 16
  78.       Top = 72
  79.       Width = 176
  80.       Height = 13
  81.       Caption = 'Number of faked Cookies of all users:'
  82.     end
  83.     object Label3: TLabel
  84.       Left = 16
  85.       Top = 96
  86.       Width = 110
  87.       Height = 13
  88.       Caption = 'Number of faked forms:'
  89.     end
  90.     object faked_cookies: TLabel
  91.       Left = 240
  92.       Top = 72
  93.       Width = 113
  94.       Height = 13
  95.       Alignment = taRightJustify
  96.       AutoSize = False
  97.       Caption = 'faked_cookies'
  98.     end
  99.     object forms: TLabel
  100.       Left = 240
  101.       Top = 96
  102.       Width = 113
  103.       Height = 13
  104.       Alignment = taRightJustify
  105.       AutoSize = False
  106.       Caption = 'forms'
  107.     end
  108.     object stored: TLabel
  109.       Left = 240
  110.       Top = 48
  111.       Width = 113
  112.       Height = 13
  113.       Alignment = taRightJustify
  114.       AutoSize = False
  115.       Caption = 'stored'
  116.     end
  117.     object Label4: TLabel
  118.       Left = 8
  119.       Top = 144
  120.       Width = 105
  121.       Height = 13
  122.       Caption = 'Cookie Highscore:'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Pitch = fpVariable
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.     end
  131.     object Label5: TLabel
  132.       Left = 128
  133.       Top = 16
  134.       Width = 225
  135.       Height = 13
  136.       AutoSize = False
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clRed
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Pitch = fpVariable
  142.       Font.Style = []
  143.       ParentFont = False
  144.     end
  145.     object StringGrid1: TStringGrid
  146.       Left = 8
  147.       Top = 160
  148.       Width = 361
  149.       Height = 121
  150.       HelpContext = 102
  151.       ColCount = 3
  152.       DefaultRowHeight = 16
  153.       FixedCols = 0
  154.       RowCount = 21
  155.       Font.Charset = ANSI_CHARSET
  156.       Font.Color = clWindowText
  157.       Font.Height = -11
  158.       Font.Name = 'Courier New'
  159.       Font.Pitch = fpVariable
  160.       Font.Style = []
  161.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  162.       ParentFont = False
  163.       ScrollBars = ssVertical
  164.       TabOrder = 0
  165.       ColWidths = (
  166.         131
  167.         108
  168.         103)
  169.     end
  170.   end
  171. end
  172.