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