home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMCR / TFRMCR.txt
Text File  |  1996-10-14  |  8KB  |  423 lines

  1. object frmCR: TfrmCR
  2.   Left = 239
  3.   Top = 127
  4.   HelpContext = 165
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert Carriage Returns'
  8.   ClientHeight = 298
  9.   ClientWidth = 461
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 445
  23.     Height = 253
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 208
  29.     Top = 268
  30.     Width = 77
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 12
  36.     OnClick = OKBtnClick
  37.     NumGlyphs = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object CancelBtn: TBitBtn
  42.     Left = 292
  43.     Top = 268
  44.     Width = 77
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 13
  50.     NumGlyphs = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object HelpBtn: TBitBtn
  55.     Left = 376
  56.     Top = 268
  57.     Width = 77
  58.     Height = 25
  59.     Caption = '&Help'
  60.     TabOrder = 14
  61.     OnClick = HelpBtnClick
  62.     NumGlyphs = 2
  63.     Spacing = -1
  64.     IsControl = True
  65.   end
  66.   object gbDocumentTags: TGroupBox
  67.     Left = 16
  68.     Top = 16
  69.     Width = 140
  70.     Height = 57
  71.     Caption = 'Document Tags'
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 0
  78.     object chkDocBegin: TCheckBox
  79.       Left = 8
  80.       Top = 16
  81.       Width = 97
  82.       Height = 17
  83.       Caption = 'Begin'
  84.       TabOrder = 0
  85.     end
  86.     object chkDocEnd: TCheckBox
  87.       Left = 8
  88.       Top = 36
  89.       Width = 97
  90.       Height = 17
  91.       Caption = 'End'
  92.       TabOrder = 1
  93.     end
  94.   end
  95.   object gbBlockTags: TGroupBox
  96.     Left = 16
  97.     Top = 76
  98.     Width = 140
  99.     Height = 57
  100.     Caption = 'Block Style Tags'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 1
  107.     object chkBlockBegin: TCheckBox
  108.       Left = 8
  109.       Top = 16
  110.       Width = 97
  111.       Height = 17
  112.       Caption = 'Begin'
  113.       TabOrder = 0
  114.     end
  115.     object chkBlockEnd: TCheckBox
  116.       Left = 8
  117.       Top = 36
  118.       Width = 97
  119.       Height = 17
  120.       Caption = 'End'
  121.       TabOrder = 1
  122.     end
  123.   end
  124.   object gbPhysical: TGroupBox
  125.     Left = 16
  126.     Top = 196
  127.     Width = 140
  128.     Height = 57
  129.     Caption = 'Physical Font Style Tags'
  130.     Font.Color = clBlack
  131.     Font.Height = -11
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 2
  136.     object chkPhysicalBegin: TCheckBox
  137.       Left = 8
  138.       Top = 16
  139.       Width = 97
  140.       Height = 17
  141.       Caption = 'Begin'
  142.       TabOrder = 0
  143.     end
  144.     object chkPhysicalEnd: TCheckBox
  145.       Left = 8
  146.       Top = 36
  147.       Width = 97
  148.       Height = 17
  149.       Caption = 'End'
  150.       TabOrder = 1
  151.     end
  152.   end
  153.   object gbLogical: TGroupBox
  154.     Left = 16
  155.     Top = 136
  156.     Width = 140
  157.     Height = 57
  158.     Caption = 'Logical Font Style Tags'
  159.     Font.Color = clBlack
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     TabOrder = 3
  165.     object chkLogicalBegin: TCheckBox
  166.       Left = 8
  167.       Top = 16
  168.       Width = 97
  169.       Height = 17
  170.       Caption = 'Begin'
  171.       TabOrder = 0
  172.     end
  173.     object chkLogicalEnd: TCheckBox
  174.       Left = 8
  175.       Top = 36
  176.       Width = 97
  177.       Height = 17
  178.       Caption = 'End'
  179.       TabOrder = 1
  180.     end
  181.   end
  182.   object gbHeadings: TGroupBox
  183.     Left = 160
  184.     Top = 16
  185.     Width = 140
  186.     Height = 57
  187.     Caption = 'Headings'
  188.     Font.Color = clBlack
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     ParentFont = False
  193.     TabOrder = 4
  194.     object chkHeadingBegin: TCheckBox
  195.       Left = 8
  196.       Top = 16
  197.       Width = 97
  198.       Height = 17
  199.       Caption = 'Begin'
  200.       TabOrder = 0
  201.     end
  202.     object chkHeadingEnd: TCheckBox
  203.       Left = 8
  204.       Top = 36
  205.       Width = 97
  206.       Height = 17
  207.       Caption = 'End'
  208.       TabOrder = 1
  209.     end
  210.   end
  211.   object gbListTags: TGroupBox
  212.     Left = 160
  213.     Top = 76
  214.     Width = 140
  215.     Height = 57
  216.     Caption = 'List Tags'
  217.     Font.Color = clBlack
  218.     Font.Height = -11
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     TabOrder = 5
  223.     object chkListBegin: TCheckBox
  224.       Left = 8
  225.       Top = 16
  226.       Width = 61
  227.       Height = 17
  228.       Caption = 'Begin'
  229.       TabOrder = 0
  230.     end
  231.     object chkListEnd: TCheckBox
  232.       Left = 8
  233.       Top = 36
  234.       Width = 97
  235.       Height = 17
  236.       Caption = 'End'
  237.       TabOrder = 1
  238.     end
  239.     object chkListItem: TCheckBox
  240.       Left = 64
  241.       Top = 16
  242.       Width = 65
  243.       Height = 17
  244.       Caption = 'List Item'
  245.       TabOrder = 2
  246.     end
  247.   end
  248.   object gbFormTags: TGroupBox
  249.     Left = 160
  250.     Top = 136
  251.     Width = 140
  252.     Height = 57
  253.     Caption = 'Form Tags'
  254.     Font.Color = clBlack
  255.     Font.Height = -11
  256.     Font.Name = 'MS Sans Serif'
  257.     Font.Style = []
  258.     ParentFont = False
  259.     TabOrder = 6
  260.     object chkFormBegin: TCheckBox
  261.       Left = 8
  262.       Top = 16
  263.       Width = 97
  264.       Height = 17
  265.       Caption = 'Begin'
  266.       TabOrder = 0
  267.     end
  268.     object chkFormEnd: TCheckBox
  269.       Left = 8
  270.       Top = 36
  271.       Width = 97
  272.       Height = 17
  273.       Caption = 'End'
  274.       TabOrder = 1
  275.     end
  276.   end
  277.   object gbUserDefined: TGroupBox
  278.     Left = 304
  279.     Top = 76
  280.     Width = 140
  281.     Height = 57
  282.     Caption = 'User-defined Tags'
  283.     Font.Color = clBlack
  284.     Font.Height = -11
  285.     Font.Name = 'MS Sans Serif'
  286.     Font.Style = []
  287.     ParentFont = False
  288.     TabOrder = 7
  289.     object chkCustomBegin: TCheckBox
  290.       Left = 8
  291.       Top = 16
  292.       Width = 97
  293.       Height = 17
  294.       Caption = 'Begin'
  295.       TabOrder = 0
  296.     end
  297.     object chkCustomEnd: TCheckBox
  298.       Left = 8
  299.       Top = 36
  300.       Width = 97
  301.       Height = 17
  302.       Caption = 'End'
  303.       TabOrder = 1
  304.     end
  305.   end
  306.   object gbAnchors: TGroupBox
  307.     Left = 304
  308.     Top = 136
  309.     Width = 140
  310.     Height = 57
  311.     Caption = 'Anchors / Links'
  312.     Font.Color = clBlack
  313.     Font.Height = -11
  314.     Font.Name = 'MS Sans Serif'
  315.     Font.Style = []
  316.     ParentFont = False
  317.     TabOrder = 9
  318.     object chkLinkBegin: TCheckBox
  319.       Left = 8
  320.       Top = 16
  321.       Width = 97
  322.       Height = 17
  323.       Caption = 'Begin'
  324.       TabOrder = 0
  325.     end
  326.     object chkLinkEnd: TCheckBox
  327.       Left = 8
  328.       Top = 36
  329.       Width = 97
  330.       Height = 17
  331.       Caption = 'End'
  332.       TabOrder = 1
  333.     end
  334.   end
  335.   object gbOther: TGroupBox
  336.     Left = 304
  337.     Top = 196
  338.     Width = 140
  339.     Height = 57
  340.     Caption = 'Other'
  341.     Font.Color = clBlack
  342.     Font.Height = -11
  343.     Font.Name = 'MS Sans Serif'
  344.     Font.Style = []
  345.     ParentFont = False
  346.     TabOrder = 10
  347.     object chkInsertion: TCheckBox
  348.       Left = 8
  349.       Top = 16
  350.       Width = 120
  351.       Height = 17
  352.       Caption = 'After Insertion Tags'
  353.       TabOrder = 0
  354.     end
  355.     object chkSpecialChar: TCheckBox
  356.       Left = 8
  357.       Top = 36
  358.       Width = 120
  359.       Height = 17
  360.       Caption = 'After Special Chars'
  361.       TabOrder = 1
  362.     end
  363.   end
  364.   object gbTable: TGroupBox
  365.     Left = 160
  366.     Top = 196
  367.     Width = 140
  368.     Height = 57
  369.     Caption = 'Table Tags'
  370.     Font.Color = clBlack
  371.     Font.Height = -11
  372.     Font.Name = 'MS Sans Serif'
  373.     Font.Style = []
  374.     ParentFont = False
  375.     TabOrder = 11
  376.     object chkTableBegin: TCheckBox
  377.       Left = 8
  378.       Top = 16
  379.       Width = 97
  380.       Height = 17
  381.       Caption = 'Begin'
  382.       TabOrder = 0
  383.     end
  384.     object chkTableEnd: TCheckBox
  385.       Left = 8
  386.       Top = 36
  387.       Width = 97
  388.       Height = 17
  389.       Caption = 'End'
  390.       TabOrder = 1
  391.     end
  392.   end
  393.   object gbMathTags: TGroupBox
  394.     Left = 304
  395.     Top = 16
  396.     Width = 140
  397.     Height = 57
  398.     Caption = 'Math Tags'
  399.     Font.Color = clBlack
  400.     Font.Height = -11
  401.     Font.Name = 'MS Sans Serif'
  402.     Font.Style = []
  403.     ParentFont = False
  404.     TabOrder = 8
  405.     object chkMathBegin: TCheckBox
  406.       Left = 8
  407.       Top = 16
  408.       Width = 97
  409.       Height = 17
  410.       Caption = 'Begin'
  411.       TabOrder = 0
  412.     end
  413.     object chkMathEnd: TCheckBox
  414.       Left = 8
  415.       Top = 36
  416.       Width = 97
  417.       Height = 17
  418.       Caption = 'End'
  419.       TabOrder = 1
  420.     end
  421.   end
  422. end
  423.