home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 15 / Poznamky.exe / 0 / RCDATA / TNEWNAMEFORM / TNEWNAMEFORM.txt
Text File  |  1999-10-21  |  1KB  |  60 lines

  1. object NewNameForm: TNewNameForm
  2.   Left = 371
  3.   Top = 420
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nov∩┐╜ pozn∩┐╜mka'
  7.   ClientHeight = 121
  8.   ClientWidth = 215
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 201
  24.     Height = 105
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object NewNameLabel: TLabel
  29.       Left = 16
  30.       Top = 8
  31.       Width = 139
  32.       Height = 13
  33.       Caption = 'Zadej jm∩┐╜no nov∩┐╜ pozn∩┐╜mky:'
  34.     end
  35.     object NewNameEdit: TEdit
  36.       Left = 16
  37.       Top = 32
  38.       Width = 169
  39.       Height = 21
  40.       TabOrder = 0
  41.     end
  42.     object OKButton: TBitBtn
  43.       Left = 16
  44.       Top = 64
  45.       Width = 81
  46.       Height = 25
  47.       TabOrder = 1
  48.       Kind = bkOK
  49.     end
  50.     object CancelButton: TBitBtn
  51.       Left = 104
  52.       Top = 64
  53.       Width = 81
  54.       Height = 25
  55.       TabOrder = 2
  56.       Kind = bkCancel
  57.     end
  58.   end
  59. end
  60.