home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TPAGESETUPFORM / TPAGESETUPFORM.txt
Encoding:
Text File  |  1999-07-21  |  10.3 KB  |  502 lines

  1. object PageSetupForm: TPageSetupForm
  2.   Left = 266
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Page Setup'
  6.   ClientHeight = 443
  7.   ClientWidth = 510
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageMarginGroup: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 193
  20.     Height = 169
  21.     Caption = 'Page Margins'
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 16
  25.       Top = 64
  26.       Width = 18
  27.       Height = 13
  28.       Caption = '&Left'
  29.       FocusControl = LeftEdit
  30.     end
  31.     object Label2: TLabel
  32.       Left = 104
  33.       Top = 64
  34.       Width = 25
  35.       Height = 13
  36.       Caption = '&Right'
  37.       FocusControl = RightEdit
  38.     end
  39.     object Label3: TLabel
  40.       Left = 16
  41.       Top = 112
  42.       Width = 19
  43.       Height = 13
  44.       Caption = '&Top'
  45.       FocusControl = TopEdit
  46.     end
  47.     object Label4: TLabel
  48.       Left = 104
  49.       Top = 112
  50.       Width = 33
  51.       Height = 13
  52.       Caption = '&Bottom'
  53.       FocusControl = BotEdit
  54.     end
  55.     object InchBut: TRadioButton
  56.       Left = 16
  57.       Top = 20
  58.       Width = 65
  59.       Height = 17
  60.       Caption = '&Inches'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.     end
  65.     object CentBut: TRadioButton
  66.       Tag = 1
  67.       Left = 16
  68.       Top = 36
  69.       Width = 89
  70.       Height = 17
  71.       Caption = '&Centimeters'
  72.       TabOrder = 1
  73.     end
  74.     object LeftEdit: TEdit
  75.       Left = 16
  76.       Top = 80
  77.       Width = 65
  78.       Height = 21
  79.       TabOrder = 2
  80.       Text = 'LeftEdit'
  81.     end
  82.     object RightEdit: TEdit
  83.       Left = 104
  84.       Top = 80
  85.       Width = 65
  86.       Height = 21
  87.       TabOrder = 3
  88.       Text = 'RightEdit'
  89.     end
  90.     object TopEdit: TEdit
  91.       Left = 16
  92.       Top = 128
  93.       Width = 65
  94.       Height = 21
  95.       TabOrder = 4
  96.       Text = 'TopEdit'
  97.     end
  98.     object BotEdit: TEdit
  99.       Left = 104
  100.       Top = 128
  101.       Width = 65
  102.       Height = 21
  103.       TabOrder = 5
  104.       Text = 'BotEdit'
  105.     end
  106.   end
  107.   object PageOrientGroup: TGroupBox
  108.     Left = 208
  109.     Top = 8
  110.     Width = 113
  111.     Height = 169
  112.     Caption = 'Page Orientation'
  113.     TabOrder = 1
  114.     object PortShape: TShape
  115.       Left = 28
  116.       Top = 72
  117.       Width = 56
  118.       Height = 73
  119.     end
  120.     object LandShape: TShape
  121.       Left = 20
  122.       Top = 80
  123.       Width = 73
  124.       Height = 56
  125.       Visible = False
  126.     end
  127.     object PortBut: TRadioButton
  128.       Left = 14
  129.       Top = 20
  130.       Width = 85
  131.       Height = 17
  132.       Caption = '&Portrait'
  133.       Checked = True
  134.       TabOrder = 0
  135.       TabStop = True
  136.       OnClick = PortButClick
  137.     end
  138.     object LandBut: TRadioButton
  139.       Tag = 1
  140.       Left = 14
  141.       Top = 36
  142.       Width = 85
  143.       Height = 17
  144.       Caption = 'Land&scape'
  145.       TabOrder = 1
  146.       OnClick = PortButClick
  147.     end
  148.   end
  149.   object OKBut: TBitBtn
  150.     Left = 190
  151.     Top = 412
  152.     Width = 75
  153.     Height = 25
  154.     TabOrder = 6
  155.     OnClick = OKButClick
  156.     Kind = bkOK
  157.   end
  158.   object CancelBut: TBitBtn
  159.     Left = 286
  160.     Top = 412
  161.     Width = 75
  162.     Height = 25
  163.     TabOrder = 7
  164.     Kind = bkCancel
  165.   end
  166.   object HeaderGroup: TGroupBox
  167.     Left = 8
  168.     Top = 184
  169.     Width = 497
  170.     Height = 105
  171.     Caption = 'Header Options'
  172.     TabOrder = 3
  173.     object Label5: TLabel
  174.       Left = 16
  175.       Top = 28
  176.       Width = 35
  177.       Height = 13
  178.       Caption = '&Header'
  179.       FocusControl = HeaderEdit
  180.     end
  181.     object Label6: TLabel
  182.       Left = 16
  183.       Top = 55
  184.       Width = 70
  185.       Height = 13
  186.       Caption = 'Header &Margin'
  187.       FocusControl = HdrMarginEdit
  188.     end
  189.     object HeaderEdit: TEdit
  190.       Left = 56
  191.       Top = 20
  192.       Width = 425
  193.       Height = 21
  194.       TabOrder = 0
  195.       Text = 'HeaderEdit'
  196.     end
  197.     object HdrMarginEdit: TEdit
  198.       Left = 16
  199.       Top = 71
  200.       Width = 97
  201.       Height = 21
  202.       TabOrder = 1
  203.       Text = 'HdrMarginEdit'
  204.     end
  205.     object HdrLeftBut: TRadioButton
  206.       Left = 144
  207.       Top = 48
  208.       Width = 70
  209.       Height = 17
  210.       Caption = 'Left'
  211.       TabOrder = 2
  212.     end
  213.     object HdrCenterBut: TRadioButton
  214.       Tag = 2
  215.       Left = 144
  216.       Top = 64
  217.       Width = 70
  218.       Height = 17
  219.       Caption = 'Center'
  220.       Checked = True
  221.       TabOrder = 3
  222.       TabStop = True
  223.     end
  224.     object HdrRightBut: TRadioButton
  225.       Tag = 1
  226.       Left = 144
  227.       Top = 80
  228.       Width = 70
  229.       Height = 17
  230.       Caption = 'Right'
  231.       TabOrder = 4
  232.     end
  233.     object HdrFontBut: TBitBtn
  234.       Left = 232
  235.       Top = 61
  236.       Width = 136
  237.       Height = 25
  238.       Caption = '&Font...'
  239.       TabOrder = 5
  240.       OnClick = HdrFontButClick
  241.     end
  242.   end
  243.   object FooterGroup: TGroupBox
  244.     Left = 8
  245.     Top = 296
  246.     Width = 497
  247.     Height = 105
  248.     Caption = 'Footer Options'
  249.     TabOrder = 4
  250.     object Label7: TLabel
  251.       Left = 16
  252.       Top = 28
  253.       Width = 30
  254.       Height = 13
  255.       Caption = '&Footer'
  256.       FocusControl = FooterEdit
  257.     end
  258.     object Label8: TLabel
  259.       Left = 16
  260.       Top = 55
  261.       Width = 65
  262.       Height = 13
  263.       Caption = 'Footer &Margin'
  264.       FocusControl = FtrMarginEdit
  265.     end
  266.     object FooterEdit: TEdit
  267.       Left = 56
  268.       Top = 20
  269.       Width = 425
  270.       Height = 21
  271.       TabOrder = 0
  272.       Text = 'HeaderEdit'
  273.     end
  274.     object FtrMarginEdit: TEdit
  275.       Left = 16
  276.       Top = 71
  277.       Width = 97
  278.       Height = 21
  279.       TabOrder = 1
  280.       Text = 'FtrMarginEdit'
  281.     end
  282.     object FtrLeftBut: TRadioButton
  283.       Left = 144
  284.       Top = 48
  285.       Width = 70
  286.       Height = 17
  287.       Caption = 'Left'
  288.       TabOrder = 2
  289.     end
  290.     object FtrCenterBut: TRadioButton
  291.       Tag = 2
  292.       Left = 144
  293.       Top = 64
  294.       Width = 70
  295.       Height = 17
  296.       Caption = 'Center'
  297.       Checked = True
  298.       TabOrder = 3
  299.       TabStop = True
  300.     end
  301.     object FtrRightBut: TRadioButton
  302.       Tag = 1
  303.       Left = 144
  304.       Top = 80
  305.       Width = 70
  306.       Height = 17
  307.       Caption = 'Right'
  308.       TabOrder = 4
  309.     end
  310.     object FtrFontBut: TBitBtn
  311.       Left = 232
  312.       Top = 61
  313.       Width = 136
  314.       Height = 25
  315.       Caption = '&Font...'
  316.       TabOrder = 5
  317.       OnClick = FtrFontButClick
  318.     end
  319.   end
  320.   object PageNumGroup: TGroupBox
  321.     Left = 328
  322.     Top = 8
  323.     Width = 177
  324.     Height = 169
  325.     Caption = 'Page Number Options'
  326.     TabOrder = 2
  327.     object Label9: TLabel
  328.       Left = 8
  329.       Top = 88
  330.       Width = 149
  331.       Height = 13
  332.       Caption = 'Page Number Text (%d = Page)'
  333.     end
  334.     object Panel1: TPanel
  335.       Left = 8
  336.       Top = 24
  337.       Width = 81
  338.       Height = 57
  339.       BevelOuter = bvNone
  340.       TabOrder = 0
  341.       object PageBotBut: TRadioButton
  342.         Left = 8
  343.         Top = 4
  344.         Width = 65
  345.         Height = 17
  346.         Caption = 'Bottom'
  347.         Checked = True
  348.         TabOrder = 0
  349.         TabStop = True
  350.       end
  351.       object PageTopBut: TRadioButton
  352.         Tag = 1
  353.         Left = 8
  354.         Top = 20
  355.         Width = 65
  356.         Height = 17
  357.         Caption = 'Top'
  358.         TabOrder = 1
  359.       end
  360.       object PageNoneBut: TRadioButton
  361.         Tag = 2
  362.         Left = 8
  363.         Top = 36
  364.         Width = 65
  365.         Height = 17
  366.         Caption = 'None'
  367.         TabOrder = 2
  368.       end
  369.     end
  370.     object Panel2: TPanel
  371.       Left = 88
  372.       Top = 24
  373.       Width = 81
  374.       Height = 57
  375.       BevelOuter = bvNone
  376.       TabOrder = 1
  377.       object PageLeftBut: TRadioButton
  378.         Left = 8
  379.         Top = 4
  380.         Width = 65
  381.         Height = 17
  382.         Caption = 'Left'
  383.         TabOrder = 0
  384.       end
  385.       object PageCenterBut: TRadioButton
  386.         Tag = 2
  387.         Left = 8
  388.         Top = 20
  389.         Width = 65
  390.         Height = 17
  391.         Caption = 'Center'
  392.         TabOrder = 1
  393.       end
  394.       object PageRightBut: TRadioButton
  395.         Tag = 1
  396.         Left = 8
  397.         Top = 36
  398.         Width = 65
  399.         Height = 17
  400.         Caption = 'Right'
  401.         Checked = True
  402.         TabOrder = 2
  403.         TabStop = True
  404.       end
  405.     end
  406.     object PageNumEdit: TEdit
  407.       Left = 8
  408.       Top = 104
  409.       Width = 153
  410.       Height = 21
  411.       TabOrder = 2
  412.       Text = 'PageNumEdit'
  413.     end
  414.     object PageNumFontBut: TBitBtn
  415.       Left = 20
  416.       Top = 135
  417.       Width = 136
  418.       Height = 25
  419.       Caption = '&Font...'
  420.       TabOrder = 3
  421.       OnClick = PageNumFontButClick
  422.     end
  423.   end
  424.   object PrinterSetupBut: TBitBtn
  425.     Left = 52
  426.     Top = 412
  427.     Width = 105
  428.     Height = 25
  429.     Caption = 'Printer &Setup...'
  430.     TabOrder = 5
  431.     OnClick = PrinterSetupButClick
  432.     Glyph.Data = {
  433.       76010000424D7601000000000000760000002800000020000000100000000100
  434.       0400000000000001000000000000000000001000000010000000000000000000
  435.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  436.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  437.       0003377777777777777308888888888888807F33333333333337088888888888
  438.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  439.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  440.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  441.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  442.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  443.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  444.       33333337FFFF7733333333300000033333333337777773333333}
  445.     NumGlyphs = 2
  446.   end
  447.   object SetDefaultBut: TBitBtn
  448.     Left = 384
  449.     Top = 412
  450.     Width = 75
  451.     Height = 25
  452.     Caption = 'Set &Default'
  453.     TabOrder = 8
  454.     OnClick = SetDefaultButClick
  455.   end
  456.   object PrinterSetupDialog1: TPrinterSetupDialog
  457.     Left = 40
  458.     Top = 392
  459.   end
  460.   object FooterFontDialog: TFontDialog
  461.     Font.Charset = DEFAULT_CHARSET
  462.     Font.Color = clWindowText
  463.     Font.Height = -11
  464.     Font.Name = 'MS Sans Serif'
  465.     Font.Style = []
  466.     MinFontSize = 0
  467.     MaxFontSize = 0
  468.     Left = 352
  469.     Top = 352
  470.   end
  471.   object HeaderFontDialog: TFontDialog
  472.     Font.Charset = DEFAULT_CHARSET
  473.     Font.Color = clWindowText
  474.     Font.Height = -11
  475.     Font.Name = 'MS Sans Serif'
  476.     Font.Style = []
  477.     MinFontSize = 0
  478.     MaxFontSize = 0
  479.     Left = 352
  480.     Top = 240
  481.   end
  482.   object PageNumFontDialog: TFontDialog
  483.     Font.Charset = DEFAULT_CHARSET
  484.     Font.Color = clWindowText
  485.     Font.Height = -11
  486.     Font.Name = 'MS Sans Serif'
  487.     Font.Style = []
  488.     MinFontSize = 0
  489.     MaxFontSize = 0
  490.     Left = 472
  491.     Top = 144
  492.   end
  493.   object FormSettings1: TFormSettings
  494.     SavePosition = True
  495.     SaveValues = False
  496.     LoadValues = True
  497.     SaveValueOptions = [svEdit, svMemo, svCheckBox, svRadioButton, svListBox, svComboBox, svFontDialog]
  498.     Left = 448
  499.     Top = 352
  500.   end
  501. end
  502.