home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB / RZTRIAL.DF_ / RZTRIAL.DF / RZTRIAL.txt < prev   
Text File  |  1996-10-18  |  3KB  |  122 lines

  1. object FrmTrialVersion: TFrmTrialVersion
  2.   Left = 203
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Raize Software Solutions, Inc.'
  6.   ClientHeight = 341
  7.   ClientWidth = 430
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 4
  19.     Top = 0
  20.     Width = 422
  21.     Height = 154
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 164
  28.     Width = 411
  29.     Height = 39
  30.     Caption = 
  31.       'This application uses components from the free-trial version of ' +
  32.       'Raize Components for Delphi.  These components are only availabl' +
  33.       'e when Delphi is also running.  As a result, this application wi' +
  34.       'll be terminated once this window is closed.'
  35.     WordWrap = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 8
  39.     Top = 212
  40.     Width = 409
  41.     Height = 26
  42.     Caption = 
  43.       'In order to eliminate this restriction, the developers of this a' +
  44.       'pplication need to purchase the released version of Raize Compon' +
  45.       'ents for Delphi.'
  46.     WordWrap = True
  47.   end
  48.   object Label3: TLabel
  49.     Left = 8
  50.     Top = 264
  51.     Width = 196
  52.     Height = 13
  53.     Caption = 'Contact Raize Software Solutions, Inc. by'
  54.     WordWrap = True
  55.   end
  56.   object Label4: TLabel
  57.     Left = 8
  58.     Top = 248
  59.     Width = 118
  60.     Height = 13
  61.     Caption = 'For More Information'
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object Label5: TLabel
  69.     Left = 36
  70.     Top = 284
  71.     Width = 164
  72.     Height = 13
  73.     Caption = 'Sending email to sales@raize.com,'
  74.   end
  75.   object Label6: TLabel
  76.     Left = 36
  77.     Top = 302
  78.     Width = 248
  79.     Height = 13
  80.     Caption = 'Pointing your Web browser to http://www.raize.com,'
  81.   end
  82.   object Label7: TLabel
  83.     Left = 36
  84.     Top = 320
  85.     Width = 225
  86.     Height = 13
  87.     Caption = 'Or calling 630-717-7217  (M-F) 9am to 6pm CST'
  88.   end
  89.   object Image2: TImage
  90.     Left = 20
  91.     Top = 284
  92.     Width = 12
  93.     Height = 12
  94.     AutoSize = True
  95.     Picture.Data = {<image001.bmp>}
  96.   end
  97.   object Image3: TImage
  98.     Left = 20
  99.     Top = 302
  100.     Width = 12
  101.     Height = 12
  102.     AutoSize = True
  103.   end
  104.   object Image4: TImage
  105.     Left = 20
  106.     Top = 320
  107.     Width = 12
  108.     Height = 12
  109.     AutoSize = True
  110.   end
  111.   object Button1: TButton
  112.     Left = 348
  113.     Top = 308
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'Close'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 0
  120.   end
  121. end
  122.