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

  1. object Form3: TForm3
  2.   Left = 210
  3.   Top = 393
  4.   Width = 343
  5.   Height = 153
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Zad∩┐╜n∩┐╜ p∩┐╜∩┐╜stupov∩┐╜ho hesla'
  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 = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 57
  23.     Top = 24
  24.     Width = 112
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Va∩┐╜e p∩┐╜∩┐╜stupov∩┐╜ heslo :'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 104
  31.     Top = 56
  32.     Width = 63
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'Ov∩┐╜∩┐╜it heslo :'
  36.     Visible = False
  37.   end
  38.   object Button1: TButton
  39.     Left = 128
  40.     Top = 90
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ok'
  44.     TabOrder = 2
  45.     OnClick = Button1Click
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 176
  49.     Top = 24
  50.     Width = 121
  51.     Height = 21
  52.     MaxLength = 30
  53.     PasswordChar = '*'
  54.     TabOrder = 0
  55.     OnKeyDown = Edit1KeyDown
  56.   end
  57.   object Button2: TButton
  58.     Left = 224
  59.     Top = 90
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Zru∩┐╜'
  63.     TabOrder = 3
  64.     OnClick = Button2Click
  65.   end
  66.   object Edit2: TEdit
  67.     Left = 176
  68.     Top = 56
  69.     Width = 121
  70.     Height = 21
  71.     MaxLength = 30
  72.     PasswordChar = '*'
  73.     TabOrder = 1
  74.     Text = 'Edit2'
  75.     Visible = False
  76.     OnKeyDown = Edit1KeyDown
  77.   end
  78. end
  79.