home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TPAGESETUPFORM / TPAGESETUPFORM.txt
Encoding:
Text File  |  2000-10-20  |  12.1 KB  |  609 lines

  1. object PageSetupForm: TPageSetupForm
  2.   Left = 266
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Page Setup'
  6.   ClientHeight = 443
  7.   ClientWidth = 485
  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 PageMarginGroup: TGroupBox
  18.     Left = 8
  19.     Top = 60
  20.     Width = 161
  21.     Height = 117
  22.     Caption = 'Page Margins'
  23.     TabOrder = 1
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 16
  27.       Width = 18
  28.       Height = 13
  29.       Caption = '&Left'
  30.       FocusControl = LeftEdit
  31.     end
  32.     object Label2: TLabel
  33.       Left = 84
  34.       Top = 16
  35.       Width = 25
  36.       Height = 13
  37.       Caption = '&Right'
  38.       FocusControl = RightEdit
  39.     end
  40.     object Label3: TLabel
  41.       Left = 8
  42.       Top = 64
  43.       Width = 19
  44.       Height = 13
  45.       Caption = '&Top'
  46.       FocusControl = TopEdit
  47.     end
  48.     object Label4: TLabel
  49.       Left = 84
  50.       Top = 64
  51.       Width = 33
  52.       Height = 13
  53.       Caption = '&Bottom'
  54.       FocusControl = BotEdit
  55.     end
  56.     object LeftEdit: TEdit
  57.       Left = 8
  58.       Top = 36
  59.       Width = 65
  60.       Height = 21
  61.       TabOrder = 0
  62.     end
  63.     object RightEdit: TEdit
  64.       Left = 84
  65.       Top = 36
  66.       Width = 65
  67.       Height = 21
  68.       TabOrder = 1
  69.     end
  70.     object TopEdit: TEdit
  71.       Left = 8
  72.       Top = 80
  73.       Width = 65
  74.       Height = 21
  75.       TabOrder = 2
  76.     end
  77.     object BotEdit: TEdit
  78.       Left = 84
  79.       Top = 80
  80.       Width = 65
  81.       Height = 21
  82.       TabOrder = 3
  83.     end
  84.   end
  85.   object PageOrientGroup: TGroupBox
  86.     Left = 176
  87.     Top = 8
  88.     Width = 109
  89.     Height = 169
  90.     Caption = 'Page Orientation'
  91.     TabOrder = 2
  92.     object PortShape: TShape
  93.       Left = 24
  94.       Top = 72
  95.       Width = 56
  96.       Height = 73
  97.     end
  98.     object LandShape: TShape
  99.       Left = 16
  100.       Top = 80
  101.       Width = 73
  102.       Height = 56
  103.       Visible = False
  104.     end
  105.     object PortBut: TRadioButton
  106.       Left = 14
  107.       Top = 20
  108.       Width = 85
  109.       Height = 17
  110.       Caption = '&Portrait'
  111.       Checked = True
  112.       TabOrder = 0
  113.       TabStop = True
  114.       OnClick = OrientationClick
  115.     end
  116.     object LandBut: TRadioButton
  117.       Tag = 1
  118.       Left = 14
  119.       Top = 36
  120.       Width = 85
  121.       Height = 17
  122.       Caption = 'Land&scape'
  123.       TabOrder = 1
  124.       OnClick = OrientationClick
  125.     end
  126.   end
  127.   object OKBut: TBitBtn
  128.     Left = 157
  129.     Top = 412
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 8
  136.     OnClick = OKButClick
  137.   end
  138.   object CancelBut: TBitBtn
  139.     Left = 253
  140.     Top = 412
  141.     Width = 75
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = 'Cancel'
  145.     ModalResult = 2
  146.     TabOrder = 9
  147.   end
  148.   object HeaderGroup: TGroupBox
  149.     Left = 8
  150.     Top = 184
  151.     Width = 277
  152.     Height = 105
  153.     Caption = 'Header Options'
  154.     TabOrder = 4
  155.     object Label5: TLabel
  156.       Left = 8
  157.       Top = 24
  158.       Width = 35
  159.       Height = 13
  160.       Caption = '&Header'
  161.       FocusControl = HeaderEdit
  162.     end
  163.     object Label6: TLabel
  164.       Left = 8
  165.       Top = 55
  166.       Width = 32
  167.       Height = 13
  168.       Caption = '&Margin'
  169.       FocusControl = HdrMarginEdit
  170.     end
  171.     object HeaderEdit: TEdit
  172.       Left = 48
  173.       Top = 20
  174.       Width = 165
  175.       Height = 21
  176.       TabOrder = 0
  177.     end
  178.     object HdrMarginEdit: TEdit
  179.       Left = 8
  180.       Top = 71
  181.       Width = 45
  182.       Height = 21
  183.       TabOrder = 1
  184.     end
  185.     object HdrLeftBut: TRadioButton
  186.       Left = 64
  187.       Top = 48
  188.       Width = 60
  189.       Height = 17
  190.       Caption = 'Left'
  191.       TabOrder = 2
  192.     end
  193.     object HdrCenterBut: TRadioButton
  194.       Tag = 2
  195.       Left = 64
  196.       Top = 64
  197.       Width = 60
  198.       Height = 17
  199.       Caption = 'Center'
  200.       Checked = True
  201.       TabOrder = 3
  202.       TabStop = True
  203.     end
  204.     object HdrRightBut: TRadioButton
  205.       Tag = 1
  206.       Left = 64
  207.       Top = 80
  208.       Width = 60
  209.       Height = 17
  210.       Caption = 'Right'
  211.       TabOrder = 4
  212.     end
  213.     object HdrFontBut: TBitBtn
  214.       Left = 132
  215.       Top = 61
  216.       Width = 136
  217.       Height = 25
  218.       Caption = '&Font...'
  219.       TabOrder = 5
  220.       OnClick = HdrFontButClick
  221.     end
  222.   end
  223.   object FooterGroup: TGroupBox
  224.     Left = 8
  225.     Top = 296
  226.     Width = 277
  227.     Height = 105
  228.     Caption = 'Footer Options'
  229.     TabOrder = 5
  230.     object Label7: TLabel
  231.       Left = 8
  232.       Top = 24
  233.       Width = 30
  234.       Height = 13
  235.       Caption = '&Footer'
  236.       FocusControl = FooterEdit
  237.     end
  238.     object Label8: TLabel
  239.       Left = 8
  240.       Top = 55
  241.       Width = 32
  242.       Height = 13
  243.       Caption = '&Margin'
  244.       FocusControl = FtrMarginEdit
  245.     end
  246.     object FooterEdit: TEdit
  247.       Left = 48
  248.       Top = 20
  249.       Width = 165
  250.       Height = 21
  251.       TabOrder = 0
  252.     end
  253.     object FtrMarginEdit: TEdit
  254.       Left = 8
  255.       Top = 71
  256.       Width = 45
  257.       Height = 21
  258.       TabOrder = 1
  259.     end
  260.     object FtrLeftBut: TRadioButton
  261.       Left = 64
  262.       Top = 48
  263.       Width = 60
  264.       Height = 17
  265.       Caption = 'Left'
  266.       TabOrder = 2
  267.     end
  268.     object FtrCenterBut: TRadioButton
  269.       Tag = 2
  270.       Left = 64
  271.       Top = 64
  272.       Width = 60
  273.       Height = 17
  274.       Caption = 'Center'
  275.       Checked = True
  276.       TabOrder = 3
  277.       TabStop = True
  278.     end
  279.     object FtrRightBut: TRadioButton
  280.       Tag = 1
  281.       Left = 64
  282.       Top = 80
  283.       Width = 60
  284.       Height = 17
  285.       Caption = 'Right'
  286.       TabOrder = 4
  287.     end
  288.     object FtrFontBut: TBitBtn
  289.       Left = 132
  290.       Top = 61
  291.       Width = 136
  292.       Height = 25
  293.       Caption = '&Font...'
  294.       TabOrder = 5
  295.       OnClick = FtrFontButClick
  296.     end
  297.   end
  298.   object PageNumGroup: TGroupBox
  299.     Left = 292
  300.     Top = 8
  301.     Width = 185
  302.     Height = 169
  303.     Caption = 'Page Number Options'
  304.     TabOrder = 3
  305.     object Label9: TLabel
  306.       Left = 16
  307.       Top = 88
  308.       Width = 149
  309.       Height = 13
  310.       Caption = 'Page &Number Text (%d = Page)'
  311.       FocusControl = PageNumEdit
  312.     end
  313.     object Panel1: TPanel
  314.       Left = 8
  315.       Top = 24
  316.       Width = 81
  317.       Height = 57
  318.       BevelOuter = bvNone
  319.       TabOrder = 0
  320.       object PageBotBut: TRadioButton
  321.         Left = 8
  322.         Top = 4
  323.         Width = 65
  324.         Height = 17
  325.         Caption = 'Bottom'
  326.         Checked = True
  327.         TabOrder = 0
  328.         TabStop = True
  329.       end
  330.       object PageTopBut: TRadioButton
  331.         Tag = 1
  332.         Left = 8
  333.         Top = 20
  334.         Width = 65
  335.         Height = 17
  336.         Caption = 'Top'
  337.         TabOrder = 1
  338.       end
  339.       object PageNoneBut: TRadioButton
  340.         Tag = 2
  341.         Left = 8
  342.         Top = 36
  343.         Width = 65
  344.         Height = 17
  345.         Caption = 'None'
  346.         TabOrder = 2
  347.       end
  348.     end
  349.     object Panel2: TPanel
  350.       Left = 88
  351.       Top = 24
  352.       Width = 81
  353.       Height = 57
  354.       BevelOuter = bvNone
  355.       TabOrder = 1
  356.       object PageLeftBut: TRadioButton
  357.         Left = 20
  358.         Top = 4
  359.         Width = 65
  360.         Height = 17
  361.         Caption = 'Left'
  362.         TabOrder = 0
  363.       end
  364.       object PageCenterBut: TRadioButton
  365.         Tag = 2
  366.         Left = 20
  367.         Top = 20
  368.         Width = 65
  369.         Height = 17
  370.         Caption = 'Center'
  371.         TabOrder = 1
  372.       end
  373.       object PageRightBut: TRadioButton
  374.         Tag = 1
  375.         Left = 20
  376.         Top = 36
  377.         Width = 65
  378.         Height = 17
  379.         Caption = 'Right'
  380.         Checked = True
  381.         TabOrder = 2
  382.         TabStop = True
  383.       end
  384.     end
  385.     object PageNumEdit: TEdit
  386.       Left = 16
  387.       Top = 104
  388.       Width = 153
  389.       Height = 21
  390.       TabOrder = 2
  391.     end
  392.     object PageNumFontBut: TBitBtn
  393.       Left = 20
  394.       Top = 135
  395.       Width = 136
  396.       Height = 25
  397.       Caption = '&Font...'
  398.       TabOrder = 3
  399.       OnClick = PageNumFontButClick
  400.     end
  401.   end
  402.   object PrinterSetupBut: TBitBtn
  403.     Left = 364
  404.     Top = 412
  405.     Width = 105
  406.     Height = 25
  407.     Caption = 'Printer &Setup...'
  408.     TabOrder = 7
  409.     OnClick = PrinterSetupButClick
  410.     Glyph.Data = {
  411.       76010000424D7601000000000000760000002800000020000000100000000100
  412.       0400000000000001000000000000000000001000000010000000000000000000
  413.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  414.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  415.       0003377777777777777308888888888888807F33333333333337088888888888
  416.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  417.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  418.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  419.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  420.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  421.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  422.       33333337FFFF7733333333300000033333333337777773333333}
  423.     NumGlyphs = 2
  424.   end
  425.   object ElementGroup: TGroupBox
  426.     Left = 296
  427.     Top = 184
  428.     Width = 181
  429.     Height = 217
  430.     Caption = 'Elements'
  431.     TabOrder = 6
  432.     object Label10: TLabel
  433.       Left = 8
  434.       Top = 60
  435.       Width = 27
  436.       Height = 13
  437.       Caption = '&Rows'
  438.       FocusControl = RowsEdit
  439.     end
  440.     object Label11: TLabel
  441.       Left = 88
  442.       Top = 60
  443.       Width = 40
  444.       Height = 13
  445.       Caption = '&Columns'
  446.       FocusControl = ColumnsEdit
  447.     end
  448.     object Label12: TLabel
  449.       Left = 8
  450.       Top = 104
  451.       Width = 64
  452.       Height = 13
  453.       Caption = 'Row &Spacing'
  454.     end
  455.     object Label13: TLabel
  456.       Left = 88
  457.       Top = 104
  458.       Width = 77
  459.       Height = 13
  460.       Caption = 'Co&lumn Spacing'
  461.     end
  462.     object Label14: TLabel
  463.       Left = 88
  464.       Top = 16
  465.       Width = 28
  466.       Height = 13
  467.       Caption = '&Width'
  468.       FocusControl = WidthEdit
  469.     end
  470.     object Label15: TLabel
  471.       Left = 8
  472.       Top = 16
  473.       Width = 31
  474.       Height = 13
  475.       Caption = '&Height'
  476.       FocusControl = HeightEdit
  477.     end
  478.     object Label16: TLabel
  479.       Left = 8
  480.       Top = 156
  481.       Width = 62
  482.       Height = 13
  483.       Caption = '&Border Width'
  484.       FocusControl = BorderEdit
  485.     end
  486.     object RowsEdit: TEdit
  487.       Left = 8
  488.       Top = 76
  489.       Width = 65
  490.       Height = 21
  491.       TabOrder = 1
  492.     end
  493.     object RowSpaceEdit: TEdit
  494.       Left = 8
  495.       Top = 120
  496.       Width = 65
  497.       Height = 21
  498.       TabOrder = 2
  499.     end
  500.     object ColumnsEdit: TEdit
  501.       Left = 88
  502.       Top = 76
  503.       Width = 65
  504.       Height = 21
  505.       TabOrder = 4
  506.     end
  507.     object ColumnSpaceEdit: TEdit
  508.       Left = 88
  509.       Top = 120
  510.       Width = 65
  511.       Height = 21
  512.       TabOrder = 5
  513.     end
  514.     object WidthEdit: TEdit
  515.       Left = 88
  516.       Top = 32
  517.       Width = 65
  518.       Height = 21
  519.       TabOrder = 3
  520.     end
  521.     object HeightEdit: TEdit
  522.       Left = 8
  523.       Top = 32
  524.       Width = 65
  525.       Height = 21
  526.       TabOrder = 0
  527.     end
  528.     object BorderEdit: TEdit
  529.       Left = 88
  530.       Top = 152
  531.       Width = 65
  532.       Height = 21
  533.       TabOrder = 6
  534.     end
  535.     object CropMarksCheck: TCheckBox
  536.       Left = 8
  537.       Top = 188
  538.       Width = 97
  539.       Height = 17
  540.       Caption = 'Print Crop &Marks'
  541.       TabOrder = 7
  542.     end
  543.   end
  544.   object UnitsGroup: TGroupBox
  545.     Left = 8
  546.     Top = 8
  547.     Width = 161
  548.     Height = 45
  549.     Caption = 'Units'
  550.     TabOrder = 0
  551.     object InchBut: TRadioButton
  552.       Left = 8
  553.       Top = 20
  554.       Width = 57
  555.       Height = 17
  556.       Caption = '&Inch'
  557.       Checked = True
  558.       TabOrder = 0
  559.       TabStop = True
  560.     end
  561.     object CentBut: TRadioButton
  562.       Tag = 1
  563.       Left = 68
  564.       Top = 20
  565.       Width = 89
  566.       Height = 17
  567.       Caption = '&Centimeters'
  568.       TabOrder = 1
  569.     end
  570.   end
  571.   object PrinterSetupDialog1: TPrinterSetupDialog
  572.     Left = 68
  573.     Top = 412
  574.   end
  575.   object FooterFontDialog: TFontDialog
  576.     Font.Charset = DEFAULT_CHARSET
  577.     Font.Color = clWindowText
  578.     Font.Height = -11
  579.     Font.Name = 'MS Sans Serif'
  580.     Font.Style = []
  581.     MinFontSize = 0
  582.     MaxFontSize = 0
  583.     Left = 132
  584.     Top = 368
  585.   end
  586.   object HeaderFontDialog: TFontDialog
  587.     Font.Charset = DEFAULT_CHARSET
  588.     Font.Color = clWindowText
  589.     Font.Height = -11
  590.     Font.Name = 'MS Sans Serif'
  591.     Font.Style = []
  592.     MinFontSize = 0
  593.     MaxFontSize = 0
  594.     Left = 136
  595.     Top = 256
  596.   end
  597.   object PageNumFontDialog: TFontDialog
  598.     Font.Charset = DEFAULT_CHARSET
  599.     Font.Color = clWindowText
  600.     Font.Height = -11
  601.     Font.Name = 'MS Sans Serif'
  602.     Font.Style = []
  603.     MinFontSize = 0
  604.     MaxFontSize = 0
  605.     Left = 296
  606.     Top = 140
  607.   end
  608. end
  609.