home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TFORMATDLG / TFORMATDLG.txt
Text File  |  1998-06-03  |  15KB  |  564 lines

  1. object FormatDlg: TFormatDlg
  2.   Left = 329
  3.   Top = 121
  4.   HelpContext = 5001
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Document Format'
  8.   ClientHeight = 273
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object NoteBook: TTabbedNotebook
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 273
  24.     HelpContext = 5001
  25.     Align = alClient
  26.     Font.Color = clBlack
  27.     Font.Height = -12
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     TabFont.Color = clBtnText
  31.     TabFont.Height = -12
  32.     TabFont.Name = 'MS Sans Serif'
  33.     TabFont.Style = []
  34.     TabOrder = 0
  35.     OnChange = NoteBookChange
  36.     object TTabPage
  37.       Left = 5
  38.       Top = 26
  39.       Caption = '&Page'
  40.       object GroupBox1: TGroupBox
  41.         Left = 11
  42.         Top = 15
  43.         Width = 121
  44.         Height = 124
  45.         Caption = '&Vertical'
  46.         TabOrder = 0
  47.         object Label1: TLabel
  48.           Left = 7
  49.           Top = 24
  50.           Width = 42
  51.           Height = 13
  52.           Caption = '&Header'
  53.           FocusControl = EHeader
  54.         end
  55.         object Label2: TLabel
  56.           Left = 7
  57.           Top = 49
  58.           Width = 23
  59.           Height = 13
  60.           Caption = 'T&op'
  61.           FocusControl = EPageTop
  62.         end
  63.         object Label3: TLabel
  64.           Left = 7
  65.           Top = 74
  66.           Width = 40
  67.           Height = 13
  68.           Caption = '&Bottom'
  69.           FocusControl = EPageBottom
  70.         end
  71.         object Label4: TLabel
  72.           Left = 7
  73.           Top = 99
  74.           Width = 37
  75.           Height = 13
  76.           Caption = 'Foot&er'
  77.           FocusControl = EFooter
  78.         end
  79.         object EHeader: TEdit
  80.           Left = 61
  81.           Top = 21
  82.           Width = 50
  83.           Height = 21
  84.           TabOrder = 0
  85.         end
  86.         object EPageTop: TEdit
  87.           Left = 61
  88.           Top = 46
  89.           Width = 50
  90.           Height = 21
  91.           TabOrder = 1
  92.         end
  93.         object EPageBottom: TEdit
  94.           Left = 61
  95.           Top = 71
  96.           Width = 50
  97.           Height = 21
  98.           TabOrder = 2
  99.         end
  100.         object EFooter: TEdit
  101.           Left = 61
  102.           Top = 96
  103.           Width = 50
  104.           Height = 21
  105.           TabOrder = 3
  106.         end
  107.       end
  108.       object BMirror: TCheckBox
  109.         Left = 15
  110.         Top = 149
  111.         Width = 97
  112.         Height = 17
  113.         Caption = '&Mirror'
  114.         TabOrder = 1
  115.       end
  116.       object BWidow: TCheckBox
  117.         Left = 15
  118.         Top = 170
  119.         Width = 97
  120.         Height = 17
  121.         Caption = '&Widow Ctrl.'
  122.         TabOrder = 2
  123.       end
  124.       object GroupBox2: TGroupBox
  125.         Left = 154
  126.         Top = 15
  127.         Width = 112
  128.         Height = 45
  129.         Caption = '&Line Numbers'
  130.         TabOrder = 3
  131.         object ELineNumbers: TEdit
  132.           Left = 9
  133.           Top = 20
  134.           Width = 97
  135.           Height = 21
  136.           TabOrder = 0
  137.         end
  138.       end
  139.       object GroupBox3: TGroupBox
  140.         Left = 295
  141.         Top = 15
  142.         Width = 112
  143.         Height = 45
  144.         Caption = 'Ma&rgin Sep.'
  145.         TabOrder = 4
  146.         object EMarginSep: TEdit
  147.           Left = 9
  148.           Top = 19
  149.           Width = 97
  150.           Height = 21
  151.           TabOrder = 0
  152.         end
  153.       end
  154.       object GroupBox4: TGroupBox
  155.         Left = 154
  156.         Top = 78
  157.         Width = 253
  158.         Height = 82
  159.         Caption = 'Pa&ge Number'
  160.         TabOrder = 5
  161.         object TLabel
  162.           Left = 9
  163.           Top = 24
  164.           Width = 9
  165.           Height = 13
  166.           Caption = '&X'
  167.           FocusControl = EPageX
  168.         end
  169.         object TLabel
  170.           Left = 9
  171.           Top = 49
  172.           Width = 9
  173.           Height = 13
  174.           Caption = '&Y'
  175.           FocusControl = EPageY
  176.         end
  177.         object Label5: TLabel
  178.           Left = 88
  179.           Top = 21
  180.           Width = 29
  181.           Height = 13
  182.           Caption = '&Align'
  183.           FocusControl = CBPageAlign
  184.         end
  185.         object EPageX: TEdit
  186.           Left = 27
  187.           Top = 21
  188.           Width = 50
  189.           Height = 21
  190.           TabOrder = 0
  191.         end
  192.         object EPageY: TEdit
  193.           Left = 27
  194.           Top = 46
  195.           Width = 50
  196.           Height = 21
  197.           TabOrder = 1
  198.         end
  199.         object CBPageAlign: TComboBox
  200.           Left = 153
  201.           Top = 18
  202.           Width = 91
  203.           Height = 20
  204.           Style = csDropDownList
  205.           ItemHeight = 13
  206.           TabOrder = 2
  207.         end
  208.         object BPageFont: TButton
  209.           Left = 87
  210.           Top = 43
  211.           Width = 58
  212.           Height = 25
  213.           Caption = '&Font'
  214.           TabOrder = 3
  215.           OnClick = BPageFontClick
  216.         end
  217.         object PageFontShow: TPanel
  218.           Left = 152
  219.           Top = 43
  220.           Width = 94
  221.           Height = 27
  222.           BevelOuter = bvLowered
  223.           TabOrder = 4
  224.         end
  225.       end
  226.     end
  227.     object TTabPage
  228.       Left = 5
  229.       Top = 26
  230.       Caption = '&Templates'
  231.       object Label7: TLabel
  232.         Left = 12
  233.         Top = 25
  234.         Width = 53
  235.         Height = 13
  236.         Caption = 'Te&mplate'
  237.         FocusControl = CBTemplate
  238.       end
  239.       object CBTemplate: TComboBox
  240.         Left = 81
  241.         Top = 21
  242.         Width = 224
  243.         Height = 20
  244.         ItemHeight = 13
  245.         TabOrder = 0
  246.         OnChange = CBTemplateChange
  247.       end
  248.       object BAdd: TButton
  249.         Left = 317
  250.         Top = 18
  251.         Width = 89
  252.         Height = 27
  253.         Caption = '&Add'
  254.         TabOrder = 1
  255.         OnClick = BAddClick
  256.       end
  257.       object BDelete: TButton
  258.         Left = 317
  259.         Top = 47
  260.         Width = 89
  261.         Height = 27
  262.         Caption = '&Delete'
  263.         TabOrder = 2
  264.         OnClick = BDeleteClick
  265.       end
  266.       object BParagraph: TButton
  267.         Left = 317
  268.         Top = 86
  269.         Width = 89
  270.         Height = 27
  271.         Caption = 'Pa&ragraph'
  272.         TabOrder = 3
  273.         OnClick = BParagraphClick
  274.       end
  275.       object BSettings: TButton
  276.         Left = 317
  277.         Top = 115
  278.         Width = 89
  279.         Height = 27
  280.         Caption = 'S&ettings'
  281.         TabOrder = 4
  282.         OnClick = BSettingsClick
  283.       end
  284.       object Panel1: TPanel
  285.         Left = 15
  286.         Top = 54
  287.         Width = 292
  288.         Height = 121
  289.         BevelOuter = bvLowered
  290.         TabOrder = 5
  291.         object TemplateFormatShow: TMemo
  292.           Left = 1
  293.           Top = 1
  294.           Width = 290
  295.           Height = 119
  296.           Align = alClient
  297.           BorderStyle = bsNone
  298.           Font.Color = clBlack
  299.           Font.Height = -12
  300.           Font.Name = 'MS Sans Serif'
  301.           Font.Style = []
  302.           ParentColor = True
  303.           ParentFont = False
  304.           ReadOnly = True
  305.           TabOrder = 0
  306.         end
  307.       end
  308.     end
  309.     object TTabPage
  310.       Left = 5
  311.       Top = 26
  312.       Caption = '&Notes'
  313.       object GroupBox5: TGroupBox
  314.         Left = 9
  315.         Top = 20
  316.         Width = 184
  317.         Height = 73
  318.         TabOrder = 0
  319.         object Label6: TLabel
  320.           Left = 5
  321.           Top = 17
  322.           Width = 96
  323.           Height = 13
  324.           Caption = 'N&umber of Notes'
  325.           FocusControl = NumNot
  326.         end
  327.         object Label8: TLabel
  328.           Left = 5
  329.           Top = 46
  330.           Width = 120
  331.           Height = 13
  332.           Caption = 'Number of &Apparatus'
  333.           FocusControl = NumApp
  334.         end
  335.         object NumNot: TSpinEdit
  336.           Left = 134
  337.           Top = 12
  338.           Width = 40
  339.           Height = 22
  340.           EditorEnabled = False
  341.           MaxValue = 1
  342.           MinValue = 1
  343.           TabOrder = 0
  344.           Value = 1
  345.           OnChange = NumNotChange
  346.         end
  347.         object NumApp: TSpinEdit
  348.           Left = 134
  349.           Top = 42
  350.           Width = 40
  351.           Height = 22
  352.           EditorEnabled = False
  353.           MaxValue = 1
  354.           MinValue = 1
  355.           TabOrder = 1
  356.           Value = 1
  357.           OnChange = NumAppChange
  358.         end
  359.       end
  360.       object GroupBox6: TGroupBox
  361.         Left = 10
  362.         Top = 126
  363.         Width = 183
  364.         Height = 47
  365.         Caption = 'Or&der'
  366.         TabOrder = 1
  367.         object ENotesOrder: TEdit
  368.           Left = 9
  369.           Top = 18
  370.           Width = 163
  371.           Height = 21
  372.           TabOrder = 0
  373.         end
  374.       end
  375.       object GroupBox7: TGroupBox
  376.         Left = 203
  377.         Top = 20
  378.         Width = 202
  379.         Height = 154
  380.         TabOrder = 2
  381.         object TLabel
  382.           Left = 8
  383.           Top = 15
  384.           Width = 103
  385.           Height = 13
  386.           Caption = '&Before Notes Min.'
  387.           FocusControl = ESpacing1
  388.         end
  389.         object TLabel
  390.           Left = 8
  391.           Top = 39
  392.           Width = 115
  393.           Height = 13
  394.           Caption = 'Bet&ween Notes Min.'
  395.           FocusControl = ESpacing2
  396.         end
  397.         object TLabel
  398.           Left = 8
  399.           Top = 63
  400.           Width = 74
  401.           Height = 13
  402.           Caption = 'Break if &Free'
  403.           FocusControl = EMaxSpace
  404.         end
  405.         object ESpacing1: TEdit
  406.           Left = 135
  407.           Top = 12
  408.           Width = 58
  409.           Height = 21
  410.           TabOrder = 0
  411.         end
  412.         object ESpacing2: TEdit
  413.           Left = 135
  414.           Top = 36
  415.           Width = 58
  416.           Height = 21
  417.           TabOrder = 1
  418.         end
  419.         object RPrintNotes: TRadioGroup
  420.           Left = 8
  421.           Top = 88
  422.           Width = 185
  423.           Height = 53
  424.           Caption = 'P&rint Notes'
  425.           Columns = 2
  426.           Items.Strings = (
  427.             'T&op'
  428.             'Botto&m'
  429.             '&Equal')
  430.           TabOrder = 3
  431.         end
  432.         object EMaxSpace: TEdit
  433.           Left = 135
  434.           Top = 60
  435.           Width = 58
  436.           Height = 21
  437.           TabOrder = 2
  438.         end
  439.       end
  440.     end
  441.   end
  442.   object OKBtn: TBitBtn
  443.     Left = 170
  444.     Top = 230
  445.     Width = 77
  446.     Height = 27
  447.     Caption = 'OK'
  448.     Default = True
  449.     Font.Color = clBlack
  450.     Font.Height = -12
  451.     Font.Name = 'MS Sans Serif'
  452.     Font.Style = [fsBold]
  453.     ParentFont = False
  454.     TabOrder = 2
  455.     OnClick = OKBtnClick
  456.     Glyph.Data = {
  457.       CE070000424DCE07000000000000360000002800000024000000120000000100
  458.       1800000000009807000000000000000000000000000000000000008080008080
  459.       0080800080800080800080800080800080800080800080800080800080800080
  460.       8000808000808000808000808000808000808000808000808000808000808000
  461.       8080008080008080008080008080008080008080008080008080008080008080
  462.       0080800080800080800080800080800080800080800080800080800080800080
  463.       8000808000808000808000808000808000808000808000808000808000808000
  464.       8080008080008080008080008080FFFFFF008080008080008080008080008080
  465.       0080800080800080800080800080800080800080800080800080800080800080
  466.       8080000080000000808000808000808000808000808000808000808000808000
  467.       8080008080008080008080008080008080008080008080808080808080FFFFFF
  468.       0080800080800080800080800080800080800080800080800080800080800080
  469.       8000808000808000808080000000800000800080000000808000808000808000
  470.       8080008080008080008080008080008080008080008080008080008080008080
  471.       808080008080008080808080FFFFFF0080800080800080800080800080800080
  472.       8000808000808000808000808000808000808080000000800000800000800000
  473.       8000800000008080008080008080008080008080008080008080008080008080
  474.       008080008080008080808080008080008080008080008080808080FFFFFF0080
  475.       8000808000808000808000808000808000808000808000808000808080000000
  476.       8000008000008000008000008000008000800000008080008080008080008080
  477.       0080800080800080800080800080800080808080800080800080800080800080
  478.       80008080008080808080FFFFFF00808000808000808000808000808000808000
  479.       808000808080000000800000800000800000F800008000008000008000008000
  480.       800000008080008080008080008080008080008080008080008080808080FFFF
  481.       FF008080008080808080FFFFFF008080008080008080808080FFFFFF00808000
  482.       808000808000808000808000808000808000800000800000800000F800008080
  483.       00F8000080000080000080008000000080800080800080800080800080800080
  484.       80008080008080808080FFFFFF008080808080008080808080FFFFFF00808000
  485.       8080808080FFFFFF00808000808000808000808000808000808000808000F800
  486.       00800000F80000808000808000808000F8000080000080000080008000000080
  487.       80008080008080008080008080008080008080808080FFFFFF80808000808000
  488.       8080008080808080FFFFFF008080008080808080FFFFFF008080008080008080
  489.       00808000808000808000808000F80000808000808000808000808000808000F8
  490.       0000800000800000800080000000808000808000808000808000808000808000
  491.       8080808080008080008080008080008080008080808080FFFFFF008080008080
  492.       808080FFFFFF0080800080800080800080800080800080800080800080800080
  493.       8000808000808000808000808000F80000800000800000800080000000808000
  494.       8080008080008080008080008080008080008080008080008080008080008080
  495.       008080808080FFFFFF008080008080808080FFFFFF0080800080800080800080
  496.       8000808000808000808000808000808000808000808000808000808000F80000
  497.       8000008000008000800000008080008080008080008080008080008080008080
  498.       008080008080008080008080008080008080808080FFFFFF0080800080808080
  499.       80FFFFFF00808000808000808000808000808000808000808000808000808000
  500.       808000808000808000808000F800008000008000008000800000008080008080
  501.       0080800080800080800080800080800080800080800080800080800080800080
  502.       80808080FFFFFF008080008080808080FFFFFF00808000808000808000808000
  503.       808000808000808000808000808000808000808000808000808000F800008000
  504.       0080000080008000000080800080800080800080800080800080800080800080
  505.       80008080008080008080008080008080808080FFFFFF008080008080808080FF
  506.       FFFF008080008080008080008080008080008080008080008080008080008080
  507.       00808000808000808000F8000080000080008000000080800080800080800080
  508.       8000808000808000808000808000808000808000808000808000808000808080
  509.       8080FFFFFF008080808080FFFFFF008080008080008080008080008080008080
  510.       00808000808000808000808000808000808000808000808000F8000080000080
  511.       0000808000808000808000808000808000808000808000808000808000808000
  512.       8080008080008080008080008080808080FFFFFF808080008080008080008080
  513.       0080800080800080800080800080800080800080800080800080800080800080
  514.       8000808000808000F80000808000808000808000808000808000808000808000
  515.       8080008080008080008080008080008080008080008080008080008080808080
  516.       0080800080800080800080800080800080800080800080800080800080800080
  517.       8000808000808000808000808000808000808000808000808000808000808000
  518.       8080008080008080008080008080008080008080008080008080008080008080
  519.       008080008080008080008080008080008080}
  520.     Margin = 2
  521.     NumGlyphs = 2
  522.     Spacing = -1
  523.   end
  524.   object CancelBtn: TBitBtn
  525.     Left = 253
  526.     Top = 230
  527.     Width = 77
  528.     Height = 27
  529.     Font.Color = clBlack
  530.     Font.Height = -12
  531.     Font.Name = 'MS Sans Serif'
  532.     Font.Style = [fsBold]
  533.     ParentFont = False
  534.     TabOrder = 3
  535.     Kind = bkCancel
  536.     Margin = 2
  537.     Spacing = -1
  538.   end
  539.   object HelpBtn: TBitBtn
  540.     Left = 335
  541.     Top = 230
  542.     Width = 77
  543.     Height = 27
  544.     Font.Color = clBlack
  545.     Font.Height = -12
  546.     Font.Name = 'MS Sans Serif'
  547.     Font.Style = [fsBold]
  548.     ParentFont = False
  549.     TabOrder = 4
  550.     Kind = bkHelp
  551.     Margin = 2
  552.     Spacing = -1
  553.   end
  554.   object BStandard: TButton
  555.     Left = 15
  556.     Top = 230
  557.     Width = 77
  558.     Height = 27
  559.     Caption = '&Standard'
  560.     TabOrder = 1
  561.     OnClick = BStandardClick
  562.   end
  563. end
  564.