home *** CD-ROM | disk | FTP | other *** search
- object SharewareReminder: TSharewareReminder
- Left = 463
- Top = 120
- BorderStyle = bsDialog
- Caption = 'Shareware Reminder'
- ClientHeight = 378
- ClientWidth = 459
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Scaled = False
- OnClose = FormClose
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 19
- object Bevel2: TBevel
- Left = 52
- Top = 200
- Width = 357
- Height = 57
- Shape = bsFrame
- Style = bsRaised
- end
- object Bevel1: TBevel
- Left = 64
- Top = 52
- Width = 329
- Height = 137
- end
- object NoticeLabel: TLabel
- Left = 72
- Top = 56
- Width = 313
- Height = 125
- AutoSize = False
- Font.Color = clRed
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object UsageLabel: TLabel
- Left = 56
- Top = 204
- Width = 349
- Height = 49
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -18
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 453
- Height = 39
- BevelWidth = 2
- Color = clTeal
- TabOrder = 0
- object ProgNameLabel: TLabel
- Left = 4
- Top = 4
- Width = 445
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- end
- object OkButton: TButton
- Left = 96
- Top = 268
- Width = 125
- Height = 33
- Caption = '&Ok'
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object OrderButton: TButton
- Left = 244
- Top = 268
- Width = 121
- Height = 33
- Caption = 'O&rder'
- TabOrder = 2
- OnClick = OrderButtonClick
- end
- object CodePanel: TPanel
- Left = 4
- Top = 320
- Width = 453
- Height = 49
- TabOrder = 3
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 445
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'If you are in a hurry, we can provide you with a temporary regis' +
- 'tration code. Please contact us for details.'
- WordWrap = True
- end
- end
- end
-