home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 419
- Top = 107
- BorderStyle = bsDialog
- Caption = 'U�ivatel (po��ta� v s�ti)'
- ClientHeight = 98
- ClientWidth = 193
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 10
- Width = 48
- Height = 13
- Caption = 'IP adresa:'
- end
- object Label2: TLabel
- Left = 8
- Top = 34
- Width = 34
- Height = 13
- Caption = 'N�zev:'
- end
- object Edit1: TEdit
- Left = 64
- Top = 8
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 64
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 16
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 96
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 3
- end
- end
-