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

  1. object Form4: TForm4
  2.   Left = 210
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Form4'
  7.   ClientHeight = 167
  8.   ClientWidth = 384
  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 = True
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 81
  21.     Top = 48
  22.     Width = 74
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'Adresa serveru:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 66
  29.     Top = 72
  30.     Width = 89
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = 'U∩┐╜ivatelsk∩┐╜ jm∩┐╜no:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 125
  37.     Top = 96
  38.     Width = 30
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = 'Heslo:'
  42.   end
  43.   object Label1: TLabel
  44.     Left = 63
  45.     Top = 24
  46.     Width = 92
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     AutoSize = False
  50.     Caption = 'Pojmenov∩┐╜n∩┐╜ ∩┐╜∩┐╜tu:'
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 160
  54.     Top = 24
  55.     Width = 210
  56.     Height = 21
  57.     MaxLength = 30
  58.     TabOrder = 0
  59.     OnKeyDown = Edit1KeyDown
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 160
  63.     Top = 48
  64.     Width = 210
  65.     Height = 21
  66.     MaxLength = 50
  67.     TabOrder = 1
  68.     OnKeyDown = Edit1KeyDown
  69.   end
  70.   object Edit3: TEdit
  71.     Left = 160
  72.     Top = 72
  73.     Width = 210
  74.     Height = 21
  75.     MaxLength = 50
  76.     TabOrder = 2
  77.     OnKeyDown = Edit1KeyDown
  78.   end
  79.   object Edit4: TEdit
  80.     Left = 160
  81.     Top = 96
  82.     Width = 121
  83.     Height = 21
  84.     MaxLength = 50
  85.     PasswordChar = '*'
  86.     TabOrder = 3
  87.     OnKeyDown = Edit1KeyDown
  88.   end
  89.   object Button1: TButton
  90.     Left = 200
  91.     Top = 136
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Ok'
  95.     TabOrder = 4
  96.     OnClick = Button1Click
  97.   end
  98.   object Button2: TButton
  99.     Left = 288
  100.     Top = 136
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Zru∩┐╜it'
  104.     TabOrder = 5
  105.     OnClick = Button2Click
  106.   end
  107. end
  108.