home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TRENAMEMACROFORM / TRENAMEMACROFORM.txt
Text File  |  1997-05-06  |  1KB  |  78 lines

  1. object RenameMacroForm: TRenameMacroForm
  2.   Left = 466
  3.   Top = 303
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename Macro'
  7.   ClientHeight = 174
  8.   ClientWidth = 346
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 24
  18.     Width = 65
  19.     Height = 13
  20.     Caption = 'Current Name'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 60
  25.     Width = 53
  26.     Height = 13
  27.     Caption = 'New Name'
  28.   end
  29.   object CurrentName: TEdit
  30.     Left = 85
  31.     Top = 22
  32.     Width = 241
  33.     Height = 21
  34.     TabStop = False
  35.     ParentColor = True
  36.     ReadOnly = True
  37.     TabOrder = 0
  38.   end
  39.   object NewName: TEdit
  40.     Left = 85
  41.     Top = 60
  42.     Width = 241
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object Button1: TButton
  47.     Left = 69
  48.     Top = 110
  49.     Width = 81
  50.     Height = 25
  51.     Caption = '&OK'
  52.     Default = True
  53.     TabOrder = 2
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 189
  58.     Top = 110
  59.     Width = 89
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = '&Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.   end
  66.   object Status: AxStatusBar
  67.     Left = 0
  68.     Top = 157
  69.     Width = 346
  70.     Height = 17
  71.     Align = alBottom
  72.     Alignment = taLeftJustify
  73.     TabOrder = 4
  74.     InfoColor = clBlack
  75.     ErrorColor = clRed
  76.   end
  77. end
  78.