home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / PSCLOR32 / _SETUP.1 / COL30.EXE / 0 / RCDATA / TRPSETUPFORM / TRPSETUPFORM.txt
Text File  |  1998-02-19  |  13KB  |  407 lines

  1. object RPSetupForm: TRPSetupForm
  2.   Left = 330
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'Report Setup'
  6.   ClientHeight = 218
  7.   ClientWidth = 287
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 14
  18.   object DestGB: TGroupBox
  19.     Left = 8
  20.     Top = 39
  21.     Width = 169
  22.     Height = 105
  23.     Caption = 'Report Destination'
  24.     Enabled = False
  25.     TabOrder = 0
  26.     object FileNameSB: TSpeedButton
  27.       Left = 138
  28.       Top = 78
  29.       Width = 20
  30.       Height = 20
  31.       Font.Color = clBlack
  32.       Font.Height = -19
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       Glyph.Data = {
  36.         50050000424D5005000000000000360400002800000010000000100000000100
  37.         0800000000000001000000000000000000000000000000000000000000000000
  38.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  39.         A600000000000000000000000000000000000000000000000000000000000000
  40.         0000000000000000000000000000000000000000000000000000000000000000
  41.         0000000000000000000000000000000000000000000000000000000000000000
  42.         0000000000000000000000000000000000000000000000000000000000000000
  43.         0000000000000000000000000000000000000000000000000000000000000000
  44.         0000000000000000000000000000000000000000000000000000000000000000
  45.         0000000000000000000000000000000000000000000000000000000000000000
  46.         0000000000000000000000000000000000000000000000000000000000000000
  47.         0000000000000000000000000000000000000000000000000000000000000000
  48.         0000000000000000000000000000000000000000000000000000000000000000
  49.         0000000000000000000000000000000000000000000000000000000000000000
  50.         0000000000000000000000000000000000000000000000000000000000000000
  51.         0000000000000000000000000000000000000000000000000000000000000000
  52.         0000000000000000000000000000000000000000000000000000000000000000
  53.         0000000000000000000000000000000000000000000000000000000000000000
  54.         0000000000000000000000000000000000000000000000000000000000000000
  55.         0000000000000000000000000000000000000000000000000000000000000000
  56.         0000000000000000000000000000000000000000000000000000000000000000
  57.         0000000000000000000000000000000000000000000000000000000000000000
  58.         0000000000000000000000000000000000000000000000000000000000000000
  59.         0000000000000000000000000000000000000000000000000000000000000000
  60.         0000000000000000000000000000000000000000000000000000000000000000
  61.         0000000000000000000000000000000000000000000000000000000000000000
  62.         0000000000000000000000000000000000000000000000000000000000000000
  63.         0000000000000000000000000000000000000000000000000000000000000000
  64.         0000000000000000000000000000000000000000000000000000000000000000
  65.         0000000000000000000000000000000000000000000000000000000000000000
  66.         0000000000000000000000000000000000000000000000000000000000000000
  67.         0000000000000000000000000000000000000000000000000000000000000000
  68.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  69.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  70.         FFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000FFFF0003030000
  71.         00000000FFFF000300FFFF000303000000000000FFFF000300FFFF0003030000
  72.         00000000FFFF000300FFFF0003030000000000000000000300FFFF0003030303
  73.         030303030303030300FFFF0003030000000000000000030300FFFF000300FFFF
  74.         FFFFFFFFFFFF000300FFFF000300FFFFFFFFFFFFFFFF000300FFFF000300FFFF
  75.         FFFFFFFFFFFF000300FFFF000300FFFFFFFFFFFFFFFF000300FFFF000300FFFF
  76.         FFFFFFFFFFFF000000FFFF000300FFFFFFFFFFFFFFFF00FF00FFFF0000000000
  77.         000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000
  78.         0000000000000000000000000000000000000000}
  79.       ParentFont = False
  80.       OnClick = FileNameSBClick
  81.     end
  82.     object PrinterRB: TRadioButton
  83.       Left = 8
  84.       Top = 16
  85.       Width = 153
  86.       Height = 17
  87.       Caption = '&Printer'
  88.       TabOrder = 0
  89.       OnClick = PrinterRBClick
  90.     end
  91.     object PreviewRB: TRadioButton
  92.       Left = 8
  93.       Top = 36
  94.       Width = 153
  95.       Height = 17
  96.       Caption = 'Pre&view'
  97.       TabOrder = 1
  98.       OnClick = PrinterRBClick
  99.     end
  100.     object FileRB: TRadioButton
  101.       Left = 8
  102.       Top = 56
  103.       Width = 153
  104.       Height = 17
  105.       Caption = '&File'
  106.       TabOrder = 2
  107.       OnClick = FileRBClick
  108.     end
  109.     object FileNameED: TEdit
  110.       Left = 24
  111.       Top = 78
  112.       Width = 113
  113.       Height = 21
  114.       TabOrder = 3
  115.     end
  116.   end
  117.   object RangeGB: TGroupBox
  118.     Left = 8
  119.     Top = 39
  120.     Width = 169
  121.     Height = 105
  122.     Caption = 'Print Range'
  123.     Enabled = False
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     TabOrder = 4
  130.     object FromLabel: TLabel
  131.       Left = 8
  132.       Top = 84
  133.       Width = 23
  134.       Height = 13
  135.       Caption = 'From'
  136.       Font.Color = clBlack
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = []
  140.       ParentFont = False
  141.     end
  142.     object SelectionLabel: TLabel
  143.       Left = 8
  144.       Top = 84
  145.       Width = 44
  146.       Height = 13
  147.       Caption = 'Selection'
  148.       Font.Color = clBlack
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = []
  152.       ParentFont = False
  153.     end
  154.     object ToLabel: TLabel
  155.       Left = 88
  156.       Top = 84
  157.       Width = 9
  158.       Height = 13
  159.       Caption = 'to'
  160.       Font.Color = clBlack
  161.       Font.Height = -11
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.     end
  166.     object SelectionED: TEdit
  167.       Left = 56
  168.       Top = 80
  169.       Width = 105
  170.       Height = 20
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       TabOrder = 5
  177.     end
  178.     object AllRB: TRadioButton
  179.       Left = 8
  180.       Top = 16
  181.       Width = 153
  182.       Height = 17
  183.       Caption = 'All'
  184.       Checked = True
  185.       Font.Color = clBlack
  186.       Font.Height = -11
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ParentFont = False
  190.       TabOrder = 0
  191.       TabStop = True
  192.       OnClick = AllRBClick
  193.     end
  194.     object SelectionRB: TRadioButton
  195.       Left = 8
  196.       Top = 36
  197.       Width = 153
  198.       Height = 17
  199.       Caption = 'Selection'
  200.       Font.Color = clBlack
  201.       Font.Height = -11
  202.       Font.Name = 'MS Sans Serif'
  203.       Font.Style = []
  204.       ParentFont = False
  205.       TabOrder = 1
  206.       OnClick = SelectionRBClick
  207.     end
  208.     object PagesRB: TRadioButton
  209.       Left = 8
  210.       Top = 56
  211.       Width = 153
  212.       Height = 17
  213.       Caption = 'Pages'
  214.       Font.Color = clBlack
  215.       Font.Height = -11
  216.       Font.Name = 'MS Sans Serif'
  217.       Font.Style = []
  218.       ParentFont = False
  219.       TabOrder = 2
  220.       OnClick = PagesRBClick
  221.     end
  222.     object FromED: TEdit
  223.       Left = 40
  224.       Top = 80
  225.       Width = 41
  226.       Height = 20
  227.       Font.Color = clBlack
  228.       Font.Height = -11
  229.       Font.Name = 'MS Sans Serif'
  230.       Font.Style = []
  231.       ParentFont = False
  232.       TabOrder = 3
  233.     end
  234.     object ToED: TEdit
  235.       Left = 104
  236.       Top = 80
  237.       Width = 57
  238.       Height = 20
  239.       Font.Color = clBlack
  240.       Font.Height = -11
  241.       Font.Name = 'MS Sans Serif'
  242.       Font.Style = []
  243.       ParentFont = False
  244.       TabOrder = 4
  245.     end
  246.   end
  247.   object OKBB: TBitBtn
  248.     Left = 188
  249.     Top = 65
  250.     Width = 89
  251.     Height = 33
  252.     Caption = '   OK   '
  253.     Font.Color = clBlack
  254.     Font.Height = -13
  255.     Font.Name = 'System'
  256.     Font.Style = [fsBold]
  257.     ParentFont = False
  258.     TabOrder = 1
  259.     OnClick = OKBBClick
  260.     Kind = bkOK
  261.   end
  262.   object CancelBB: TBitBtn
  263.     Left = 188
  264.     Top = 113
  265.     Width = 89
  266.     Height = 33
  267.     Font.Color = clBlack
  268.     Font.Height = -13
  269.     Font.Name = 'System'
  270.     Font.Style = [fsBold]
  271.     ParentFont = False
  272.     TabOrder = 2
  273.     Kind = bkCancel
  274.   end
  275.   object SetupBB: TBitBtn
  276.     Left = 188
  277.     Top = 161
  278.     Width = 89
  279.     Height = 33
  280.     Caption = '&Setup'
  281.     Font.Color = clBlack
  282.     Font.Height = -13
  283.     Font.Name = 'System'
  284.     Font.Style = [fsBold]
  285.     ParentFont = False
  286.     TabOrder = 3
  287.