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

  1. object Form9: TForm9
  2.   Left = 204
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Nastaven∩┐╜ p∩┐╜∩┐╜stupu do skladu hesel'
  7.   ClientHeight = 242
  8.   ClientWidth = 507
  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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 81
  22.     Top = 24
  23.     Width = 112
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'Va∩┐╜e p∩┐╜∩┐╜stupov∩┐╜ heslo :'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 120
  30.     Top = 56
  31.     Width = 73
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     Caption = 'Ov∩┐╜∩┐╜en∩┐╜ hesla :'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 91
  38.     Top = 124
  39.     Width = 103
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = 'Autentifika∩┐╜n∩┐╜ ot∩┐╜zka:'
  43.     Visible = False
  44.   end
  45.   object Label4: TLabel
  46.     Left = 26
  47.     Top = 164
  48.     Width = 169
  49.     Height = 13
  50.     Alignment = taRightJustify
  51.     Caption = 'Odpov∩┐╜∩┐╜ na autentifika∩┐╜n∩┐╜ ot∩┐╜zku :'
  52.     Visible = False
  53.   end
  54.   object Button1: TButton
  55.     Left = 200
  56.     Top = 200
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Ok'
  60.     TabOrder = 0
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 296
  65.     Top = 200
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Zru∩┐╜'
  69.     TabOrder = 1
  70.     OnClick = Button2Click
  71.   end
  72.   object Edit1: TEdit
  73.     Left = 200
  74.     Top = 24
  75.     Width = 121
  76.     Height = 21
  77.     MaxLength = 30
  78.     PasswordChar = '*'
  79.     TabOrder = 2
  80.     Text = 'Edit1'
  81.     OnKeyDown = Edit1KeyDown
  82.   end
  83.   object Edit2: TEdit
  84.     Left = 200
  85.     Top = 56
  86.     Width = 121
  87.     Height = 21
  88.     MaxLength = 30
  89.     PasswordChar = '*'
  90.     TabOrder = 3
  91.     Text = 'Edit2'
  92.     OnKeyDown = Edit2KeyDown
  93.   end
  94.   object CheckBox1: TCheckBox
  95.     Left = 200
  96.     Top = 88
  97.     Width = 161
  98.     Height = 17
  99.     Caption = 'Pou∩┐╜∩┐╜t autentifika∩┐╜n∩┐╜ ot∩┐╜zku'
  100.     TabOrder = 5
  101.     OnClick = CheckBox1Click
  102.   end
  103.   object Edit3: TEdit
  104.     Left = 200
  105.     Top = 120
  106.     Width = 225
  107.     Height = 21
  108.     HideSelection = False
  109.     ParentShowHint = False
  110.     ShowHint = True
  111.     TabOrder = 4
  112.     Text = 'Edit1'
  113.     Visible = False
  114.     OnKeyDown = Edit3KeyDown
  115.   end
  116.   object Edit4: TEdit
  117.     Left = 200
  118.     Top = 160
  119.     Width = 225
  120.     Height = 21
  121.     TabOrder = 6
  122.     Text = 'Edit2'
  123.     Visible = False
  124.     OnKeyDown = Edit4KeyDown
  125.   end
  126. end
  127.