home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Banner / _SETUP.1 / bannermaker.exe / 0 / RCDATA / TDLGREGISTER / TDLGREGISTER.txt
Text File  |  2000-01-09  |  2KB  |  111 lines

  1. object dlgRegister: TdlgRegister
  2.   Left = 379
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Banner Maker Pro Registration'
  6.   ClientHeight = 273
  7.   ClientWidth = 408
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 393
  18.     Height = 217
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 136
  24.     Width = 112
  25.     Height = 13
  26.     Caption = 'Enter Registration Code'
  27.   end
  28.   object URLLabel1: TURLLabel
  29.     Left = 22
  30.     Top = 72
  31.     Width = 159
  32.     Height = 16
  33.     Caption = 'www.bannermakerpro.com'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clNavy
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     URL = 'http://www.bannermakerpro.com'
  41.     MouseOverFont.CharSet = DEFAULT_CHARSET
  42.     MouseOverFont.Color = clRed
  43.     MouseOverFont.Height = -11
  44.     MouseOverFont.Name = 'MS Sans Serif'
  45.     MouseOverFont.Pitch = fpDefault
  46.     MouseOverFont.Size = 10
  47.     MouseOverFont.Style = [fsUnderline]
  48.   end
  49.   object Label3: TLabel
  50.     Left = 16
  51.     Top = 176
  52.     Width = 171
  53.     Height = 13
  54.     Caption = 'Enter User Name or Company Name'
  55.   end
  56.   object Label4: TLabel
  57.     Left = 24
  58.     Top = 16
  59.     Width = 369
  60.     Height = 49
  61.     AutoSize = False
  62.     Caption = 
  63.       'Banner Maker Pro registration costs $25.  This allows unlimited ' +
  64.       'use of all program features. For information on registering this' +
  65.       ' program on-line, by fax, by phone or by mail, please visit our ' +
  66.       'website at:'
  67.     WordWrap = True
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 192
  71.     Top = 232
  72.     Width = 97
  73.     Height = 33
  74.     Caption = 'O&K'
  75.     TabOrder = 2
  76.     Kind = bkOK
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 296
  80.     Top = 232
  81.     Width = 105
  82.     Height = 33
  83.     Caption = '&Cancel'
  84.     TabOrder = 3
  85.     Kind = bkCancel
  86.   end
  87.   object Edit1: TEdit
  88.     Left = 16
  89.     Top = 150
  90.     Width = 169
  91.     Height = 21
  92.     TabOrder = 0
  93.   end
  94.   object Button1: TButton
  95.     Left = 16
  96.     Top = 104
  97.     Width = 137
  98.     Height = 25
  99.     Caption = '&Ordering Information'
  100.     TabOrder = 4
  101.     OnClick = Button1Click
  102.   end
  103.   object Edit2: TEdit
  104.     Left = 16
  105.     Top = 190
  106.     Width = 377
  107.     Height = 21
  108.     TabOrder = 1
  109.   end
  110. end
  111.