home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CLARION / CLARION.EXE / 0 / RCDATA / TFMCDDB / TFMCDDB.txt
Text File  |  1997-10-06  |  4KB  |  166 lines

  1. object fmCDDB: TfmCDDB
  2.   Left = 147
  3.   Top = 96
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Connect to CDDB'
  7.   ClientHeight = 415
  8.   ClientWidth = 513
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 26
  21.     Top = 64
  22.     Width = 308
  23.     Height = 16
  24.     Caption = '2. Select the server closest to you then click Connect'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 26
  28.     Top = 136
  29.     Width = 37
  30.     Height = 16
  31.     Caption = 'Status'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 26
  35.     Top = 172
  36.     Width = 98
  37.     Height = 16
  38.     Caption = 'Matche(s) found:'
  39.   end
  40.   object lbDiscID: TLabel
  41.     Left = 180
  42.     Top = 172
  43.     Width = 313
  44.     Height = 16
  45.     Alignment = taRightJustify
  46.     AutoSize = False
  47.     Caption = 'Computed Disc ID:'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object lbHelp: TLabel
  56.     Left = 120
  57.     Top = 381
  58.     Width = 3
  59.     Height = 16
  60.   end
  61.   object Label4: TLabel
  62.     Left = 24
  63.     Top = 12
  64.     Width = 289
  65.     Height = 32
  66.     Caption = 
  67.       '1. Enter your user (login) name, e.g., jsmith.  (This informatio' +
  68.       'n is required by the CDDB server)'
  69.     WordWrap = True
  70.   end
  71.   object Servers: TComboBox
  72.     Left = 26
  73.     Top = 92
  74.     Width = 471
  75.     Height = 24
  76.     ItemHeight = 16
  77.     Items.Strings = (
  78.       'cddb.moonsoft.com cddbp 888 - N037.23 W122.01 #USA - Fremont, CA'
  79.       'cddb.ton.tut.fi cddbp 888 - N060.10 E024.58 #Finland - Tampere'
  80.       'cddb.westel.hu cddbp 888 - N047.30 E019.50 #Hungary - Budapest'
  81.       
  82.         'cddb.manawatu.net.nz cddbp 888 - N041.17 E174.47 #New Zealand - ' +
  83.         'Palmerstown North'
  84.       'cddb.sai.msu.su cddbp 888 - N055.45 E037.35 #Russia - Moscow'
  85.       ''
  86.       '')
  87.     TabOrder = 1
  88.     Text = 'cddb.moonsoft.com cddbp 888 - N037.23 W122.01 #USA - Fremont, CA'
  89.   end
  90.   object bConnect: TButton
  91.     Left = 414
  92.     Top = 56
  93.     Width = 83
  94.     Height = 29
  95.     Caption = '&Connect'
  96.     TabOrder = 2
  97.     OnClick = bConnectClick
  98.   end
  99.   object Results: TExtListView
  100.     Left = 26
  101.     Top = 196
  102.     Width = 467
  103.     Height = 165
  104.     OnDblClick = bSelectClick
  105.     Columns = <
  106.       item
  107.         Caption = 'Category'
  108.         Width = 100
  109.       end
  110.       item
  111.         Caption = 'Disc ID'
  112.         Width = 100
  113.       end
  114.       item
  115.         Caption = 'Title'
  116.         Width = 300
  117.       end>
  118.     TabOrder = 4
  119.     ViewStyle = vsReport
  120.     ExtendedStyles = [lvxGridLines, lvxFullRowSelect]
  121.   end
  122.   object StatusBar: TPanel
  123.     Left = 76
  124.     Top = 128
  125.     Width = 421
  126.     Height = 33
  127.     BevelInner = bvLowered
  128.     BorderStyle = bsSingle
  129.     Color = clMaroon
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clYellow
  132.     Font.Height = -17
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 3
  137.   end
  138.   object bSelect: TButton
  139.     Left = 26
  140.     Top = 376
  141.     Width = 83
  142.     Height = 29
  143.     Caption = 'Retrieve'
  144.     Enabled = False
  145.     TabOrder = 5
  146.     OnClick = bSelectClick
  147.   end
  148.   object bCancel: TButton
  149.     Left = 410
  150.     Top = 376
  151.     Width = 83
  152.     Height = 29
  153.     Caption = 'Close'
  154.     ModalResult = 2
  155.     TabOrder = 6
  156.     OnClick = bCancelClick
  157.   end
  158.   object edLogin: TEdit
  159.     Left = 328
  160.     Top = 16
  161.     Width = 169
  162.     Height = 24
  163.     TabOrder = 0
  164.   end
  165. end
  166.