home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TFRMUPGRAD / TFRMUPGRAD.txt < prev   
Text File  |  1997-08-26  |  2KB  |  105 lines

  1. object frmUpgrad: TfrmUpgrad
  2.   Left = 57
  3.   Top = 125
  4.   Width = 578
  5.   Height = 458
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Upgrade'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LabelEffect1: TLabelEffect
  18.     Left = 6
  19.     Top = 10
  20.     Width = 291
  21.     Height = 33
  22.     ColourHighlight = clAqua
  23.     ColourShadow = clNavy
  24.     GraduateFrom = clWindowText
  25.     ColourScheme = csSteel
  26.     Caption = 'Upgrade To CyberContact Pro'
  27.     Font.Color = clTeal
  28.     Font.Height = -21
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 454
  35.     Top = 40
  36.     Width = 109
  37.     Height = 25
  38.     Caption = '&Order Form'
  39.     Font.Color = clMaroon
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnClick = BitBtn1Click
  46.   end
  47.   object BitBtn2: TBitBtn
  48.     Left = 454
  49.     Top = 123
  50.     Width = 109
  51.     Height = 25
  52.     Caption = '&Enter Code'
  53.     Font.Color = clBlue
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     TabOrder = 1
  59.     OnClick = BitBtn2Click
  60.   end
  61.   object BitBtn3: TBitBtn
  62.     Left = 454
  63.     Top = 81
  64.     Width = 109
  65.     Height = 25
  66.     Caption = 'O&n Line Upgrade'
  67.     Font.Color = clTeal
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     TabOrder = 2
  73.     OnClick = BitBtn3Click
  74.   end
  75.   object BitBtn4: TBitBtn
  76.     Left = 454
  77.     Top = 164
  78.     Width = 109
  79.     Height = 25
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     TabOrder = 3
  86.     Kind = bkClose
  87.   end
  88.   object Memo1: TMemo
  89.     Left = 6
  90.     Top = 40
  91.     Width = 435
  92.     Height = 381
  93.     Font.Color = clBlack
  94.     Font.Height = -13
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     Lines.Strings = (
  98.       'Memo1')
  99.     ParentFont = False
  100.     ReadOnly = True
  101.     ScrollBars = ssVertical
  102.     TabOrder = 4
  103.   end
  104. end
  105.