home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Csuha / Piskvorky.exe / 0 / RCDATA / TFRMSPOJENI / TFRMSPOJENI.txt < prev   
Encoding:
Text File  |  2001-04-12  |  1.2 KB  |  61 lines

  1. object frmSpojeni: TfrmSpojeni
  2.   Left = 196
  3.   Top = 586
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '  Spojen∩┐╜'
  7.   ClientHeight = 90
  8.   ClientWidth = 210
  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.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 10
  23.     Top = 10
  24.     Width = 189
  25.     Height = 13
  26.     Caption = 'N∩┐╜zev po∩┐╜∩┐╜ta∩┐╜e nebo IP adresa :'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object txtPC: TEdit
  35.     Left = 42
  36.     Top = 29
  37.     Width = 121
  38.     Height = 21
  39.     TabOrder = 0
  40.   end
  41.   object Button1: TButton
  42.     Left = 16
  43.     Top = 61
  44.     Width = 63
  45.     Height = 21
  46.     Caption = 'OK'
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object Button2: TButton
  51.     Left = 133
  52.     Top = 62
  53.     Width = 63
  54.     Height = 21
  55.     Cancel = True
  56.     Caption = 'Storno'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.