home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMNAG / TFRMNAG.txt < prev   
Encoding:
Text File  |  2000-07-27  |  2.9 KB  |  133 lines

  1. object frmNag: TfrmNag
  2.   Left = 437
  3.   Top = 246
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Automate 4'
  7.   ClientHeight = 250
  8.   ClientWidth = 400
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 400
  26.     Height = 250
  27.     Align = alClient
  28.     AutoSize = True
  29.     Picture.Data = {<image001.bmp>}
  30.   end
  31.   object lblExpired: TLabel
  32.     Left = 130
  33.     Top = 15
  34.     Width = 227
  35.     Height = 51
  36.     Cursor = crHandPoint
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 
  40.       'Your evaluation period has expired.  Please register by contacti' +
  41.       'ng Unisyn at www.unisyn.com or (213) 738-1700'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -9
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.     Visible = False
  50.     WordWrap = True
  51.     OnClick = lblExpiredClick
  52.   end
  53.   object lblWebHotspot: TLabel
  54.     Left = 26
  55.     Top = 185
  56.     Width = 232
  57.     Height = 14
  58.     Cursor = crHandPoint
  59.     AutoSize = False
  60.     Color = clNone
  61.     ParentColor = False
  62.     Transparent = True
  63.     OnClick = lblWebHotspotClick
  64.   end
  65.   object lblDesc: TLabel
  66.     Left = 16
  67.     Top = 148
  68.     Width = 365
  69.     Height = 40
  70.     AutoSize = False
  71.     Caption = 
  72.       'Thank your for trying AutoMate -- the best way to create custom ' +
  73.       'automation solutions on your PC.  Select Evaluate to continue.  ' +
  74.       'When you Order the software, this dialog box will disappear.'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWhite
  77.     Font.Height = -9
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     Transparent = True
  82.     WordWrap = True
  83.   end
  84.   object comContinue: TButton
  85.     Left = 205
  86.     Top = 196
  87.     Width = 75
  88.     Height = 23
  89.     Caption = '&Evaluate'
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.     OnClick = comContinueClick
  93.   end
  94.   object comRegister: TButton
  95.     Left = 300
  96.     Top = 196
  97.     Width = 75
  98.     Height = 23
  99.     Caption = '&Activate'
  100.     TabOrder = 2
  101.     OnClick = comRegisterClick
  102.   end
  103.   object comQuit: TButton
  104.     Left = 15
  105.     Top = 196
  106.     Width = 75
  107.     Height = 23
  108.     Cancel = True
  109.     Caption = '&Close'
  110.     ModalResult = 2
  111.     TabOrder = 3
  112.     OnClick = comQuitClick
  113.   end
  114.   object comOrder: TButton
  115.     Left = 109
  116.     Top = 196
  117.     Width = 75
  118.     Height = 23
  119.     Hint = 'Order Automate4'
  120.     Cancel = True
  121.     Caption = '&Order'
  122.     Default = True
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clRed
  125.     Font.Height = -9
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 0
  130.     OnClick = comOrderClick
  131.   end
  132. end
  133.