home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TCDDBSETTINGSFORM / TCDDBSETTINGSFORM.txt
Encoding:
Text File  |  2002-12-06  |  3.1 KB  |  146 lines

  1. object CDDBSettingsForm: TCDDBSettingsForm
  2.   Left = 378
  3.   Top = 461
  4.   BorderStyle = bsDialog
  5.   Caption = 'Title Recognition Settings'
  6.   ClientHeight = 286
  7.   ClientWidth = 428
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pcCDDB: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 411
  24.     Height = 241
  25.     ActivePage = tsCDDBServers
  26.     TabOrder = 0
  27.     object tsGeneral: TTabSheet
  28.       Caption = 'General'
  29.       ImageIndex = 1
  30.       object Label1: TLabel
  31.         Left = 16
  32.         Top = 24
  33.         Width = 117
  34.         Height = 13
  35.         Caption = 'e-mail address (required):'
  36.       end
  37.       object edEMail: TEdit
  38.         Left = 144
  39.         Top = 20
  40.         Width = 161
  41.         Height = 21
  42.         TabOrder = 0
  43.       end
  44.       object rgNotExact: TRadioGroup
  45.         Left = 16
  46.         Top = 64
  47.         Width = 369
  48.         Height = 57
  49.         Caption = 'If the server returns more than one match'
  50.         ItemIndex = 0
  51.         Items.Strings = (
  52.           'automatically choose the first match (best match)'
  53.           'let the user choose from the list of matches')
  54.         TabOrder = 1
  55.       end
  56.     end
  57.     object tsCDDBServers: TTabSheet
  58.       Caption = 'Title Database Server'
  59.       object Label3: TLabel
  60.         Left = 8
  61.         Top = 8
  62.         Width = 105
  63.         Height = 13
  64.         Caption = 'Database server sites:'
  65.       end
  66.       object lblState: TLabel
  67.         Left = 64
  68.         Top = 160
  69.         Width = 249
  70.         Height = 13
  71.         AutoSize = False
  72.       end
  73.       object Label4: TLabel
  74.         Left = 8
  75.         Top = 160
  76.         Width = 33
  77.         Height = 13
  78.         Caption = 'Status:'
  79.       end
  80.       object lvCDDBSites: TListView
  81.         Left = 8
  82.         Top = 28
  83.         Width = 305
  84.         Height = 121
  85.         Columns = <
  86.           item
  87.             Caption = 'Sitename'
  88.             Width = 90
  89.           end
  90.           item
  91.             Caption = 'Port'
  92.             Width = 70
  93.           end
  94.           item
  95.             Caption = 'Location'
  96.             Width = 120
  97.           end>
  98.         HideSelection = False
  99.         ReadOnly = True
  100.         RowSelect = True
  101.         TabOrder = 0
  102.         ViewStyle = vsReport
  103.       end
  104.       object btnGetSites: TButton
  105.         Left = 8
  106.         Top = 182
  107.         Width = 89
  108.         Height = 23
  109.         Caption = 'Get server list'
  110.         TabOrder = 1
  111.         OnClick = btnGetSitesClick
  112.       end
  113.     end
  114.   end
  115.   object btnOK: TButton
  116.     Left = 256
  117.     Top = 256
  118.     Width = 75
  119.     Height = 23
  120.     Caption = 'OK'
  121.     ModalResult = 1
  122.     TabOrder = 1
  123.   end
  124.   object btnCancel: TButton
  125.     Left = 344
  126.     Top = 256
  127.     Width = 75
  128.     Height = 23
  129.     Caption = 'Cancel'
  130.     ModalResult = 2
  131.     TabOrder = 2
  132.   end
  133.   object MMCDDB: TMMCDDB
  134.     OnState = MMCDDBState
  135.     ConnectTimeOut = 30000
  136.     AppName = 'testapp'
  137.     Revision = '1.0'
  138.     Email = 'test@defeg.fe'
  139.     Port = 8880
  140.     Server = 'freedb.freedb.org'
  141.     UseFirstMatch = False
  142.     Left = 12
  143.     Top = 256
  144.   end
  145. end
  146.