home *** CD-ROM | disk | FTP | other *** search
- object frmGetRegCode: TfrmGetRegCode
- Left = 476
- Top = 394
- ActiveControl = edtCode
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Enter Serial Number'
- ClientHeight = 168
- ClientWidth = 300
- Color = clBtnFace
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object lblRegInstructions: TLabel
- Left = 8
- Top = 8
- Width = 195
- Height = 78
- Caption =
- 'Please enter a valid serial number to convert this AutoMate inst' +
- 'allation into a registered version. To obtain a serial number, ' +
- 'please contact Unisyn Software or visit our web site to order on' +
- 'line via our secure online order form.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 124
- Width = 69
- Height = 13
- Caption = '&Serial Number:'
- FocusControl = edtCode
- end
- object edtCode: TEdit
- Left = 8
- Top = 140
- Width = 285
- Height = 21
- TabOrder = 0
- end
- object comOK: TButton
- Left = 220
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 220
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = comCancelClick
- end
- end
-