home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFRMEVALUATIONDIALOG / TFRMEVALUATIONDIALOG.txt < prev   
Encoding:
Text File  |  2003-04-16  |  2.6 KB  |  124 lines

  1. object frmEvaluationDialog: TfrmEvaluationDialog
  2.   Left = 310
  3.   Top = 208
  4.   BorderStyle = bsNone
  5.   Caption = 'Evaluation - warning'
  6.   ClientHeight = 331
  7.   ClientWidth = 352
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgSplash: TImage
  20.     Left = 2
  21.     Top = 2
  22.     Width = 353
  23.     Height = 248
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Shape1: TShape
  27.     Left = 7
  28.     Top = 201
  29.     Width = 338
  30.     Height = 49
  31.     Pen.Color = clWhite
  32.   end
  33.   object Label1: TLabel
  34.     Left = 2
  35.     Top = 246
  36.     Width = 348
  37.     Height = 83
  38.     AutoSize = False
  39.     Caption = ' '
  40.     Color = clWhite
  41.     ParentColor = False
  42.     WordWrap = True
  43.   end
  44.   object wlAnalyzeIT: TWeblink
  45.     Left = 14
  46.     Top = 307
  47.     Width = 153
  48.     Height = 18
  49.     Cursor = crHandPoint
  50.     AutoSize = False
  51.     Caption = 'http://www.analyze-it.nl'
  52.     Color = clBtnHighlight
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsUnderline]
  58.     ParentColor = False
  59.     ParentFont = False
  60.     Url = 'http://www.analyze-it.nl/products/en_easysyntax.php'
  61.     BrowserState = gwMaximized
  62.   end
  63.   object lblBuy: TLabel
  64.     Left = 14
  65.     Top = 285
  66.     Width = 251
  67.     Height = 25
  68.     AutoSize = False
  69.     Color = clWhite
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentColor = False
  76.     ParentFont = False
  77.     WordWrap = True
  78.   end
  79.   object lblLimitation: TLabel
  80.     Left = 14
  81.     Top = 237
  82.     Width = 323
  83.     Height = 39
  84.     Caption = 
  85.       'This is an evaluation version: Copy, Cut and Save actions are di' +
  86.       'sabled'
  87.     Color = clWhite
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentColor = False
  94.     ParentFont = False
  95.     WordWrap = True
  96.   end
  97.   object lblTitle: TLabel
  98.     Left = 104
  99.     Top = 200
  100.     Width = 152
  101.     Height = 32
  102.     Caption = 'EasySyntax'
  103.     Color = clWhite
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = 7091212
  106.     Font.Height = -27
  107.     Font.Name = 'Century Gothic'
  108.     Font.Style = [fsBold]
  109.     ParentColor = False
  110.     ParentFont = False
  111.     Transparent = True
  112.   end
  113.   object btnOk: TButton
  114.     Left = 267
  115.     Top = 297
  116.     Width = 75
  117.     Height = 25
  118.     Caption = '&Ok'
  119.     ModalResult = 1
  120.     TabOrder = 0
  121.     OnClick = btnOkClick
  122.   end
  123. end
  124.