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 / TCDDBBROWSEFORM / TCDDBBROWSEFORM.txt
Encoding:
Text File  |  2002-12-06  |  4.3 KB  |  214 lines

  1. object CDDBBrowseForm: TCDDBBrowseForm
  2.   Left = 352
  3.   Top = 330
  4.   Width = 643
  5.   Height = 372
  6.   ActiveControl = SearchEdit
  7.   Caption = 'Browse Database'
  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 = True
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BackPanel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 635
  24.     Height = 129
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 8
  30.       Top = 9
  31.       Width = 70
  32.       Height = 13
  33.       AutoSize = False
  34.       Caption = 'Search topic:'
  35.     end
  36.     object Label2: TLabel
  37.       Left = 8
  38.       Top = 78
  39.       Width = 70
  40.       Height = 13
  41.       AutoSize = False
  42.       Caption = 'Search for:'
  43.     end
  44.     object CDTitleLabel: TLabel
  45.       Left = 80
  46.       Top = 100
  47.       Width = 265
  48.       Height = 27
  49.       AutoSize = False
  50.       Caption = '(Unknown)'
  51.       ShowAccelChar = False
  52.       WordWrap = True
  53.     end
  54.     object Label3: TLabel
  55.       Left = 8
  56.       Top = 55
  57.       Width = 70
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Filename:'
  61.     end
  62.     object Label4: TLabel
  63.       Left = 8
  64.       Top = 33
  65.       Width = 70
  66.       Height = 13
  67.       AutoSize = False
  68.       Caption = 'Track name:'
  69.     end
  70.     object Label5: TLabel
  71.       Left = 8
  72.       Top = 99
  73.       Width = 70
  74.       Height = 13
  75.       AutoSize = False
  76.       Caption = 'CD Title:'
  77.     end
  78.     object Panel1: TPanel
  79.       Left = 80
  80.       Top = 0
  81.       Width = 297
  82.       Height = 97
  83.       BevelOuter = bvNone
  84.       TabOrder = 0
  85.       object SearchBtn: TButton
  86.         Left = 185
  87.         Top = 5
  88.         Width = 80
  89.         Height = 23
  90.         HelpContext = 212
  91.         Caption = '&Search'
  92.         Default = True
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clWindowText
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Style = []
  98.         ParentFont = False
  99.         TabOrder = 5
  100.         OnClick = SearchBtnClick
  101.       end
  102.       object SearchEdit: TEdit
  103.         Left = 0
  104.         Top = 5
  105.         Width = 177
  106.         Height = 21
  107.         HelpContext = 221
  108.         TabOrder = 0
  109.         OnChange = SearchEditChange
  110.       end
  111.       object TrackEdit: TEdit
  112.         Left = 0
  113.         Top = 29
  114.         Width = 177
  115.         Height = 21
  116.         HelpContext = 231
  117.         TabOrder = 1
  118.         OnChange = SearchEditChange
  119.       end
  120.       object NextBtn: TButton
  121.         Left = 185
  122.         Top = 33
  123.         Width = 80
  124.         Height = 23
  125.         HelpContext = 241
  126.         Caption = '&Next'
  127.         Enabled = False
  128.         TabOrder = 6
  129.         OnClick = NextBtnClick
  130.       end
  131.       object FileNameEdit: TEdit
  132.         Left = 0
  133.         Top = 53
  134.         Width = 177
  135.         Height = 21
  136.         HelpContext = 250
  137.         TabOrder = 2
  138.       end
  139.       object StopBtn: TButton
  140.         Left = 185
  141.         Top = 60
  142.         Width = 80
  143.         Height = 23
  144.         HelpContext = 260
  145.         Caption = 'S&top'
  146.         TabOrder = 7
  147.         OnClick = StopBtnClick
  148.       end
  149.       object SearchDiscIDBtn: TRadioButton
  150.         Left = 48
  151.         Top = 78
  152.         Width = 65
  153.         Height = 17
  154.         HelpContext = 270
  155.         Caption = 'Disc ID'
  156.         TabOrder = 3
  157.       end
  158.       object SearchTitleBtn: TRadioButton
  159.         Left = 0
  160.         Top = 78
  161.         Width = 49
  162.         Height = 17
  163.         HelpContext = 280
  164.         Caption = 'Title'
  165.         Checked = True
  166.         TabOrder = 4
  167.         TabStop = True
  168.       end
  169.     end
  170.   end
  171.   object StatusBar: TStatusBar
  172.     Left = 0
  173.     Top = 326
  174.     Width = 635
  175.     Height = 19
  176.     Panels = <
  177.       item
  178.         Width = 200
  179.       end
  180.       item
  181.         Text = 'Filename'
  182.         Width = 100
  183.       end
  184.       item
  185.         Width = 50
  186.       end>
  187.     SimplePanel = False
  188.   end
  189.   object SearchListView: TListView
  190.     Left = 0
  191.     Top = 129
  192.     Width = 635
  193.     Height = 197
  194.     HelpContext = 290
  195.     Align = alClient
  196.     Columns = <
  197.       item
  198.         Caption = 'Title'
  199.         Width = 250
  200.       end
  201.       item
  202.         Alignment = taRightJustify
  203.         Caption = 'Track number'
  204.         Width = 80
  205.       end>
  206.     ColumnClick = False
  207.     HideSelection = False
  208.     ReadOnly = True
  209.     SmallImages = PopupMenuModule.SmallCustomImageList
  210.     TabOrder = 2
  211.     ViewStyle = vsReport
  212.   end
  213. end
  214.