home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1999-04-21  |  3KB  |  138 lines

  1. object Form5: TForm5
  2.   Left = 314
  3.   Top = 314
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 174
  8.   ClientWidth = 306
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 306
  21.     Height = 174
  22.     Align = alClient
  23.     Stretch = True
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 289
  29.     Height = 129
  30.   end
  31.   object Label1: TLabel
  32.     Left = 72
  33.     Top = 82
  34.     Width = 33
  35.     Height = 13
  36.     Caption = 'Name'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clYellow
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Label2: TLabel
  46.     Left = 48
  47.     Top = 106
  48.     Width = 57
  49.     Height = 13
  50.     Caption = 'Reg Code'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clYellow
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Label3: TLabel
  60.     Left = 70
  61.     Top = 56
  62.     Width = 166
  63.     Height = 16
  64.     Alignment = taCenter
  65.     Caption = 'Information is CASE sensitive'
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clRed
  68.     Font.Height = -13
  69.     Font.Name = 'Times New Roman'
  70.     Font.Style = [fsBold, fsItalic]
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object Label4: TLabel
  75.     Left = 16
  76.     Top = 16
  77.     Width = 274
  78.     Height = 13
  79.     Caption = 'Please enter your registration information below.'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clRed
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object Label5: TLabel
  89.     Left = 40
  90.     Top = 32
  91.     Width = 227
  92.     Height = 13
  93.     Caption = 'If you have not yet registered then please do so.'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clRed
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsUnderline]
  99.     ParentFont = False
  100.     Transparent = True
  101.     OnClick = Label5Click
  102.   end
  103.   object Edit1: TEdit
  104.     Left = 112
  105.     Top = 80
  106.     Width = 121
  107.     Height = 21
  108.     TabOrder = 0
  109.     Text = 'Unregistered'
  110.   end
  111.   object Edit2: TEdit
  112.     Left = 112
  113.     Top = 104
  114.     Width = 121
  115.     Height = 21
  116.     TabOrder = 1
  117.     Text = 'Unregistered'
  118.   end
  119.   object Button1: TButton
  120.     Left = 160
  121.     Top = 144
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'Register'
  125.     ModalResult = 1
  126.     TabOrder = 2
  127.   end
  128.   object Button2: TButton
  129.     Left = 72
  130.     Top = 144
  131.     Width = 75
  132.     Height = 25
  133.     Caption = 'Cancel'
  134.     ModalResult = 2
  135.     TabOrder = 3
  136.   end
  137. end
  138.