home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / mp3enc / mpg.exe / 0 / RCDATA / TFRMSELECTCD / TFRMSELECTCD.txt
Text File  |  1998-02-24  |  1KB  |  75 lines

  1. object frmSelectCD: TfrmSelectCD
  2.   Left = 273
  3.   Top = 333
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select CDROM drive'
  6.   ClientHeight = 191
  7.   ClientWidth = 390
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lvCD: TListView
  18.     Left = 0
  19.     Top = 0
  20.     Width = 389
  21.     Height = 161
  22.     OnDblClick = btnOkClick
  23.     Columns = <
  24.       item
  25.         Caption = 'Name'
  26.         Width = 300
  27.       end
  28.       item
  29.         Alignment = taRightJustify
  30.         Caption = 'HA'
  31.         Width = 27
  32.         WidthType = (
  33.           -2)
  34.       end
  35.       item
  36.         Alignment = taRightJustify
  37.         Caption = 'ID'
  38.         Width = 23
  39.         WidthType = (
  40.           -2)
  41.       end
  42.       item
  43.         Alignment = taRightJustify
  44.         Caption = 'LUN'
  45.         Width = 35
  46.         WidthType = (
  47.           -2)
  48.       end>
  49.     ReadOnly = True
  50.     HideSelection = False
  51.     TabOrder = 0
  52.     ViewStyle = vsReport
  53.   end
  54.   object btnOk: TButton
  55.     Left = 232
  56.     Top = 164
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = btnOkClick
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 312
  66.     Top = 164
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     TabOrder = 2
  72.     OnClick = btnCancelClick
  73.   end
  74. end
  75.