SourceCode/PROMS/Volian.Controls.Library/StepTabRibbon.designer.cs
2009-09-15 12:54:07 +00:00

1933 lines
178 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Volian.Controls.Library
{
partial class StepTabRibbon
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StepTabRibbon));
this._RibbonControl = new DevComponents.DotNetBar.RibbonControl();
this.rpanView = new DevComponents.DotNetBar.RibbonPanel();
this.rbDocTypes = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerDocs = new DevComponents.DotNetBar.ItemContainer();
this.cbProcSteps = new DevComponents.DotNetBar.CheckBoxItem();
this.cbBackground = new DevComponents.DotNetBar.CheckBoxItem();
this.cbDeviation = new DevComponents.DotNetBar.CheckBoxItem();
this.rbEditViewMode = new DevComponents.DotNetBar.RibbonBar();
this.btnEditMode = new DevComponents.DotNetBar.ButtonItem();
this.rpanHome = new DevComponents.DotNetBar.RibbonPanel();
this.rbEditing = new DevComponents.DotNetBar.RibbonBar();
this.btnFindRplDlg = new DevComponents.DotNetBar.ButtonItem();
this.lblEditBar1 = new DevComponents.DotNetBar.LabelItem();
this.btnCpyStp = new DevComponents.DotNetBar.ButtonItem();
this.lblEditBar2 = new DevComponents.DotNetBar.LabelItem();
this.itemContainerUnReDo = new DevComponents.DotNetBar.ItemContainer();
this.btnUndo = new DevComponents.DotNetBar.ButtonItem();
this.btnRedo = new DevComponents.DotNetBar.ButtonItem();
this.btnGoTo = new DevComponents.DotNetBar.ButtonItem();
this.rbStepType = new DevComponents.DotNetBar.RibbonBar();
this.btnChgTyp = new DevComponents.DotNetBar.ButtonItem();
this.rbFont = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerFont = new DevComponents.DotNetBar.ItemContainer();
this.itemContainerFontAttr = new DevComponents.DotNetBar.ItemContainer();
this.btnBold = new DevComponents.DotNetBar.ButtonItem();
this.btnItalics = new DevComponents.DotNetBar.ButtonItem();
this.btnUnderline = new DevComponents.DotNetBar.ButtonItem();
this.btnSuperscript = new DevComponents.DotNetBar.ButtonItem();
this.btnSubscript = new DevComponents.DotNetBar.ButtonItem();
this.itemContainerChgCase = new DevComponents.DotNetBar.ItemContainer();
this.btnChgCase = new DevComponents.DotNetBar.ButtonItem();
this.btnUppercase = new DevComponents.DotNetBar.ButtonItem();
this.btnLowercase = new DevComponents.DotNetBar.ButtonItem();
this.btnTitleCase = new DevComponents.DotNetBar.ButtonItem();
this.rbClipboard = new DevComponents.DotNetBar.RibbonBar();
this.btnPaste = new DevComponents.DotNetBar.ButtonItem();
this.itemContainerCutCpy = new DevComponents.DotNetBar.ItemContainer();
this.btnCut = new DevComponents.DotNetBar.ButtonItem();
this.btnCopy = new DevComponents.DotNetBar.ButtonItem();
this.rpanReview = new DevComponents.DotNetBar.RibbonPanel();
this.rbProtect = new DevComponents.DotNetBar.RibbonBar();
this.btnListUsers = new DevComponents.DotNetBar.ButtonItem();
this.btnLock = new DevComponents.DotNetBar.ButtonItem();
this.btnUnlock = new DevComponents.DotNetBar.ButtonItem();
this.rbReports = new DevComponents.DotNetBar.RibbonBar();
this.btnChngHist = new DevComponents.DotNetBar.ButtonItem();
this.btnSumChgs = new DevComponents.DotNetBar.ButtonItem();
this.btnROUsages = new DevComponents.DotNetBar.ButtonItem();
this.btnTransUsage = new DevComponents.DotNetBar.ButtonItem();
this.rbComments = new DevComponents.DotNetBar.RibbonBar();
this.btnSearch = new DevComponents.DotNetBar.ButtonItem();
this.btnAnnots = new DevComponents.DotNetBar.ButtonItem();
this.btnBookmarks = new DevComponents.DotNetBar.ButtonItem();
this.btnLibDocs = new DevComponents.DotNetBar.ButtonItem();
this.rbProofing = new DevComponents.DotNetBar.RibbonBar();
this.btnSpell = new DevComponents.DotNetBar.ButtonItem();
this.rpanAdmin = new DevComponents.DotNetBar.RibbonPanel();
this.rbROs = new DevComponents.DotNetBar.RibbonBar();
this.btnUpdROVal = new DevComponents.DotNetBar.ButtonItem();
this.btnROEdit = new DevComponents.DotNetBar.ButtonItem();
this.rpanInsert = new DevComponents.DotNetBar.RibbonPanel();
this.rbnLinks = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerTransRo = new DevComponents.DotNetBar.ItemContainer();
this.btnInsTrans = new DevComponents.DotNetBar.ButtonItem();
this.btnInsRO = new DevComponents.DotNetBar.ButtonItem();
this.rbnSiblings = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerBefAft = new DevComponents.DotNetBar.ItemContainer();
this.btnInsBefore = new DevComponents.DotNetBar.ButtonItem();
this.btnInsAfter = new DevComponents.DotNetBar.ButtonItem();
this.rbnStepParts = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerStepParts = new DevComponents.DotNetBar.ItemContainer();
this.btnInsHLS = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerHLS = new DevComponents.DotNetBar.GalleryContainer();
this.btnInsSubstep = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerSubstep = new DevComponents.DotNetBar.GalleryContainer();
this.btnInsRNO = new DevComponents.DotNetBar.ButtonItem();
this.btnInsCaut = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerCaution = new DevComponents.DotNetBar.GalleryContainer();
this.btnInsNote = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerNote = new DevComponents.DotNetBar.GalleryContainer();
this.btnInsTable = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerTable = new DevComponents.DotNetBar.GalleryContainer();
this.btnInsFig = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerFig = new DevComponents.DotNetBar.GalleryContainer();
this.rbnBreaks = new DevComponents.DotNetBar.RibbonBar();
this.btnInsPgBrk = new DevComponents.DotNetBar.ButtonItem();
this.rbnCharacters = new DevComponents.DotNetBar.RibbonBar();
this.itemContainerChars = new DevComponents.DotNetBar.ItemContainer();
this.btnInsHrdSpc = new DevComponents.DotNetBar.ButtonItem();
this.btnSymbols = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerSymbols = new DevComponents.DotNetBar.GalleryContainer();
this.btnIndent = new DevComponents.DotNetBar.ButtonItem();
this.rtabHome = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabInsert = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabReview = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabView = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabAdmin = new DevComponents.DotNetBar.RibbonTabItem();
this._ContextMenuBar = new DevComponents.DotNetBar.ContextMenuBar();
this.btnCMRtfEdit = new DevComponents.DotNetBar.ButtonItem();
this.btnCMEdit = new DevComponents.DotNetBar.ButtonItem();
this.btnCMCut = new DevComponents.DotNetBar.ButtonItem();
this.btnCMCopy = new DevComponents.DotNetBar.ButtonItem();
this.btnCMPaste = new DevComponents.DotNetBar.ButtonItem();
this.btnCMUndo = new DevComponents.DotNetBar.ButtonItem();
this.btnCMRedo = new DevComponents.DotNetBar.ButtonItem();
this.btnCMEditTran = new DevComponents.DotNetBar.ButtonItem();
this.btnCMEditRO = new DevComponents.DotNetBar.ButtonItem();
this.btnCMChgStep = new DevComponents.DotNetBar.ButtonItem();
this.btnCMStyle = new DevComponents.DotNetBar.ButtonItem();
this.btnCMBold = new DevComponents.DotNetBar.ButtonItem();
this.btnCMItalics = new DevComponents.DotNetBar.ButtonItem();
this.btnCMUnderline = new DevComponents.DotNetBar.ButtonItem();
this.btnCMSuperscript = new DevComponents.DotNetBar.ButtonItem();
this.btnCMSubscript = new DevComponents.DotNetBar.ButtonItem();
this.btnCMChgCase = new DevComponents.DotNetBar.ButtonItem();
this.btnCMUppercase = new DevComponents.DotNetBar.ButtonItem();
this.btnCMLowercase = new DevComponents.DotNetBar.ButtonItem();
this.btnCMTitlecase = new DevComponents.DotNetBar.ButtonItem();
this.btnCMInsert = new DevComponents.DotNetBar.ButtonItem();
this.btnCMHardSpace = new DevComponents.DotNetBar.ButtonItem();
this.btnCMRO = new DevComponents.DotNetBar.ButtonItem();
this.btnCMTransition = new DevComponents.DotNetBar.ButtonItem();
this.btnCMSymbol = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerSymbolsCM = new DevComponents.DotNetBar.GalleryContainer();
this.btnPageBreak = new DevComponents.DotNetBar.ButtonItem();
this.btnCMAnnots = new DevComponents.DotNetBar.ButtonItem();
this.btnCMBookmarks = new DevComponents.DotNetBar.ButtonItem();
this.btnCMGoTo = new DevComponents.DotNetBar.ButtonItem();
this.btnCMRTFEdit2 = new DevComponents.DotNetBar.ButtonItem();
this.itemContainerCM21 = new DevComponents.DotNetBar.ItemContainer();
this.itemContainerCM22 = new DevComponents.DotNetBar.ItemContainer();
this.btnCM21 = new DevComponents.DotNetBar.ButtonItem();
this.btnCM22 = new DevComponents.DotNetBar.ButtonItem();
this.btnCM23 = new DevComponents.DotNetBar.ButtonItem();
this.itemContainerCM23 = new DevComponents.DotNetBar.ItemContainer();
this.btnCMRtfEdit3 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
this.galleryContainerSymbolsCM3 = new DevComponents.DotNetBar.GalleryContainer();
this.superTooltipRibbon = new DevComponents.DotNetBar.SuperTooltip();
this.btnCMEditMode1 = new DevComponents.DotNetBar.ButtonItem();
this._RibbonControl.SuspendLayout();
this.rpanView.SuspendLayout();
this.rpanHome.SuspendLayout();
this.rpanReview.SuspendLayout();
this.rpanAdmin.SuspendLayout();
this.rpanInsert.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._ContextMenuBar)).BeginInit();
this.SuspendLayout();
//
// _RibbonControl
//
this._RibbonControl.AutoSize = true;
this._RibbonControl.Controls.Add(this.rpanHome);
this._RibbonControl.Controls.Add(this.rpanView);
this._RibbonControl.Controls.Add(this.rpanReview);
this._RibbonControl.Controls.Add(this.rpanAdmin);
this._RibbonControl.Controls.Add(this.rpanInsert);
this._RibbonControl.Dock = System.Windows.Forms.DockStyle.Fill;
this._RibbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.rtabHome,
this.rtabInsert,
this.rtabReview,
this.rtabView,
this.rtabAdmin});
this._RibbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
this._RibbonControl.Location = new System.Drawing.Point(0, 0);
this._RibbonControl.Margin = new System.Windows.Forms.Padding(4);
this._RibbonControl.Name = "_RibbonControl";
this._RibbonControl.Office2007ColorTable = DevComponents.DotNetBar.Rendering.eOffice2007ColorScheme.Black;
this._RibbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
this._RibbonControl.Size = new System.Drawing.Size(1036, 156);
this._RibbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this._RibbonControl.TabGroupHeight = 14;
this._RibbonControl.TabIndex = 0;
this._RibbonControl.Text = "Review";
//
// rpanView
//
this.rpanView.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rpanView.Controls.Add(this.rbDocTypes);
this.rpanView.Controls.Add(this.rbEditViewMode);
this.rpanView.Dock = System.Windows.Forms.DockStyle.Fill;
this.rpanView.Location = new System.Drawing.Point(0, 25);
this.rpanView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rpanView.Name = "rpanView";
this.rpanView.Padding = new System.Windows.Forms.Padding(3, 0, 3, 2);
this.rpanView.Size = new System.Drawing.Size(1036, 129);
this.rpanView.TabIndex = 5;
this.rpanView.Visible = false;
//
// rbDocTypes
//
this.rbDocTypes.AlwaysDisplayKeyAccelerators = true;
this.rbDocTypes.AutoOverflowEnabled = true;
this.rbDocTypes.ContainerControlProcessDialogKey = true;
this.rbDocTypes.Dock = System.Windows.Forms.DockStyle.Left;
this.rbDocTypes.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbDocTypes.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerDocs});
this.rbDocTypes.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbDocTypes.Location = new System.Drawing.Point(3, 0);
this.rbDocTypes.Name = "rbDocTypes";
this.rbDocTypes.Size = new System.Drawing.Size(156, 127);
this.rbDocTypes.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbDocTypes.TabIndex = 1;
this.rbDocTypes.Text = "Documents";
//
// itemContainerDocs
//
this.itemContainerDocs.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerDocs.Name = "itemContainerDocs";
this.itemContainerDocs.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.cbProcSteps,
this.cbBackground,
this.cbDeviation});
//
// cbProcSteps
//
this.cbProcSteps.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.cbProcSteps.Checked = true;
this.cbProcSteps.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbProcSteps.Name = "cbProcSteps";
this.cbProcSteps.Text = "Procedure Steps";
//
// cbBackground
//
this.cbBackground.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.cbBackground.Name = "cbBackground";
this.cbBackground.Text = "Background";
//
// cbDeviation
//
this.cbDeviation.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.cbDeviation.Name = "cbDeviation";
this.cbDeviation.Text = "Deviation";
//
// rbEditViewMode
//
this.rbEditViewMode.AutoOverflowEnabled = true;
this.rbEditViewMode.ContainerControlProcessDialogKey = true;
this.rbEditViewMode.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbEditViewMode.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnEditMode});
this.rbEditViewMode.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbEditViewMode.Location = new System.Drawing.Point(161, 0);
this.rbEditViewMode.Name = "rbEditViewMode";
this.rbEditViewMode.Size = new System.Drawing.Size(86, 127);
this.rbEditViewMode.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbEditViewMode.TabIndex = 3;
this.rbEditViewMode.Text = "Edit/View";
//
// btnEditMode
//
this.btnEditMode.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnEditMode.Image = global::Volian.Controls.Library.Properties.Resources.zbuttonItem57_Image;
this.btnEditMode.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnEditMode.Name = "btnEditMode";
this.btnEditMode.SubItemsExpandWidth = 14;
this.btnEditMode.Text = " Edit\r\nMode";
this.btnEditMode.Click += new System.EventHandler(this.btnToggleEditView_Click);
//
// rpanHome
//
this.rpanHome.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rpanHome.Controls.Add(this.rbEditing);
this.rpanHome.Controls.Add(this.rbStepType);
this.rpanHome.Controls.Add(this.rbFont);
this.rpanHome.Controls.Add(this.rbClipboard);
this.rpanHome.Dock = System.Windows.Forms.DockStyle.Fill;
this.rpanHome.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rpanHome.Location = new System.Drawing.Point(0, 25);
this.rpanHome.Margin = new System.Windows.Forms.Padding(4);
this.rpanHome.Name = "rpanHome";
this.rpanHome.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
this.rpanHome.Size = new System.Drawing.Size(1036, 129);
this.rpanHome.TabIndex = 1;
//
// rbEditing
//
this.rbEditing.AutoOverflowEnabled = true;
this.rbEditing.AutoSizeItems = false;
this.rbEditing.ContainerControlProcessDialogKey = true;
this.rbEditing.Dock = System.Windows.Forms.DockStyle.Left;
this.rbEditing.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnFindRplDlg,
this.lblEditBar1,
this.btnCpyStp,
this.lblEditBar2,
this.itemContainerUnReDo,
this.btnGoTo});
this.rbEditing.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbEditing.Location = new System.Drawing.Point(367, 0);
this.rbEditing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbEditing.Name = "rbEditing";
this.rbEditing.Size = new System.Drawing.Size(242, 125);
this.rbEditing.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbEditing.TabIndex = 14;
this.rbEditing.Text = "Editing";
//
// btnFindRplDlg
//
this.btnFindRplDlg.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnFindRplDlg.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFindRplDlg.Image = global::Volian.Controls.Library.Properties.Resources.Find_Image;
this.btnFindRplDlg.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnFindRplDlg.Name = "btnFindRplDlg";
this.btnFindRplDlg.RibbonWordWrap = false;
this.btnFindRplDlg.SubItemsExpandWidth = 14;
this.btnFindRplDlg.Text = "Find /\r\nReplace";
//
// lblEditBar1
//
this.lblEditBar1.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
this.lblEditBar1.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
this.lblEditBar1.Name = "lblEditBar1";
//
// btnCpyStp
//
this.btnCpyStp.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCpyStp.Image = global::Volian.Controls.Library.Properties.Resources.CopyStep_Image;
this.btnCpyStp.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnCpyStp.Name = "btnCpyStp";
this.btnCpyStp.SubItemsExpandWidth = 14;
this.btnCpyStp.Text = "Copy\r\nStep";
//
// lblEditBar2
//
this.lblEditBar2.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
this.lblEditBar2.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
this.lblEditBar2.Name = "lblEditBar2";
//
// itemContainerUnReDo
//
this.itemContainerUnReDo.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerUnReDo.Name = "itemContainerUnReDo";
this.itemContainerUnReDo.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnUndo,
this.btnRedo});
//
// btnUndo
//
this.btnUndo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnUndo.GlobalName = "Undo";
this.btnUndo.Image = global::Volian.Controls.Library.Properties.Resources.Undo_Image;
this.btnUndo.Name = "btnUndo";
this.btnUndo.Text = "Undo";
this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
//
// btnRedo
//
this.btnRedo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnRedo.GlobalName = "Redo";
this.btnRedo.Image = global::Volian.Controls.Library.Properties.Resources.Redo_Image;
this.btnRedo.Name = "btnRedo";
this.btnRedo.Text = "Redo";
this.btnRedo.Click += new System.EventHandler(this.btnRedo_Click);
//
// btnGoTo
//
this.btnGoTo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnGoTo.Image = global::Volian.Controls.Library.Properties.Resources.Goto_Image;
this.btnGoTo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnGoTo.Name = "btnGoTo";
this.btnGoTo.SubItemsExpandWidth = 14;
this.btnGoTo.Text = "Go To";
this.btnGoTo.Click += new System.EventHandler(this.btnGoTo_Click);
//
// rbStepType
//
this.rbStepType.AutoOverflowEnabled = true;
this.rbStepType.AutoSizeItems = false;
this.rbStepType.ContainerControlProcessDialogKey = true;
this.rbStepType.Dock = System.Windows.Forms.DockStyle.Left;
this.rbStepType.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnChgTyp});
this.rbStepType.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbStepType.Location = new System.Drawing.Point(272, 0);
this.rbStepType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbStepType.Name = "rbStepType";
this.rbStepType.Size = new System.Drawing.Size(95, 125);
this.rbStepType.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbStepType.TabIndex = 2;
this.rbStepType.Text = "Step Type";
//
// btnChgTyp
//
this.btnChgTyp.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnChgTyp.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnChgTyp.Image = global::Volian.Controls.Library.Properties.Resources.ChangeStep_Image;
this.btnChgTyp.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnChgTyp.Name = "btnChgTyp";
this.btnChgTyp.RibbonWordWrap = false;
this.btnChgTyp.SubItemsExpandWidth = 14;
this.superTooltipRibbon.SetSuperTooltip(this.btnChgTyp, new DevComponents.DotNetBar.SuperTooltipInfo("Change Step Type", "", "Use the Change Step type list on the Information Panel. to the right, to change " +
"the step type.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnChgTyp.Text = "Change\r\nStep Type";
this.btnChgTyp.Click += new System.EventHandler(this.btnChgTyp_Click);
//
// rbFont
//
this.rbFont.AutoOverflowEnabled = true;
this.rbFont.AutoSizeItems = false;
this.rbFont.ContainerControlProcessDialogKey = true;
this.rbFont.Dock = System.Windows.Forms.DockStyle.Left;
this.rbFont.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerFont});
this.rbFont.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbFont.Location = new System.Drawing.Point(131, 0);
this.rbFont.Margin = new System.Windows.Forms.Padding(4);
this.rbFont.Name = "rbFont";
this.rbFont.Size = new System.Drawing.Size(141, 125);
this.rbFont.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbFont.TabIndex = 1;
this.rbFont.Text = "&Font";
//
// itemContainerFont
//
this.itemContainerFont.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerFont.Name = "itemContainerFont";
this.itemContainerFont.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerFontAttr,
this.itemContainerChgCase});
//
// itemContainerFontAttr
//
this.itemContainerFontAttr.Name = "itemContainerFontAttr";
this.itemContainerFontAttr.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnBold,
this.btnItalics,
this.btnUnderline,
this.btnSuperscript,
this.btnSubscript});
//
// btnBold
//
this.btnBold.GlobalName = "Bold";
this.btnBold.Image = global::Volian.Controls.Library.Properties.Resources.FontBold_Image;
this.btnBold.Name = "btnBold";
this.btnBold.Text = "Bold";
this.btnBold.Click += new System.EventHandler(this.btnBold_Click);
//
// btnItalics
//
this.btnItalics.GlobalName = "Italic";
this.btnItalics.Image = global::Volian.Controls.Library.Properties.Resources.FontItalic_Image;
this.btnItalics.Name = "btnItalics";
this.btnItalics.Text = "Italic";
this.btnItalics.Click += new System.EventHandler(this.btnItalics_Click);
//
// btnUnderline
//
this.btnUnderline.GlobalName = "Underline";
this.btnUnderline.Image = global::Volian.Controls.Library.Properties.Resources.FontUnderline_Image;
this.btnUnderline.Name = "btnUnderline";
this.btnUnderline.Text = "Underline";
this.btnUnderline.Click += new System.EventHandler(this.btnUnderline_Click);
//
// btnSuperscript
//
this.btnSuperscript.GlobalName = "Superscript";
this.btnSuperscript.Image = global::Volian.Controls.Library.Properties.Resources.SuperScript;
this.btnSuperscript.Name = "btnSuperscript";
this.btnSuperscript.Text = "Superscript";
this.btnSuperscript.Click += new System.EventHandler(this.btnSuperscript_Click);
//
// btnSubscript
//
this.btnSubscript.GlobalName = "Subscript";
this.btnSubscript.Image = global::Volian.Controls.Library.Properties.Resources.SubScript;
this.btnSubscript.Name = "btnSubscript";
this.btnSubscript.Text = "Subscript";
this.btnSubscript.Click += new System.EventHandler(this.btnSubscript_Click);
//
// itemContainerChgCase
//
this.itemContainerChgCase.Name = "itemContainerChgCase";
this.itemContainerChgCase.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnChgCase});
//
// btnChgCase
//
this.btnChgCase.Name = "btnChgCase";
this.btnChgCase.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnUppercase,
this.btnLowercase,
this.btnTitleCase});
this.btnChgCase.Text = "Change Case";
//
// btnUppercase
//
this.btnUppercase.GlobalName = "CaseUpper";
this.btnUppercase.Name = "btnUppercase";
this.btnUppercase.Text = "UPPER CASE";
this.btnUppercase.Click += new System.EventHandler(this.btnUppercase_Click);
//
// btnLowercase
//
this.btnLowercase.GlobalName = "CaseLower";
this.btnLowercase.Name = "btnLowercase";
this.btnLowercase.Text = "lower case";
this.btnLowercase.Click += new System.EventHandler(this.btnLowercase_Click);
//
// btnTitleCase
//
this.btnTitleCase.GlobalName = "CaseTitle";
this.btnTitleCase.Name = "btnTitleCase";
this.btnTitleCase.Text = "Title Case";
this.btnTitleCase.Click += new System.EventHandler(this.btnTitleCase_Click);
//
// rbClipboard
//
this.rbClipboard.AutoOverflowEnabled = true;
this.rbClipboard.AutoSizeItems = false;
this.rbClipboard.ContainerControlProcessDialogKey = true;
this.rbClipboard.Dock = System.Windows.Forms.DockStyle.Left;
this.rbClipboard.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnPaste,
this.itemContainerCutCpy});
this.rbClipboard.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbClipboard.Location = new System.Drawing.Point(4, 0);
this.rbClipboard.Margin = new System.Windows.Forms.Padding(4);
this.rbClipboard.Name = "rbClipboard";
this.rbClipboard.Size = new System.Drawing.Size(127, 125);
this.rbClipboard.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbClipboard.TabIndex = 0;
this.rbClipboard.Text = "&Clipboard";
//
// btnPaste
//
this.btnPaste.GlobalName = "Paste";
this.btnPaste.Image = global::Volian.Controls.Library.Properties.Resources.Paste_Image;
this.btnPaste.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnPaste.KeyTips = "V";
this.btnPaste.Name = "btnPaste";
this.btnPaste.SubItemsExpandWidth = 14;
this.btnPaste.Text = "Paste";
this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
//
// itemContainerCutCpy
//
this.itemContainerCutCpy.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerCutCpy.Name = "itemContainerCutCpy";
this.itemContainerCutCpy.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCut,
this.btnCopy});
//
// btnCut
//
this.btnCut.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCut.GlobalName = "Cut";
this.btnCut.Image = ((System.Drawing.Image)(resources.GetObject("btnCut.Image")));
this.btnCut.KeyTips = "X";
this.btnCut.Name = "btnCut";
this.btnCut.Text = "Cut";
this.btnCut.Click += new System.EventHandler(this.btnCut_Click);
//
// btnCopy
//
this.btnCopy.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCopy.GlobalName = "Copy";
this.btnCopy.Image = global::Volian.Controls.Library.Properties.Resources.Copy_Image;
this.btnCopy.Name = "btnCopy";
this.btnCopy.Text = "Copy";
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// rpanReview
//
this.rpanReview.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rpanReview.Controls.Add(this.rbProtect);
this.rpanReview.Controls.Add(this.rbReports);
this.rpanReview.Controls.Add(this.rbComments);
this.rpanReview.Controls.Add(this.rbProofing);
this.rpanReview.Dock = System.Windows.Forms.DockStyle.Fill;
this.rpanReview.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rpanReview.Location = new System.Drawing.Point(0, 25);
this.rpanReview.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rpanReview.Name = "rpanReview";
this.rpanReview.Padding = new System.Windows.Forms.Padding(3, 0, 3, 2);
this.rpanReview.Size = new System.Drawing.Size(1036, 129);
this.rpanReview.TabIndex = 4;
this.rpanReview.Visible = false;
//
// rbProtect
//
this.rbProtect.AutoOverflowEnabled = true;
this.rbProtect.AutoSizeItems = false;
this.rbProtect.ContainerControlProcessDialogKey = true;
this.rbProtect.Dock = System.Windows.Forms.DockStyle.Left;
this.rbProtect.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnListUsers,
this.btnLock,
this.btnUnlock});
this.rbProtect.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbProtect.Location = new System.Drawing.Point(750, 0);
this.rbProtect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbProtect.Name = "rbProtect";
this.rbProtect.Size = new System.Drawing.Size(168, 127);
this.rbProtect.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbProtect.TabIndex = 3;
this.rbProtect.Text = "Protect";
//
// btnListUsers
//
this.btnListUsers.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnListUsers.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnListUsers.Image = ((System.Drawing.Image)(resources.GetObject("btnListUsers.Image")));
this.btnListUsers.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnListUsers.Name = "btnListUsers";
this.btnListUsers.Text = "List Users";
//
// btnLock
//
this.btnLock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnLock.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLock.Image = global::Volian.Controls.Library.Properties.Resources.Lock_Image;
this.btnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnLock.Name = "btnLock";
this.btnLock.Text = "Lock";
//
// btnUnlock
//
this.btnUnlock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnUnlock.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUnlock.Image = ((System.Drawing.Image)(resources.GetObject("btnUnlock.Image")));
this.btnUnlock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnUnlock.Name = "btnUnlock";
this.btnUnlock.Text = "Unlock";
//
// rbReports
//
this.rbReports.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.rbReports.AutoOverflowEnabled = true;
this.rbReports.AutoSizeItems = false;
this.rbReports.ContainerControlProcessDialogKey = true;
this.rbReports.Dock = System.Windows.Forms.DockStyle.Left;
this.rbReports.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnChngHist,
this.btnSumChgs,
this.btnROUsages,
this.btnTransUsage});
this.rbReports.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbReports.Location = new System.Drawing.Point(399, 0);
this.rbReports.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbReports.Name = "rbReports";
this.rbReports.Size = new System.Drawing.Size(351, 127);
this.rbReports.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbReports.TabIndex = 2;
this.rbReports.Text = "Reports";
//
// btnChngHist
//
this.btnChngHist.Image = global::Volian.Controls.Library.Properties.Resources.WindowsHS_Image;
this.btnChngHist.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnChngHist.Name = "btnChngHist";
this.btnChngHist.RibbonWordWrap = false;
this.btnChngHist.SubItemsExpandWidth = 14;
this.btnChngHist.Text = "History\r\nof Changes";
//
// btnSumChgs
//
this.btnSumChgs.Image = global::Volian.Controls.Library.Properties.Resources.SumChg_Image;
this.btnSumChgs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnSumChgs.Name = "btnSumChgs";
this.btnSumChgs.RibbonWordWrap = false;
this.btnSumChgs.SubItemsExpandWidth = 14;
this.btnSumChgs.Text = "Summary\r\nof Changes";
//
// btnROUsages
//
this.btnROUsages.Image = ((System.Drawing.Image)(resources.GetObject("btnROUsages.Image")));
this.btnROUsages.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnROUsages.Name = "btnROUsages";
this.btnROUsages.SubItemsExpandWidth = 14;
this.btnROUsages.Text = "RO\r\nUsages";
//
// btnTransUsage
//
this.btnTransUsage.Image = global::Volian.Controls.Library.Properties.Resources.Transition_Image;
this.btnTransUsage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnTransUsage.Name = "btnTransUsage";
this.btnTransUsage.SubItemsExpandWidth = 14;
this.btnTransUsage.Text = "Transition\r\nUsages";
//
// rbComments
//
this.rbComments.AutoOverflowEnabled = true;
this.rbComments.AutoSizeItems = false;
this.rbComments.ContainerControlProcessDialogKey = true;
this.rbComments.Dock = System.Windows.Forms.DockStyle.Left;
this.rbComments.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnSearch,
this.btnAnnots,
this.btnBookmarks,
this.btnLibDocs});
this.rbComments.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbComments.Location = new System.Drawing.Point(78, 0);
this.rbComments.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbComments.Name = "rbComments";
this.rbComments.Size = new System.Drawing.Size(321, 127);
this.rbComments.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbComments.TabIndex = 1;
this.rbComments.Text = "Tools";
//
// btnSearch
//
this.btnSearch.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSearch.Image = global::Volian.Controls.Library.Properties.Resources.SearchWebHS;
this.btnSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnSearch.Name = "btnSearch";
this.btnSearch.SubItemsExpandWidth = 14;
this.btnSearch.Text = "Global\r\nSearch";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnAnnots
//
this.btnAnnots.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnAnnots.Image = global::Volian.Controls.Library.Properties.Resources.CommentHS;
this.btnAnnots.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnAnnots.Name = "btnAnnots";
this.btnAnnots.SubItemsExpandWidth = 14;
this.btnAnnots.Text = "Annotations";
this.btnAnnots.Click += new System.EventHandler(this.btnAnnots_Click);
//
// btnBookmarks
//
this.btnBookmarks.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnBookmarks.Image = global::Volian.Controls.Library.Properties.Resources.Bookmark;
this.btnBookmarks.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnBookmarks.Name = "btnBookmarks";
this.btnBookmarks.SubItemsExpandWidth = 14;
this.btnBookmarks.Text = "Book\r\nMarks";
this.btnBookmarks.Click += new System.EventHandler(this.btnBookmarks_Click);
//
// btnLibDocs
//
this.btnLibDocs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnLibDocs.Image = global::Volian.Controls.Library.Properties.Resources.libdoc;
this.btnLibDocs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnLibDocs.Name = "btnLibDocs";
this.btnLibDocs.SubItemsExpandWidth = 14;
this.btnLibDocs.Text = "Library\r\nDocuments";
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
//
// rbProofing
//
this.rbProofing.AutoOverflowEnabled = true;
this.rbProofing.AutoSizeItems = false;
this.rbProofing.ContainerControlProcessDialogKey = true;
this.rbProofing.Dock = System.Windows.Forms.DockStyle.Left;
this.rbProofing.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnSpell});
this.rbProofing.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbProofing.Location = new System.Drawing.Point(3, 0);
this.rbProofing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbProofing.Name = "rbProofing";
this.rbProofing.Size = new System.Drawing.Size(75, 127);
this.rbProofing.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbProofing.TabIndex = 0;
this.rbProofing.Text = "Proofing";
//
// btnSpell
//
this.btnSpell.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSpell.Image = global::Volian.Controls.Library.Properties.Resources.CheckSpellingHS_Image;
this.btnSpell.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnSpell.Name = "btnSpell";
this.btnSpell.SubItemsExpandWidth = 14;
this.btnSpell.Text = "Spell \r\nChecker";
//
// rpanAdmin
//
this.rpanAdmin.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rpanAdmin.Controls.Add(this.rbROs);
this.rpanAdmin.Dock = System.Windows.Forms.DockStyle.Fill;
this.rpanAdmin.Location = new System.Drawing.Point(0, 25);
this.rpanAdmin.Name = "rpanAdmin";
this.rpanAdmin.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.rpanAdmin.Size = new System.Drawing.Size(1036, 129);
this.rpanAdmin.TabIndex = 6;
this.rpanAdmin.Visible = false;
//
// rbROs
//
this.rbROs.AutoOverflowEnabled = true;
this.rbROs.ContainerControlProcessDialogKey = true;
this.rbROs.Dock = System.Windows.Forms.DockStyle.Left;
this.rbROs.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbROs.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnUpdROVal,
this.btnROEdit});
this.rbROs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbROs.Location = new System.Drawing.Point(3, 0);
this.rbROs.Name = "rbROs";
this.rbROs.Size = new System.Drawing.Size(171, 126);
this.rbROs.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbROs.TabIndex = 0;
this.rbROs.Text = "Referenced Objects";
//
// btnUpdROVal
//
this.btnUpdROVal.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnUpdROVal.Image = global::Volian.Controls.Library.Properties.Resources.UpdRoVal;
this.btnUpdROVal.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnUpdROVal.Name = "btnUpdROVal";
this.btnUpdROVal.SubItemsExpandWidth = 14;
this.btnUpdROVal.Text = " Update \r\nRO Values";
this.btnUpdROVal.Click += new System.EventHandler(this.btnUpdROVal_Click);
//
// btnROEdit
//
this.btnROEdit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnROEdit.Image = global::Volian.Controls.Library.Properties.Resources.ROEditor;
this.btnROEdit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnROEdit.Name = "btnROEdit";
this.btnROEdit.SubItemsExpandWidth = 14;
this.btnROEdit.Text = "Run RO \r\n Editor";
this.btnROEdit.Click += new System.EventHandler(this.btnROEdit_Click);
//
// rpanInsert
//
this.rpanInsert.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rpanInsert.Controls.Add(this.rbnLinks);
this.rpanInsert.Controls.Add(this.rbnSiblings);
this.rpanInsert.Controls.Add(this.rbnStepParts);
this.rpanInsert.Controls.Add(this.rbnBreaks);
this.rpanInsert.Controls.Add(this.rbnCharacters);
this.rpanInsert.Dock = System.Windows.Forms.DockStyle.Fill;
this.rpanInsert.Font = new System.Drawing.Font("Arial Unicode MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rpanInsert.Location = new System.Drawing.Point(0, 25);
this.rpanInsert.Margin = new System.Windows.Forms.Padding(4);
this.rpanInsert.Name = "rpanInsert";
this.rpanInsert.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4);
this.rpanInsert.Size = new System.Drawing.Size(1036, 129);
this.rpanInsert.TabIndex = 2;
this.rpanInsert.Visible = false;
//
// rbnLinks
//
this.rbnLinks.AutoOverflowEnabled = true;
this.rbnLinks.ContainerControlProcessDialogKey = true;
this.rbnLinks.Dock = System.Windows.Forms.DockStyle.Left;
this.rbnLinks.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerTransRo});
this.rbnLinks.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbnLinks.Location = new System.Drawing.Point(775, 0);
this.rbnLinks.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbnLinks.Name = "rbnLinks";
this.rbnLinks.Size = new System.Drawing.Size(183, 125);
this.rbnLinks.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbnLinks.TabIndex = 18;
this.rbnLinks.Text = "Links";
//
// itemContainerTransRo
//
this.itemContainerTransRo.Name = "itemContainerTransRo";
this.itemContainerTransRo.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsTrans,
this.btnInsRO});
//
// btnInsTrans
//
this.btnInsTrans.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsTrans.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsTrans.GlobalName = "InsertTransition";
this.btnInsTrans.Image = global::Volian.Controls.Library.Properties.Resources.Transition_Image;
this.btnInsTrans.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsTrans.Name = "btnInsTrans";
this.btnInsTrans.RibbonWordWrap = false;
this.btnInsTrans.Text = "Transition";
this.btnInsTrans.Tooltip = "Insert New or Modify Existing Transition";
this.btnInsTrans.Click += new System.EventHandler(this.btnInsTrans_Click);
//
// btnInsRO
//
this.btnInsRO.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsRO.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsRO.Image = ((System.Drawing.Image)(resources.GetObject("btnInsRO.Image")));
this.btnInsRO.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsRO.Name = "btnInsRO";
this.btnInsRO.RibbonWordWrap = false;
this.btnInsRO.ShowSubItems = false;
this.btnInsRO.Text = "Referenced\r\n Object";
this.btnInsRO.Click += new System.EventHandler(this.btnInsRO_Click);
//
// rbnSiblings
//
this.rbnSiblings.AutoOverflowEnabled = true;
this.rbnSiblings.ContainerControlProcessDialogKey = true;
this.rbnSiblings.Dock = System.Windows.Forms.DockStyle.Left;
this.rbnSiblings.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerBefAft});
this.rbnSiblings.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbnSiblings.Location = new System.Drawing.Point(689, 0);
this.rbnSiblings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbnSiblings.Name = "rbnSiblings";
this.rbnSiblings.Size = new System.Drawing.Size(86, 125);
this.rbnSiblings.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbnSiblings.TabIndex = 17;
this.rbnSiblings.Text = "Siblings";
//
// itemContainerBefAft
//
this.itemContainerBefAft.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerBefAft.Name = "itemContainerBefAft";
this.itemContainerBefAft.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsBefore,
this.btnInsAfter});
//
// btnInsBefore
//
this.btnInsBefore.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsBefore.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsBefore.Image = global::Volian.Controls.Library.Properties.Resources.InsertBefore_Image;
this.btnInsBefore.Name = "btnInsBefore";
this.btnInsBefore.SubItemsExpandWidth = 14;
this.btnInsBefore.Text = "Before";
this.btnInsBefore.Click += new System.EventHandler(this.btnInsBefore_Click);
//
// btnInsAfter
//
this.btnInsAfter.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsAfter.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsAfter.Image = global::Volian.Controls.Library.Properties.Resources.InsertAfter_Image;
this.btnInsAfter.Name = "btnInsAfter";
this.btnInsAfter.SubItemsExpandWidth = 14;
this.btnInsAfter.Text = "After";
this.btnInsAfter.Click += new System.EventHandler(this.btnInsAfter_Click);
//
// rbnStepParts
//
this.rbnStepParts.AutoOverflowEnabled = true;
this.rbnStepParts.ContainerControlProcessDialogKey = true;
this.rbnStepParts.Dock = System.Windows.Forms.DockStyle.Left;
this.rbnStepParts.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbnStepParts.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerStepParts});
this.rbnStepParts.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbnStepParts.Location = new System.Drawing.Point(260, 0);
this.rbnStepParts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbnStepParts.Name = "rbnStepParts";
this.rbnStepParts.Size = new System.Drawing.Size(429, 125);
this.rbnStepParts.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbnStepParts.TabIndex = 16;
this.rbnStepParts.Text = "Step Parts";
//
// itemContainerStepParts
//
this.itemContainerStepParts.Name = "itemContainerStepParts";
this.itemContainerStepParts.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsHLS,
this.btnInsSubstep,
this.btnInsRNO,
this.btnInsCaut,
this.btnInsNote,
this.btnInsTable,
this.btnInsFig});
//
// btnInsHLS
//
this.btnInsHLS.AutoExpandOnClick = true;
this.btnInsHLS.Image = global::Volian.Controls.Library.Properties.Resources.StepHigh_Image;
this.btnInsHLS.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsHLS.Name = "btnInsHLS";
this.btnInsHLS.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerHLS});
this.btnInsHLS.Text = "Highlevel\r\nStep";
//
// galleryContainerHLS
//
this.galleryContainerHLS.EnableGalleryPopup = false;
this.galleryContainerHLS.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerHLS.Name = "galleryContainerHLS";
this.galleryContainerHLS.Text = "galleryContainer1";
//
// btnInsSubstep
//
this.btnInsSubstep.AutoExpandOnClick = true;
this.btnInsSubstep.Image = global::Volian.Controls.Library.Properties.Resources.StepBullet_Image;
this.btnInsSubstep.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsSubstep.Name = "btnInsSubstep";
this.btnInsSubstep.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerSubstep});
this.btnInsSubstep.Text = "Substep";
//
// galleryContainerSubstep
//
this.galleryContainerSubstep.EnableGalleryPopup = false;
this.galleryContainerSubstep.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerSubstep.Name = "galleryContainerSubstep";
this.galleryContainerSubstep.Text = "galleryContainerSubstep";
//
// btnInsRNO
//
this.btnInsRNO.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsRNO.Image = global::Volian.Controls.Library.Properties.Resources.StepRNO_Image;
this.btnInsRNO.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsRNO.Name = "btnInsRNO";
this.btnInsRNO.SubItemsExpandWidth = 14;
this.btnInsRNO.Text = "RNO";
this.btnInsRNO.Click += new System.EventHandler(this.btnInsStep_Click);
//
// btnInsCaut
//
this.btnInsCaut.AutoExpandOnClick = true;
this.btnInsCaut.Image = global::Volian.Controls.Library.Properties.Resources.StepCaution_Image;
this.btnInsCaut.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsCaut.Name = "btnInsCaut";
this.btnInsCaut.SplitButton = true;
this.btnInsCaut.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerCaution});
this.btnInsCaut.Text = "Caution";
//
// galleryContainerCaution
//
this.galleryContainerCaution.EnableGalleryPopup = false;
this.galleryContainerCaution.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerCaution.Name = "galleryContainerCaution";
this.galleryContainerCaution.Text = "galleryContainer1";
//
// btnInsNote
//
this.btnInsNote.AutoExpandOnClick = true;
this.btnInsNote.Image = global::Volian.Controls.Library.Properties.Resources.StepNote_Image;
this.btnInsNote.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsNote.Name = "btnInsNote";
this.btnInsNote.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerNote});
this.btnInsNote.SubItemsExpandWidth = 14;
this.btnInsNote.Text = "Note";
//
// galleryContainerNote
//
this.galleryContainerNote.EnableGalleryPopup = false;
this.galleryContainerNote.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerNote.Name = "galleryContainerNote";
this.galleryContainerNote.Text = "galleryContainerNote";
//
// btnInsTable
//
this.btnInsTable.AutoExpandOnClick = true;
this.btnInsTable.Image = global::Volian.Controls.Library.Properties.Resources.StepTable_Image;
this.btnInsTable.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsTable.Name = "btnInsTable";
this.btnInsTable.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerTable});
this.btnInsTable.Text = "Table";
//
// galleryContainerTable
//
this.galleryContainerTable.EnableGalleryPopup = false;
this.galleryContainerTable.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerTable.Name = "galleryContainerTable";
this.galleryContainerTable.Text = "galleryContainerTable";
//
// btnInsFig
//
this.btnInsFig.AutoExpandOnClick = true;
this.btnInsFig.Image = global::Volian.Controls.Library.Properties.Resources.StepFigure_Image;
this.btnInsFig.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsFig.Name = "btnInsFig";
this.btnInsFig.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerFig});
this.btnInsFig.Text = "Figure";
//
// galleryContainerFig
//
this.galleryContainerFig.EnableGalleryPopup = false;
this.galleryContainerFig.MinimumSize = new System.Drawing.Size(150, 200);
this.galleryContainerFig.Name = "galleryContainerFig";
this.galleryContainerFig.Text = "galleryContainerFig";
//
// rbnBreaks
//
this.rbnBreaks.AutoOverflowEnabled = true;
this.rbnBreaks.ContainerControlProcessDialogKey = true;
this.rbnBreaks.Dock = System.Windows.Forms.DockStyle.Left;
this.rbnBreaks.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbnBreaks.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsPgBrk});
this.rbnBreaks.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbnBreaks.Location = new System.Drawing.Point(193, 0);
this.rbnBreaks.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbnBreaks.Name = "rbnBreaks";
this.rbnBreaks.Size = new System.Drawing.Size(67, 125);
this.rbnBreaks.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbnBreaks.TabIndex = 15;
this.rbnBreaks.Text = "Breaks";
//
// btnInsPgBrk
//
this.btnInsPgBrk.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsPgBrk.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsPgBrk.Image = global::Volian.Controls.Library.Properties.Resources.PageBreak_Image;
this.btnInsPgBrk.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsPgBrk.Name = "btnInsPgBrk";
this.btnInsPgBrk.SubItemsExpandWidth = 14;
this.btnInsPgBrk.Text = " Page\r\n Break";
this.btnInsPgBrk.Click += new System.EventHandler(this.btnInsPgBrk_Click);
//
// rbnCharacters
//
this.rbnCharacters.AutoOverflowEnabled = true;
this.rbnCharacters.AutoSizeItems = false;
this.rbnCharacters.ContainerControlProcessDialogKey = true;
this.rbnCharacters.Dock = System.Windows.Forms.DockStyle.Left;
this.rbnCharacters.Font = new System.Drawing.Font("Arial Unicode MS", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rbnCharacters.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerChars,
this.btnIndent});
this.rbnCharacters.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.rbnCharacters.Location = new System.Drawing.Point(4, 0);
this.rbnCharacters.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbnCharacters.Name = "rbnCharacters";
this.rbnCharacters.Size = new System.Drawing.Size(189, 125);
this.rbnCharacters.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.rbnCharacters.TabIndex = 14;
this.rbnCharacters.Text = "Characters";
//
// itemContainerChars
//
this.itemContainerChars.Name = "itemContainerChars";
this.itemContainerChars.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsHrdSpc,
this.btnSymbols});
//
// btnInsHrdSpc
//
this.btnInsHrdSpc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsHrdSpc.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsHrdSpc.GlobalItem = false;
this.btnInsHrdSpc.GlobalName = "HardSpace";
this.btnInsHrdSpc.Image = global::Volian.Controls.Library.Properties.Resources.HardSpace_Image;
this.btnInsHrdSpc.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnInsHrdSpc.Name = "btnInsHrdSpc";
this.btnInsHrdSpc.SubItemsExpandWidth = 14;
this.btnInsHrdSpc.Text = " Hard \r\nSpace";
this.btnInsHrdSpc.Click += new System.EventHandler(this.btnInsHrdSpc_Click);
//
// btnSymbols
//
this.btnSymbols.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSymbols.Image = global::Volian.Controls.Library.Properties.Resources.Symbol_Image;
this.btnSymbols.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnSymbols.Name = "btnSymbols";
this.btnSymbols.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerSymbols});
this.btnSymbols.SubItemsExpandWidth = 14;
this.btnSymbols.Text = "Symbol";
//
// galleryContainerSymbols
//
this.galleryContainerSymbols.DefaultSize = new System.Drawing.Size(156, 90);
this.galleryContainerSymbols.MinimumSize = new System.Drawing.Size(58, 58);
this.galleryContainerSymbols.Name = "galleryContainerSymbols";
//
// btnIndent
//
this.btnIndent.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnIndent.Image = global::Volian.Controls.Library.Properties.Resources.Indent_Image;
this.btnIndent.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnIndent.Name = "btnIndent";
this.btnIndent.SubItemsExpandWidth = 14;
this.btnIndent.Text = "Indent";
this.btnIndent.Click += new System.EventHandler(this.btnIndent_Click);
//
// rtabHome
//
this.rtabHome.Checked = true;
this.rtabHome.Name = "rtabHome";
this.rtabHome.Panel = this.rpanHome;
this.rtabHome.Text = "Home";
//
// rtabInsert
//
this.rtabInsert.Name = "rtabInsert";
this.rtabInsert.Panel = this.rpanInsert;
this.rtabInsert.Text = "Insert";
//
// rtabReview
//
this.rtabReview.Name = "rtabReview";
this.rtabReview.Panel = this.rpanReview;
this.rtabReview.Text = "Review";
//
// rtabView
//
this.rtabView.Name = "rtabView";
this.rtabView.Panel = this.rpanView;
this.rtabView.Text = "View";
//
// rtabAdmin
//
this.rtabAdmin.Name = "rtabAdmin";
this.rtabAdmin.Panel = this.rpanAdmin;
this.rtabAdmin.Text = "Administrative";
this.rtabAdmin.Click += new System.EventHandler(this.rtabAdmin_Click);
//
// _ContextMenuBar
//
this._ContextMenuBar.Font = new System.Drawing.Font("Arial Unicode MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._ContextMenuBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMRtfEdit,
this.btnCMRTFEdit2,
this.btnCMRtfEdit3});
this._ContextMenuBar.Location = new System.Drawing.Point(693, 0);
this._ContextMenuBar.Margin = new System.Windows.Forms.Padding(4);
this._ContextMenuBar.Name = "_ContextMenuBar";
this._ContextMenuBar.Size = new System.Drawing.Size(285, 31);
this._ContextMenuBar.Stretch = true;
this._ContextMenuBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this._ContextMenuBar.TabIndex = 2;
this._ContextMenuBar.TabStop = false;
this._ContextMenuBar.Text = "contextMenuBar1";
//
// btnCMRtfEdit
//
this.btnCMRtfEdit.AutoExpandOnClick = true;
this.btnCMRtfEdit.Name = "btnCMRtfEdit";
this.btnCMRtfEdit.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMEdit,
this.btnCMStyle,
this.btnCMInsert,
this.btnCMEditMode1,
this.btnCMGoTo});
this.btnCMRtfEdit.Text = "RTF Edit";
//
// btnCMEdit
//
this.btnCMEdit.Name = "btnCMEdit";
this.btnCMEdit.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMCut,
this.btnCMCopy,
this.btnCMPaste,
this.btnCMUndo,
this.btnCMRedo,
this.btnCMEditTran,
this.btnCMEditRO,
this.btnCMChgStep});
this.btnCMEdit.Tag = "Edit";
this.btnCMEdit.Text = "Edit";
//
// btnCMCut
//
this.btnCMCut.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMCut.GlobalName = "Cut";
this.btnCMCut.Image = ((System.Drawing.Image)(resources.GetObject("btnCMCut.Image")));
this.btnCMCut.Name = "btnCMCut";
this.btnCMCut.Text = "Cut";
this.btnCMCut.Click += new System.EventHandler(this.btnCut_Click);
//
// btnCMCopy
//
this.btnCMCopy.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMCopy.GlobalName = "Copy";
this.btnCMCopy.Image = global::Volian.Controls.Library.Properties.Resources.Copy_Image;
this.btnCMCopy.Name = "btnCMCopy";
this.btnCMCopy.Text = "Copy";
this.btnCMCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// btnCMPaste
//
this.btnCMPaste.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMPaste.GlobalName = "Paste";
this.btnCMPaste.Image = global::Volian.Controls.Library.Properties.Resources.PasteSmall_Image;
this.btnCMPaste.Name = "btnCMPaste";
this.btnCMPaste.Text = "Paste";
this.btnCMPaste.Click += new System.EventHandler(this.btnPaste_Click);
//
// btnCMUndo
//
this.btnCMUndo.BeginGroup = true;
this.btnCMUndo.GlobalName = "Undo";
this.btnCMUndo.Image = global::Volian.Controls.Library.Properties.Resources.Undo_Image;
this.btnCMUndo.Name = "btnCMUndo";
this.btnCMUndo.Text = "Undo";
this.btnCMUndo.Click += new System.EventHandler(this.btnUndo_Click);
//
// btnCMRedo
//
this.btnCMRedo.GlobalName = "Redo";
this.btnCMRedo.Image = global::Volian.Controls.Library.Properties.Resources.Redo_Image;
this.btnCMRedo.Name = "btnCMRedo";
this.btnCMRedo.Text = "Redo";
this.btnCMRedo.Click += new System.EventHandler(this.btnRedo_Click);
//
// btnCMEditTran
//
this.btnCMEditTran.BeginGroup = true;
this.btnCMEditTran.Image = global::Volian.Controls.Library.Properties.Resources.Transition_Image;
this.btnCMEditTran.Name = "btnCMEditTran";
this.btnCMEditTran.Text = "Transition";
this.btnCMEditTran.Click += new System.EventHandler(this.btnInsTrans_Click);
//
// btnCMEditRO
//
this.btnCMEditRO.Image = ((System.Drawing.Image)(resources.GetObject("btnCMEditRO.Image")));
this.btnCMEditRO.Name = "btnCMEditRO";
this.btnCMEditRO.Text = "Referenced Object";
this.btnCMEditRO.Click += new System.EventHandler(this.btnInsRO_Click);
//
// btnCMChgStep
//
this.btnCMChgStep.BeginGroup = true;
this.btnCMChgStep.Image = global::Volian.Controls.Library.Properties.Resources.ChangeStep_Image;
this.btnCMChgStep.Name = "btnCMChgStep";
this.btnCMChgStep.Text = "Change Step Type";
this.btnCMChgStep.Click += new System.EventHandler(this.btnChgTyp_Click);
//
// btnCMStyle
//
this.btnCMStyle.AutoExpandOnClick = true;
this.btnCMStyle.Name = "btnCMStyle";
this.btnCMStyle.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMBold,
this.btnCMItalics,
this.btnCMUnderline,
this.btnCMSuperscript,
this.btnCMSubscript,
this.btnCMChgCase});
this.btnCMStyle.Text = "Style";
//
// btnCMBold
//
this.btnCMBold.GlobalName = "Bold";
this.btnCMBold.Image = global::Volian.Controls.Library.Properties.Resources.FontBold_Image;
this.btnCMBold.Name = "btnCMBold";
this.btnCMBold.Text = "Bold";
this.btnCMBold.Click += new System.EventHandler(this.btnBold_Click);
//
// btnCMItalics
//
this.btnCMItalics.GlobalName = "Italic";
this.btnCMItalics.Image = global::Volian.Controls.Library.Properties.Resources.FontItalic_Image;
this.btnCMItalics.Name = "btnCMItalics";
this.btnCMItalics.Text = "Italic";
this.btnCMItalics.Click += new System.EventHandler(this.btnItalics_Click);
//
// btnCMUnderline
//
this.btnCMUnderline.GlobalName = "Underline";
this.btnCMUnderline.Image = global::Volian.Controls.Library.Properties.Resources.FontUnderline_Image;
this.btnCMUnderline.Name = "btnCMUnderline";
this.btnCMUnderline.Text = "Underline";
this.btnCMUnderline.Click += new System.EventHandler(this.btnUnderline_Click);
//
// btnCMSuperscript
//
this.btnCMSuperscript.GlobalName = "Superscript";
this.btnCMSuperscript.Image = global::Volian.Controls.Library.Properties.Resources.SuperScript;
this.btnCMSuperscript.Name = "btnCMSuperscript";
this.btnCMSuperscript.Text = "Superscript";
this.btnCMSuperscript.Click += new System.EventHandler(this.btnSuperscript_Click);
//
// btnCMSubscript
//
this.btnCMSubscript.GlobalName = "Subscript";
this.btnCMSubscript.Image = global::Volian.Controls.Library.Properties.Resources.SubScript;
this.btnCMSubscript.Name = "btnCMSubscript";
this.btnCMSubscript.Text = "Subscript";
this.btnCMSubscript.Click += new System.EventHandler(this.btnSubscript_Click);
//
// btnCMChgCase
//
this.btnCMChgCase.Name = "btnCMChgCase";
this.btnCMChgCase.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMUppercase,
this.btnCMLowercase,
this.btnCMTitlecase});
this.btnCMChgCase.Text = "Change Case";
//
// btnCMUppercase
//
this.btnCMUppercase.GlobalName = "CaseUpper";
this.btnCMUppercase.Name = "btnCMUppercase";
this.btnCMUppercase.Text = "UPPER CASE";
this.btnCMUppercase.Click += new System.EventHandler(this.btnUppercase_Click);
//
// btnCMLowercase
//
this.btnCMLowercase.GlobalName = "CaseLower";
this.btnCMLowercase.Name = "btnCMLowercase";
this.btnCMLowercase.Text = "lower case";
this.btnCMLowercase.Click += new System.EventHandler(this.btnLowercase_Click);
//
// btnCMTitlecase
//
this.btnCMTitlecase.GlobalName = "CaseTitle";
this.btnCMTitlecase.Name = "btnCMTitlecase";
this.btnCMTitlecase.Text = "Title Case";
this.btnCMTitlecase.Click += new System.EventHandler(this.btnTitleCase_Click);
//
// btnCMInsert
//
this.btnCMInsert.AutoExpandOnClick = true;
this.btnCMInsert.Name = "btnCMInsert";
this.btnCMInsert.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCMHardSpace,
this.btnCMRO,
this.btnCMTransition,
this.btnCMSymbol,
this.btnPageBreak,
this.btnCMAnnots,
this.btnCMBookmarks});
this.btnCMInsert.Text = "Insert";
//
// btnCMHardSpace
//
this.btnCMHardSpace.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMHardSpace.GlobalName = "HardSpace";
this.btnCMHardSpace.Image = global::Volian.Controls.Library.Properties.Resources.HardSpace_Image;
this.btnCMHardSpace.Name = "btnCMHardSpace";
this.btnCMHardSpace.Text = "Hard Space";
this.btnCMHardSpace.Click += new System.EventHandler(this.btnInsHrdSpc_Click);
//
// btnCMRO
//
this.btnCMRO.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMRO.Image = ((System.Drawing.Image)(resources.GetObject("btnCMRO.Image")));
this.btnCMRO.Name = "btnCMRO";
this.btnCMRO.Text = "Referenced Object";
this.btnCMRO.Click += new System.EventHandler(this.btnInsRO_Click);
//
// btnCMTransition
//
this.btnCMTransition.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCMTransition.Image = global::Volian.Controls.Library.Properties.Resources.Transition_Image;
this.btnCMTransition.Name = "btnCMTransition";
this.btnCMTransition.Text = "Transitions";
this.btnCMTransition.Click += new System.EventHandler(this.btnInsTrans_Click);
//
// btnCMSymbol
//
this.btnCMSymbol.Image = global::Volian.Controls.Library.Properties.Resources.Symbol_Image;
this.btnCMSymbol.Name = "btnCMSymbol";
this.btnCMSymbol.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerSymbolsCM});
this.btnCMSymbol.Text = "Symbol";
//
// galleryContainerSymbolsCM
//
this.galleryContainerSymbolsCM.DefaultSize = new System.Drawing.Size(156, 95);
this.galleryContainerSymbolsCM.EnableGalleryPopup = false;
this.galleryContainerSymbolsCM.MinimumSize = new System.Drawing.Size(150, 95);
this.galleryContainerSymbolsCM.Name = "galleryContainerSymbolsCM";
this.galleryContainerSymbolsCM.Text = "galleryContainer1";
//
// btnPageBreak
//
this.btnPageBreak.BeginGroup = true;
this.btnPageBreak.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnPageBreak.Image = global::Volian.Controls.Library.Properties.Resources.PageBreak_Image;
this.btnPageBreak.Name = "btnPageBreak";
this.btnPageBreak.Text = "Page Break";
//
// btnCMAnnots
//
this.btnCMAnnots.Image = global::Volian.Controls.Library.Properties.Resources.CommentHS;
this.btnCMAnnots.Name = "btnCMAnnots";
this.btnCMAnnots.Text = "Annotations";
this.btnCMAnnots.Click += new System.EventHandler(this.btnAnnots_Click);
//
// btnCMBookmarks
//
this.btnCMBookmarks.Image = global::Volian.Controls.Library.Properties.Resources.Bookmark;
this.btnCMBookmarks.Name = "btnCMBookmarks";
this.btnCMBookmarks.Text = "BookMarks";
this.btnCMBookmarks.Click += new System.EventHandler(this.btnBookmarks_Click);
//
// btnCMGoTo
//
this.btnCMGoTo.Image = global::Volian.Controls.Library.Properties.Resources.Goto_Image;
this.btnCMGoTo.Name = "btnCMGoTo";
this.btnCMGoTo.Text = "Go To";
this.btnCMGoTo.Click += new System.EventHandler(this.btnGoTo_Click);
//
// btnCMRTFEdit2
//
this.btnCMRTFEdit2.AutoExpandOnClick = true;
this.btnCMRTFEdit2.Name = "btnCMRTFEdit2";
this.btnCMRTFEdit2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerCM21});
this.btnCMRTFEdit2.Text = "RTF Edit 2";
//
// itemContainerCM21
//
this.itemContainerCM21.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemContainerCM21.Name = "itemContainerCM21";
this.itemContainerCM21.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainerCM22,
this.itemContainerCM23});
//
// itemContainerCM22
//
this.itemContainerCM22.Name = "itemContainerCM22";
this.itemContainerCM22.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnCM21,
this.btnCM22,
this.btnCM23});
//
// btnCM21
//
this.btnCM21.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCM21.Image = ((System.Drawing.Image)(resources.GetObject("btnCM21.Image")));
this.btnCM21.Name = "btnCM21";
this.btnCM21.Text = "btnCM21";
//
// btnCM22
//
this.btnCM22.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCM22.Image = global::Volian.Controls.Library.Properties.Resources.Copy_Image;
this.btnCM22.Name = "btnCM22";
this.btnCM22.Text = "btnCM22";
//
// btnCM23
//
this.btnCM23.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnCM23.Image = global::Volian.Controls.Library.Properties.Resources.PasteSmall_Image;
this.btnCM23.Name = "btnCM23";
this.btnCM23.Text = "btnCM23";
//
// itemContainerCM23
//
this.itemContainerCM23.Name = "itemContainerCM23";
//
// btnCMRtfEdit3
//
this.btnCMRtfEdit3.AutoExpandOnClick = true;
this.btnCMRtfEdit3.Name = "btnCMRtfEdit3";
this.btnCMRtfEdit3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem2,
this.buttonItem11,
this.buttonItem21});
this.btnCMRtfEdit3.Text = "RTF Edit 3";
//
// buttonItem2
//
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem3,
this.buttonItem4,
this.buttonItem5,
this.buttonItem6,
this.buttonItem7});
this.buttonItem2.Tag = "Edit";
this.buttonItem2.Text = "Edit";
//
// buttonItem3
//
this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem3.GlobalName = "Cut";
this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
this.buttonItem3.Name = "buttonItem3";
this.buttonItem3.Text = "Cut";
//
// buttonItem4
//
this.buttonItem4.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem4.GlobalName = "Copy";
this.buttonItem4.Image = global::Volian.Controls.Library.Properties.Resources.Copy_Image;
this.buttonItem4.Name = "buttonItem4";
this.buttonItem4.Text = "Copy";
//
// buttonItem5
//
this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem5.GlobalName = "Paste";
this.buttonItem5.Image = global::Volian.Controls.Library.Properties.Resources.PasteSmall_Image;
this.buttonItem5.Name = "buttonItem5";
this.buttonItem5.Text = "Paste";
//
// buttonItem6
//
this.buttonItem6.BeginGroup = true;
this.buttonItem6.Image = global::Volian.Controls.Library.Properties.Resources.Undo_Image;
this.buttonItem6.Name = "buttonItem6";
this.buttonItem6.Text = "Undo";
//
// buttonItem7
//
this.buttonItem7.Image = global::Volian.Controls.Library.Properties.Resources.Redo_Image;
this.buttonItem7.Name = "buttonItem7";
this.buttonItem7.Text = "Redo";
//
// buttonItem11
//
this.buttonItem11.AutoExpandOnClick = true;
this.buttonItem11.Name = "buttonItem11";
this.buttonItem11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem12,
this.buttonItem13,
this.buttonItem14,
this.buttonItem15,
this.buttonItem16,
this.buttonItem17});
this.buttonItem11.Text = "Style";
//
// buttonItem12
//
this.buttonItem12.GlobalName = "Bold";
this.buttonItem12.Image = global::Volian.Controls.Library.Properties.Resources.FontBold_Image;
this.buttonItem12.Name = "buttonItem12";
this.buttonItem12.Text = "Bold";
//
// buttonItem13
//
this.buttonItem13.GlobalName = "Italic";
this.buttonItem13.Image = global::Volian.Controls.Library.Properties.Resources.FontItalic_Image;
this.buttonItem13.Name = "buttonItem13";
this.buttonItem13.Text = "Italic";
//
// buttonItem14
//
this.buttonItem14.GlobalName = "Underline";
this.buttonItem14.Image = global::Volian.Controls.Library.Properties.Resources.FontUnderline_Image;
this.buttonItem14.Name = "buttonItem14";
this.buttonItem14.Text = "Underline";
//
// buttonItem15
//
this.buttonItem15.GlobalName = "Superscript";
this.buttonItem15.Image = global::Volian.Controls.Library.Properties.Resources.SuperScript;
this.buttonItem15.Name = "buttonItem15";
this.buttonItem15.Text = "Superscript";
//
// buttonItem16
//
this.buttonItem16.GlobalName = "Subscript";
this.buttonItem16.Image = global::Volian.Controls.Library.Properties.Resources.SubScript;
this.buttonItem16.Name = "buttonItem16";
this.buttonItem16.Text = "Subscript";
//
// buttonItem17
//
this.buttonItem17.Name = "buttonItem17";
this.buttonItem17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem18,
this.buttonItem19,
this.buttonItem20});
this.buttonItem17.Text = "Change Case";
//
// buttonItem18
//
this.buttonItem18.Name = "buttonItem18";
this.buttonItem18.Text = "UPPER CASE";
//
// buttonItem19
//
this.buttonItem19.Name = "buttonItem19";
this.buttonItem19.Text = "lower case";
//
// buttonItem20
//
this.buttonItem20.Name = "buttonItem20";
this.buttonItem20.Text = "Title Case";
//
// buttonItem21
//
this.buttonItem21.AutoExpandOnClick = true;
this.buttonItem21.Name = "buttonItem21";
this.buttonItem21.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem22,
this.buttonItem25});
this.buttonItem21.Text = "Insert";
//
// buttonItem22
//
this.buttonItem22.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem22.GlobalName = "HardSpace";
this.buttonItem22.Image = global::Volian.Controls.Library.Properties.Resources.HardSpace_Image;
this.buttonItem22.Name = "buttonItem22";
this.buttonItem22.Text = "Hard Space";
//
// buttonItem25
//
this.buttonItem25.Image = global::Volian.Controls.Library.Properties.Resources.Symbol_Image;
this.buttonItem25.Name = "buttonItem25";
this.buttonItem25.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.galleryContainerSymbolsCM3});
this.buttonItem25.Text = "Symbol";
//
// galleryContainerSymbolsCM3
//
this.galleryContainerSymbolsCM3.DefaultSize = new System.Drawing.Size(156, 95);
this.galleryContainerSymbolsCM3.EnableGalleryPopup = false;
this.galleryContainerSymbolsCM3.MinimumSize = new System.Drawing.Size(150, 95);
this.galleryContainerSymbolsCM3.Name = "galleryContainerSymbolsCM3";
this.galleryContainerSymbolsCM3.Text = "galleryContainer1";
//
// superTooltipRibbon
//
this.superTooltipRibbon.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
//
// btnCMEditMode1
//
this.btnCMEditMode1.Name = "btnCMEditMode1";
this.btnCMEditMode1.Text = "Edit Mode";
this.btnCMEditMode1.Click += new System.EventHandler(this.btnToggleEditView_Click);
//
// StepTabRibbon
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._ContextMenuBar);
this.Controls.Add(this._RibbonControl);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "StepTabRibbon";
this.Size = new System.Drawing.Size(1036, 156);
this._RibbonControl.ResumeLayout(false);
this._RibbonControl.PerformLayout();
this.rpanView.ResumeLayout(false);
this.rpanHome.ResumeLayout(false);
this.rpanReview.ResumeLayout(false);
this.rpanAdmin.ResumeLayout(false);
this.rpanInsert.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this._ContextMenuBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevComponents.DotNetBar.RibbonControl _RibbonControl;
private DevComponents.DotNetBar.RibbonPanel rpanHome;
private DevComponents.DotNetBar.RibbonBar rbClipboard;
private DevComponents.DotNetBar.RibbonPanel rpanInsert;
private DevComponents.DotNetBar.RibbonTabItem rtabHome;
private DevComponents.DotNetBar.RibbonTabItem rtabInsert;
private DevComponents.DotNetBar.ButtonItem btnPaste;
private DevComponents.DotNetBar.ItemContainer itemContainerCutCpy;
private DevComponents.DotNetBar.ButtonItem btnCut;
private DevComponents.DotNetBar.ButtonItem btnCopy;
private DevComponents.DotNetBar.RibbonBar rbFont;
private DevComponents.DotNetBar.ItemContainer itemContainerFont;
private DevComponents.DotNetBar.ItemContainer itemContainerFontAttr;
private DevComponents.DotNetBar.ButtonItem btnBold;
private DevComponents.DotNetBar.ButtonItem btnItalics;
private DevComponents.DotNetBar.ButtonItem btnUnderline;
private DevComponents.DotNetBar.ItemContainer itemContainerChgCase;
private DevComponents.DotNetBar.ButtonItem btnSuperscript;
private DevComponents.DotNetBar.ButtonItem btnSubscript;
private DevComponents.DotNetBar.ButtonItem btnChgCase;
private DevComponents.DotNetBar.ButtonItem btnUppercase;
private DevComponents.DotNetBar.ButtonItem btnLowercase;
private DevComponents.DotNetBar.ButtonItem btnTitleCase;
private DevComponents.DotNetBar.ContextMenuBar _ContextMenuBar;
private DevComponents.DotNetBar.ButtonItem btnCMRtfEdit;
private DevComponents.DotNetBar.ButtonItem btnCMEdit;
private DevComponents.DotNetBar.ButtonItem btnCMCut;
private DevComponents.DotNetBar.ButtonItem btnCMCopy;
private DevComponents.DotNetBar.ButtonItem btnCMPaste;
public DevComponents.DotNetBar.ButtonItem btnCMStyle;
private DevComponents.DotNetBar.ButtonItem btnCMBold;
private DevComponents.DotNetBar.ButtonItem btnCMItalics;
private DevComponents.DotNetBar.ButtonItem btnCMUnderline;
private DevComponents.DotNetBar.ButtonItem btnCMSuperscript;
private DevComponents.DotNetBar.ButtonItem btnCMSubscript;
private DevComponents.DotNetBar.ButtonItem btnCMInsert;
private DevComponents.DotNetBar.ButtonItem btnCMHardSpace;
private DevComponents.DotNetBar.ButtonItem btnCMRO;
private DevComponents.DotNetBar.ButtonItem btnCMTransition;
private DevComponents.DotNetBar.ButtonItem btnCMSymbol;
private DevComponents.DotNetBar.ButtonItem btnPageBreak;
private DevComponents.DotNetBar.ButtonItem btnCMRTFEdit2;
private DevComponents.DotNetBar.ItemContainer itemContainerCM21;
private DevComponents.DotNetBar.ItemContainer itemContainerCM22;
private DevComponents.DotNetBar.ButtonItem btnCM21;
private DevComponents.DotNetBar.ButtonItem btnCM22;
private DevComponents.DotNetBar.ButtonItem btnCM23;
private DevComponents.DotNetBar.ItemContainer itemContainerCM23;
private DevComponents.DotNetBar.RibbonBar rbStepType;
private DevComponents.DotNetBar.RibbonBar rbnCharacters;
private DevComponents.DotNetBar.ItemContainer itemContainerChars;
private DevComponents.DotNetBar.ButtonItem btnInsHrdSpc;
private DevComponents.DotNetBar.RibbonPanel rpanView;
private DevComponents.DotNetBar.RibbonPanel rpanReview;
private DevComponents.DotNetBar.RibbonTabItem rtabReview;
private DevComponents.DotNetBar.RibbonTabItem rtabView;
private DevComponents.DotNetBar.RibbonBar rbEditing;
private DevComponents.DotNetBar.ButtonItem btnFindRplDlg;
private DevComponents.DotNetBar.LabelItem lblEditBar1;
private DevComponents.DotNetBar.ButtonItem btnCpyStp;
private DevComponents.DotNetBar.ButtonItem btnChgTyp;
private DevComponents.DotNetBar.LabelItem lblEditBar2;
private DevComponents.DotNetBar.ItemContainer itemContainerUnReDo;
private DevComponents.DotNetBar.ButtonItem btnUndo;
private DevComponents.DotNetBar.ButtonItem btnRedo;
private DevComponents.DotNetBar.GalleryContainer galleryContainerSymbolsCM;
private DevComponents.DotNetBar.ButtonItem btnCMChgCase;
private DevComponents.DotNetBar.ButtonItem btnCMUppercase;
private DevComponents.DotNetBar.ButtonItem btnCMLowercase;
private DevComponents.DotNetBar.ButtonItem btnCMTitlecase;
private DevComponents.DotNetBar.ButtonItem btnGoTo;
private DevComponents.DotNetBar.ButtonItem btnCMUndo;
private DevComponents.DotNetBar.ButtonItem btnCMRedo;
private DevComponents.DotNetBar.ButtonItem btnCMEditTran;
private DevComponents.DotNetBar.ButtonItem btnCMEditRO;
private DevComponents.DotNetBar.ButtonItem btnCMChgStep;
private DevComponents.DotNetBar.ButtonItem btnCMGoTo;
private DevComponents.DotNetBar.RibbonBar rbReports;
private DevComponents.DotNetBar.RibbonBar rbComments;
private DevComponents.DotNetBar.RibbonBar rbProofing;
private DevComponents.DotNetBar.ButtonItem btnSpell;
private DevComponents.DotNetBar.ButtonItem btnAnnots;
private DevComponents.DotNetBar.ButtonItem btnChngHist;
private DevComponents.DotNetBar.ButtonItem btnSumChgs;
private DevComponents.DotNetBar.RibbonBar rbProtect;
private DevComponents.DotNetBar.ButtonItem btnListUsers;
private DevComponents.DotNetBar.ButtonItem btnLock;
private DevComponents.DotNetBar.ButtonItem btnUnlock;
private DevComponents.DotNetBar.ButtonItem btnROUsages;
private DevComponents.DotNetBar.ButtonItem btnTransUsage;
private DevComponents.DotNetBar.RibbonBar rbnBreaks;
private DevComponents.DotNetBar.ButtonItem btnInsPgBrk;
private DevComponents.DotNetBar.RibbonBar rbnStepParts;
private DevComponents.DotNetBar.ButtonItem btnSymbols;
private DevComponents.DotNetBar.GalleryContainer galleryContainerSymbols;
private DevComponents.DotNetBar.RibbonBar rbnLinks;
private DevComponents.DotNetBar.RibbonBar rbnSiblings;
private DevComponents.DotNetBar.ItemContainer itemContainerBefAft;
private DevComponents.DotNetBar.ButtonItem btnInsBefore;
private DevComponents.DotNetBar.ButtonItem btnInsAfter;
private DevComponents.DotNetBar.ItemContainer itemContainerTransRo;
private DevComponents.DotNetBar.ButtonItem btnInsTrans;
private DevComponents.DotNetBar.ButtonItem btnInsRO;
private DevComponents.DotNetBar.ItemContainer itemContainerStepParts;
private DevComponents.DotNetBar.ButtonItem btnInsHLS;
private DevComponents.DotNetBar.ButtonItem btnInsSubstep;
private DevComponents.DotNetBar.GalleryContainer galleryContainerSubstep;
private DevComponents.DotNetBar.ButtonItem btnInsRNO;
private DevComponents.DotNetBar.ButtonItem btnInsCaut;
private DevComponents.DotNetBar.ButtonItem btnInsNote;
private DevComponents.DotNetBar.GalleryContainer galleryContainerNote;
private DevComponents.DotNetBar.ButtonItem btnInsTable;
private DevComponents.DotNetBar.GalleryContainer galleryContainerTable;
private DevComponents.DotNetBar.ButtonItem btnInsFig;
private DevComponents.DotNetBar.GalleryContainer galleryContainerFig;
private DevComponents.DotNetBar.GalleryContainer galleryContainerHLS;
private DevComponents.DotNetBar.GalleryContainer galleryContainerCaution;
private DevComponents.DotNetBar.ButtonItem btnIndent;
private DevComponents.DotNetBar.ButtonItem btnCMRtfEdit3;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem buttonItem3;
private DevComponents.DotNetBar.ButtonItem buttonItem4;
private DevComponents.DotNetBar.ButtonItem buttonItem5;
private DevComponents.DotNetBar.ButtonItem buttonItem6;
private DevComponents.DotNetBar.ButtonItem buttonItem7;
public DevComponents.DotNetBar.ButtonItem buttonItem11;
private DevComponents.DotNetBar.ButtonItem buttonItem12;
private DevComponents.DotNetBar.ButtonItem buttonItem13;
private DevComponents.DotNetBar.ButtonItem buttonItem14;
private DevComponents.DotNetBar.ButtonItem buttonItem15;
private DevComponents.DotNetBar.ButtonItem buttonItem16;
private DevComponents.DotNetBar.ButtonItem buttonItem17;
private DevComponents.DotNetBar.ButtonItem buttonItem18;
private DevComponents.DotNetBar.ButtonItem buttonItem19;
private DevComponents.DotNetBar.ButtonItem buttonItem20;
private DevComponents.DotNetBar.ButtonItem buttonItem21;
private DevComponents.DotNetBar.ButtonItem buttonItem22;
private DevComponents.DotNetBar.ButtonItem buttonItem25;
private DevComponents.DotNetBar.GalleryContainer galleryContainerSymbolsCM3;
private DevComponents.DotNetBar.RibbonBar rbDocTypes;
private DevComponents.DotNetBar.RibbonBar rbEditViewMode;
private DevComponents.DotNetBar.ButtonItem btnEditMode;
private DevComponents.DotNetBar.ItemContainer itemContainerDocs;
private DevComponents.DotNetBar.RibbonPanel rpanAdmin;
private DevComponents.DotNetBar.RibbonTabItem rtabAdmin;
private DevComponents.DotNetBar.RibbonBar rbROs;
private DevComponents.DotNetBar.ButtonItem btnUpdROVal;
private DevComponents.DotNetBar.ButtonItem btnROEdit;
private DevComponents.DotNetBar.ButtonItem btnSearch;
private DevComponents.DotNetBar.ButtonItem btnBookmarks;
private DevComponents.DotNetBar.ButtonItem btnLibDocs;
private DevComponents.DotNetBar.CheckBoxItem cbProcSteps;
private DevComponents.DotNetBar.CheckBoxItem cbBackground;
private DevComponents.DotNetBar.CheckBoxItem cbDeviation;
private DevComponents.DotNetBar.SuperTooltip superTooltipRibbon;
private DevComponents.DotNetBar.ButtonItem btnCMAnnots;
private DevComponents.DotNetBar.ButtonItem btnCMBookmarks;
private DevComponents.DotNetBar.ButtonItem btnCMEditMode1;
//private DevComponents.DotNetBar.GalleryContainer galleryContainer1;
}
}