home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TASKSERIALFORM / TASKSERIALFORM.txt
Encoding:
Text File  |  2001-05-24  |  1.7 KB  |  82 lines

  1. object askserialform: Taskserialform
  2.   Left = 475
  3.   Top = 545
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter Serial Number'
  6.   ClientHeight = 212
  7.   ClientWidth = 424
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TmyRxLabel
  21.     Left = 114
  22.     Top = 20
  23.     Width = 219
  24.     Height = 20
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Enter Serial Number'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Pitch = fpVariable
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label2: TmyRxLabel
  37.     Left = 101
  38.     Top = 85
  39.     Width = 239
  40.     Height = 13
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Please enter your serial number:'
  44.   end
  45.   object Label3: TmyRxLabel
  46.     Left = 41
  47.     Top = 130
  48.     Width = 364
  49.     Height = 13
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'If you don∩┐╜t have a serial number, simply press ENTER'
  53.     Color = clBtnFace
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clRed
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Pitch = fpVariable
  59.     Font.Style = [fsBold]
  60.     ParentColor = False
  61.     ParentFont = False
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 46
  65.     Top = 104
  66.     Width = 351
  67.     Height = 21
  68.     MaxLength = 70
  69.     TabOrder = 0
  70.   end
  71.   object Button1: TButton
  72.     Left = 191
  73.     Top = 163
  74.     Width = 59
  75.     Height = 26
  76.     Caption = 'Ok'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 1
  80.   end
  81. end
  82.