home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGRENAME / TDLGRENAME.txt
Encoding:
Text File  |  2001-06-29  |  1008 b   |  55 lines

  1. object DlgRename: TDlgRename
  2.   Left = 625
  3.   Top = 251
  4.   ActiveControl = EditName
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 109
  7.   ClientWidth = 291
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'System'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object LabName: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 64
  23.     Height = 16
  24.     Caption = '∩┐╜∩┐╜╟⌐∩┐╜∩┐╜∩┐╜∩┐╜'
  25.   end
  26.   object BtnOK: TButton
  27.     Tag = 8000
  28.     Left = 124
  29.     Top = 80
  30.     Width = 75
  31.     Height = 21
  32.     Caption = '╚╖∩┐╜∩┐╜'
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.     OnClick = BtnOKClick
  36.   end
  37.   object BtnCancel: TButton
  38.     Tag = 8001
  39.     Left = 206
  40.     Top = 80
  41.     Width = 75
  42.     Height = 21
  43.     Caption = '╚í∩┐╜∩┐╜'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object EditName: TEdit
  48.     Left = 6
  49.     Top = 32
  50.     Width = 277
  51.     Height = 24
  52.     TabOrder = 2
  53.   end
  54. end
  55.