home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Emailnot / _SETUP.1 / CIECHECK.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  1998-05-06  |  2KB  |  96 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 215
  3.   Top = 130
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About WaveTools'
  8.   ClientHeight = 296
  9.   ClientWidth = 408
  10.   Color = clBlue
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 13
  21.     Top = 99
  22.     Width = 375
  23.     Height = 19
  24.     Alignment = taCenter
  25.     Caption = '(C) Copyright 1996-97 by TransCom Software Inc.'
  26.     Color = clSilver
  27.     Font.Color = clTeal
  28.     Font.Height = -16
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object Image2: TImage
  36.     Left = 4
  37.     Top = 4
  38.     Width = 400
  39.     Height = 81
  40.     AutoSize = True
  41.     Picture.Data = {<image000.bmp>}
  42.   end
  43.   object Label1: TLabel
  44.     Left = 12
  45.     Top = 98
  46.     Width = 375
  47.     Height = 19
  48.     Alignment = taCenter
  49.     Caption = '(C) Copyright 1996-97 by TransCom Software Inc.'
  50.     Color = clYellow
  51.     Font.Color = clSilver
  52.     Font.Height = -16
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentColor = False
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Button1: TButton
  60.     Left = 164
  61.     Top = 263
  62.     Width = 80
  63.     Height = 24
  64.     Caption = '&OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.   end
  69.   object Memo1: TMemo
  70.     Left = 11
  71.     Top = 130
  72.     Width = 384
  73.     Height = 127
  74.     Alignment = taCenter
  75.     Lines.Strings = (
  76.       'This Application has been compiled using a Demo version of '
  77.       'WaveTools and can run only while the Delphi environment is also '
  78.       'running.'
  79.       ''
  80.       'To find further information about Transcom Software'#39's '
  81.       'WaveTools packages along with current versions and free '
  82.       'downloads, please visit our web site at : '
  83.       ''
  84.       'http://www.transerve.com'
  85.       '')
  86.     ReadOnly = True
  87.     TabOrder = 1
  88.   end
  89.   object Timer1: TTimer
  90.     Enabled = False
  91.     Interval = 30
  92.     Left = 9
  93.     Top = 261
  94.   end
  95. end
  96.