home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / maniac / _setup.1 / MusicManiac.exe / 0 / RCDATA / TCRENAME / TCRENAME.txt
Text File  |  1997-01-27  |  1KB  |  72 lines

  1. object CRename: TCRename
  2.   Left = 267
  3.   Top = 233
  4.   Width = 423
  5.   Height = 126
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Rename module'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 4
  16.     Top = 4
  17.     Width = 321
  18.     Height = 37
  19.     HelpContext = 130100
  20.     Caption = 'Path to module'
  21.     TabOrder = 0
  22.     object ediPath: TLabel
  23.       Left = 12
  24.       Top = 15
  25.       Width = 301
  26.       Height = 18
  27.       AutoSize = False
  28.       WordWrap = True
  29.     end
  30.   end
  31.   object GroupBox2: TGroupBox
  32.     Left = 4
  33.     Top = 48
  34.     Width = 321
  35.     Height = 45
  36.     HelpContext = 130200
  37.     Caption = 'New name of module'
  38.     TabOrder = 1
  39.     object ediName: TEdit
  40.       Left = 8
  41.       Top = 16
  42.       Width = 305
  43.       Height = 21
  44.       HelpContext = 130200
  45.       TabOrder = 0
  46.     end
  47.   end
  48.   object btnOK: TNewButton
  49.     Left = 336
  50.     Top = 4
  51.     Width = 75
  52.     Height = 23
  53.     HelpContext = 90100
  54.     Caption = '&OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.     OnClick = btnOKClick
  59.   end
  60.   object btnCancel: TNewButton
  61.     Left = 336
  62.     Top = 32
  63.     Width = 75
  64.     Height = 23
  65.     HelpContext = 90200
  66.     Caption = '&Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.     OnClick = btnCancelClick
  70.   end
  71. end
  72.