home *** CD-ROM | disk | FTP | other *** search
- object askserialform: Taskserialform
- Left = 475
- Top = 545
- BorderStyle = bsDialog
- Caption = 'Enter Serial Number'
- ClientHeight = 212
- ClientWidth = 424
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TmyRxLabel
- Left = 114
- Top = 20
- Width = 219
- Height = 20
- Alignment = taCenter
- AutoSize = False
- Caption = 'Enter Serial Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TmyRxLabel
- Left = 101
- Top = 85
- Width = 239
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please enter your serial number:'
- end
- object Label3: TmyRxLabel
- Left = 41
- Top = 130
- Width = 364
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'If you don�t have a serial number, simply press ENTER'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 46
- Top = 104
- Width = 351
- Height = 21
- MaxLength = 70
- TabOrder = 0
- end
- object Button1: TButton
- Left = 191
- Top = 163
- Width = 59
- Height = 26
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-