home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / GraphPap / gpaperfr.exe / GraphPap.exe / 0 / RCDATA / TWINRENAME / TWINRENAME.txt
Text File  |  2000-03-07  |  1KB  |  76 lines

  1. object WinRename: TWinRename
  2.   Left = 219
  3.   Top = 81
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 129
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 6
  22.     Top = 14
  23.     Width = 51
  24.     Height = 13
  25.     Caption = 'Old name :'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 6
  29.     Top = 43
  30.     Width = 57
  31.     Height = 13
  32.     Caption = 'New name :'
  33.   end
  34.   object LblOldName: TLabel
  35.     Left = 69
  36.     Top = 14
  37.     Width = 58
  38.     Height = 13
  39.     Caption = 'LblOldName'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 79
  43.     Top = 69
  44.     Width = 118
  45.     Height = 13
  46.     Caption = '(Maximum 30 characters)'
  47.   end
  48.   object BtOK: TBitBtn
  49.     Left = 56
  50.     Top = 95
  51.     Width = 75
  52.     Height = 25
  53.     TabOrder = 0
  54.     TabStop = False
  55.     OnClick = BtOKClick
  56.     Kind = bkOK
  57.   end
  58.   object BtCancel: TBitBtn
  59.     Left = 152
  60.     Top = 95
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 1
  64.     TabStop = False
  65.     Kind = bkCancel
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 66
  69.     Top = 38
  70.     Width = 198
  71.     Height = 21
  72.     TabOrder = 2
  73.     Text = 'Edit1'
  74.   end
  75. end
  76.