home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / TMS / ADVGRID6.ZIP / asgprint.dfm / asgprint.txt
Text File  |  2002-04-16  |  31KB  |  1,044 lines

  1. object AdvGridPrintSettingsForm: TAdvGridPrintSettingsForm
  2.   Left = 402
  3.   Top = 204
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Settings'
  6.   ClientHeight = 387
  7.   ClientWidth = 523
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PreviewPanel: TPanel
  18.     Left = 273
  19.     Top = 0
  20.     Width = 250
  21.     Height = 346
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     Color = clWindow
  25.     TabOrder = 0
  26.     object PreviewPaintBox: TPaintBox
  27.       Left = 2
  28.       Top = 2
  29.       Width = 246
  30.       Height = 342
  31.       Align = alClient
  32.       ParentColor = False
  33.       OnPaint = PreviewPaintBoxPaint
  34.     end
  35.   end
  36.   object PageControl: TPageControl
  37.     Left = 0
  38.     Top = 0
  39.     Width = 273
  40.     Height = 346
  41.     ActivePage = GeneralTabSheet
  42.     Align = alLeft
  43.     TabOrder = 1
  44.     object GeneralTabSheet: TTabSheet
  45.       Caption = 'General'
  46.       object BordersGroupBox: TGroupBox
  47.         Left = 0
  48.         Top = 0
  49.         Width = 265
  50.         Height = 81
  51.         Align = alTop
  52.         Caption = 'Borders:'
  53.         TabOrder = 0
  54.         object BorderLabel: TLabel
  55.           Left = 40
  56.           Top = 20
  57.           Width = 34
  58.           Height = 13
  59.           Caption = '&Border:'
  60.           FocusControl = BorderComboBox
  61.         end
  62.         object BorderStyleLabel: TLabel
  63.           Left = 16
  64.           Top = 52
  65.           Width = 60
  66.           Height = 13
  67.           Caption = 'Border &Style:'
  68.           FocusControl = BorderStyleComboBox
  69.         end
  70.         object BorderComboBox: TComboBox
  71.           Left = 88
  72.           Top = 16
  73.           Width = 161
  74.           Height = 21
  75.           Style = csDropDownList
  76.           ItemHeight = 13
  77.           Items.Strings = (
  78.             '(none)'
  79.             'Single'
  80.             'Double'
  81.             'Vertical'
  82.             'Horizontal'
  83.             'Around'
  84.             'Around Vertical'
  85.             'Around Horizontal')
  86.           TabOrder = 0
  87.           OnChange = BorderComboBoxChange
  88.         end
  89.         object BorderStyleComboBox: TComboBox
  90.           Left = 88
  91.           Top = 48
  92.           Width = 161
  93.           Height = 21
  94.           Style = csDropDownList
  95.           ItemHeight = 13
  96.           Items.Strings = (
  97.             'Solid'
  98.             'Dash'
  99.             'Dot'
  100.             'Dash Dot'
  101.             'Dash Dot Dot'
  102.             '(none)')
  103.           TabOrder = 1
  104.           OnChange = BorderStyleComboBoxChange
  105.         end
  106.       end
  107.       object GeneralGroupBox: TGroupBox
  108.         Left = 0
  109.         Top = 81
  110.         Width = 265
  111.         Height = 112
  112.         Align = alTop
  113.         Caption = 'General:'
  114.         TabOrder = 1
  115.         object FitToPageLabel: TLabel
  116.           Left = 16
  117.           Top = 27
  118.           Width = 54
  119.           Height = 13
  120.           Caption = 'Fit to &Page:'
  121.           FocusControl = FitToPageComboBox
  122.         end
  123.         object FitToPageComboBox: TComboBox
  124.           Left = 80
  125.           Top = 23
  126.           Width = 145
  127.           Height = 21
  128.           Style = csDropDownList
  129.           ItemHeight = 13
  130.           Items.Strings = (
  131.             'Never'
  132.             'Grow to Fit'
  133.             'Shrink to Fit'
  134.             'Always')
  135.           TabOrder = 0
  136.           OnChange = BorderStyleComboBoxChange
  137.         end
  138.         object AutoSizeCheckBox: TCheckBox
  139.           Left = 143
  140.           Top = 51
  141.           Width = 105
  142.           Height = 17
  143.           Caption = '&AutoSize Columns'
  144.           TabOrder = 3
  145.           OnClick = BorderStyleComboBoxChange
  146.         end
  147.         object CenterCheckBox: TCheckBox
  148.           Left = 143
  149.           Top = 83
  150.           Width = 97
  151.           Height = 17
  152.           Caption = '&Center on Page'
  153.           TabOrder = 4
  154.           OnClick = BorderStyleComboBoxChange
  155.         end
  156.         object RepeatRowsCheckBox: TCheckBox
  157.           Left = 8
  158.           Top = 67
  159.           Width = 121
  160.           Height = 17
  161.           Caption = 'Repeat Fixed Ro&ws'
  162.           TabOrder = 2
  163.           OnClick = BorderStyleComboBoxChange
  164.         end
  165.         object RepeatColumnsCheckBox: TCheckBox
  166.           Left = 8
  167.           Top = 51
  168.           Width = 129
  169.           Height = 17
  170.           Caption = 'Repeat Fi&xed Columns'
  171.           TabOrder = 1
  172.           OnClick = BorderStyleComboBoxChange
  173.         end
  174.         object printgraphicscheckbox: TCheckBox
  175.           Left = 8
  176.           Top = 83
  177.           Width = 97
  178.           Height = 17
  179.           Caption = 'Print graphics'
  180.           TabOrder = 5
  181.           OnClick = BorderStyleComboBoxChange
  182.         end
  183.         object AutoSizeRowCheck: TCheckBox
  184.           Left = 143
  185.           Top = 67
  186.           Width = 97
  187.           Height = 17
  188.           Caption = 'AutoSize Rows'
  189.           TabOrder = 6
  190.           OnClick = AutoSizeRowCheckClick
  191.         end
  192.       end
  193.       object FontGroupBox: TGroupBox
  194.         Left = 0
  195.         Top = 193
  196.         Width = 265
  197.         Height = 125
  198.         Align = alClient
  199.         Caption = 'Fonts:'
  200.         TabOrder = 2
  201.         object HeaderFontButton: TSpeedButton
  202.           Left = 32
  203.           Top = 54
  204.           Width = 201
  205.           Height = 25
  206.           Caption = 'Select the Header Font'
  207.           Flat = True
  208.           Glyph.Data = {
  209.             F6000000424DF600000000000000760000002800000010000000100000000100
  210.             0400000000008000000000000000000000001000000010000000000000000000
  211.             80000080000000808000800000008000800080800000C0C0C000808080000000
  212.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  213.             7777777744444444444477777777777777777777444447774444777777447777
  214.             7447777777744777744777777777444444477777777774477447707770777744
  215.             7447708780777774444778000877777744477707077777777447770707777777
  216.             7777778087777777777777707777777777777777777777777777}
  217.           Spacing = 20
  218.           OnClick = HeaderFontButtonClick
  219.         end
  220.         object FooterFontButton: TSpeedButton
  221.           Left = 32
  222.           Top = 89
  223.           Width = 201
  224.           Height = 25
  225.           Caption = 'Select the Footer Font'
  226.           Flat = True
  227.           Glyph.Data = {
  228.             F6000000424DF600000000000000760000002800000010000000100000000100
  229.             0400000000008000000000000000000000001000000010000000000000000000
  230.             80000080000000808000800000008000800080800000C0C0C000808080000000
  231.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  232.             7777777744444444444477777777777777777777444447774444777777447777
  233.             7447777777744777744777777777444444477777777774477447707770777744
  234.             7447708780777774444778000877777744477707077777777447770707777777
  235.             7777778087777777777777707777777777777777777777777777}
  236.           Spacing = 20
  237.           OnClick = FooterFontButtonClick
  238.         end
  239.         object TableFontButton: TSpeedButton
  240.           Left = 32
  241.           Top = 19
  242.           Width = 201
  243.           Height = 25
  244.           Caption = 'Select the Table Font'
  245.           Flat = True
  246.           Glyph.Data = {
  247.             F6000000424DF600000000000000760000002800000010000000100000000100
  248.             0400000000008000000000000000000000001000000010000000000000000000
  249.             80000080000000808000800000008000800080800000C0C0C000808080000000
  250.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  251.             7777777744444444444477777777777777777777444447774444777777447777
  252.             7447777777744777744777777777444444477777777774477447707770777744
  253.             7447708780777774444778000877777744477707077777777447770707777777
  254.             7777778087777777777777707777777777777777777777777777}
  255.           Spacing = 20
  256.           OnClick = TableFontButtonClick
  257.         end
  258.       end
  259.     end
  260.     object HeadersTabSheet: TTabSheet
  261.       Caption = 'Headers / Footers'
  262.       object DateTimeGroupBox: TGroupBox
  263.         Left = 0
  264.         Top = 0
  265.         Width = 0
  266.         Height = 121
  267.         Align = alTop
  268.         Caption = 'Date / Time:'
  269.         TabOrder = 0
  270.         object DatePositionLabel: TLabel
  271.           Left = 16
  272.           Top = 26
  273.           Width = 66
  274.           Height = 13
  275.           Alignment = taRightJustify
  276.           Caption = '&Date Position:'
  277.           FocusControl = DatePositionComboBox
  278.         end
  279.         object TimePositionLabel: TLabel
  280.           Left = 16
  281.           Top = 88
  282.           Width = 66
  283.           Height = 13
  284.           Alignment = taRightJustify
  285.           Caption = '&Time Position:'
  286.           FocusControl = TimePositionComboBox
  287.         end
  288.         object DateFormatLabel: TLabel
  289.           Left = 21
  290.           Top = 57
  291.           Width = 61
  292.           Height = 13
  293.           Alignment = taRightJustify
  294.           Caption = 'Date &Format:'
  295.           FocusControl = DateFormatEdit
  296.         end
  297.         object DateFormatEdit: TEdit
  298.           Left = 88
  299.           Top = 53
  300.           Width = 161
  301.           Height = 21
  302.           Enabled = False
  303.           TabOrder = 1
  304.           OnChange = BorderStyleComboBoxChange
  305.         end
  306.         object DatePositionComboBox: TComboBox
  307.           Left = 88
  308.           Top = 22
  309.           Width = 161
  310.           Height = 21
  311.           Style = csDropDownList
  312.           ItemHeight = 13
  313.           Items.Strings = (
  314.             '(none)'
  315.             'Top Left'
  316.             'Top Right'
  317.             'Top Center'
  318.             'Bottom Left'
  319.             'Bottom Right'
  320.             'Bottom Center')
  321.           TabOrder = 0
  322.           OnChange = DatePositionComboBoxChange
  323.         end
  324.         object TimePositionComboBox: TComboBox
  325.           Left = 88
  326.           Top = 84
  327.           Width = 161
  328.           Height = 21
  329.           Style = csDropDownList
  330.           ItemHeight = 13
  331.           Items.Strings = (
  332.             '(none)'
  333.             'Top Left'
  334.             'Top Right'
  335.             'Top Center'
  336.             'Bottom Left'
  337.             'Bottom Right'
  338.             'Bottom Center')
  339.           TabOrder = 2
  340.           OnChange = BorderStyleComboBoxChange
  341.         end
  342.       end
  343.       object TitleGroupBox: TGroupBox
  344.         Left = 0
  345.         Top = 121
  346.         Width = 0
  347.         Height = 104
  348.         Align = alTop
  349.         Caption = 'Title:'
  350.         TabOrder = 1
  351.         object TitleTextLabel: TLabel
  352.           Left = 32
  353.           Top = 64
  354.           Width = 47
  355.           Height = 13
  356.           Caption = 'Title Te&xt:'
  357.           FocusControl = TitleMemo
  358.         end
  359.         object TitlePositionLabel: TLabel
  360.           Left = 16
  361.           Top = 26
  362.           Width = 63
  363.           Height = 13
  364.           Alignment = taRightJustify
  365.           Caption = 'Title Po&sition:'
  366.           FocusControl = TitlePositionComboBox
  367.         end
  368.         object TitleMemo: TMemo
  369.           Left = 88
  370.           Top = 56
  371.           Width = 161
  372.           Height = 33
  373.           ScrollBars = ssVertical
  374.           TabOrder = 1
  375.           WordWrap = False
  376.           OnChange = BorderStyleComboBoxChange
  377.         end
  378.         object TitlePositionComboBox: TComboBox
  379.           Left = 88
  380.           Top = 22
  381.           Width = 161
  382.           Height = 21
  383.           Style = csDropDownList
  384.           ItemHeight = 13
  385.           Items.Strings = (
  386.             '(none)'
  387.             'Top Left'
  388.             'Top Right'
  389.             'Top Center'
  390.             'Bottom Left'
  391.             'Bottom Right'
  392.             'Bottom Center')
  393.           TabOrder = 0
  394.           OnChange = TitlePositionComboBoxChange
  395.         end
  396.       end
  397.       object PageNumbersGroupBox: TGroupBox
  398.         Left = 0
  399.         Top = 225
  400.         Width = 265
  401.         Height = 93
  402.         Align = alClient
  403.         Caption = 'Page Numbers:'
  404.         TabOrder = 2
  405.         object PagesPrefixLabel: TLabel
  406.           Left = 8
  407.           Top = 64
  408.           Width = 29
  409.           Height = 13
  410.           Caption = 'Pr&efix:'
  411.         end
  412.         object PagesSeparatorLabel: TLabel
  413.           Left = 88
  414.           Top = 64
  415.           Width = 49
  416.           Height = 13
  417.           Caption = 'Sep&arator:'
  418.         end
  419.         object PagesSuffixLabel: TLabel
  420.           Left = 192
  421.           Top = 64
  422.           Width = 29
  423.           Height = 13
  424.           Caption = 'S&uffix:'
  425.         end
  426.         object PagesPositionLabel: TLabel
  427.           Left = 6
  428.           Top = 28
  429.           Width = 73
  430.           Height = 13
  431.           Alignment = taRightJustify
  432.           Caption = '&Pages Position:'
  433.           FocusControl = PagesPositionComboBox
  434.         end
  435.         object PagesPrefixEdit: TEdit
  436.           Left = 40
  437.           Top = 60
  438.           Width = 33
  439.           Height = 21
  440.           TabOrder = 1
  441.           OnChange = BorderStyleComboBoxChange
  442.         end
  443.         object PagesSeparatorEdit: TEdit
  444.           Left = 144
  445.           Top = 60
  446.           Width = 33
  447.           Height = 21
  448.           TabOrder = 2
  449.           OnChange = BorderStyleComboBoxChange
  450.         end
  451.         object PagesSuffixEdit: TEdit
  452.           Left = 224
  453.           Top = 60
  454.           Width = 33
  455.           Height = 21
  456.           TabOrder = 3
  457.           OnChange = BorderStyleComboBoxChange
  458.         end
  459.         object PagesPositionComboBox: TComboBox
  460.           Left = 88
  461.           Top = 24
  462.           Width = 161
  463.           Height = 21
  464.           Style = csDropDownList
  465.           ItemHeight = 13
  466.           Items.Strings = (
  467.             '(none)'
  468.             'Top Left'
  469.             'Top Right'
  470.             'Top Center'
  471.             'Bottom Left'
  472.             'Bottom Right'
  473.             'Bottom Center')
  474.           TabOrder = 0
  475.           OnChange = PagesPositionComboBoxChange
  476.         end
  477.       end
  478.     end
  479.     object MarginsTabSheet: TTabSheet
  480.       Caption = 'Margins'
  481.       object MarginsGroupBox: TGroupBox
  482.         Left = 0
  483.         Top = 0
  484.         Width = 0
  485.         Height = 153
  486.         Align = alTop
  487.         Caption = 'Margins:'
  488.         TabOrder = 0
  489.         object TopMarginLabel: TLabel
  490.           Left = 34
  491.           Top = 25
  492.           Width = 60
  493.           Height = 13
  494.           Alignment = taRightJustify
  495.           Caption = '&Top Margin :'
  496.           FocusControl = TopMarginSpinEdit
  497.         end
  498.         object LeftMarginLabel: TLabel
  499.           Left = 35
  500.           Top = 57
  501.           Width = 59
  502.           Height = 13
  503.           Alignment = taRightJustify
  504.           Caption = '&Left Margin :'
  505.           FocusControl = LeftMarginSpinEdit
  506.         end
  507.         object RightMarginLabel: TLabel
  508.           Left = 28
  509.           Top = 121
  510.           Width = 66
  511.           Height = 13
  512.           Alignment = taRightJustify
  513.           Caption = '&Right Margin :'
  514.           FocusControl = RightMarginSpinEdit
  515.         end
  516.         object BottomMarginLabel: TLabel
  517.           Left = 20
  518.           Top = 89
  519.           Width = 74
  520.           Height = 13
  521.           Alignment = taRightJustify
  522.           Caption = '&Bottom Margin :'
  523.           FocusControl = BottomMarginSpinEdit
  524.         end
  525.         object dim1: TLabel
  526.           Left = 176
  527.           Top = 24
  528.           Width = 16
  529.           Height = 13
  530.           Caption = 'mm'
  531.         end
  532.         object dim2: TLabel
  533.           Left = 176
  534.           Top = 56
  535.           Width = 16
  536.           Height = 13
  537.           Caption = 'mm'
  538.         end
  539.         object dim3: TLabel
  540.           Left = 176
  541.           Top = 88
  542.           Width = 16
  543.           Height = 13
  544.           Caption = 'mm'
  545.         end
  546.         object dim4: TLabel
  547.           Left = 176
  548.           Top = 120
  549.           Width = 16
  550.           Height = 13
  551.           Caption = 'mm'
  552.         end
  553.         object TopMarginSpinEdit: TAdvSpinEdit
  554.           Left = 104
  555.           Top = 20
  556.           Width = 65
  557.           Height = 22
  558.           AutoFocus = False
  559.           Direction = spVertical
  560.           ReturnIsTab = False
  561.           Precision = 2
  562.           SpinType = sptFloat
  563.           Value = 0
  564.           HexValue = 0
  565.           Flat = False
  566.           FlatLineColor = clBlack
  567.           SpinFlat = False
  568.           IncrementFloat = 0.100000000000000000
  569.           IncrementPage = 10
  570.           IncrementFloatPage = 1.000000000000000000
  571.           IncrementSmart = False
  572.           LabelPosition = lpLeftTop
  573.           LabelMargin = 4
  574.           LabelTransparent = False
  575.           LabelFont.Charset = DEFAULT_CHARSET
  576.           LabelFont.Color = clWindowText
  577.           LabelFont.Height = -11
  578.           LabelFont.Name = 'MS Sans Serif'
  579.           LabelFont.Style = []
  580.           MaxValue = 500
  581.           MinValue = 0
  582.           MaxFloatValue = 100.000000000000000000
  583.           TabOrder = 0
  584.           Transparent = True
  585.           Visible = True
  586.           OnChange = RowSpacingSpinEditChange
  587.         end
  588.         object LeftMarginSpinEdit: TAdvSpinEdit
  589.           Left = 104
  590.           Top = 52
  591.           Width = 65
  592.           Height = 22
  593.           AutoFocus = False
  594.           Direction = spVertical
  595.           ReturnIsTab = False
  596.           Precision = 2
  597.           SpinType = sptFloat
  598.           Value = 0
  599.           HexValue = 0
  600.           Flat = False
  601.           FlatLineColor = clBlack
  602.           SpinFlat = False
  603.           IncrementFloat = 0.100000000000000000
  604.           IncrementPage = 10
  605.           IncrementFloatPage = 1.000000000000000000
  606.           IncrementSmart = False
  607.           LabelPosition = lpLeftTop
  608.           LabelMargin = 4
  609.           LabelTransparent = False
  610.           LabelFont.Charset = DEFAULT_CHARSET
  611.           LabelFont.Color = clWindowText
  612.           LabelFont.Height = -11
  613.           LabelFont.Name = 'MS Sans Serif'
  614.           LabelFont.Style = []
  615.           MaxValue = 500
  616.           MinValue = 0
  617.           MaxFloatValue = 100.000000000000000000
  618.           TabOrder = 1
  619.           Transparent = True
  620.           Visible = True
  621.           OnChange = RowSpacingSpinEditChange
  622.         end
  623.         object RightMarginSpinEdit: TAdvSpinEdit
  624.           Left = 104
  625.           Top = 116
  626.           Width = 65
  627.           Height = 22
  628.           AutoFocus = False
  629.           Direction = spVertical
  630.           ReturnIsTab = False
  631.           Precision = 2
  632.           SpinType = sptFloat
  633.           Value = 0
  634.           HexValue = 0
  635.           Flat = False
  636.           FlatLineColor = clBlack
  637.           SpinFlat = False
  638.           IncrementFloat = 0.100000000000000000
  639.           IncrementPage = 10
  640.           IncrementFloatPage = 1.000000000000000000
  641.           IncrementSmart = False
  642.           LabelPosition = lpLeftTop
  643.           LabelMargin = 4
  644.           LabelTransparent = False
  645.           LabelFont.Charset = DEFAULT_CHARSET
  646.           LabelFont.Color = clWindowText
  647.           LabelFont.Height = -11
  648.           LabelFont.Name = 'MS Sans Serif'
  649.           LabelFont.Style = []
  650.           MaxValue = 500
  651.           MinValue = 0
  652.           MaxFloatValue = 100.000000000000000000
  653.           TabOrder = 3
  654.           Transparent = True
  655.           Visible = True
  656.           OnChange = RowSpacingSpinEditChange
  657.         end
  658.         object BottomMarginSpinEdit: TAdvSpinEdit
  659.           Left = 104
  660.           Top = 84
  661.           Width = 65
  662.           Height = 22
  663.           AutoFocus = False
  664.           Direction = spVertical
  665.           ReturnIsTab = False
  666.           Precision = 2
  667.           SpinType = sptFloat
  668.           Value = 0
  669.           HexValue = 0
  670.           Flat = False
  671.           FlatLineColor = clBlack
  672.           SpinFlat = False
  673.           IncrementFloat = 0.100000000000000000
  674.           IncrementPage = 10
  675.           IncrementFloatPage = 1.000000000000000000
  676.           IncrementSmart = False
  677.           LabelPosition = lpLeftTop
  678.           LabelMargin = 4
  679.           LabelTransparent = False
  680.           LabelFont.Charset = DEFAULT_CHARSET
  681.           LabelFont.Color = clWindowText
  682.           LabelFont.Height = -11
  683.           LabelFont.Name = 'MS Sans Serif'
  684.           LabelFont.Style = []
  685.           MaxValue = 500
  686.           MinValue = 0
  687.           MaxFloatValue = 100.000000000000000000
  688.           TabOrder = 2
  689.           Transparent = True
  690.           Visible = True
  691.           OnChange = RowSpacingSpinEditChange
  692.         end
  693.         object dimr1: TRadioButton
  694.           Left = 216
  695.           Top = 24
  696.           Width = 41
  697.           Height = 17
  698.           Caption = 'mm'
  699.           Checked = True
  700.           TabOrder = 4
  701.           TabStop = True
  702.           OnClick = dimr1Click
  703.         end
  704.         object dimr2: TRadioButton
  705.           Left = 216
  706.           Top = 48
  707.           Width = 41
  708.           Height = 17
  709.           Caption = 'inch'
  710.           TabOrder = 5
  711.           OnClick = dimr2Click
  712.         end
  713.       end
  714.       object OrientationGroupBox: TGroupBox
  715.         Left = 0
  716.         Top = 265
  717.         Width = 265
  718.         Height = 53
  719.         Align = alClient
  720.         Caption = 'Orientation:'
  721.         TabOrder = 2
  722.         object OrientationLabel: TLabel
  723.           Left = 16
  724.           Top = 24
  725.           Width = 82
  726.           Height = 13
  727.           Caption = '&Page Orientation:'
  728.           FocusControl = OrientationComboBox
  729.         end
  730.         object OrientationComboBox: TComboBox
  731.           Left = 104
  732.           Top = 20
  733.           Width = 145
  734.           Height = 21
  735.           Style = csDropDownList
  736.           ItemHeight = 13
  737.           Items.Strings = (
  738.             'Portrait'
  739.             'Landscape')
  740.           TabOrder = 0
  741.           OnChange = OrientationComboBoxChange
  742.         end
  743.       end
  744.       object SpacingGroupBox: TGroupBox
  745.         Left = 0
  746.         Top = 153
  747.         Width = 0
  748.         Height = 112
  749.         Align = alTop
  750.         Caption = 'Spacing:'
  751.         TabOrder = 1
  752.         object RowSpacingLabel: TLabel
  753.           Left = 27
  754.           Top = 25
  755.           Width = 70
  756.           Height = 13
  757.           Caption = 'Row &Spacing :'
  758.           FocusControl = RowSpacingSpinEdit
  759.         end
  760.         object ColumnSpacingLabel: TLabel
  761.           Left = 14
  762.           Top = 57
  763.           Width = 83
  764.           Height = 13
  765.           Caption = 'C&olumn Spacing :'
  766.           FocusControl = ColumnSpacingSpinEdit
  767.         end
  768.         object TitleMarginLabel: TLabel
  769.           Left = 37
  770.           Top = 89
  771.           Width = 61
  772.           Height = 13
  773.           Alignment = taRightJustify
  774.           Caption = 'Title &Margin :'
  775.           FocusControl = TitleMarginSpinEdit
  776.         end
  777.         object dim5: TLabel
  778.           Left = 176
  779.           Top = 24
  780.           Width = 16
  781.           Height = 13
  782.           Caption = 'mm'
  783.         end
  784.         object dim6: TLabel
  785.           Left = 176
  786.           Top = 56
  787.           Width = 16
  788.           Height = 13
  789.           Caption = 'mm'
  790.         end
  791.         object dim7: TLabel
  792.           Left = 176
  793.           Top = 88
  794.           Width = 16
  795.           Height = 13
  796.           Caption = 'mm'
  797.         end
  798.         object RowSpacingSpinEdit: TAdvSpinEdit
  799.           Left = 104
  800.           Top = 20
  801.           Width = 65
  802.           Height = 22
  803.           AutoFocus = False
  804.           Direction = spVertical
  805.           ReturnIsTab = False
  806.           Precision = 2
  807.           SpinType = sptFloat
  808.           Value = 0
  809.           HexValue = 0
  810.           Flat = False
  811.           FlatLineColor = clBlack
  812.           SpinFlat = False
  813.           IncrementFloat = 0.100000000000000000
  814.           IncrementPage = 10
  815.           IncrementFloatPage = 1.000000000000000000
  816.           IncrementSmart = False
  817.           LabelPosition = lpLeftTop
  818.           LabelMargin = 4
  819.           LabelTransparent = False
  820.           LabelFont.Charset = DEFAULT_CHARSET
  821.           LabelFont.Color = clWindowText
  822.           LabelFont.Height = -11
  823.           LabelFont.Name = 'MS Sans Serif'
  824.           LabelFont.Style = []
  825.           MaxValue = 100
  826.           MinValue = 0
  827.           MaxFloatValue = 100.000000000000000000
  828.           TabOrder = 0
  829.           Transparent = True
  830.           Visible = True
  831.           OnChange = RowSpacingSpinEditChange
  832.         end
  833.         object ColumnSpacingSpinEdit: TAdvSpinEdit
  834.           Left = 104
  835.           Top = 52
  836.           Width = 65
  837.           Height = 22
  838.           AutoFocus = False
  839.           Direction = spVertical
  840.           ReturnIsTab = False
  841.           Precision = 2
  842.           SpinType = sptFloat
  843.           Value = 0
  844.           HexValue = 0
  845.           Flat = False
  846.           FlatLineColor = clBlack
  847.           SpinFlat = False
  848.           IncrementFloat = 0.100000000000000000
  849.           IncrementPage = 10
  850.           IncrementFloatPage = 1.000000000000000000
  851.           IncrementSmart = False
  852.           LabelPosition = lpLeftTop
  853.           LabelMargin = 4
  854.           LabelTransparent = False
  855.           LabelFont.Charset = DEFAULT_CHARSET
  856.           LabelFont.Color = clWindowText
  857.           LabelFont.Height = -11
  858.           LabelFont.Name = 'MS Sans Serif'
  859.           LabelFont.Style = []
  860.           MaxValue = 100
  861.           MinValue = 0
  862.           MaxFloatValue = 100.000000000000000000
  863.           TabOrder = 1
  864.           Transparent = True
  865.           Visible = True
  866.           OnChange = RowSpacingSpinEditChange
  867.         end
  868.         object TitleMarginSpinEdit: TAdvSpinEdit
  869.           Left = 104
  870.           Top = 84
  871.           Width = 65
  872.           Height = 22
  873.           AutoFocus = False
  874.           Direction = spVertical
  875.           ReturnIsTab = False
  876.           Precision = 2
  877.           SpinType = sptFloat
  878.           Value = 0
  879.           HexValue = 0
  880.           Flat = False
  881.           FlatLineColor = clBlack
  882.           SpinFlat = False
  883.           IncrementFloat = 0.100000000000000000
  884.           IncrementPage = 10
  885.           IncrementFloatPage = 1.000000000000000000
  886.           IncrementSmart = False
  887.           LabelPosition = lpLeftTop
  888.           LabelMargin = 4
  889.           LabelTransparent = False
  890.           LabelFont.Charset = DEFAULT_CHARSET
  891.           LabelFont.Color = clWindowText
  892.           LabelFont.Height = -11
  893.           LabelFont.Name = 'MS Sans Serif'
  894.           LabelFont.Style = []
  895.           MaxValue = 100
  896.           MinValue = 0
  897.           MaxFloatValue = 100.000000000000000000
  898.           TabOrder = 2
  899.           Transparent = True
  900.           Visible = True
  901.           OnChange = RowSpacingSpinEditChange
  902.         end
  903.       end
  904.     end
  905.     object TabSheet1: TTabSheet
  906.       Caption = 'Preferences'
  907.       object FileGroupBox: TGroupBox
  908.         Left = 8
  909.         Top = 8
  910.         Width = 249
  911.         Height = 113
  912.         Caption = 'Save settings'
  913.         TabOrder = 0
  914.         object LoadSettings: TSpeedButton
  915.           Left = 24
  916.           Top = 27
  917.           Width = 201
  918.           Height = 25
  919.           Caption = '&Load settings'
  920.           Flat = True
  921.           Glyph.Data = {
  922.             76010000424D7601000000000000760000002800000020000000100000000100
  923.             0400000000000001000000000000000000001000000010000000000000000000
  924.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  925.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  926.             55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  927.             B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  928.             B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  929.             0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  930.             55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  931.             55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  932.             55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  933.             5555575FFF755555555557000075555555555577775555555555}
  934.           NumGlyphs = 2
  935.           Spacing = 20
  936.           OnClick = LoadSettingsClick
  937.         end
  938.         object SaveSettings: TSpeedButton
  939.           Left = 24
  940.           Top = 67
  941.           Width = 201
  942.           Height = 25
  943.           Caption = '&Save settings'
  944.           Flat = True
  945.           Glyph.Data = {
  946.             E6040000424DE604000000000000360000002800000014000000140000000100
  947.             180000000000B004000000000000000000000000000000000000C8D0D4C8D0D4
  948.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  949.             D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  950.             D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  951.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  952.             D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  953.             D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000000000
  954.             0000000000000000000000000000000000000000000000000000000000000000
  955.             00C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D400000000848400848400000000
  956.             0000000000000000000000000000C6C6C6C6C6C6000000008484000000C8D0D4
  957.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D40000000084840084840000000000000000
  958.             00000000000000000000C6C6C6C6C6C6000000008484000000C8D0D4C8D0D4C8
  959.             D0D4C8D0D4C8D0D4C8D0D4000000008484008484000000000000000000000000
  960.             000000000000C6C6C6C6C6C6000000008484000000C8D0D4C8D0D4C8D0D4C8D0
  961.             D4C8D0D4C8D0D400000000848400848400000000000000000000000000000000
  962.             0000000000000000000000008484000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  963.             C8D0D40000000084840084840084840084840084840084840084840084840084
  964.             84008484008484008484000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D400
  965.             0000008484008484000000000000000000000000000000000000000000000000
  966.             008484008484000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D40000000084
  967.             84000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000
  968.             8484000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000008484000000
  969.             C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C60000000084840000
  970.             00C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000008484000000C6C6C6C6
  971.             C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000008484000000C8D0D4
  972.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000008484000000C6C6C6C6C6C6C6C6
  973.             C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6000000008484000000C8D0D4C8D0D4C8
  974.             D0D4C8D0D4C8D0D4C8D0D4000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6
  975.             C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000C8D0D4C8D0D4C8D0D4C8D0
  976.             D4C8D0D4C8D0D4000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  977.             C6C6C6C6C6C6C6C6000000C6C6C6000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  978.             C8D0D40000000000000000000000000000000000000000000000000000000000
  979.             00000000000000000000000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  980.             D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  981.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  982.             D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  983.             D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  984.             C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  985.             D4C8D0D4C8D0D4C8D0D4}
  986.           Spacing = 20
  987.           OnClick = SaveSettingsClick
  988.         end
  989.       end
  990.     end
  991.   end
  992.   object ButtonPanel: TPanel
  993.     Left = 0
  994.     Top = 346
  995.     Width = 523
  996.     Height = 41
  997.     Align = alBottom
  998.     TabOrder = 2
  999.     object OKButton: TBitBtn
  1000.       Left = 179
  1001.       Top = 8
  1002.       Width = 75
  1003.       Height = 25
  1004.       Caption = 'OK'
  1005.       Default = True
  1006.       ModalResult = 1
  1007.       TabOrder = 0
  1008.       NumGlyphs = 2
  1009.     end
  1010.     object CancelButton: TBitBtn
  1011.       Left = 267
  1012.       Top = 8
  1013.       Width = 75
  1014.       Height = 25
  1015.       Cancel = True
  1016.       Caption = 'Cancel'
  1017.       ModalResult = 2
  1018.       TabOrder = 1
  1019.       NumGlyphs = 2
  1020.     end
  1021.   end
  1022.   object FontDialog: TFontDialog
  1023.     Font.Charset = DEFAULT_CHARSET
  1024.     Font.Color = clWindowText
  1025.     Font.Height = -11
  1026.     Font.Name = 'MS Sans Serif'
  1027.     Font.Style = []
  1028.     MinFontSize = 0
  1029.     MaxFontSize = 0
  1030.     Left = 468
  1031.     Top = 352
  1032.   end
  1033.   object OpenDialog1: TOpenDialog
  1034.     Filter = 'INI files (*.ini)|*.ini|All files (*.*)|*.*'
  1035.     Left = 400
  1036.     Top = 354
  1037.   end
  1038.   object SaveDialog1: TSaveDialog
  1039.     Filter = 'INI files (*.ini)|*.ini|All files (*.*)|*.*'
  1040.     Left = 432
  1041.     Top = 354
  1042.   end
  1043. end
  1044.