home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2000 March / PCM_0003.iso / programi / atomnetp.exe / atomnet.exe / 0 / RCDATA / TPEF / TPEF.txt
Encoding:
Text File  |  1999-08-29  |  1.4 KB  |  68 lines

  1. object pef: Tpef
  2.   Left = 163
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'AtomNet Personal Edition Registration window'
  6.   ClientHeight = 303
  7.   ClientWidth = 589
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 6
  19.     Top = 277
  20.     Width = 56
  21.     Height = 13
  22.     Caption = 'User Name:'
  23.   end
  24.   object username: TEdit
  25.     Left = 69
  26.     Top = 273
  27.     Width = 288
  28.     Height = 21
  29.     TabStop = False
  30.     ReadOnly = True
  31.     TabOrder = 0
  32.   end
  33.   object OKBurron: TButton
  34.     Left = 499
  35.     Top = 271
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Close'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object visor: THTMLViewer
  45.     Left = 0
  46.     Top = 0
  47.     Width = 589
  48.     Height = 261
  49.     Cursor = 2
  50.     OnHotSpotClick = visorHotSpotClick
  51.     ViewImages = True
  52.     TabOrder = 2
  53.     Align = alTop
  54.     DefBackground = clWhite
  55.     BorderStyle = htFocused
  56.     HistoryMaxCount = 0
  57.     DefFontName = 'Times New Roman'
  58.     DefPreFontName = 'Courier New'
  59.     NoSelect = True
  60.     CharSet = DEFAULT_CHARSET
  61.     PrintMarginLeft = 2.000000000000000000
  62.     PrintMarginRight = 2.000000000000000000
  63.     PrintMarginTop = 2.000000000000000000
  64.     PrintMarginBottom = 2.000000000000000000
  65.     htOptions = []
  66.   end
  67. end
  68.