home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / mulmedia / yamp / yamp.exe / 0 / RCDATA / TFRENAME / TFRENAME.txt < prev   
Text File  |  1997-11-11  |  3KB  |  116 lines

  1. object fRename: TfRename
  2.   Left = 231
  3.   Top = 380
  4.   BorderStyle = bsNone
  5.   Caption = 'YAMP - Rename a file'
  6.   ClientHeight = 76
  7.   ClientWidth = 372
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 372
  23.     Height = 76
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     Color = clSilver
  27.     TabOrder = 0
  28.     OnMouseDown = panMainMouseDown
  29.     OnMouseMove = panMainMouseMove
  30.     OnMouseUp = panMainMouseUp
  31.     object LMDTile1: TLMDTile
  32.       Left = 2
  33.       Top = 2
  34.       Width = 368
  35.       Height = 35
  36.       Align = alTop
  37.       Gradient.Color = clWhite
  38.       Gradient.ColorCount = 25
  39.       Gradient.Direction = mdVertical
  40.       Gradient.EndColor = 16761024
  41.       Gradient.PaletteRealize = True
  42.       TileMode = tmGradient
  43.       OnMouseDown = panMainMouseDown
  44.       OnMouseMove = panMainMouseMove
  45.       OnMouseUp = panMainMouseUp
  46.     end
  47.     object LMDTile2: TLMDTile
  48.       Left = 2
  49.       Top = 37
  50.       Width = 368
  51.       Height = 37
  52.       Align = alClient
  53.       Gradient.Color = clWhite
  54.       Gradient.ColorCount = 25
  55.       Gradient.Direction = mdVerticalReverse
  56.       Gradient.EndColor = 16761024
  57.       Gradient.PaletteRealize = True
  58.       TileMode = tmGradient
  59.       OnMouseDown = panMainMouseDown
  60.       OnMouseMove = panMainMouseMove
  61.       OnMouseUp = panMainMouseUp
  62.     end
  63.     object Label1: TLabel
  64.       Left = 8
  65.       Top = 4
  66.       Width = 43
  67.       Height = 13
  68.       Caption = 'Rename:'
  69.       Transparent = True
  70.     end
  71.     object bOK: TExplorerButton
  72.       Left = 92
  73.       Top = 56
  74.       Width = 89
  75.       Height = 14
  76.       Hint = 'just close the window'
  77.       Caption = 'OK'
  78.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  79.       Font.Color = clWindowText
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       OnClick = bOKClick
  84.       ParentFont = False
  85.       ParentShowHint = False
  86.       ShowHint = True
  87.       IBitmap = {}
  88.     end
  89.     object bCancel: TExplorerButton
  90.       Left = 188
  91.       Top = 56
  92.       Width = 89
  93.       Height = 14
  94.       Hint = 'just close the window'
  95.       Caption = 'Cancel'
  96.       Options = [boMonoDisplay, boPopupMark, boShowBevel]
  97.       Font.Color = clWindowText
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       OnClick = bCancelClick
  102.       ParentFont = False
  103.       ParentShowHint = False
  104.       ShowHint = True
  105.       IBitmap = {}
  106.     end
  107.     object eNewName: TEdit
  108.       Left = 8
  109.       Top = 24
  110.       Width = 357
  111.       Height = 21
  112.       TabOrder = 0
  113.     end
  114.   end
  115. end
  116.