object dlgRenameTrack: TdlgRenameTrack Left = 337 Top = 233 BorderIcons = [] BorderStyle = bsDialog Caption = 'Rename track' ClientHeight = 156 ClientWidth = 273 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 70 Top = 0 Width = 203 Height = 156 Align = alClient AutoSize = True Picture.Data = {} end object labelname: TLabel Left = 88 Top = 8 Width = 27 Height = 14 Caption = 'Name' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object RotateLabel1: TRotateLabel Left = 123 Top = 129 Width = 140 Height = 24 Escapement = 0 TextStyle = tsRecessed Caption = 'Rename track' Font.Charset = DEFAULT_CHARSET Font.Color = clSilver Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object renameAll: TCheckBox Left = 88 Top = 48 Width = 137 Height = 17 Hint = 'Use track name on all parts in track' Caption = 'Rename all parts in track' Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object editName: TEditNew Left = 88 Top = 24 Width = 169 Height = 21 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 256 ParentFont = False TabOrder = 1 FocusColor = clBlack FocusFontColor = clWhite NoFocusColor = clBlack NoFocusFontColor = clWhite end object Panel1: TPanel Left = 0 Top = 0 Width = 70 Height = 156 Align = alLeft BevelOuter = bvNone Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 object labelText: TLabel Left = 7 Top = 66 Width = 63 Height = 45 AutoSize = False Caption = 'Input new name on track' Font.Charset = ANSI_CHARSET Font.Color = 8454143 Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object tnybutton1: tnybutton Left = 7 Top = 35 Width = 57 Height = 25 Cursor = crHandPoint Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 0 end object btnOK: tnybutton Left = 7 Top = 6 Width = 57 Height = 25 Cursor = crHandPoint Caption = '&OK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 end end object chkTrackName: TRadioButton Left = 88 Top = 80 Width = 106 Height = 17 Caption = 'View track names' Checked = True TabOrder = 3 TabStop = True OnClick = chkTrackNameClick end object chkGMName: TRadioButton Left = 88 Top = 96 Width = 121 Height = 17 Caption = 'View GM instruments' TabOrder = 4 OnClick = chkGMNameClick end end