home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 210
- Top = 201
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Form4'
- ClientHeight = 167
- ClientWidth = 384
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 81
- Top = 48
- Width = 74
- Height = 13
- Alignment = taRightJustify
- Caption = 'Adresa serveru:'
- end
- object Label3: TLabel
- Left = 66
- Top = 72
- Width = 89
- Height = 13
- Alignment = taRightJustify
- Caption = 'U�ivatelsk� jm�no:'
- end
- object Label4: TLabel
- Left = 125
- Top = 96
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'Heslo:'
- end
- object Label1: TLabel
- Left = 63
- Top = 24
- Width = 92
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Pojmenov�n� ��tu:'
- end
- object Edit1: TEdit
- Left = 160
- Top = 24
- Width = 210
- Height = 21
- MaxLength = 30
- TabOrder = 0
- OnKeyDown = Edit1KeyDown
- end
- object Edit2: TEdit
- Left = 160
- Top = 48
- Width = 210
- Height = 21
- MaxLength = 50
- TabOrder = 1
- OnKeyDown = Edit1KeyDown
- end
- object Edit3: TEdit
- Left = 160
- Top = 72
- Width = 210
- Height = 21
- MaxLength = 50
- TabOrder = 2
- OnKeyDown = Edit1KeyDown
- end
- object Edit4: TEdit
- Left = 160
- Top = 96
- Width = 121
- Height = 21
- MaxLength = 50
- PasswordChar = '*'
- TabOrder = 3
- OnKeyDown = Edit1KeyDown
- end
- object Button1: TButton
- Left = 200
- Top = 136
- Width = 75
- Height = 25
- Caption = 'Ok'
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 288
- Top = 136
- Width = 75
- Height = 25
- Caption = 'Zru�it'
- TabOrder = 5
- OnClick = Button2Click
- end
- end
-