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