home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Globe / Ticker.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2000-01-25  |  1KB  |  74 lines

  1. object Form6: TForm6
  2.   Left = 230
  3.   Top = 406
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Zm∩┐╜na autentifika∩┐╜n∩┐╜ ot∩┐╜zky'
  7.   ClientHeight = 134
  8.   ClientWidth = 436
  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 = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 80
  23.     Top = 24
  24.     Width = 106
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Autentifika∩┐╜n∩┐╜ ot∩┐╜zka :'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 64
  32.     Width = 169
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'Odpov∩┐╜∩┐╜ na autentifika∩┐╜n∩┐╜ ot∩┐╜zku :'
  36.   end
  37.   object Edit1: TEdit
  38.     Left = 192
  39.     Top = 24
  40.     Width = 225
  41.     Height = 21
  42.     TabOrder = 0
  43.     Text = 'Edit1'
  44.     OnKeyDown = Edit2KeyDown
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 192
  48.     Top = 64
  49.     Width = 225
  50.     Height = 21
  51.     TabOrder = 1
  52.     Text = 'Edit2'
  53.     OnKeyDown = Edit2KeyDown
  54.   end
  55.   object Button1: TButton
  56.     Left = 248
  57.     Top = 96
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 344
  66.     Top = 96
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Zru∩┐╜'
  70.     TabOrder = 3
  71.     OnClick = Button2Click
  72.   end
  73. end
  74.