home *** CD-ROM | disk | FTP | other *** search
- object frmNag: TfrmNag
- Left = 437
- Top = 246
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Automate 4'
- ClientHeight = 250
- ClientWidth = 400
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 400
- Height = 250
- Align = alClient
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object lblExpired: TLabel
- Left = 130
- Top = 15
- Width = 227
- Height = 51
- Cursor = crHandPoint
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Your evaluation period has expired. Please register by contacti' +
- 'ng Unisyn at www.unisyn.com or (213) 738-1700'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- Visible = False
- WordWrap = True
- OnClick = lblExpiredClick
- end
- object lblWebHotspot: TLabel
- Left = 26
- Top = 185
- Width = 232
- Height = 14
- Cursor = crHandPoint
- AutoSize = False
- Color = clNone
- ParentColor = False
- Transparent = True
- OnClick = lblWebHotspotClick
- end
- object lblDesc: TLabel
- Left = 16
- Top = 148
- Width = 365
- Height = 40
- AutoSize = False
- Caption =
- 'Thank your for trying AutoMate -- the best way to create custom ' +
- 'automation solutions on your PC. Select Evaluate to continue. ' +
- 'When you Order the software, this dialog box will disappear.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -9
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object comContinue: TButton
- Left = 205
- Top = 196
- Width = 75
- Height = 23
- Caption = '&Evaluate'
- ModalResult = 1
- TabOrder = 1
- OnClick = comContinueClick
- end
- object comRegister: TButton
- Left = 300
- Top = 196
- Width = 75
- Height = 23
- Caption = '&Activate'
- TabOrder = 2
- OnClick = comRegisterClick
- end
- object comQuit: TButton
- Left = 15
- Top = 196
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 3
- OnClick = comQuitClick
- end
- object comOrder: TButton
- Left = 109
- Top = 196
- Width = 75
- Height = 23
- Hint = 'Order Automate4'
- Cancel = True
- Caption = '&Order'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -9
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = comOrderClick
- end
- end
-