home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / HTML / Tiger / T95EDIT.OC_ / T95EDIT.OC / 0 / RCDATA / TT95EDITORABOUT / TT95EDITORABOUT.txt
Text File  |  1998-03-12  |  3KB  |  109 lines

  1. object T95EditorAbout: TT95EditorAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 150
  8.   ClientWidth = 301
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CtlImage: TSpeedButton
  18.     Left = 24
  19.     Top = 8
  20.     Width = 25
  21.     Height = 25
  22.     Flat = True
  23.     Glyph.Data = {
  24.       96010000424D9601000000000000760000002800000018000000180000000100
  25.       0400000000002001000000000000000000001000000000000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  28.       3333333333333333333333333333333333333333333333333333333333333333
  29.       8000000000000000333333338FFFFFFFFFFFFFF0333333338FFFFFFFFFFFFFF0
  30.       333333338F444444444444F0333333338FFFFFFFFFFFFFF0333333338F444444
  31.       44444FF0333333338FFFFFFFFFFFFFF0333333338F444444444444F033333333
  32.       8FFFFFFFFFFFFFF0333333338F44444444444FF0333333338FFFFFFFFFFFFFF0
  33.       333333338F9FFF9F444444F0333333338F99999FFFFFFFF0333333338FF9FF9F
  34.       FFFFFFF0333333338FFF9F9FFFFFFFF0333333338FFFF99FFFFFFFF033333333
  35.       8FFFFF9FFFFFFFF0333333338FFFFFFFFFFFFFF0333333338888888888888888
  36.       3333333333333333333333333333333333333333333333333333}
  37.   end
  38.   object NameLbl: TLabel
  39.     Left = 64
  40.     Top = 12
  41.     Width = 187
  42.     Height = 16
  43.     Caption = 'Tiger95 HTML Editor - OCX'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -13
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object CopyrightLbl: TLabel
  52.     Left = 8
  53.     Top = 98
  54.     Width = 283
  55.     Height = 20
  56.     Caption = 'Copyright (c) 1997 Jacek Szarapa'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -16
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object DescLbl: TLabel
  65.     Left = 88
  66.     Top = 30
  67.     Width = 123
  68.     Height = 13
  69.     Caption = 'Written By Jacek Szarapa'
  70.   end
  71.   object Label1: TLabel
  72.     Left = 8
  73.     Top = 52
  74.     Width = 292
  75.     Height = 16
  76.     Caption = 'You are NOT ALLOWED to use this control'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clRed
  79.     Font.Height = -13
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object Label2: TLabel
  85.     Left = 56
  86.     Top = 68
  87.     Width = 186
  88.     Height = 16
  89.     Caption = 'without my written approval'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clRed
  92.     Font.Height = -13
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object OkBtn: TButton
  98.     Left = 112
  99.     Top = 120
  100.     Width = 81
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 0
  107.   end
  108. end
  109.