home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt
Text File  |  1998-06-03  |  4KB  |  176 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 408
  3.   Top = 111
  4.   HelpContext = 5009
  5.   ActiveControl = OKButton
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 271
  9.   ClientWidth = 294
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 6
  21.     Top = 6
  22.     Width = 281
  23.     Height = 147
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object ProgramIcon: TImage
  33.       Left = 9
  34.       Top = 9
  35.       Width = 43
  36.       Height = 36
  37.       Center = True
  38.       Stretch = True
  39.       IsControl = True
  40.     end
  41.     object ProductName: TLabel
  42.       Left = 52
  43.       Top = 16
  44.       Width = 177
  45.       Height = 15
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Version: TLabel
  56.       Left = 104
  57.       Top = 40
  58.       Width = 72
  59.       Height = 13
  60.       Alignment = taCenter
  61.       Caption = 'Version 2.03'
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 8
  66.       Top = 80
  67.       Width = 266
  68.       Height = 13
  69.       Alignment = taCenter
  70.       AutoSize = False
  71.       Caption = 'Copyright ∩┐╜ 1997/98  Stefan Hagel'
  72.       IsControl = True
  73.     end
  74.     object Label1: TLabel
  75.       Left = 7
  76.       Top = 104
  77.       Width = 266
  78.       Height = 33
  79.       Alignment = taCenter
  80.       AutoSize = False
  81.       Caption = 
  82.         'in cooperation with H. M∩┐╜ller, D. Weber and C. Weidmann at the C' +
  83.         'SEL / Austrian Academy of Sciences'
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       IsControl = True
  90.     end
  91.   end
  92.   object OKButton: TBitBtn
  93.     Left = 7
  94.     Top = 238
  95.     Width = 90
  96.     Height = 27
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     TabOrder = 2
  103.     Kind = bkOK
  104.     Margin = 2
  105.     Spacing = -1
  106.     IsControl = True
  107.   end
  108.   object Panel2: TPanel
  109.     Left = 6
  110.     Top = 155
  111.     Width = 281
  112.     Height = 72
  113.     BevelInner = bvRaised
  114.     BevelOuter = bvLowered
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = [fsBold]
  119.     ParentFont = False
  120.     TabOrder = 1
  121.     object Comments: TLabel
  122.       Left = 8
  123.       Top = 9
  124.       Width = 266
  125.       Height = 14
  126.       Alignment = taCenter
  127.       AutoSize = False
  128.       Caption = 'This copy is registered to'
  129.       WordWrap = True
  130.       IsControl = True
  131.     end
  132.     object EUser: TMemo
  133.       Left = 8
  134.       Top = 32
  135.       Width = 265
  136.       Height = 33
  137.       TabStop = False
  138.       Alignment = taCenter
  139.       ParentColor = True
  140.       ReadOnly = True
  141.       TabOrder = 0
  142.       WantReturns = False
  143.     end
  144.   end
  145.   object HelpBtn: TBitBtn
  146.     Left = 197
  147.     Top = 238
  148.     Width = 90
  149.     Height = 27
  150.     TabOrder = 4
  151.     Kind = bkHelp
  152.     Margin = 2
  153.     Spacing = -1
  154.     IsControl = True
  155.   end
  156.   object BRegister: TButton
  157.     Left = 102
  158.     Top = 238
  159.     Width = 90
  160.     Height = 27
  161.     Caption = '&Register'
  162.     TabOrder = 3
  163.     OnClick = BRegisterClick
  164.   end
  165.   object TButton
  166.     Left = 75
  167.     Top = 210
  168.     Width = 0
  169.     Height = 0
  170.     Cancel = True
  171.     ModalResult = 2
  172.     TabOrder = 5
  173.     TabStop = False
  174.   end
  175. end
  176.