home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / temacd / ksp / ksp2006r3full.exe / player.exe / 0 / RCDATA / TCDENTRYEDITFORM / TCDENTRYEDITFORM.txt
Text File  |  2006-09-04  |  1KB  |  75 lines

  1. object CDEntryEditForm: TCDEntryEditForm
  2.   Left = 506
  3.   Top = 265
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit CD'
  6.   ClientHeight = 216
  7.   ClientWidth = 328
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button2: TButton
  18.     Left = 248
  19.     Top = 184
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Cancel'
  23.     ModalResult = 2
  24.     TabOrder = 4
  25.   end
  26.   object OKButton: TButton
  27.     Left = 168
  28.     Top = 184
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 3
  35.   end
  36.   object TracksGrid: TStringGrid
  37.     Left = 8
  38.     Top = 64
  39.     Width = 320
  40.     Height = 113
  41.     ColCount = 2
  42.     DefaultColWidth = 40
  43.     DefaultRowHeight = 20
  44.     Options = [goRangeSelect, goEditing]
  45.     TabOrder = 2
  46.     ColWidths = (
  47.       40
  48.       269)
  49.   end
  50.   object CDTitleEdit: TLabeledEdit
  51.     Left = 56
  52.     Top = 8
  53.     Width = 264
  54.     Height = 21
  55.     EditLabel.Width = 38
  56.     EditLabel.Height = 13
  57.     EditLabel.Caption = 'CD Title'
  58.     LabelPosition = lpLeft
  59.     LabelSpacing = 3
  60.     TabOrder = 0
  61.   end
  62.   object ArtistTitleEdit: TLabeledEdit
  63.     Left = 56
  64.     Top = 32
  65.     Width = 264
  66.     Height = 21
  67.     EditLabel.Width = 46
  68.     EditLabel.Height = 13
  69.     EditLabel.Caption = 'Artist Title'
  70.     LabelPosition = lpLeft
  71.     LabelSpacing = 3
  72.     TabOrder = 1
  73.   end
  74. end
  75.