home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / GuideBu / gb10.exe / GUIDEBUILDER.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-07-07  |  3.9 KB  |  156 lines

  1. object AboutBox: TAboutBox
  2.   Left = 276
  3.   Top = 128
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 308
  7.   ClientWidth = 396
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 396
  21.     Height = 241
  22.     Align = alClient
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Label3: TLabel
  27.     Left = 168
  28.     Top = 226
  29.     Width = 224
  30.     Height = 13
  31.     Caption = 'Copyright 1999 A.G. Internet Development, Inc.'
  32.     Color = clWhite
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -9
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentColor = False
  39.     ParentFont = False
  40.   end
  41.   object Label5: TLabel
  42.     Left = 4
  43.     Top = 96
  44.     Width = 75
  45.     Height = 13
  46.     Caption = 'Licensed To:'
  47.     Color = clWhite
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object NameLabel: TLabel
  58.     Left = 4
  59.     Top = 111
  60.     Width = 3
  61.     Height = 13
  62.     Color = clWhite
  63.     ParentColor = False
  64.   end
  65.   object OrgLabel: TLabel
  66.     Left = 4
  67.     Top = 126
  68.     Width = 3
  69.     Height = 13
  70.     Color = clWhite
  71.     ParentColor = False
  72.   end
  73.   object Label7: TLabel
  74.     Left = 4
  75.     Top = 226
  76.     Width = 34
  77.     Height = 13
  78.     Caption = 'Ver 1.0'
  79.     Color = clWhite
  80.     ParentColor = False
  81.   end
  82.   object Panel1: TPanel
  83.     Left = 0
  84.     Top = 241
  85.     Width = 396
  86.     Height = 67
  87.     Align = alBottom
  88.     BorderStyle = bsSingle
  89.     Color = clWhite
  90.     TabOrder = 0
  91.     object Label1: TLabel
  92.       Left = 8
  93.       Top = 8
  94.       Width = 377
  95.       Height = 25
  96.       AutoSize = False
  97.       Caption = 
  98.         'GuideBuilder, Illumix Software, and the Illumix Software logo ar' +
  99.         'e trademarks of A.G. Internet Development, Inc.'
  100.       WordWrap = True
  101.     end
  102.     object Label2: TLabel
  103.       Left = 8
  104.       Top = 40
  105.       Width = 98
  106.       Height = 13
  107.       Caption = 'Visit Illumix Software:'
  108.     end
  109.     object Label4: TLabel
  110.       Left = 120
  111.       Top = 40
  112.       Width = 108
  113.       Height = 13
  114.       Caption = 'http://www.illumix.com'
  115.       Color = clWhite
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlue
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsUnderline]
  121.       ParentColor = False
  122.       ParentFont = False
  123.       OnClick = Label4Click
  124.     end
  125.     object BitBtn1: TBitBtn
  126.       Left = 256
  127.       Top = 32
  128.       Width = 115
  129.       Height = 25
  130.       Caption = 'Close'
  131.       Default = True
  132.       ModalResult = 3
  133.       TabOrder = 0
  134.       OnClick = BitBtn1Click
  135.       Glyph.Data = {
  136.         DE010000424DDE01000000000000760000002800000024000000120000000100
  137.         0400000000006801000000000000000000001000000000000000000000000000
  138.         80000080000000808000800000008000800080800000C0C0C000808080000000
  139.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  140.         333333333333333333333333000033338833333333333333333F333333333333
  141.         0000333911833333983333333388F333333F3333000033391118333911833333
  142.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  143.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  144.         3333F8330000333333911111183333333338F333333F83330000333333311111
  145.         8333333333338F3333383333000033333339111183333333333338F333833333
  146.         00003333339111118333333333333833338F3333000033333911181118333333
  147.         33338333338F333300003333911183911183333333383338F338F33300003333
  148.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  149.         38F338F300003333333333333919333333388333338FFF830000333333333333
  150.         3333333333333333333888330000333333333333333333333333333333333333
  151.         0000}
  152.       NumGlyphs = 2
  153.     end
  154.   end
  155. end
  156.