home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / software / mobily / infodial / INFODIAL.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2002-08-25  |  737b  |  41 lines

  1. object Form3: TForm3
  2.   Left = 733
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜ejmenovat na'
  6.   ClientHeight = 83
  7.   ClientWidth = 194
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 60
  20.     Height = 13
  21.     Caption = 'Nov∩┐╜ jm∩┐╜no:'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 16
  25.     Top = 24
  26.     Width = 161
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 59
  32.     Top = 52
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40. end
  41.