home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / ctenari / Majda / Pokec / Pokec.exe / 0 / RCDATA / TPOKECFORM / TPOKECFORM.txt
Text File  |  2000-07-29  |  2KB  |  90 lines

  1. object PokecForm: TPokecForm
  2.   Left = 206
  3.   Top = 177
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Po∩┐╜∩┐╜ta∩┐╜ov∩┐╜ pokec'
  7.   ClientHeight = 72
  8.   ClientWidth = 432
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel2: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 257
  23.     Height = 57
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 3
  27.     Visible = False
  28.     object Label2: TLabel
  29.       Left = 8
  30.       Top = 8
  31.       Width = 241
  32.       Height = 41
  33.       AutoSize = False
  34.       WordWrap = True
  35.     end
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 257
  41.     Height = 57
  42.     BevelInner = bvRaised
  43.     BevelOuter = bvLowered
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 8
  47.       Top = 8
  48.       Width = 57
  49.       Height = 13
  50.       Caption = 'Napi∩┐╜ n∩┐╜co:'
  51.     end
  52.     object Edit1: TEdit
  53.       Left = 8
  54.       Top = 24
  55.       Width = 241
  56.       Height = 21
  57.       TabOrder = 0
  58.     end
  59.   end
  60.   object Button1: TButton
  61.     Left = 272
  62.     Top = 8
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     TabOrder = 0
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 352
  72.     Top = 8
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Zav∩┐╜∩┐╜t'
  76.     ModalResult = 2
  77.     TabOrder = 1
  78.     OnClick = Button2Click
  79.   end
  80.   object Button3: TButton
  81.     Left = 272
  82.     Top = 40
  83.     Width = 155
  84.     Height = 25
  85.     Caption = 'Z∩┐╜sady spr∩┐╜vn∩┐╜ho pokecu...'
  86.     TabOrder = 4
  87.     OnClick = Button3Click
  88.   end
  89. end
  90.