home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / NTP320.ZIP / MPW32.DL_ / MPW32.DL / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Text File  |  1997-05-14  |  4KB  |  164 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 271
  3.   Top = 109
  4.   HelpContext = 320
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'PreviewForm'
  8.   ClientHeight = 257
  9.   ClientWidth = 312
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 297
  24.     Height = 208
  25.     Caption = 'FREE PREVIEWS'
  26.     Font.Color = clMaroon
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object ModuleDesc: TLabel
  33.       Left = 8
  34.       Top = 119
  35.       Width = 281
  36.       Height = 69
  37.       AutoSize = False
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = []
  42.       ParentFont = False
  43.       WordWrap = True
  44.     end
  45.     object Instructions: TLabel
  46.       Left = 8
  47.       Top = 24
  48.       Width = 285
  49.       Height = 26
  50.       AutoSize = False
  51.       Caption = 
  52.         'Select the item(s) that you wish to preview.  All previews are F' +
  53.         'REE!  The associated price(s) are for reference only.'
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       WordWrap = True
  60.     end
  61.     object UpDown1: TLabel
  62.       Left = 8
  63.       Top = 189
  64.       Width = 283
  65.       Height = 13
  66.       Caption = 'Use        keys to display description for each item'
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.     end
  73.     object UpDown2: TLabel
  74.       Left = 36
  75.       Top = 188
  76.       Width = 10
  77.       Height = 12
  78.       Caption = '∩┐╜'
  79.       Font.Color = clRed
  80.       Font.Height = -11
  81.       Font.Name = 'Wingdings'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object UpDown3: TLabel
  86.       Left = 47
  87.       Top = 191
  88.       Width = 10
  89.       Height = 12
  90.       Caption = '∩┐╜'
  91.       Font.Color = clRed
  92.       Font.Height = -11
  93.       Font.Name = 'Wingdings'
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object PriceBox: TMPGPriceBox
  98.       Left = 8
  99.       Top = 54
  100.       Width = 281
  101.       Height = 57
  102.       TabOrder = 0
  103.       OnKeyUp = PriceBoxKeyUp
  104.       IsPreview = True
  105.       OnChange = PriceBoxChange
  106.       ShowWasBought = False
  107.       ShowCheckBox = True
  108.       OnSelect = PriceBoxSelect
  109.       TrapTab = ttNone
  110.     end
  111.   end
  112.   object CancelButton: TButton
  113.     Left = 189
  114.     Top = 226
  115.     Width = 58
  116.     Height = 25
  117.     HelpContext = 10703
  118.     Caption = '&Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 4
  121.     OnClick = CancelButtonClick
  122.   end
  123.   object NextButton: TButton
  124.     Left = 250
  125.     Top = 226
  126.     Width = 56
  127.     Height = 25
  128.     HelpContext = 10703
  129.     Caption = '&Next ->'
  130.     Enabled = False
  131.     TabOrder = 5
  132.     OnClick = NextButtonClick
  133.   end
  134.   object PoliciesButton: TButton
  135.     Left = 129
  136.     Top = 226
  137.     Width = 57
  138.     Height = 25
  139.     HelpContext = 10101
  140.     Caption = 'P&olicies'
  141.     TabOrder = 3
  142.     OnClick = PoliciesButtonClick
  143.   end
  144.   object HelpButton: TButton
  145.     Left = 8
  146.     Top = 226
  147.     Width = 58
  148.     Height = 25
  149.     Caption = '&Help'
  150.     TabOrder = 1
  151.     OnClick = HelpButtonClick
  152.   end
  153.   object PricingButton: TButton
  154.     Left = 69
  155.     Top = 226
  156.     Width = 57
  157.     Height = 25
  158.     HelpContext = 10102
  159.     Caption = '&Pricing'
  160.     TabOrder = 2
  161.     OnClick = PricingButtonClick
  162.   end
  163. end
  164.