home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TRPSETUPFORM / TRPSETUPFORM.txt
Text File  |  1999-12-09  |  13KB  |  406 lines

  1. object RPSetupForm: TRPSetupForm
  2.   Left = 301
  3.   Top = 222
  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.         36050000424D3605000000000000360400002800000010000000100000000100
  37.         0800000000000001000000000000000000000001000000000000000000000000
  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.         000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  78.       ParentFont = False
  79.       OnClick = FileNameSBClick
  80.     end
  81.     object PrinterRB: TRadioButton
  82.       Left = 8
  83.       Top = 16
  84.       Width = 153
  85.       Height = 17
  86.       Caption = '&Printer'
  87.       TabOrder = 0
  88.       OnClick = PrinterRBClick
  89.     end
  90.     object PreviewRB: TRadioButton
  91.       Left = 8
  92.       Top = 36
  93.       Width = 153
  94.       Height = 17
  95.       Caption = 'Pre&view'
  96.       TabOrder = 1
  97.       OnClick = PrinterRBClick
  98.     end
  99.     object FileRB: TRadioButton
  100.       Left = 8
  101.       Top = 56
  102.       Width = 153
  103.       Height = 17
  104.       Caption = '&File'
  105.       TabOrder = 2
  106.       OnClick = FileRBClick
  107.     end
  108.     object FileNameED: TEdit
  109.       Left = 24
  110.       Top = 78
  111.       Width = 113
  112.       Height = 22
  113.       TabOrder = 3
  114.     end
  115.   end
  116.   object RangeGB: TGroupBox
  117.     Left = 8
  118.     Top = 39
  119.     Width = 169
  120.     Height = 105
  121.     Caption = 'Print Range'
  122.     Enabled = False
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 4
  129.     object FromLabel: TLabel
  130.       Left = 8
  131.       Top = 84
  132.       Width = 23
  133.       Height = 13
  134.       Caption = 'From'
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.     end
  141.     object SelectionLabel: TLabel
  142.       Left = 8
  143.       Top = 84
  144.       Width = 44
  145.       Height = 13
  146.       Caption = 'Selection'
  147.       Font.Color = clBlack
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.     end
  153.     object ToLabel: TLabel
  154.       Left = 88
  155.       Top = 84
  156.       Width = 9
  157.       Height = 13
  158.       Caption = 'to'
  159.       Font.Color = clBlack
  160.       Font.Height = -11
  161.       Font.Name = 'MS Sans Serif'
  162.       Font.Style = []
  163.       ParentFont = False
  164.     end
  165.     object SelectionED: TEdit
  166.       Left = 56
  167.       Top = 80
  168.       Width = 105
  169.       Height = 21
  170.       Font.Color = clBlack
  171.       Font.Height = -11
  172.       Font.Name = 'MS Sans Serif'
  173.       Font.Style = []
  174.       ParentFont = False
  175.       TabOrder = 5
  176.     end
  177.     object AllRB: TRadioButton
  178.       Left = 8
  179.       Top = 16
  180.       Width = 153
  181.       Height = 17
  182.       Caption = 'All'
  183.       Checked = True
  184.       Font.Color = clBlack
  185.       Font.Height = -11
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       ParentFont = False
  189.       TabOrder = 0
  190.       TabStop = True
  191.       OnClick = AllRBClick
  192.     end
  193.     object SelectionRB: TRadioButton
  194.       Left = 8
  195.       Top = 36
  196.       Width = 153
  197.       Height = 17
  198.       Caption = 'Selection'
  199.       Font.Color = clBlack
  200.       Font.Height = -11
  201.       Font.Name = 'MS Sans Serif'
  202.       Font.Style = []
  203.       ParentFont = False
  204.       TabOrder = 1
  205.       OnClick = SelectionRBClick
  206.     end
  207.     object PagesRB: TRadioButton
  208.       Left = 8
  209.       Top = 56
  210.       Width = 153
  211.       Height = 17
  212.       Caption = 'Pages'
  213.       Font.Color = clBlack
  214.       Font.Height = -11
  215.       Font.Name = 'MS Sans Serif'
  216.       Font.Style = []
  217.       ParentFont = False
  218.       TabOrder = 2
  219.       OnClick = PagesRBClick
  220.     end
  221.     object FromED: TEdit
  222.       Left = 40
  223.       Top = 80
  224.       Width = 41
  225.       Height = 21
  226.       Font.Color = clBlack
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = []
  230.       ParentFont = False
  231.       TabOrder = 3
  232.     end
  233.     object ToED: TEdit
  234.       Left = 104
  235.       Top = 80
  236.       Width = 57
  237.       Height = 21
  238.       Font.Color = clBlack
  239.       Font.Height = -11
  240.       Font.Name = 'MS Sans Serif'
  241.       Font.Style = []
  242.       ParentFont = False
  243.       TabOrder = 4
  244.     end
  245.   end
  246.   object OKBB: TBitBtn
  247.     Left = 188
  248.     Top = 65
  249.     Width = 89
  250.     Height = 33
  251.     Caption = '   OK   '
  252.     Font.Color = clBlack
  253.     Font.Height = -13
  254.     Font.Name = 'System'
  255.     Font.Style = [fsBold]
  256.     ParentFont = False
  257.     TabOrder = 1
  258.     OnClick = OKBBClick
  259.     Kind = bkOK
  260.   end
  261.   object CancelBB: TBitBtn
  262.     Left = 188
  263.     Top = 113
  264.     Width = 89
  265.     Height = 33
  266.     Font.Color = clBlack
  267.     Font.Height = -13
  268.     Font.Name = 'System'
  269.     Font.Style = [fsBold]
  270.     ParentFont = False
  271.     TabOrder = 2
  272.     Kind = bkCancel
  273.   end
  274.   object SetupBB: TBitBtn
  275.     Left = 188
  276.     Top = 161
  277.     Width = 89
  278.     Height = 33
  279.     Caption = '&Setup'
  280.     Font.Color = clBlack
  281.     Font.Height = -13
  282.     Font.Name = 'System'
  283.     Font.Style = [fsBold]
  284.     ParentFont = False
  285.     TabOrder = 3
  286.     OnClick = SetupBBClick
  287.     Glyph.Data = {
  288.       BE060000424DBE06000000000000360400002800000024000000120000000100
  289.       0800000000008802000000000000000000000001000000000000000000000000
  290.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  291.       A600000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  321.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030404040406
  322.       0303030303040404040303030303FFFFFFFF030303030303FFFFFFFF03030303
  323.       FAFAFA0403030303030302FA040303030303F8F80303FF0303030303F8F803FF
  324.       030303030302FA0406030303030302FA0403030303030303F803FF0303030303
  325.       03F803FF030303030302FA02040303030306FA060603030303030303F80303FF
  326.       03030303F803FF03030303030303FAFA040603030602FA040303030303030303
  327.       03F803FF030303F80303FF0303030303030306FAFA04040602FA040603030303
  328.       0303030303F80303FFFFF80303FF03030303030303030302FAFA020202040603
  329.       03030303030303030303F80303030303FF030303030303030303030306FAFAFA
  330.       020206040603030303030303030303F803030303FFF8FFFF0303030304040404
  331.       0606FAFA040306FA04030303030303F8FFFFFFF8F80303FF03F803FF03030303
  332.       06FAFA020406FA02040306FA04030303030303F8F80303FFF80303FF03F803FF
  333.       03030303030306FA0204FAFA040402FA040303030303030303F80303FF0303FF
  334.       FFF803FF0303030303030303FA02FAFA02FAFA0403030303030303030303F803
  335.       030303030303FF030303030303030303030202FAFAFA04030303030303030303
  336.       030303F80303030303FF0303030303030303030303030202FA04030303030303
  337.       0303030303030303F8030303FF0303030303030303030303030404FA04030303
  338.       03030303030303030303030303F803FF0303030303030303030303030306FA02
  339.       04030303030303030303030303030303F80303FF030303030303030303030303
  340.       0306FAFA04030303030303030303030303030303F80303FF0303030303030303
  341.       03030303030306060603030303030303030303030303030303F8F8F803030303
  342.       0303}
  343.     NumGlyphs = 2
  344.   end
  345.   object GroupBox1: TGroupBox
  346.     Left = 8
  347.     Top = 3
  348.     Width = 270
  349.     Height = 36
  350.     Caption = 'Selected Printer'
  351.     TabOrder = 5
  352.     object PrinterLabel: TLabel
  353.       Left = 10
  354.       Top = 15
  355.       Width = 250
  356.       Height = 13
  357.       AutoSize = False
  358.       Caption = '(none)'
  359.     end
  360.   end
  361.   object GroupBox2: TGroupBox
  362.     Left = 8
  363.     Top = 144
  364.     Width = 169
  365.     Height = 65
  366.     Caption = 'Options'
  367.     TabOrder = 6
  368.     object CopiesLabel: TLabel
  369.       Left = 17
  370.       Top = 19
  371.       Width = 33
  372.       Height = 14
  373.       Caption = '&Copies'
  374.     end
  375.     object CopiesED: TEdit
  376.       Left = 18
  377.       Top = 35
  378.       Width = 49
  379.       Height = 22
  380.       TabOrder = 0
  381.     end
  382.     object CollateCK: TCheckBox
  383.       Left = 99
  384.       Top = 17
  385.       Width = 51
  386.       Height = 17
  387.       Caption = 'C&ollate'
  388.       TabOrder = 1
  389.     end
  390.     object DuplexCK: TCheckBox
  391.       Left = 99
  392.       Top = 40
  393.       Width = 52
  394.       Height = 17
  395.       Caption = '&Duplex'
  396.       TabOrder = 2
  397.     end
  398.   end
  399.   object SaveDialog1: TSaveDialog
  400.     Filter = 'All Files|*.*'
  401.     Options = [ofOverwritePrompt, ofPathMustExist, ofNoReadOnlyReturn]
  402.     Left = 240
  403.     Top = 8
  404.   end
  405. end
  406.