home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMRTFABOUT / TFORMRTFABOUT.txt < prev   
Text File  |  1999-09-06  |  3KB  |  139 lines

  1. object FormRtfAbout: TFormRtfAbout
  2.   Left = 264
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programu'
  6.   ClientHeight = 233
  7.   ClientWidth = 390
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 373
  19.     Height = 189
  20.     Shape = bsFrame
  21.   end
  22.   object Image1: TImage
  23.     Left = 20
  24.     Top = 20
  25.     Width = 64
  26.     Height = 64
  27.     Picture.Data = {<image000.bmp>}
  28.     Stretch = True
  29.     Transparent = True
  30.   end
  31.   object Image2: TImage
  32.     Left = 115
  33.     Top = 21
  34.     Width = 241
  35.     Height = 25
  36.     AutoSize = True
  37.     Picture.Data = {<image001.bmp>}
  38.     Transparent = True
  39.   end
  40.   object LabelAddress: TLabel
  41.     Left = 116
  42.     Top = 96
  43.     Width = 99
  44.     Height = 13
  45.     Caption = 'Cejl 20, Brno, 602 00'
  46.   end
  47.   object LabelTel: TLabel
  48.     Left = 116
  49.     Top = 112
  50.     Width = 88
  51.     Height = 13
  52.     Caption = 'tel.: phone number'
  53.   end
  54.   object LabelFax: TLabel
  55.     Left = 116
  56.     Top = 128
  57.     Width = 72
  58.     Height = 13
  59.     Caption = 'fax: fax number'
  60.   end
  61.   object LabelEmail: TLabel
  62.     Left = 116
  63.     Top = 144
  64.     Width = 105
  65.     Height = 13
  66.     Cursor = crHandPoint
  67.     Caption = 'e-mail: email@address'
  68.     Color = clBtnFace
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clNavy
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsUnderline]
  74.     ParentColor = False
  75.     ParentFont = False
  76.     OnClick = LabelEmailClick
  77.   end
  78.   object LabelWeb: TLabel
  79.     Left = 116
  80.     Top = 163
  81.     Width = 108
  82.     Height = 13
  83.     Cursor = crHandPoint
  84.     Caption = 'http://www.address.xy'
  85.     Color = clBtnFace
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clNavy
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsUnderline]
  91.     ParentColor = False
  92.     ParentFont = False
  93.     OnClick = LabelWebClick
  94.   end
  95.   object LabelVersion: TLabel
  96.     Left = 116
  97.     Top = 72
  98.     Width = 61
  99.     Height = 13
  100.     Caption = 'LabelVersion'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object Label1: TLabel
  109.     Left = 116
  110.     Top = 52
  111.     Width = 88
  112.     Height = 13
  113.     Caption = 'Rich text editor'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = [fsBold]
  119.     ParentFont = False
  120.   end
  121.   object OKBtn: TButton
  122.     Left = 307
  123.     Top = 204
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 0
  131.     OnClick = OKBtnClick
  132.   end
  133.   object Wallpaper1: TWallpaper
  134.     ResourceName = 'WALLPAPER'
  135.     Left = 8
  136.     Top = 200
  137.   end
  138. end
  139.