home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TDLGRENAMETRACK / TDLGRENAMETRACK.txt < prev   
Text File  |  1999-04-03  |  4KB  |  182 lines

  1. object dlgRenameTrack: TdlgRenameTrack
  2.   Left = 337
  3.   Top = 233
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename track'
  7.   ClientHeight = 156
  8.   ClientWidth = 273
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 70
  21.     Top = 0
  22.     Width = 203
  23.     Height = 156
  24.     Align = alClient
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object labelname: TLabel
  29.     Left = 88
  30.     Top = 8
  31.     Width = 27
  32.     Height = 14
  33.     Caption = 'Name'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object RotateLabel1: TRotateLabel
  42.     Left = 123
  43.     Top = 129
  44.     Width = 140
  45.     Height = 24
  46.     Escapement = 0
  47.     TextStyle = tsRecessed
  48.     Caption = 'Rename track'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clSilver
  51.     Font.Height = -21
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object renameAll: TCheckBox
  58.     Left = 88
  59.     Top = 48
  60.     Width = 137
  61.     Height = 17
  62.     Hint = 'Use track name on all parts in track'
  63.     Caption = 'Rename all parts in track'
  64.     Color = clSilver
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentColor = False
  71.     ParentFont = False
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     TabOrder = 0
  75.   end
  76.   object editName: TEditNew
  77.     Left = 88
  78.     Top = 24
  79.     Width = 169
  80.     Height = 21
  81.     Color = clBlack
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWhite
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     MaxLength = 256
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     FocusColor = clBlack
  91.     FocusFontColor = clWhite
  92.     NoFocusColor = clBlack
  93.     NoFocusFontColor = clWhite
  94.   end
  95.   object Panel1: TPanel
  96.     Left = 0
  97.     Top = 0
  98.     Width = 70
  99.     Height = 156
  100.     Align = alLeft
  101.     BevelOuter = bvNone
  102.     Color = clBlack
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clSilver
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     object labelText: TLabel
  111.       Left = 7
  112.       Top = 66
  113.       Width = 63
  114.       Height = 45
  115.       AutoSize = False
  116.       Caption = 'Input new name on track'
  117.       Font.Charset = ANSI_CHARSET
  118.       Font.Color = 8454143
  119.       Font.Height = -11
  120.       Font.Name = 'Arial'
  121.       Font.Style = []
  122.       ParentFont = False
  123.       Transparent = True
  124.       WordWrap = True
  125.     end
  126.     object tnybutton1: tnybutton
  127.       Left = 7
  128.       Top = 35
  129.       Width = 57
  130.       Height = 25
  131.       Cursor = crHandPoint
  132.       Cancel = True
  133.       Caption = '&Cancel'
  134.       Font.Charset = ANSI_CHARSET
  135.       Font.Color = clSilver
  136.       Font.Height = -11
  137.       Font.Name = 'Arial'
  138.       Font.Style = [fsBold]
  139.       ModalResult = 2
  140.       ParentFont = False
  141.       TabOrder = 0
  142.     end
  143.     object btnOK: tnybutton
  144.       Left = 7
  145.       Top = 6
  146.       Width = 57
  147.       Height = 25
  148.       Cursor = crHandPoint
  149.       Caption = '&OK'
  150.       Default = True
  151.       Font.Charset = ANSI_CHARSET
  152.       Font.Color = clSilver
  153.       Font.Height = -11
  154.       Font.Name = 'Arial'
  155.       Font.Style = [fsBold]
  156.       ModalResult = 1
  157.       ParentFont = False
  158.       TabOrder = 1
  159.     end
  160.   end
  161.   object chkTrackName: TRadioButton
  162.     Left = 88
  163.     Top = 80
  164.     Width = 106
  165.     Height = 17
  166.     Caption = 'View track names'
  167.     Checked = True
  168.     TabOrder = 3
  169.     TabStop = True
  170.     OnClick = chkTrackNameClick
  171.   end
  172.   object chkGMName: TRadioButton
  173.     Left = 88
  174.     Top = 96
  175.     Width = 121
  176.     Height = 17
  177.     Caption = 'View GM instruments'
  178.     TabOrder = 4
  179.     OnClick = chkGMNameClick
  180.   end
  181. end
  182.