home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-05-06  |  3KB  |  117 lines

  1. object AboutBox: TAboutBox
  2.   Left = 394
  3.   Top = 240
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About SQLScriptWriter'
  7.   ClientHeight = 443
  8.   ClientWidth = 424
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 29
  19.     Top = 10
  20.     Width = 360
  21.     Height = 32
  22.     Caption = 'SQLScriptWriter Version 1.3'
  23.     Font.Color = clBlack
  24.     Font.Height = -27
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold, fsItalic]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 26
  31.     Top = 8
  32.     Width = 360
  33.     Height = 32
  34.     Caption = 'SQLScriptWriter Version 1.3'
  35.     Color = clGreen
  36.     Font.Color = clYellow
  37.     Font.Height = -27
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold, fsItalic]
  40.     ParentColor = False
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 67
  46.     Top = 44
  47.     Width = 278
  48.     Height = 20
  49.     Caption = 'Copyright ∩┐╜ 1997  Neil Butterworth'
  50.     Font.Color = clBlack
  51.     Font.Height = -16
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object RegInfo: TLabel
  57.     Left = 21
  58.     Top = 84
  59.     Width = 369
  60.     Height = 20
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = 'RegInfo'
  64.     Font.Color = clBlack
  65.     Font.Height = -16
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Button1: TButton
  71.     Left = 179
  72.     Top = 401
  73.     Width = 65
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Ok'
  77.     Default = True
  78.     Font.Color = clBlack
  79.     Font.Height = -13
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ModalResult = 1
  83.     ParentFont = False
  84.     TabOrder = 0
  85.   end
  86.   object Memo1: TMemo
  87.     Left = 22
  88.     Top = 128
  89.     Width = 377
  90.     Height = 257
  91.     TabStop = False
  92.     Font.Color = clBlack
  93.     Font.Height = -13
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     Lines.Strings = (
  97.       'SQLScriptWriter is a combined editing and execution '
  98.       'environment for the development of SQL DDL and DML '
  99.       'scripts. '
  100.       ''
  101.       'SQLScriptWriter is shareware. You may use an'
  102.       'unregistered copy for evaluation purposes for 28 days,'
  103.       'after which you should register your copy. '
  104.       ''
  105.       'For details of how to register, please see the on-line help. '
  106.       'If the help is missing, or if you have any queries or comments '
  107.       'regarding SQLScriptWriter, please contact Neil Butterworth'
  108.       ''
  109.       'On CompuServe:   101565,2326'
  110.       'Via the Internet:     neil_butterworth@compuserve.com')
  111.     ParentColor = True
  112.     ParentFont = False
  113.     ReadOnly = True
  114.     TabOrder = 1
  115.   end
  116. end
  117.