home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Marsik / Prekod32 / prekod32.exe / 0 / RCDATA / TREGISTRUJ / TREGISTRUJ.txt
Encoding:
Text File  |  1999-06-07  |  1.7 KB  |  88 lines

  1. object registruj: Tregistruj
  2.   Left = 143
  3.   Top = 165
  4.   Width = 632
  5.   Height = 272
  6.   Caption = 'kl∩┐╜∩┐╜ k programu ∩┐╜IFRUJ'
  7.   Font.Charset = EASTEUROPE_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 624
  20.     Height = 41
  21.     Align = alTop
  22.     Caption = 'Registra∩┐╜n∩┐╜ kl∩┐╜∩┐╜'
  23.     Color = clMaroon
  24.     Font.Charset = EASTEUROPE_CHARSET
  25.     Font.Color = clYellow
  26.     Font.Height = -20
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Left = 0
  34.     Top = 41
  35.     Width = 624
  36.     Height = 180
  37.     Align = alClient
  38.     Caption = 'Registrace'
  39.     Color = clOlive
  40.     ParentColor = False
  41.     TabOrder = 1
  42.     object Label1: TLabel
  43.       Left = 16
  44.       Top = 56
  45.       Width = 201
  46.       Height = 25
  47.       AutoSize = False
  48.       Caption = 'Je toto Va∩┐╜e registra∩┐╜n∩┐╜ ∩┐╜∩┐╜slo?'
  49.     end
  50.     object Edit1: TEdit
  51.       Left = 248
  52.       Top = 48
  53.       Width = 217
  54.       Height = 24
  55.       ReadOnly = True
  56.       TabOrder = 0
  57.     end
  58.     object BitBtn1: TBitBtn
  59.       Left = 248
  60.       Top = 128
  61.       Width = 75
  62.       Height = 25
  63.       Caption = '&Ano'
  64.       TabOrder = 1
  65.       OnClick = BitBtn1Click
  66.       Kind = bkYes
  67.     end
  68.     object BitBtn2: TBitBtn
  69.       Left = 328
  70.       Top = 128
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '&Ne'
  74.       TabOrder = 2
  75.       OnClick = BitBtn2Click
  76.       Kind = bkNo
  77.     end
  78.   end
  79.   object StatusBar1: TStatusBar
  80.     Left = 0
  81.     Top = 221
  82.     Width = 624
  83.     Height = 19
  84.     Panels = <>
  85.     SimplePanel = False
  86.   end
  87. end
  88.