home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / happyc / _setup.1 / HaCa.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-11  |  3KB  |  147 lines

  1. object AboutBox: TAboutBox
  2.   Left = 146
  3.   Top = 380
  4.   HelpContext = 11
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = ' Happy Calendar'
  8.   ClientHeight = 231
  9.   ClientWidth = 426
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 426
  22.     Height = 231
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     TabOrder = 0
  26.     object Panel4: TPanel
  27.       Left = 93
  28.       Top = 2
  29.       Width = 331
  30.       Height = 227
  31.       Align = alClient
  32.       BevelInner = bvRaised
  33.       Caption = 'Panel4'
  34.       TabOrder = 1
  35.       object Panel3: TPanel
  36.         Left = 2
  37.         Top = 2
  38.         Width = 327
  39.         Height = 41
  40.         Align = alTop
  41.         BevelOuter = bvNone
  42.         Color = clWhite
  43.         TabOrder = 0
  44.         object Image1: TImage
  45.           Left = 57
  46.           Top = 2
  47.           Width = 204
  48.           Height = 39
  49.           AutoSize = True
  50.           Picture.Data = {<image000.bmp>}
  51.         end
  52.       end
  53.       object memAbout: TMemo
  54.         Left = 2
  55.         Top = 43
  56.         Width = 327
  57.         Height = 182
  58.         Align = alClient
  59.         Alignment = taCenter
  60.         BorderStyle = bsNone
  61.         Color = clWhite
  62.         Font.Color = clBlack
  63.         Font.Height = -12
  64.         Font.Name = 'Arial'
  65.         Font.Style = [fsBold]
  66.         Lines.Strings = (
  67.           'Version 1.0 beta, build 1, 2-11-96'
  68.           '∩┐╜ Copyright 1996 by M.Pacchiarotti'
  69.           ''
  70.           'This is a shareware product !'
  71.           'Please register using the included:  REGISTER.EXE'
  72.           ''
  73.           'Feel free to contact me for bugs or ideas:'
  74.           'mailto:mario@jimjams.com'
  75.           'mailto:siddartha@mclink.it'
  76.           ''
  77.           'HomePage: http://www.jimjams.com')
  78.         ParentFont = False
  79.         ReadOnly = True
  80.         TabOrder = 1
  81.         OnDblClick = memAboutDblClick
  82.       end
  83.     end
  84.     object Panel2: TPanel
  85.       Left = 2
  86.       Top = 2
  87.       Width = 91
  88.       Height = 227
  89.       Align = alLeft
  90.       BevelInner = bvRaised
  91.       BevelOuter = bvLowered
  92.       TabOrder = 0
  93.       object Image2: TImage
  94.         Left = 27
  95.         Top = 42
  96.         Width = 32
  97.         Height = 32
  98.         AutoSize = True
  99.         Picture.Data = {<image001.ico>}
  100.       end
  101.       object btnRegister: TButton
  102.         Left = 8
  103.         Top = 120
  104.         Width = 75
  105.         Height = 25
  106.         Caption = '&Register'
  107.         Font.Color = clBlack
  108.         Font.Height = -11
  109.         Font.Name = 'Arial'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.         TabOrder = 0
  113.         OnClick = btnRegisterClick
  114.       end
  115.       object btnKey: TButton
  116.         Left = 8
  117.         Top = 155
  118.         Width = 75
  119.         Height = 25
  120.         Caption = 'Insert &Key'
  121.         Font.Color = clBlack
  122.         Font.Height = -11
  123.         Font.Name = 'Arial'
  124.         Font.Style = [fsBold]
  125.         ParentFont = False
  126.         TabOrder = 1
  127.         OnClick = btnKeyClick
  128.       end
  129.       object btnOK: TButton
  130.         Left = 9
  131.         Top = 190
  132.         Width = 75
  133.         Height = 25
  134.         Caption = '&OK'
  135.         Default = True
  136.         Font.Color = clBlack
  137.         Font.Height = -11
  138.         Font.Name = 'Arial'
  139.         Font.Style = [fsBold]
  140.         ParentFont = False
  141.         TabOrder = 2
  142.         OnClick = btnOKClick
  143.       end
  144.     end
  145.   end
  146. end
  147.