home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / ICQ.ZIP / ICQ / DBConverter / Unit1.dfm < prev    next >
Text File  |  2002-08-16  |  3KB  |  127 lines

  1. object Form1: TForm1
  2.   Left = 257
  3.   Top = 53
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form1'
  7.   ClientHeight = 356
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 152
  22.     Top = 288
  23.     Width = 75
  24.     Height = 33
  25.     Caption = 'Start parsing'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object ProgressBar1: TProgressBar
  30.     Left = 0
  31.     Top = 328
  32.     Width = 385
  33.     Height = 13
  34.     Min = 0
  35.     Max = 100
  36.     TabOrder = 1
  37.   end
  38.   object PageControl1: TPageControl
  39.     Left = 0
  40.     Top = 0
  41.     Width = 385
  42.     Height = 281
  43.     ActivePage = TabSheet1
  44.     TabOrder = 2
  45.     object TabSheet1: TTabSheet
  46.       Caption = 'Options'
  47.       object ListView1: TListView
  48.         Left = 0
  49.         Top = 0
  50.         Width = 377
  51.         Height = 253
  52.         Align = alClient
  53.         Columns = <
  54.           item
  55.             AutoSize = True
  56.           end>
  57.         ReadOnly = True
  58.         RowSelect = True
  59.         TabOrder = 0
  60.         ViewStyle = vsReport
  61.       end
  62.     end
  63.     object TabSheet2: TTabSheet
  64.       Caption = 'Contacts'
  65.       ImageIndex = 1
  66.       object Memo1: TMemo
  67.         Left = 0
  68.         Top = 0
  69.         Width = 377
  70.         Height = 253
  71.         Align = alClient
  72.         ScrollBars = ssVertical
  73.         TabOrder = 0
  74.       end
  75.     end
  76.     object TabSheet3: TTabSheet
  77.       Caption = 'Messages'
  78.       ImageIndex = 2
  79.       object Memo2: TMemo
  80.         Left = 0
  81.         Top = 0
  82.         Width = 377
  83.         Height = 253
  84.         Align = alClient
  85.         ScrollBars = ssVertical
  86.         TabOrder = 0
  87.       end
  88.     end
  89.     object TabSheet4: TTabSheet
  90.       Caption = 'Self info'
  91.       ImageIndex = 3
  92.       object Memo3: TMemo
  93.         Left = 0
  94.         Top = 0
  95.         Width = 377
  96.         Height = 253
  97.         Align = alClient
  98.         ScrollBars = ssVertical
  99.         TabOrder = 0
  100.       end
  101.     end
  102.   end
  103.   object StatusBar1: TStatusBar
  104.     Left = 0
  105.     Top = 341
  106.     Width = 385
  107.     Height = 15
  108.     Panels = <
  109.       item
  110.         Width = -1
  111.       end>
  112.     SimplePanel = False
  113.   end
  114.   object ICQDb1: TICQDb
  115.     OnError = ICQDb1Error
  116.     OnParsingStarted = ICQDb1ParsingStarted
  117.     OnParsingFinished = ICQDb1ParsingFinished
  118.     OnProgress = ICQDb1Progress
  119.     OnContactFound = ICQDb1ContactFound
  120.     OnSelfInfoFound = ICQDb1SelfInfoFound
  121.     OnMessageFound = ICQDb1MessageFound
  122.     DbType = DB_ICQ
  123.     Left = 8
  124.     Top = 8
  125.   end
  126. end
  127.