home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / ctenari / Mojdis / statistika.exe / 0 / RCDATA / TADVGRIDPRINTSETTINGSFORM / TADVGRIDPRINTSETTINGSFORM.txt
Encoding:
Text File  |  2000-08-20  |  18.5 KB  |  703 lines

  1. object AdvGridPrintSettingsForm: TAdvGridPrintSettingsForm
  2.   Left = 353
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Settings'
  6.   ClientHeight = 387
  7.   ClientWidth = 523
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PreviewPanel: TPanel
  20.     Left = 273
  21.     Top = 0
  22.     Width = 250
  23.     Height = 346
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     Color = clWindow
  27.     TabOrder = 0
  28.     object PreviewPaintBox: TPaintBox
  29.       Left = 2
  30.       Top = 2
  31.       Width = 246
  32.       Height = 342
  33.       Align = alClient
  34.       ParentColor = False
  35.       OnPaint = PreviewPaintBoxPaint
  36.     end
  37.   end
  38.   object PageControl: TPageControl
  39.     Left = 0
  40.     Top = 0
  41.     Width = 273
  42.     Height = 346
  43.     ActivePage = MarginsTabSheet
  44.     Align = alLeft
  45.     TabOrder = 1
  46.     object GeneralTabSheet: TTabSheet
  47.       Caption = 'General'
  48.       object BordersGroupBox: TGroupBox
  49.         Left = 0
  50.         Top = 0
  51.         Width = 265
  52.         Height = 81
  53.         Align = alTop
  54.         Caption = 'Borders:'
  55.         TabOrder = 0
  56.         object BorderLabel: TLabel
  57.           Left = 40
  58.           Top = 20
  59.           Width = 34
  60.           Height = 13
  61.           Caption = '&Border:'
  62.           FocusControl = BorderComboBox
  63.         end
  64.         object BorderStyleLabel: TLabel
  65.           Left = 16
  66.           Top = 52
  67.           Width = 60
  68.           Height = 13
  69.           Caption = 'Border &Style:'
  70.           FocusControl = BorderStyleComboBox
  71.         end
  72.         object BorderComboBox: TComboBox
  73.           Left = 88
  74.           Top = 16
  75.           Width = 161
  76.           Height = 21
  77.           Style = csDropDownList
  78.           ItemHeight = 13
  79.           Items.Strings = (
  80.             '(none)'
  81.             'Single'
  82.             'Double'
  83.             'Vertical'
  84.             'Horizontal'
  85.             'Around'
  86.             'Around Vertical'
  87.             'Around Horizontal')
  88.           TabOrder = 0
  89.           OnChange = BorderComboBoxChange
  90.         end
  91.         object BorderStyleComboBox: TComboBox
  92.           Left = 88
  93.           Top = 48
  94.           Width = 161
  95.           Height = 21
  96.           Style = csDropDownList
  97.           ItemHeight = 13
  98.           Items.Strings = (
  99.             'Solid'
  100.             'Dash'
  101.             'Dot'
  102.             'Dash Dot'
  103.             'Dash Dot Dot'
  104.             '(none)')
  105.           TabOrder = 1
  106.           OnChange = BorderStyleComboBoxChange
  107.         end
  108.       end
  109.       object GeneralGroupBox: TGroupBox
  110.         Left = 0
  111.         Top = 81
  112.         Width = 265
  113.         Height = 112
  114.         Align = alTop
  115.         Caption = 'General:'
  116.         TabOrder = 1
  117.         object FitToPageLabel: TLabel
  118.           Left = 16
  119.           Top = 27
  120.           Width = 54
  121.           Height = 13
  122.           Caption = 'Fit to &Page:'
  123.           FocusControl = FitToPageComboBox
  124.         end
  125.         object FitToPageComboBox: TComboBox
  126.           Left = 80
  127.           Top = 23
  128.           Width = 145
  129.           Height = 21
  130.           Style = csDropDownList
  131.           ItemHeight = 13
  132.           Items.Strings = (
  133.             'Never'
  134.             'Grow to Fit'
  135.             'Shrink to Fit'
  136.             'Always')
  137.           TabOrder = 0
  138.           OnChange = BorderStyleComboBoxChange
  139.         end
  140.         object AutoSizeCheckBox: TCheckBox
  141.           Left = 143
  142.           Top = 51
  143.           Width = 105
  144.           Height = 17
  145.           Caption = '&AutoSize Columns'
  146.           TabOrder = 3
  147.           OnClick = BorderStyleComboBoxChange
  148.         end
  149.         object CenterCheckBox: TCheckBox
  150.           Left = 143
  151.           Top = 67
  152.           Width = 97
  153.           Height = 17
  154.           Caption = '&Center on Page'
  155.           TabOrder = 4
  156.           OnClick = BorderStyleComboBoxChange
  157.         end
  158.         object RepeatRowsCheckBox: TCheckBox
  159.           Left = 8
  160.           Top = 67
  161.           Width = 121
  162.           Height = 17
  163.           Caption = 'Repeat Fixed Ro&ws'
  164.           TabOrder = 2
  165.           OnClick = BorderStyleComboBoxChange
  166.         end
  167.         object RepeatColumnsCheckBox: TCheckBox
  168.           Left = 8
  169.           Top = 51
  170.           Width = 129
  171.           Height = 17
  172.           Caption = 'Repeat Fi&xed Columns'
  173.           TabOrder = 1
  174.           OnClick = BorderStyleComboBoxChange
  175.         end
  176.         object printgraphicscheckbox: TCheckBox
  177.           Left = 8
  178.           Top = 83
  179.           Width = 97
  180.           Height = 17
  181.           Caption = 'Print graphics'
  182.           TabOrder = 5
  183.           OnClick = BorderStyleComboBoxChange
  184.         end
  185.       end
  186.       object FontGroupBox: TGroupBox
  187.         Left = 0
  188.         Top = 193
  189.         Width = 265
  190.         Height = 125
  191.         Align = alClient
  192.         Caption = 'Fonts:'
  193.         TabOrder = 2
  194.         object HeaderFontButton: TSpeedButton
  195.           Left = 32
  196.           Top = 54
  197.           Width = 201
  198.           Height = 25
  199.           Caption = 'Select the Header Font'
  200.           Flat = True
  201.           Glyph.Data = {
  202.             F6000000424DF600000000000000760000002800000010000000100000000100
  203.             0400000000008000000000000000000000001000000000000000000000000000
  204.             80000080000000808000800000008000800080800000C0C0C000808080000000
  205.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  206.             7777777744444444444477777777777777777777444447774444777777447777
  207.             7447777777744777744777777777444444477777777774477447707770777744
  208.             7447708780777774444778000877777744477707077777777447770707777777
  209.             7777778087777777777777707777777777777777777777777777}
  210.           Spacing = 20
  211.           OnClick = HeaderFontButtonClick
  212.         end
  213.         object FooterFontButton: TSpeedButton
  214.           Left = 32
  215.           Top = 89
  216.           Width = 201
  217.           Height = 25
  218.           Caption = 'Select the Footer Font'
  219.           Flat = True
  220.           Glyph.Data = {
  221.             F6000000424DF600000000000000760000002800000010000000100000000100
  222.             0400000000008000000000000000000000001000000000000000000000000000
  223.             80000080000000808000800000008000800080800000C0C0C000808080000000
  224.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  225.             7777777744444444444477777777777777777777444447774444777777447777
  226.             7447777777744777744777777777444444477777777774477447707770777744
  227.             7447708780777774444778000877777744477707077777777447770707777777
  228.             7777778087777777777777707777777777777777777777777777}
  229.           Spacing = 20
  230.           OnClick = FooterFontButtonClick
  231.         end
  232.         object TableFontButton: TSpeedButton
  233.           Left = 32
  234.           Top = 19
  235.           Width = 201
  236.           Height = 25
  237.           Caption = 'Select the Table Font'
  238.           Flat = True
  239.           Glyph.Data = {
  240.             F6000000424DF600000000000000760000002800000010000000100000000100
  241.             0400000000008000000000000000000000001000000000000000000000000000
  242.             80000080000000808000800000008000800080800000C0C0C000808080000000
  243.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  244.             7777777744444444444477777777777777777777444447774444777777447777
  245.             7447777777744777744777777777444444477777777774477447707770777744
  246.             7447708780777774444778000877777744477707077777777447770707777777
  247.             7777778087777777777777707777777777777777777777777777}
  248.           Spacing = 20
  249.           OnClick = TableFontButtonClick
  250.         end
  251.       end
  252.     end
  253.     object HeadersTabSheet: TTabSheet
  254.       Caption = 'Headers / Footers'
  255.       object DateTimeGroupBox: TGroupBox
  256.         Left = 0
  257.         Top = 0
  258.         Width = 265
  259.         Height = 121
  260.         Align = alTop
  261.         Caption = 'Date / Time:'
  262.         TabOrder = 0
  263.         object DatePositionLabel: TLabel
  264.           Left = 16
  265.           Top = 26
  266.           Width = 66
  267.           Height = 13
  268.           Alignment = taRightJustify
  269.           Caption = '&Date Position:'
  270.           FocusControl = DatePositionComboBox
  271.         end
  272.         object TimePositionLabel: TLabel
  273.           Left = 16
  274.           Top = 88
  275.           Width = 66
  276.           Height = 13
  277.           Alignment = taRightJustify
  278.           Caption = '&Time Position:'
  279.           FocusControl = TimePositionComboBox
  280.         end
  281.         object DateFormatLabel: TLabel
  282.           Left = 21
  283.           Top = 57
  284.           Width = 61
  285.           Height = 13
  286.           Alignment = taRightJustify
  287.           Caption = 'Date &Format:'
  288.           FocusControl = DateFormatEdit
  289.         end
  290.         object DateFormatEdit: TEdit
  291.           Left = 88
  292.           Top = 53
  293.           Width = 161
  294.           Height = 21
  295.           Enabled = False
  296.           TabOrder = 1
  297.           OnChange = BorderStyleComboBoxChange
  298.         end
  299.         object DatePositionComboBox: TComboBox
  300.           Left = 88
  301.           Top = 22
  302.           Width = 161
  303.           Height = 21
  304.           Style = csDropDownList
  305.           ItemHeight = 13
  306.           Items.Strings = (
  307.             '(none)'
  308.             'Top Left'
  309.             'Top Right'
  310.             'Top Center'
  311.             'Bottom Left'
  312.             'Bottom Right'
  313.             'Bottom Center')
  314.           TabOrder = 0
  315.           OnChange = DatePositionComboBoxChange
  316.         end
  317.         object TimePositionComboBox: TComboBox
  318.           Left = 88
  319.           Top = 84
  320.           Width = 161
  321.           Height = 21
  322.           Style = csDropDownList
  323.           ItemHeight = 13
  324.           Items.Strings = (
  325.             '(none)'
  326.             'Top Left'
  327.             'Top Right'
  328.             'Top Center'
  329.             'Bottom Left'
  330.             'Bottom Right'
  331.             'Bottom Center')
  332.           TabOrder = 2
  333.           OnChange = BorderStyleComboBoxChange
  334.         end
  335.       end
  336.       object TitleGroupBox: TGroupBox
  337.         Left = 0
  338.         Top = 121
  339.         Width = 265
  340.         Height = 104
  341.         Align = alTop
  342.         Caption = 'Title:'
  343.         TabOrder = 1
  344.         object TitleTextLabel: TLabel
  345.           Left = 32
  346.           Top = 64
  347.           Width = 47
  348.           Height = 13
  349.           Caption = 'Title Te&xt:'
  350.           FocusControl = TitleMemo
  351.         end
  352.         object TitlePositionLabel: TLabel
  353.           Left = 16
  354.           Top = 26
  355.           Width = 63
  356.           Height = 13
  357.           Alignment = taRightJustify
  358.           Caption = 'Title Po&sition:'
  359.           FocusControl = TitlePositionComboBox
  360.         end
  361.         object TitleMemo: TMemo
  362.           Left = 88
  363.           Top = 56
  364.           Width = 161
  365.           Height = 33
  366.           ScrollBars = ssVertical
  367.           TabOrder = 1
  368.           WordWrap = False
  369.           OnChange = BorderStyleComboBoxChange
  370.         end
  371.         object TitlePositionComboBox: TComboBox
  372.           Left = 88
  373.           Top = 22
  374.           Width = 161
  375.           Height = 21
  376.           Style = csDropDownList
  377.           ItemHeight = 13
  378.           Items.Strings = (
  379.             '(none)'
  380.             'Top Left'
  381.             'Top Right'
  382.             'Top Center'
  383.             'Bottom Left'
  384.             'Bottom Right'
  385.             'Bottom Center')
  386.           TabOrder = 0
  387.           OnChange = TitlePositionComboBoxChange
  388.         end
  389.       end
  390.       object PageNumbersGroupBox: TGroupBox
  391.         Left = 0
  392.         Top = 225
  393.         Width = 265
  394.         Height = 93
  395.         Align = alClient
  396.         Caption = 'Page Numbers:'
  397.         TabOrder = 2
  398.         object PagesPrefixLabel: TLabel
  399.           Left = 8
  400.           Top = 64
  401.           Width = 29
  402.           Height = 13
  403.           Caption = 'Pr&efix:'
  404.         end
  405.         object PagesSeparatorLabel: TLabel
  406.           Left = 88
  407.           Top = 64
  408.           Width = 49
  409.           Height = 13
  410.           Caption = 'Sep&arator:'
  411.         end
  412.         object PagesSuffixLabel: TLabel
  413.           Left = 192
  414.           Top = 64
  415.           Width = 29
  416.           Height = 13
  417.           Caption = 'S&uffix:'
  418.         end
  419.         object PagesPositionLabel: TLabel
  420.           Left = 6
  421.           Top = 28
  422.           Width = 73
  423.           Height = 13
  424.           Alignment = taRightJustify
  425.           Caption = '&Pages Position:'
  426.           FocusControl = PagesPositionComboBox
  427.         end
  428.         object PagesPrefixEdit: TEdit
  429.           Left = 40
  430.           Top = 60
  431.           Width = 33
  432.           Height = 21
  433.           TabOrder = 1
  434.           OnChange = BorderStyleComboBoxChange
  435.         end
  436.         object PagesSeparatorEdit: TEdit
  437.           Left = 144
  438.           Top = 60
  439.           Width = 33
  440.           Height = 21
  441.           TabOrder = 2
  442.           OnChange = BorderStyleComboBoxChange
  443.         end
  444.         object PagesSuffixEdit: TEdit
  445.           Left = 224
  446.           Top = 60
  447.           Width = 33
  448.           Height = 21
  449.           TabOrder = 3
  450.           OnChange = BorderStyleComboBoxChange
  451.         end
  452.         object PagesPositionComboBox: TComboBox
  453.           Left = 88
  454.           Top = 24
  455.           Width = 161
  456.           Height = 21
  457.           Style = csDropDownList
  458.           ItemHeight = 13
  459.           Items.Strings = (
  460.             '(none)'
  461.             'Top Left'
  462.             'Top Right'
  463.             'Top Center'
  464.             'Bottom Left'
  465.             'Bottom Right'
  466.             'Bottom Center')
  467.           TabOrder = 0
  468.           OnChange = PagesPositionComboBoxChange
  469.         end
  470.       end
  471.     end
  472.     object MarginsTabSheet: TTabSheet
  473.       Caption = 'Margins'
  474.       object MarginsGroupBox: TGroupBox
  475.         Left = 0
  476.         Top = 0
  477.         Width = 265
  478.         Height = 153
  479.         Align = alTop
  480.         Caption = 'Margins:'
  481.         TabOrder = 0
  482.         object TopMarginLabel: TLabel
  483.           Left = 39
  484.           Top = 25
  485.           Width = 119
  486.           Height = 13
  487.           Alignment = taRightJustify
  488.           Caption = '&Top Margin (in 1/10 mm):'
  489.           FocusControl = TopMarginSpinEdit
  490.         end
  491.         object LeftMarginLabel: TLabel
  492.           Left = 40
  493.           Top = 57
  494.           Width = 118
  495.           Height = 13
  496.           Alignment = taRightJustify
  497.           Caption = '&Left Margin (in 1/10 mm):'
  498.           FocusControl = LeftMarginSpinEdit
  499.         end
  500.         object RightMarginLabel: TLabel
  501.           Left = 33
  502.           Top = 121
  503.           Width = 125
  504.           Height = 13
  505.           Alignment = taRightJustify
  506.           Caption = '&Right Margin (in 1/10 mm):'
  507.           FocusControl = RightMarginSpinEdit
  508.         end
  509.         object BottomMarginLabel: TLabel
  510.           Left = 25
  511.           Top = 89
  512.           Width = 133
  513.           Height = 13
  514.           Alignment = taRightJustify
  515.           Caption = '&Bottom Margin (in 1/10 mm):'
  516.           FocusControl = BottomMarginSpinEdit
  517.         end
  518.         object TopMarginSpinEdit: TSpinEdit
  519.           Left = 176
  520.           Top = 20
  521.           Width = 49
  522.           Height = 22
  523.           MaxValue = 500
  524.           MinValue = 0
  525.           TabOrder = 0
  526.           Value = 0
  527.           OnChange = RowSpacingSpinEditChange
  528.         end
  529.         object LeftMarginSpinEdit: TSpinEdit
  530.           Left = 176
  531.           Top = 52
  532.           Width = 49
  533.           Height = 22
  534.           MaxValue = 500
  535.           MinValue = 0
  536.           TabOrder = 1
  537.           Value = 0
  538.           OnChange = RowSpacingSpinEditChange
  539.         end
  540.         object RightMarginSpinEdit: TSpinEdit
  541.           Left = 176
  542.           Top = 116
  543.           Width = 49
  544.           Height = 22
  545.           MaxValue = 500
  546.           MinValue = 0
  547.           TabOrder = 3
  548.           Value = 0
  549.           OnChange = RowSpacingSpinEditChange
  550.         end
  551.         object BottomMarginSpinEdit: TSpinEdit
  552.           Left = 176
  553.           Top = 84
  554.           Width = 49
  555.           Height = 22
  556.           MaxValue = 500
  557.           MinValue = 0
  558.           TabOrder = 2
  559.           Value = 0
  560.           OnChange = RowSpacingSpinEditChange
  561.         end
  562.       end
  563.       object OrientationGroupBox: TGroupBox
  564.         Left = 0
  565.         Top = 265
  566.         Width = 265
  567.         Height = 53
  568.         Align = alClient
  569.         Caption = 'Orientation:'
  570.         TabOrder = 2
  571.         object OrientationLabel: TLabel
  572.           Left = 16
  573.           Top = 24
  574.           Width = 82
  575.           Height = 13
  576.           Caption = '&Page Orientation:'
  577.           FocusControl = OrientationComboBox
  578.         end
  579.         object OrientationComboBox: TComboBox
  580.           Left = 104
  581.           Top = 20
  582.           Width = 145
  583.           Height = 21
  584.           Style = csDropDownList
  585.           ItemHeight = 13
  586.           Items.Strings = (
  587.             'Portrait'
  588.             'Landscape')
  589.           TabOrder = 0
  590.         end
  591.       end
  592.       object SpacingGroupBox: TGroupBox
  593.         Left = 0
  594.         Top = 153
  595.         Width = 265
  596.         Height = 112
  597.         Align = alTop
  598.         Caption = 'Spacing:'
  599.         TabOrder = 1
  600.         object RowSpacingLabel: TLabel
  601.           Left = 29
  602.           Top = 25
  603.           Width = 129
  604.           Height = 13
  605.           Caption = 'Row &Spacing (in 1/10 mm):'
  606.           FocusControl = RowSpacingSpinEdit
  607.         end
  608.         object ColumnSpacingLabel: TLabel
  609.           Left = 16
  610.           Top = 57
  611.           Width = 142
  612.           Height = 13
  613.           Caption = 'C&olumn Spacing (in 1/10 mm):'
  614.           FocusControl = ColumnSpacingSpinEdit
  615.         end
  616.         object TitleMarginLabel: TLabel
  617.           Left = 38
  618.           Top = 89
  619.           Width = 120
  620.           Height = 13
  621.           Alignment = taRightJustify
  622.           Caption = 'Title &Margin (in 1/10 mm):'
  623.           FocusControl = TitleMarginSpinEdit
  624.         end
  625.         object RowSpacingSpinEdit: TSpinEdit
  626.           Left = 176
  627.           Top = 20
  628.           Width = 49
  629.           Height = 22
  630.           MaxValue = 100
  631.           MinValue = 0
  632.           TabOrder = 0
  633.           Value = 0
  634.           OnChange = RowSpacingSpinEditChange
  635.         end
  636.         object ColumnSpacingSpinEdit: TSpinEdit
  637.           Left = 176
  638.           Top = 52
  639.           Width = 49
  640.           Height = 22
  641.           MaxValue = 100
  642.           MinValue = 0
  643.           TabOrder = 1
  644.           Value = 0
  645.           OnChange = RowSpacingSpinEditChange
  646.         end
  647.         object TitleMarginSpinEdit: TSpinEdit
  648.           Left = 176
  649.           Top = 84
  650.           Width = 49
  651.           Height = 22
  652.           MaxValue = 100
  653.           MinValue = 0
  654.           TabOrder = 2
  655.           Value = 0
  656.           OnChange = RowSpacingSpinEditChange
  657.         end
  658.       end
  659.     end
  660.   end
  661.   object ButtonPanel: TPanel
  662.     Left = 0
  663.     Top = 346
  664.     Width = 523
  665.     Height = 41
  666.     Align = alBottom
  667.     TabOrder = 2
  668.     object OKButton: TBitBtn
  669.       Left = 179
  670.       Top = 8
  671.       Width = 75
  672.       Height = 25
  673.       Caption = 'OK'
  674.       Default = True
  675.       ModalResult = 1
  676.       TabOrder = 0
  677.       NumGlyphs = 2
  678.     end
  679.     object CancelButton: TBitBtn
  680.       Left = 267
  681.       Top = 8
  682.       Width = 75
  683.       Height = 25
  684.       Cancel = True
  685.       Caption = 'Cancel'
  686.       ModalResult = 2
  687.       TabOrder = 1
  688.       NumGlyphs = 2
  689.     end
  690.   end
  691.   object FontDialog: TFontDialog
  692.     Font.Charset = DEFAULT_CHARSET
  693.     Font.Color = clWindowText
  694.     Font.Height = -11
  695.     Font.Name = 'MS Sans Serif'
  696.     Font.Style = []
  697.     MinFontSize = 0
  698.     MaxFontSize = 0
  699.     Left = 236
  700.     Top = 192
  701.   end
  702. end
  703.