object CDEntryEditForm: TCDEntryEditForm Left = 506 Top = 265 BorderStyle = bsDialog Caption = 'Edit CD' ClientHeight = 216 ClientWidth = 328 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Button2: TButton Left = 248 Top = 184 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object OKButton: TButton Left = 168 Top = 184 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object TracksGrid: TStringGrid Left = 8 Top = 64 Width = 320 Height = 113 ColCount = 2 DefaultColWidth = 40 DefaultRowHeight = 20 Options = [goRangeSelect, goEditing] TabOrder = 2 ColWidths = ( 40 269) end object CDTitleEdit: TLabeledEdit Left = 56 Top = 8 Width = 264 Height = 21 EditLabel.Width = 38 EditLabel.Height = 13 EditLabel.Caption = 'CD Title' LabelPosition = lpLeft LabelSpacing = 3 TabOrder = 0 end object ArtistTitleEdit: TLabeledEdit Left = 56 Top = 32 Width = 264 Height = 21 EditLabel.Width = 46 EditLabel.Height = 13 EditLabel.Caption = 'Artist Title' LabelPosition = lpLeft LabelSpacing = 3 TabOrder = 1 end end