Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
     this.memoEdit1     = new DevExpress.XtraEditors.MemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // spellChecker1
     //
     this.spellChecker1.CheckAsYouTypeOptions.CheckControlsInParentContainer = true;
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = this;
     this.spellChecker1.SpellCheckMode  = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
     //
     // memoEdit1
     //
     this.memoEdit1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.memoEdit1.EditValue = "wronly speled txt, but some words are correct :)";
     this.memoEdit1.Location  = new System.Drawing.Point(0, 0);
     this.memoEdit1.Name      = "memoEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
     this.memoEdit1.Size = new System.Drawing.Size(411, 140);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling1);
     this.memoEdit1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(411, 140);
     this.Controls.Add(this.memoEdit1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.richTextBox1  = new System.Windows.Forms.RichTextBox();
     this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
     this.richTextBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location  = new System.Drawing.Point(0, 0);
     this.richTextBox1.Name      = "richTextBox1";
     this.spellChecker1.SetShowSpellCheckMenu(this.richTextBox1, false);
     this.richTextBox1.Size = new System.Drawing.Size(831, 535);
     this.spellChecker1.SetSpellCheckerOptions(this.richTextBox1, optionsSpelling1);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text     = "";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(831, 535);
     this.Controls.Add(this.richTextBox1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SpellChcker Sample";
     this.ResumeLayout(false);
 }
        /// <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(OrderMailMerge));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.Snap.Core.API.DataSourceInfo dataSourceInfo1 = new DevExpress.Snap.Core.API.DataSourceInfo();
            DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
            DevExpress.XtraBars.Ribbon.ReduceOperation reduceOperation1 = new DevExpress.XtraBars.Ribbon.ReduceOperation();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            this.bindingSource = new System.Windows.Forms.BindingSource();
            this.stylesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.StylesRibbonPageGroup();
            this.galleryChangeStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeStyleItem();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.biClose = new DevExpress.XtraBars.BarButtonItem();
            this.commandBarCheckItem1 = new DevExpress.Snap.Extensions.UI.CommandBarCheckItem();
            this.commandBarCheckItem2 = new DevExpress.Snap.Extensions.UI.CommandBarCheckItem();
            this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
            this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
            this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
            this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
            this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
            this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
            this.commandBarItem4 = new DevExpress.Snap.Extensions.UI.CommandBarItem();
            this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
            this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
            this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
            this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
            this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
            this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
            this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
            this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
            this.snapControl = new DevExpress.Snap.SnapControl();
            this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
            this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
            this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
            this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
            this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
            this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
            this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
            this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
            this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
            this.barButtonGroup3 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
            this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
            this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
            this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
            this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
            this.capitalizeEachWordCaseItem1 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
            this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
            this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
            this.barButtonGroup4 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
            this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
            this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
            this.barButtonGroup5 = new DevExpress.XtraBars.BarButtonGroup();
            this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
            this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
            this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
            this.barButtonGroup6 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
            this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
            this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
            this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
            this.barButtonGroup7 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
            this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
            this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
            this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
            this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
            this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
            this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
            this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
            this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
            this.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
            this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
            this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
            this.bbiThisMonth = new DevExpress.XtraBars.BarButtonItem();
            this.bbiPrevMonth = new DevExpress.XtraBars.BarButtonItem();
            this.checkSpellingItem1 = new DevExpress.XtraRichEdit.UI.CheckSpellingItem();
            this.toggleSpellCheckAsYouTypeItem1 = new DevExpress.XtraRichEdit.UI.ToggleSpellCheckAsYouType();
            this.showAllFieldCodesItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldCodesItem();
            this.showAllFieldResultsItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldResultsItem();
            this.toggleFieldHighlightingItem1 = new DevExpress.Snap.Extensions.UI.ToggleFieldHighlightingItem();
            this.fileRibbonPage1 = new DevExpress.XtraRichEdit.UI.FileRibbonPage();
            this.commonRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.CommonRibbonPageGroup();
            this.rpbReportRange = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.homeRibbonPage1 = new DevExpress.XtraRichEdit.UI.HomeRibbonPage();
            this.clipboardRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ClipboardRibbonPageGroup();
            this.documentProofingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentProofingRibbonPageGroup();
            this.fontRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.FontRibbonPageGroup();
            this.paragraphRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ParagraphRibbonPageGroup();
            this.editingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.EditingRibbonPageGroup();
            this.mailMergeRibbonPage1 = new DevExpress.Snap.Extensions.UI.MailMergeRibbonPage();
            this.mailMergeRibbonPageGroup1 = new DevExpress.Snap.Extensions.UI.MailMergeRibbonPageGroup();
            this.viewFieldsRibbonPageGroup1 = new DevExpress.Snap.Extensions.UI.ViewFieldsRibbonPageGroup();
            this.repositoryItemMailMergeCurrentRecordEdit1 = new DevExpress.Snap.Extensions.UI.RepositoryItemMailMergeCurrentRecordEdit();
            this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForSnapControl = new DevExpress.XtraLayout.LayoutControlItem();
            this.snapBarController1 = new DevExpress.Snap.Extensions.SnapBarController();
            this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMailMergeCurrentRecordEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
            this.dataLayoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSnapControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.snapBarController1)).BeginInit();
            this.SuspendLayout();
            // 
            // bindingSource
            // 
            this.bindingSource.DataSource = typeof(DevExpress.DevAV.Order);
            // 
            // stylesRibbonPageGroup1
            // 
            this.stylesRibbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("stylesRibbonPageGroup1.Glyph")));
            this.stylesRibbonPageGroup1.ItemLinks.Add(this.galleryChangeStyleItem1);
            this.stylesRibbonPageGroup1.Name = "stylesRibbonPageGroup1";
            // 
            // galleryChangeStyleItem1
            // 
            // 
            // 
            // 
            this.galleryChangeStyleItem1.Gallery.ColumnCount = 10;
            this.galleryChangeStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryChangeStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeStyleItem1.Id = 87;
            this.galleryChangeStyleItem1.Name = "galleryChangeStyleItem1";
            // 
            // ribbonControl
            // 
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.biClose,
            this.commandBarCheckItem1,
            this.commandBarCheckItem2,
            this.undoItem1,
            this.redoItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.commandBarItem4,
            this.quickPrintItem1,
            this.printItem1,
            this.printPreviewItem1,
            this.pasteItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteSpecialItem1,
            this.barButtonGroup1,
            this.changeFontNameItem1,
            this.changeFontSizeItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.barButtonGroup2,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontDoubleUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontDoubleStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.barButtonGroup3,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.changeTextCaseItem1,
            this.makeTextUpperCaseItem1,
            this.makeTextLowerCaseItem1,
            this.capitalizeEachWordCaseItem1,
            this.toggleTextCaseItem1,
            this.clearFormattingItem1,
            this.barButtonGroup4,
            this.toggleBulletedListItem1,
            this.toggleNumberingListItem1,
            this.toggleMultiLevelListItem1,
            this.barButtonGroup5,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.barButtonGroup6,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.toggleShowWhitespaceItem1,
            this.barButtonGroup7,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.changeParagraphBackColorItem1,
            this.galleryChangeStyleItem1,
            this.findItem1,
            this.replaceItem1,
            this.bbiThisMonth,
            this.bbiPrevMonth,
            this.checkSpellingItem1,
            this.toggleSpellCheckAsYouTypeItem1,
            this.showAllFieldCodesItem1,
            this.showAllFieldResultsItem1,
            this.toggleFieldHighlightingItem1});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.Margin = new System.Windows.Forms.Padding(2);
            this.ribbonControl.MaxItemId = 117;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.fileRibbonPage1,
            this.homeRibbonPage1,
            this.mailMergeRibbonPage1});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemMailMergeCurrentRecordEdit1,
            this.repositoryItemFontEdit1,
            this.repositoryItemRichEditFontSizeEdit1});
            this.ribbonControl.Size = new System.Drawing.Size(1280, 142);
            // 
            // biClose
            // 
            this.biClose.Caption = "Close";
            this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16;
            this.biClose.Id = 2;
            this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape);
            this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32;
            this.biClose.Name = "biClose";
            // 
            // commandBarCheckItem1
            // 
            this.commandBarCheckItem1.Id = 6;
            this.commandBarCheckItem1.Name = "commandBarCheckItem1";
            this.commandBarCheckItem1.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.MailMergeFilters;
            // 
            // commandBarCheckItem2
            // 
            this.commandBarCheckItem2.Id = 7;
            this.commandBarCheckItem2.Name = "commandBarCheckItem2";
            this.commandBarCheckItem2.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.MailMergeSorting;
            // 
            // undoItem1
            // 
            this.undoItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_undo_16;
            this.undoItem1.Id = 13;
            this.undoItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_undo_32;
            this.undoItem1.Name = "undoItem1";
            // 
            // redoItem1
            // 
            this.redoItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_redo_16;
            this.redoItem1.Id = 14;
            this.redoItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_redo_32;
            this.redoItem1.Name = "redoItem1";
            // 
            // fileNewItem1
            // 
            this.fileNewItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_doc_16;
            this.fileNewItem1.Id = 15;
            this.fileNewItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_doc_32;
            this.fileNewItem1.Name = "fileNewItem1";
            // 
            // fileOpenItem1
            // 
            this.fileOpenItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_open_doc_16;
            this.fileOpenItem1.Id = 16;
            this.fileOpenItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_open_doc_32;
            this.fileOpenItem1.Name = "fileOpenItem1";
            // 
            // fileSaveItem1
            // 
            this.fileSaveItem1.Id = 17;
            this.fileSaveItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32;
            this.fileSaveItem1.Name = "fileSaveItem1";
            // 
            // fileSaveAsItem1
            // 
            this.fileSaveAsItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_as_16;
            this.fileSaveAsItem1.Id = 18;
            this.fileSaveAsItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_as_32;
            this.fileSaveAsItem1.Name = "fileSaveAsItem1";
            // 
            // commandBarItem4
            // 
            this.commandBarItem4.Id = 19;
            this.commandBarItem4.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32;
            this.commandBarItem4.Name = "commandBarItem4";
            this.commandBarItem4.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.ExportDocument;
            // 
            // quickPrintItem1
            // 
            this.quickPrintItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_quick_16;
            this.quickPrintItem1.Id = 20;
            this.quickPrintItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_quick_32;
            this.quickPrintItem1.Name = "quickPrintItem1";
            // 
            // printItem1
            // 
            this.printItem1.Id = 21;
            this.printItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32;
            this.printItem1.Name = "printItem1";
            // 
            // printPreviewItem1
            // 
            this.printPreviewItem1.Id = 22;
            this.printPreviewItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32;
            this.printPreviewItem1.Name = "printPreviewItem1";
            // 
            // pasteItem1
            // 
            this.pasteItem1.Id = 43;
            this.pasteItem1.Name = "pasteItem1";
            // 
            // cutItem1
            // 
            this.cutItem1.Id = 44;
            this.cutItem1.Name = "cutItem1";
            // 
            // copyItem1
            // 
            this.copyItem1.Id = 45;
            this.copyItem1.Name = "copyItem1";
            // 
            // pasteSpecialItem1
            // 
            this.pasteSpecialItem1.Id = 46;
            this.pasteSpecialItem1.Name = "pasteSpecialItem1";
            // 
            // barButtonGroup1
            // 
            this.barButtonGroup1.Id = 36;
            this.barButtonGroup1.ItemLinks.Add(this.changeFontNameItem1);
            this.barButtonGroup1.ItemLinks.Add(this.changeFontSizeItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeIncreaseItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeDecreaseItem1);
            this.barButtonGroup1.Name = "barButtonGroup1";
            this.barButtonGroup1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup1.Tag = "{97BBE334-159B-44d9-A168-0411957565E8}";
            // 
            // changeFontNameItem1
            // 
            this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
            this.changeFontNameItem1.Id = 47;
            this.changeFontNameItem1.Name = "changeFontNameItem1";
            // 
            // repositoryItemFontEdit1
            // 
            this.repositoryItemFontEdit1.AutoHeight = false;
            this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
            // 
            // changeFontSizeItem1
            // 
            this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit1;
            this.changeFontSizeItem1.Id = 48;
            this.changeFontSizeItem1.Name = "changeFontSizeItem1";
            // 
            // repositoryItemRichEditFontSizeEdit1
            // 
            this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
            this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemRichEditFontSizeEdit1.Control = this.snapControl;
            this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
            // 
            // snapControl
            // 
            this.snapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            dataSourceInfo1.DataSource = this.bindingSource;
            dataSourceInfo1.DataSourceName = "Employee";
            this.snapControl.DataSources.Add(dataSourceInfo1);
            this.snapControl.EnableToolTips = true;
            this.snapControl.Location = new System.Drawing.Point(0, 0);
            this.snapControl.MenuManager = this.ribbonControl;
            this.snapControl.Modified = true;
            this.snapControl.Name = "snapControl";
            this.snapControl.Options.Comments.ShowAllAuthors = false;
            this.snapControl.Options.CopyPaste.MaintainDocumentSectionSettings = false;
            this.snapControl.Options.Fields.HighlightMode = DevExpress.XtraRichEdit.FieldsHighlightMode.Always;
            this.snapControl.Options.Fields.UseCurrentCultureDateTimeFormat = false;
            this.snapControl.Options.SnapMailMergeVisualOptions.DataSource = this.bindingSource;
            this.snapControl.Options.SnapMailMergeVisualOptions.DataSourceName = "Employee";
            this.spellChecker1.SetShowSpellCheckMenu(this.snapControl, false);
            this.snapControl.Size = new System.Drawing.Size(1280, 658);
            this.snapControl.SpellChecker = this.spellChecker1;
            this.spellChecker1.SetSpellCheckerOptions(this.snapControl, optionsSpelling1);
            this.snapControl.TabIndex = 18;
            // 
            // fontSizeIncreaseItem1
            // 
            this.fontSizeIncreaseItem1.Id = 49;
            this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
            // 
            // fontSizeDecreaseItem1
            // 
            this.fontSizeDecreaseItem1.Id = 50;
            this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
            // 
            // barButtonGroup2
            // 
            this.barButtonGroup2.Id = 37;
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontBoldItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontItalicItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSuperscriptItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSubscriptItem1);
            this.barButtonGroup2.Name = "barButtonGroup2";
            this.barButtonGroup2.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup2.Tag = "{433DA7F0-03E2-4650-9DB5-66DD92D16E39}";
            // 
            // toggleFontBoldItem1
            // 
            this.toggleFontBoldItem1.Id = 51;
            this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
            // 
            // toggleFontItalicItem1
            // 
            this.toggleFontItalicItem1.Id = 52;
            this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
            // 
            // toggleFontUnderlineItem1
            // 
            this.toggleFontUnderlineItem1.Id = 53;
            this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
            // 
            // toggleFontDoubleUnderlineItem1
            // 
            this.toggleFontDoubleUnderlineItem1.Id = 54;
            this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
            // 
            // toggleFontStrikeoutItem1
            // 
            this.toggleFontStrikeoutItem1.Id = 55;
            this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
            // 
            // toggleFontDoubleStrikeoutItem1
            // 
            this.toggleFontDoubleStrikeoutItem1.Id = 56;
            this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
            // 
            // toggleFontSuperscriptItem1
            // 
            this.toggleFontSuperscriptItem1.Id = 57;
            this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
            // 
            // toggleFontSubscriptItem1
            // 
            this.toggleFontSubscriptItem1.Id = 58;
            this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
            // 
            // barButtonGroup3
            // 
            this.barButtonGroup3.Id = 38;
            this.barButtonGroup3.ItemLinks.Add(this.changeFontColorItem1);
            this.barButtonGroup3.ItemLinks.Add(this.changeFontBackColorItem1);
            this.barButtonGroup3.Name = "barButtonGroup3";
            this.barButtonGroup3.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup3.Tag = "{DF8C5334-EDE3-47c9-A42C-FE9A9247E180}";
            // 
            // changeFontColorItem1
            // 
            this.changeFontColorItem1.Id = 59;
            this.changeFontColorItem1.Name = "changeFontColorItem1";
            // 
            // changeFontBackColorItem1
            // 
            this.changeFontBackColorItem1.Id = 60;
            this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
            // 
            // changeTextCaseItem1
            // 
            this.changeTextCaseItem1.Id = 61;
            this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.capitalizeEachWordCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
            this.changeTextCaseItem1.Name = "changeTextCaseItem1";
            this.changeTextCaseItem1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // makeTextUpperCaseItem1
            // 
            this.makeTextUpperCaseItem1.Id = 62;
            this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
            // 
            // makeTextLowerCaseItem1
            // 
            this.makeTextLowerCaseItem1.Id = 63;
            this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
            // 
            // capitalizeEachWordCaseItem1
            // 
            this.capitalizeEachWordCaseItem1.Id = 64;
            this.capitalizeEachWordCaseItem1.Name = "capitalizeEachWordCaseItem1";
            // 
            // toggleTextCaseItem1
            // 
            this.toggleTextCaseItem1.Id = 65;
            this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
            // 
            // clearFormattingItem1
            // 
            this.clearFormattingItem1.Id = 66;
            this.clearFormattingItem1.Name = "clearFormattingItem1";
            // 
            // barButtonGroup4
            // 
            this.barButtonGroup4.Id = 39;
            this.barButtonGroup4.ItemLinks.Add(this.toggleBulletedListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleNumberingListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleMultiLevelListItem1);
            this.barButtonGroup4.Name = "barButtonGroup4";
            this.barButtonGroup4.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup4.Tag = "{0B3A7A43-3079-4ce0-83A8-3789F5F6DC9F}";
            // 
            // toggleBulletedListItem1
            // 
            this.toggleBulletedListItem1.Id = 67;
            this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
            // 
            // toggleNumberingListItem1
            // 
            this.toggleNumberingListItem1.Id = 68;
            this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
            // 
            // toggleMultiLevelListItem1
            // 
            this.toggleMultiLevelListItem1.Id = 69;
            this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
            // 
            // barButtonGroup5
            // 
            this.barButtonGroup5.Id = 40;
            this.barButtonGroup5.ItemLinks.Add(this.decreaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.increaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.toggleShowWhitespaceItem1);
            this.barButtonGroup5.Name = "barButtonGroup5";
            this.barButtonGroup5.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup5.Tag = "{4747D5AB-2BEB-4ea6-9A1D-8E4FB36F1B40}";
            // 
            // decreaseIndentItem1
            // 
            this.decreaseIndentItem1.Id = 70;
            this.decreaseIndentItem1.Name = "decreaseIndentItem1";
            // 
            // increaseIndentItem1
            // 
            this.increaseIndentItem1.Id = 71;
            this.increaseIndentItem1.Name = "increaseIndentItem1";
            // 
            // toggleShowWhitespaceItem1
            // 
            this.toggleShowWhitespaceItem1.Id = 76;
            this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
            // 
            // barButtonGroup6
            // 
            this.barButtonGroup6.Id = 41;
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentLeftItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentCenterItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentRightItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.barButtonGroup6.Name = "barButtonGroup6";
            this.barButtonGroup6.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup6.Tag = "{8E89E775-996E-49a0-AADA-DE338E34732E}";
            // 
            // toggleParagraphAlignmentLeftItem1
            // 
            this.toggleParagraphAlignmentLeftItem1.Id = 72;
            this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
            // 
            // toggleParagraphAlignmentCenterItem1
            // 
            this.toggleParagraphAlignmentCenterItem1.Id = 73;
            this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
            // 
            // toggleParagraphAlignmentRightItem1
            // 
            this.toggleParagraphAlignmentRightItem1.Id = 74;
            this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
            // 
            // toggleParagraphAlignmentJustifyItem1
            // 
            this.toggleParagraphAlignmentJustifyItem1.Id = 75;
            this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
            // 
            // barButtonGroup7
            // 
            this.barButtonGroup7.Id = 42;
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphLineSpacingItem1);
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphBackColorItem1);
            this.barButtonGroup7.Name = "barButtonGroup7";
            this.barButtonGroup7.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup7.Tag = "{9A8DEAD8-3890-4857-A395-EC625FD02217}";
            // 
            // changeParagraphLineSpacingItem1
            // 
            this.changeParagraphLineSpacingItem1.Id = 77;
            this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
            this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
            this.changeParagraphLineSpacingItem1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // setSingleParagraphSpacingItem1
            // 
            this.setSingleParagraphSpacingItem1.Id = 78;
            this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
            // 
            // setSesquialteralParagraphSpacingItem1
            // 
            this.setSesquialteralParagraphSpacingItem1.Id = 79;
            this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
            // 
            // setDoubleParagraphSpacingItem1
            // 
            this.setDoubleParagraphSpacingItem1.Id = 80;
            this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
            // 
            // showLineSpacingFormItem1
            // 
            this.showLineSpacingFormItem1.Id = 81;
            this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
            // 
            // addSpacingBeforeParagraphItem1
            // 
            this.addSpacingBeforeParagraphItem1.Id = 82;
            this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
            // 
            // removeSpacingBeforeParagraphItem1
            // 
            this.removeSpacingBeforeParagraphItem1.Id = 83;
            this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
            // 
            // addSpacingAfterParagraphItem1
            // 
            this.addSpacingAfterParagraphItem1.Id = 84;
            this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
            // 
            // removeSpacingAfterParagraphItem1
            // 
            this.removeSpacingAfterParagraphItem1.Id = 85;
            this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
            // 
            // changeParagraphBackColorItem1
            // 
            this.changeParagraphBackColorItem1.Id = 86;
            this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
            // 
            // findItem1
            // 
            this.findItem1.Id = 88;
            this.findItem1.Name = "findItem1";
            // 
            // replaceItem1
            // 
            this.replaceItem1.Id = 89;
            this.replaceItem1.Name = "replaceItem1";
            // 
            // bbiThisMonth
            // 
            this.bbiThisMonth.Caption = "This Month";
            this.bbiThisMonth.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_16;
            this.bbiThisMonth.Id = 90;
            this.bbiThisMonth.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_32;
            this.bbiThisMonth.Name = "bbiThisMonth";
            // 
            // bbiPrevMonth
            // 
            this.bbiPrevMonth.Caption = "Last Month";
            this.bbiPrevMonth.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_16;
            this.bbiPrevMonth.Id = 91;
            this.bbiPrevMonth.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_32;
            this.bbiPrevMonth.Name = "bbiPrevMonth";
            // 
            // checkSpellingItem1
            // 
            this.checkSpellingItem1.Id = 92;
            this.checkSpellingItem1.Name = "checkSpellingItem1";
            // 
            // toggleSpellCheckAsYouTypeItem1
            // 
            this.toggleSpellCheckAsYouTypeItem1.Id = 116;
            this.toggleSpellCheckAsYouTypeItem1.Name = "toggleSpellCheckAsYouTypeItem1";
            // 
            // showAllFieldCodesItem1
            // 
            this.showAllFieldCodesItem1.Id = 113;
            this.showAllFieldCodesItem1.Name = "showAllFieldCodesItem1";
            // 
            // showAllFieldResultsItem1
            // 
            this.showAllFieldResultsItem1.Id = 114;
            this.showAllFieldResultsItem1.Name = "showAllFieldResultsItem1";
            // 
            // toggleFieldHighlightingItem1
            // 
            this.toggleFieldHighlightingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFieldHighlightingItem1.Glyph")));
            this.toggleFieldHighlightingItem1.Id = 115;
            this.toggleFieldHighlightingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFieldHighlightingItem1.LargeGlyph")));
            this.toggleFieldHighlightingItem1.Name = "toggleFieldHighlightingItem1";
            // 
            // fileRibbonPage1
            // 
            this.fileRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonRibbonPageGroup1,
            this.rpbReportRange,
            this.ribbonPageGroup1});
            this.fileRibbonPage1.Name = "fileRibbonPage1";
            this.fileRibbonPage1.Text = "FILE";
            // 
            // commonRibbonPageGroup1
            // 
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileNewItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileOpenItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveAsItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.commandBarItem4);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.quickPrintItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printPreviewItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.undoItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.redoItem1);
            this.commonRibbonPageGroup1.MergeOrder = 0;
            this.commonRibbonPageGroup1.Name = "commonRibbonPageGroup1";
            // 
            // rpbReportRange
            // 
            this.rpbReportRange.AllowTextClipping = false;
            this.rpbReportRange.ItemLinks.Add(this.bbiThisMonth);
            this.rpbReportRange.ItemLinks.Add(this.bbiPrevMonth);
            this.rpbReportRange.MergeOrder = 0;
            this.rpbReportRange.Name = "rpbReportRange";
            this.rpbReportRange.ShowCaptionButton = false;
            this.rpbReportRange.Text = "Report Range";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.biClose);
            this.ribbonPageGroup1.MergeOrder = 0;
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Close";
            // 
            // homeRibbonPage1
            // 
            this.homeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.clipboardRibbonPageGroup1,
            this.documentProofingRibbonPageGroup1,
            this.fontRibbonPageGroup1,
            this.paragraphRibbonPageGroup1,
            this.stylesRibbonPageGroup1,
            this.editingRibbonPageGroup1});
            this.homeRibbonPage1.Name = "homeRibbonPage1";
            reduceOperation1.Behavior = DevExpress.XtraBars.Ribbon.ReduceOperationBehavior.UntilAvailable;
            reduceOperation1.Group = this.stylesRibbonPageGroup1;
            reduceOperation1.ItemLinkIndex = 0;
            reduceOperation1.ItemLinksCount = 0;
            reduceOperation1.Operation = DevExpress.XtraBars.Ribbon.ReduceOperationType.Gallery;
            this.homeRibbonPage1.ReduceOperations.Add(reduceOperation1);
            this.homeRibbonPage1.Text = "HOME";
            // 
            // clipboardRibbonPageGroup1
            // 
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.cutItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.copyItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteSpecialItem1);
            this.clipboardRibbonPageGroup1.Name = "clipboardRibbonPageGroup1";
            // 
            // documentProofingRibbonPageGroup1
            // 
            this.documentProofingRibbonPageGroup1.AllowTextClipping = false;
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.checkSpellingItem1);
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.toggleSpellCheckAsYouTypeItem1);
            this.documentProofingRibbonPageGroup1.MergeOrder = 0;
            this.documentProofingRibbonPageGroup1.Name = "documentProofingRibbonPageGroup1";
            // 
            // fontRibbonPageGroup1
            // 
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup2);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup3);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.changeTextCaseItem1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.clearFormattingItem1);
            this.fontRibbonPageGroup1.Name = "fontRibbonPageGroup1";
            // 
            // paragraphRibbonPageGroup1
            // 
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup4);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup5);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup6);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup7);
            this.paragraphRibbonPageGroup1.Name = "paragraphRibbonPageGroup1";
            // 
            // editingRibbonPageGroup1
            // 
            this.editingRibbonPageGroup1.ItemLinks.Add(this.findItem1);
            this.editingRibbonPageGroup1.ItemLinks.Add(this.replaceItem1);
            this.editingRibbonPageGroup1.Name = "editingRibbonPageGroup1";
            // 
            // mailMergeRibbonPage1
            // 
            this.mailMergeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.mailMergeRibbonPageGroup1,
            this.viewFieldsRibbonPageGroup1});
            this.mailMergeRibbonPage1.Name = "mailMergeRibbonPage1";
            this.mailMergeRibbonPage1.Text = "MAIL MERGE";
            // 
            // mailMergeRibbonPageGroup1
            // 
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.commandBarCheckItem1);
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.commandBarCheckItem2);
            this.mailMergeRibbonPageGroup1.Name = "mailMergeRibbonPageGroup1";
            // 
            // viewFieldsRibbonPageGroup1
            // 
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.showAllFieldCodesItem1);
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.showAllFieldResultsItem1);
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.toggleFieldHighlightingItem1);
            this.viewFieldsRibbonPageGroup1.Name = "viewFieldsRibbonPageGroup1";
            // 
            // repositoryItemMailMergeCurrentRecordEdit1
            // 
            this.repositoryItemMailMergeCurrentRecordEdit1.AutoHeight = false;
            this.repositoryItemMailMergeCurrentRecordEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleLeft, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "Previous", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Prev, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleRight, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons1"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "Next", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Next, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleLeft, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons2"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "First", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.First, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleRight, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons3"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "Last", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Last, null, true)});
            this.repositoryItemMailMergeCurrentRecordEdit1.Name = "repositoryItemMailMergeCurrentRecordEdit1";
            // 
            // dataLayoutControl1
            // 
            this.dataLayoutControl1.AllowCustomizationMenu = false;
            this.dataLayoutControl1.Controls.Add(this.snapControl);
            this.dataLayoutControl1.DataSource = this.bindingSource;
            this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataLayoutControl1.Location = new System.Drawing.Point(0, 142);
            this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(0);
            this.dataLayoutControl1.Name = "dataLayoutControl1";
            this.dataLayoutControl1.Root = this.layoutControlGroup1;
            this.dataLayoutControl1.Size = new System.Drawing.Size(1280, 658);
            this.dataLayoutControl1.TabIndex = 1;
            this.dataLayoutControl1.Text = "dataLayoutControl1";
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup2});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlGroup1.Size = new System.Drawing.Size(1280, 658);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.AllowDrawBackground = false;
            this.layoutControlGroup2.CustomizationFormText = "autoGeneratedGroup0";
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.ItemForSnapControl});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "autoGeneratedGroup0";
            this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlGroup2.Size = new System.Drawing.Size(1280, 658);
            this.layoutControlGroup2.Text = "autoGeneratedGroup0";
            // 
            // ItemForSnapControl
            // 
            this.ItemForSnapControl.Control = this.snapControl;
            this.ItemForSnapControl.CustomizationFormText = "layoutControlItem1";
            this.ItemForSnapControl.Location = new System.Drawing.Point(0, 0);
            this.ItemForSnapControl.Name = "layoutControlItem1";
            this.ItemForSnapControl.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForSnapControl.Size = new System.Drawing.Size(1280, 658);
            this.ItemForSnapControl.Text = "layoutControlItem1";
            this.ItemForSnapControl.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForSnapControl.TextToControlDistance = 0;
            this.ItemForSnapControl.TextVisible = false;
            // 
            // snapBarController1
            // 
            this.snapBarController1.BarItems.Add(this.commandBarCheckItem1);
            this.snapBarController1.BarItems.Add(this.commandBarCheckItem2);
            this.snapBarController1.BarItems.Add(this.undoItem1);
            this.snapBarController1.BarItems.Add(this.redoItem1);
            this.snapBarController1.BarItems.Add(this.fileNewItem1);
            this.snapBarController1.BarItems.Add(this.fileOpenItem1);
            this.snapBarController1.BarItems.Add(this.fileSaveItem1);
            this.snapBarController1.BarItems.Add(this.fileSaveAsItem1);
            this.snapBarController1.BarItems.Add(this.commandBarItem4);
            this.snapBarController1.BarItems.Add(this.quickPrintItem1);
            this.snapBarController1.BarItems.Add(this.printItem1);
            this.snapBarController1.BarItems.Add(this.printPreviewItem1);
            this.snapBarController1.BarItems.Add(this.pasteItem1);
            this.snapBarController1.BarItems.Add(this.cutItem1);
            this.snapBarController1.BarItems.Add(this.copyItem1);
            this.snapBarController1.BarItems.Add(this.pasteSpecialItem1);
            this.snapBarController1.BarItems.Add(this.changeFontNameItem1);
            this.snapBarController1.BarItems.Add(this.changeFontSizeItem1);
            this.snapBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
            this.snapBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontBoldItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontItalicItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontSuperscriptItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
            this.snapBarController1.BarItems.Add(this.changeFontColorItem1);
            this.snapBarController1.BarItems.Add(this.changeFontBackColorItem1);
            this.snapBarController1.BarItems.Add(this.changeTextCaseItem1);
            this.snapBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
            this.snapBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
            this.snapBarController1.BarItems.Add(this.capitalizeEachWordCaseItem1);
            this.snapBarController1.BarItems.Add(this.toggleTextCaseItem1);
            this.snapBarController1.BarItems.Add(this.clearFormattingItem1);
            this.snapBarController1.BarItems.Add(this.toggleBulletedListItem1);
            this.snapBarController1.BarItems.Add(this.toggleNumberingListItem1);
            this.snapBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
            this.snapBarController1.BarItems.Add(this.decreaseIndentItem1);
            this.snapBarController1.BarItems.Add(this.increaseIndentItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.snapBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
            this.snapBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.showLineSpacingFormItem1);
            this.snapBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
            this.snapBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
            this.snapBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
            this.snapBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
            this.snapBarController1.BarItems.Add(this.changeParagraphBackColorItem1);
            this.snapBarController1.BarItems.Add(this.galleryChangeStyleItem1);
            this.snapBarController1.BarItems.Add(this.findItem1);
            this.snapBarController1.BarItems.Add(this.replaceItem1);
            this.snapBarController1.BarItems.Add(this.checkSpellingItem1);
            this.snapBarController1.BarItems.Add(this.toggleSpellCheckAsYouTypeItem1);
            this.snapBarController1.BarItems.Add(this.showAllFieldCodesItem1);
            this.snapBarController1.BarItems.Add(this.showAllFieldResultsItem1);
            this.snapBarController1.BarItems.Add(this.toggleFieldHighlightingItem1);
            this.snapBarController1.Control = this.snapControl;
            this.snapBarController1.RibbonControl = this.ribbonControl;
            this.snapBarController1.SnapDockManager = null;
            // 
            // spellChecker1
            // 
            this.spellChecker1.Culture = new System.Globalization.CultureInfo("en-US");
            this.spellChecker1.ParentContainer = null;
            // 
            // OrderMailMerge
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.dataLayoutControl1);
            this.Controls.Add(this.ribbonControl);
            this.Margin = new System.Windows.Forms.Padding(6);
            this.Name = "OrderMailMerge";
            this.Size = new System.Drawing.Size(1280, 800);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMailMergeCurrentRecordEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
            this.dataLayoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSnapControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.snapBarController1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(urduWordProcessor));
            DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
            DevExpress.XtraSpellChecker.SpellCheckerDictionary spellCheckerDictionary1 = new DevExpress.XtraSpellChecker.SpellCheckerDictionary();
            DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary spellCheckerCustomDictionary1 = new DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary();
            DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary spellCheckerCustomDictionary2 = new DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary();
            this.navbarImageListLarge = new System.Windows.Forms.ImageList(this.components);
            this.navbarImageList = new System.Windows.Forms.ImageList(this.components);
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.centerTextRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.spellingsButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemRichTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.newFileRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.openFileRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.closeFileRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.iFind = new DevExpress.XtraBars.BarButtonItem();
            this.saveFileRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.saveAsFileRIbbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.helpRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.aboutRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.siStatus = new DevExpress.XtraBars.BarStaticItem();
            this.siInfo = new DevExpress.XtraBars.BarStaticItem();
            this.alignButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.boldRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.italicRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.underlineRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.fontStyleButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.leftTextRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.rightTextRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.pictureRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.headerRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.footerRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.passwordRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.tableRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.dictionaryRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.textToSpeechRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.spellCheckerRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.Optionsribbongroup = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.mailMergeRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.generateHTMLRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.findRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemReplace = new DevExpress.XtraBars.BarButtonItem();
            this.unicodeToRomanRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.romanToUnicodeRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.optionsRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.wordPressRIbbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.postToFacebookWallRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.twitterRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.sendAsEmailRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            this.barEditItemFonts = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemFontEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.barButtonItemSwitchUILang = new DevExpress.XtraBars.BarButtonItem();
            this.postToFacebookPageRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.facebookLogOutRibbonBtn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            this.keyboardSwitchBtn = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.HomeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.fileRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.formatRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.fontPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.EditingPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.languagePageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.InsertRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.PublishingRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupEmail = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupPublish = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupFacebook = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.UtilitiesRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupCorrections = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupLangProc = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupOptions = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.automationRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.HelpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
            this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemComboBoxFontSize = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemColorEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
            this.repositoryItemFontEdit = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.repositoryItemColorEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.repositoryItemFontEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.document = new System.Windows.Forms.RichTextBox();
            this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.zoomTrackBarControl1 = new DevExpress.XtraEditors.ZoomTrackBarControl();
            this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxFontSize)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // navbarImageListLarge
            // 
            this.navbarImageListLarge.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("navbarImageListLarge.ImageStream")));
            this.navbarImageListLarge.TransparentColor = System.Drawing.Color.Transparent;
            this.navbarImageListLarge.Images.SetKeyName(0, "Mail_32x32.png");
            this.navbarImageListLarge.Images.SetKeyName(1, "Organizer_32x32.png");
            // 
            // navbarImageList
            // 
            this.navbarImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("navbarImageList.ImageStream")));
            this.navbarImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.navbarImageList.Images.SetKeyName(0, "Inbox_16x16.png");
            this.navbarImageList.Images.SetKeyName(1, "Outbox_16x16.png");
            this.navbarImageList.Images.SetKeyName(2, "Drafts_16x16.png");
            this.navbarImageList.Images.SetKeyName(3, "Trash_16x16.png");
            this.navbarImageList.Images.SetKeyName(4, "Calendar_16x16.png");
            this.navbarImageList.Images.SetKeyName(5, "Tasks_16x16.png");
            // 
            // appMenu
            // 
            this.appMenu.ItemLinks.Add(this.centerTextRibbonBtn);
            this.appMenu.ItemLinks.Add(this.spellingsButtonItem);
            this.appMenu.ItemLinks.Add(this.barButtonItem4);
            this.appMenu.ItemLinks.Add(this.barEditItem1);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonControl;
            this.appMenu.ShowRightPane = true;
            // 
            // centerTextRibbonBtn
            // 
            resources.ApplyResources(this.centerTextRibbonBtn, "centerTextRibbonBtn");
            this.centerTextRibbonBtn.Id = 58;
            this.centerTextRibbonBtn.ImageIndex = 13;
            this.centerTextRibbonBtn.Name = "centerTextRibbonBtn";
            // 
            // spellingsButtonItem
            // 
            resources.ApplyResources(this.spellingsButtonItem, "spellingsButtonItem");
            this.spellingsButtonItem.Id = 139;
            this.spellingsButtonItem.Name = "spellingsButtonItem";
            this.spellingsButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.spellingsButtonItem_ItemClick);
            // 
            // barButtonItem4
            // 
            resources.ApplyResources(this.barButtonItem4, "barButtonItem4");
            this.barButtonItem4.Id = 94;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barEditItem1
            // 
            resources.ApplyResources(this.barEditItem1, "barEditItem1");
            this.barEditItem1.Edit = this.repositoryItemRichTextEdit1;
            this.barEditItem1.Id = 140;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // repositoryItemRichTextEdit1
            // 
            this.repositoryItemRichTextEdit1.Name = "repositoryItemRichTextEdit1";
            this.repositoryItemRichTextEdit1.ShowCaretInReadOnly = false;
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu;
            resources.ApplyResources(this.ribbonControl, "ribbonControl");
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.ExpandCollapseItem.Name = "";
            this.ribbonControl.Images = this.ribbonImageCollection;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.newFileRibbonBtn,
            this.openFileRibbonBtn,
            this.closeFileRibbonBtn,
            this.iFind,
            this.saveFileRibbonBtn,
            this.saveAsFileRIbbonBtn,
            this.helpRibbonBtn,
            this.aboutRibbonBtn,
            this.siStatus,
            this.siInfo,
            this.alignButtonGroup,
            this.boldRibbonBtn,
            this.italicRibbonBtn,
            this.underlineRibbonBtn,
            this.fontStyleButtonGroup,
            this.leftTextRibbonBtn,
            this.centerTextRibbonBtn,
            this.rightTextRibbonBtn,
            this.rgbiSkins,
            this.pictureRibbonBtn,
            this.headerRibbonBtn,
            this.footerRibbonBtn,
            this.passwordRibbonBtn,
            this.tableRibbonBtn,
            this.dictionaryRibbonBtn,
            this.textToSpeechRibbonBtn,
            this.spellCheckerRibbonBtn,
            this.Optionsribbongroup,
            this.barButtonItem2,
            this.mailMergeRibbonBtn,
            this.barButtonItem3,
            this.generateHTMLRibbonBtn,
            this.barButtonItem4,
            this.barButtonItem5,
            this.findRibbonBtn,
            this.barButtonItemReplace,
            this.unicodeToRomanRibbonBtn,
            this.romanToUnicodeRibbonBtn,
            this.optionsRibbonBtn,
            this.wordPressRIbbonBtn,
            this.postToFacebookWallRibbonBtn,
            this.twitterRibbonBtn,
            this.sendAsEmailRibbonBtn,
            this.barButtonGroup1,
            this.barEditItemFonts,
            this.barButtonItemSwitchUILang,
            this.postToFacebookPageRibbonBtn,
            this.facebookLogOutRibbonBtn,
            this.barButtonGroup2,
            this.keyboardSwitchBtn,
            this.spellingsButtonItem,
            this.barEditItem1});
            this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonControl.MaxItemId = 141;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageHeaderItemLinks.Add(this.aboutRibbonBtn);
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.HomeRibbonPage,
            this.InsertRibbonPage,
            this.PublishingRibbonPage,
            this.UtilitiesRibbonPage,
            this.HelpRibbonPage});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit1,
            this.repositoryItemImageEdit1,
            this.repositoryItemPictureEdit2,
            this.repositoryItemComboBoxFontSize,
            this.repositoryItemColorEdit1,
            this.repositoryItemFontEdit,
            this.repositoryItemColorEdit2,
            this.repositoryItemComboBox1,
            this.repositoryItemFontEdit1,
            this.repositoryItemFontEdit2,
            this.repositoryItemFontEdit3,
            this.repositoryItemRichTextEdit1});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            this.ribbonControl.Toolbar.ItemLinks.Add(this.newFileRibbonBtn);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.openFileRibbonBtn);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.saveFileRibbonBtn);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.saveAsFileRIbbonBtn);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.helpRibbonBtn);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemSwitchUILang);
            this.ribbonControl.Click += new System.EventHandler(this.ribbonControl_Click);
            // 
            // ribbonImageCollection
            // 
            this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
            this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(15, "Close Icon.jpg");
            this.ribbonImageCollection.Images.SetKeyName(16, "Close.jpg");
            // 
            // newFileRibbonBtn
            // 
            resources.ApplyResources(this.newFileRibbonBtn, "newFileRibbonBtn");
            this.newFileRibbonBtn.Id = 1;
            this.newFileRibbonBtn.ImageIndex = 0;
            this.newFileRibbonBtn.LargeImageIndex = 0;
            this.newFileRibbonBtn.Name = "newFileRibbonBtn";
            this.newFileRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iNew_ItemClick);
            // 
            // openFileRibbonBtn
            // 
            resources.ApplyResources(this.openFileRibbonBtn, "openFileRibbonBtn");
            this.openFileRibbonBtn.Id = 2;
            this.openFileRibbonBtn.ImageIndex = 1;
            this.openFileRibbonBtn.LargeImageIndex = 1;
            this.openFileRibbonBtn.Name = "openFileRibbonBtn";
            this.openFileRibbonBtn.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.openFileRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
            // 
            // closeFileRibbonBtn
            // 
            resources.ApplyResources(this.closeFileRibbonBtn, "closeFileRibbonBtn");
            this.closeFileRibbonBtn.Id = 3;
            this.closeFileRibbonBtn.ImageIndex = 16;
            this.closeFileRibbonBtn.Name = "closeFileRibbonBtn";
            this.closeFileRibbonBtn.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.closeFileRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClose_ItemClick);
            // 
            // iFind
            // 
            resources.ApplyResources(this.iFind, "iFind");
            this.iFind.Id = 15;
            this.iFind.ImageIndex = 3;
            this.iFind.LargeImageIndex = 3;
            this.iFind.Name = "iFind";
            this.iFind.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            // 
            // saveFileRibbonBtn
            // 
            resources.ApplyResources(this.saveFileRibbonBtn, "saveFileRibbonBtn");
            this.saveFileRibbonBtn.Id = 16;
            this.saveFileRibbonBtn.ImageIndex = 4;
            this.saveFileRibbonBtn.LargeImageIndex = 4;
            this.saveFileRibbonBtn.Name = "saveFileRibbonBtn";
            this.saveFileRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_ItemClick);
            // 
            // saveAsFileRIbbonBtn
            // 
            resources.ApplyResources(this.saveAsFileRIbbonBtn, "saveAsFileRIbbonBtn");
            this.saveAsFileRIbbonBtn.Id = 17;
            this.saveAsFileRIbbonBtn.ImageIndex = 5;
            this.saveAsFileRIbbonBtn.LargeImageIndex = 5;
            this.saveAsFileRIbbonBtn.Name = "saveAsFileRIbbonBtn";
            this.saveAsFileRIbbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSaveAs_ItemClick);
            // 
            // helpRibbonBtn
            // 
            resources.ApplyResources(this.helpRibbonBtn, "helpRibbonBtn");
            this.helpRibbonBtn.Id = 22;
            this.helpRibbonBtn.ImageIndex = 7;
            this.helpRibbonBtn.LargeImageIndex = 7;
            this.helpRibbonBtn.Name = "helpRibbonBtn";
            this.helpRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHelp_ItemClick);
            // 
            // aboutRibbonBtn
            // 
            resources.ApplyResources(this.aboutRibbonBtn, "aboutRibbonBtn");
            this.aboutRibbonBtn.Id = 24;
            this.aboutRibbonBtn.ImageIndex = 8;
            this.aboutRibbonBtn.LargeImageIndex = 8;
            this.aboutRibbonBtn.Name = "aboutRibbonBtn";
            this.aboutRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
            // 
            // siStatus
            // 
            resources.ApplyResources(this.siStatus, "siStatus");
            this.siStatus.Id = 31;
            this.siStatus.Name = "siStatus";
            this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siInfo
            // 
            resources.ApplyResources(this.siInfo, "siInfo");
            this.siInfo.Id = 32;
            this.siInfo.Name = "siInfo";
            this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // alignButtonGroup
            // 
            resources.ApplyResources(this.alignButtonGroup, "alignButtonGroup");
            this.alignButtonGroup.Id = 52;
            this.alignButtonGroup.ItemLinks.Add(this.boldRibbonBtn);
            this.alignButtonGroup.ItemLinks.Add(this.italicRibbonBtn);
            this.alignButtonGroup.ItemLinks.Add(this.underlineRibbonBtn);
            this.alignButtonGroup.Name = "alignButtonGroup";
            // 
            // boldRibbonBtn
            // 
            resources.ApplyResources(this.boldRibbonBtn, "boldRibbonBtn");
            this.boldRibbonBtn.Id = 53;
            this.boldRibbonBtn.ImageIndex = 9;
            this.boldRibbonBtn.Name = "boldRibbonBtn";
            // 
            // italicRibbonBtn
            // 
            resources.ApplyResources(this.italicRibbonBtn, "italicRibbonBtn");
            this.italicRibbonBtn.Id = 54;
            this.italicRibbonBtn.ImageIndex = 10;
            this.italicRibbonBtn.Name = "italicRibbonBtn";
            // 
            // underlineRibbonBtn
            // 
            resources.ApplyResources(this.underlineRibbonBtn, "underlineRibbonBtn");
            this.underlineRibbonBtn.Id = 55;
            this.underlineRibbonBtn.ImageIndex = 11;
            this.underlineRibbonBtn.Name = "underlineRibbonBtn";
            // 
            // fontStyleButtonGroup
            // 
            resources.ApplyResources(this.fontStyleButtonGroup, "fontStyleButtonGroup");
            this.fontStyleButtonGroup.Id = 56;
            this.fontStyleButtonGroup.ItemLinks.Add(this.leftTextRibbonBtn);
            this.fontStyleButtonGroup.ItemLinks.Add(this.centerTextRibbonBtn);
            this.fontStyleButtonGroup.ItemLinks.Add(this.rightTextRibbonBtn);
            this.fontStyleButtonGroup.Name = "fontStyleButtonGroup";
            // 
            // leftTextRibbonBtn
            // 
            resources.ApplyResources(this.leftTextRibbonBtn, "leftTextRibbonBtn");
            this.leftTextRibbonBtn.Id = 57;
            this.leftTextRibbonBtn.ImageIndex = 12;
            this.leftTextRibbonBtn.Name = "leftTextRibbonBtn";
            // 
            // rightTextRibbonBtn
            // 
            resources.ApplyResources(this.rightTextRibbonBtn, "rightTextRibbonBtn");
            this.rightTextRibbonBtn.Id = 59;
            this.rightTextRibbonBtn.ImageIndex = 14;
            this.rightTextRibbonBtn.Name = "rightTextRibbonBtn";
            // 
            // rgbiSkins
            // 
            resources.ApplyResources(this.rgbiSkins, "rgbiSkins");
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // pictureRibbonBtn
            // 
            resources.ApplyResources(this.pictureRibbonBtn, "pictureRibbonBtn");
            this.pictureRibbonBtn.Id = 75;
            this.pictureRibbonBtn.LargeImageIndex = 9;
            this.pictureRibbonBtn.Name = "pictureRibbonBtn";
            this.pictureRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // headerRibbonBtn
            // 
            resources.ApplyResources(this.headerRibbonBtn, "headerRibbonBtn");
            this.headerRibbonBtn.Id = 80;
            this.headerRibbonBtn.LargeImageIndex = 10;
            this.headerRibbonBtn.Name = "headerRibbonBtn";
            this.headerRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.headerRibbonpagegroup_ItemClick);
            // 
            // footerRibbonBtn
            // 
            resources.ApplyResources(this.footerRibbonBtn, "footerRibbonBtn");
            this.footerRibbonBtn.Id = 81;
            this.footerRibbonBtn.LargeImageIndex = 12;
            this.footerRibbonBtn.Name = "footerRibbonBtn";
            this.footerRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Footerribbonpagegroup_ItemClick);
            // 
            // passwordRibbonBtn
            // 
            resources.ApplyResources(this.passwordRibbonBtn, "passwordRibbonBtn");
            this.passwordRibbonBtn.Id = 82;
            this.passwordRibbonBtn.LargeImageIndex = 13;
            this.passwordRibbonBtn.Name = "passwordRibbonBtn";
            this.passwordRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.passwordribbonpagegroup_ItemClick);
            // 
            // tableRibbonBtn
            // 
            resources.ApplyResources(this.tableRibbonBtn, "tableRibbonBtn");
            this.tableRibbonBtn.Id = 83;
            this.tableRibbonBtn.LargeImageIndex = 11;
            this.tableRibbonBtn.Name = "tableRibbonBtn";
            this.tableRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.tableribbonpagegroup_ItemClick);
            // 
            // dictionaryRibbonBtn
            // 
            resources.ApplyResources(this.dictionaryRibbonBtn, "dictionaryRibbonBtn");
            this.dictionaryRibbonBtn.Id = 85;
            this.dictionaryRibbonBtn.Name = "dictionaryRibbonBtn";
            this.dictionaryRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Dictionaryribbonpagegroup_ItemClick);
            // 
            // textToSpeechRibbonBtn
            // 
            resources.ApplyResources(this.textToSpeechRibbonBtn, "textToSpeechRibbonBtn");
            this.textToSpeechRibbonBtn.Id = 87;
            this.textToSpeechRibbonBtn.Name = "textToSpeechRibbonBtn";
            this.textToSpeechRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.texttospeechribbonhomepage_ItemClick);
            // 
            // spellCheckerRibbonBtn
            // 
            resources.ApplyResources(this.spellCheckerRibbonBtn, "spellCheckerRibbonBtn");
            this.spellCheckerRibbonBtn.Id = 88;
            this.spellCheckerRibbonBtn.Name = "spellCheckerRibbonBtn";
            this.spellCheckerRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.SpellCheckerribbongroup_ItemClick);
            // 
            // Optionsribbongroup
            // 
            resources.ApplyResources(this.Optionsribbongroup, "Optionsribbongroup");
            this.Optionsribbongroup.Id = 89;
            this.Optionsribbongroup.Name = "Optionsribbongroup";
            // 
            // barButtonItem2
            // 
            resources.ApplyResources(this.barButtonItem2, "barButtonItem2");
            this.barButtonItem2.Id = 90;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // mailMergeRibbonBtn
            // 
            resources.ApplyResources(this.mailMergeRibbonBtn, "mailMergeRibbonBtn");
            this.mailMergeRibbonBtn.Id = 91;
            this.mailMergeRibbonBtn.Name = "mailMergeRibbonBtn";
            this.mailMergeRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemMailMerge_ItemClick);
            // 
            // barButtonItem3
            // 
            resources.ApplyResources(this.barButtonItem3, "barButtonItem3");
            this.barButtonItem3.Id = 92;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // generateHTMLRibbonBtn
            // 
            resources.ApplyResources(this.generateHTMLRibbonBtn, "generateHTMLRibbonBtn");
            this.generateHTMLRibbonBtn.Id = 93;
            this.generateHTMLRibbonBtn.Name = "generateHTMLRibbonBtn";
            this.generateHTMLRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick_1);
            // 
            // barButtonItem5
            // 
            resources.ApplyResources(this.barButtonItem5, "barButtonItem5");
            this.barButtonItem5.Id = 95;
            this.barButtonItem5.Name = "barButtonItem5";
            // 
            // findRibbonBtn
            // 
            resources.ApplyResources(this.findRibbonBtn, "findRibbonBtn");
            this.findRibbonBtn.Id = 96;
            this.findRibbonBtn.LargeImageIndex = 3;
            this.findRibbonBtn.Name = "findRibbonBtn";
            this.findRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.findribbongroup_ItemClick);
            // 
            // barButtonItemReplace
            // 
            resources.ApplyResources(this.barButtonItemReplace, "barButtonItemReplace");
            this.barButtonItemReplace.Id = 97;
            this.barButtonItemReplace.Name = "barButtonItemReplace";
            this.barButtonItemReplace.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            // 
            // unicodeToRomanRibbonBtn
            // 
            resources.ApplyResources(this.unicodeToRomanRibbonBtn, "unicodeToRomanRibbonBtn");
            this.unicodeToRomanRibbonBtn.Id = 98;
            this.unicodeToRomanRibbonBtn.Name = "unicodeToRomanRibbonBtn";
            this.unicodeToRomanRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // romanToUnicodeRibbonBtn
            // 
            resources.ApplyResources(this.romanToUnicodeRibbonBtn, "romanToUnicodeRibbonBtn");
            this.romanToUnicodeRibbonBtn.Id = 99;
            this.romanToUnicodeRibbonBtn.Name = "romanToUnicodeRibbonBtn";
            this.romanToUnicodeRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // optionsRibbonBtn
            // 
            resources.ApplyResources(this.optionsRibbonBtn, "optionsRibbonBtn");
            this.optionsRibbonBtn.Id = 100;
            this.optionsRibbonBtn.Name = "optionsRibbonBtn";
            this.optionsRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
            // 
            // wordPressRIbbonBtn
            // 
            resources.ApplyResources(this.wordPressRIbbonBtn, "wordPressRIbbonBtn");
            this.wordPressRIbbonBtn.Id = 113;
            this.wordPressRIbbonBtn.Name = "wordPressRIbbonBtn";
            this.wordPressRIbbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemWordPress_ItemClick);
            // 
            // postToFacebookWallRibbonBtn
            // 
            resources.ApplyResources(this.postToFacebookWallRibbonBtn, "postToFacebookWallRibbonBtn");
            this.postToFacebookWallRibbonBtn.Id = 114;
            this.postToFacebookWallRibbonBtn.Name = "postToFacebookWallRibbonBtn";
            this.postToFacebookWallRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemFacebook_ItemClick);
            // 
            // twitterRibbonBtn
            // 
            resources.ApplyResources(this.twitterRibbonBtn, "twitterRibbonBtn");
            this.twitterRibbonBtn.Id = 115;
            this.twitterRibbonBtn.Name = "twitterRibbonBtn";
            this.twitterRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemTwitter_ItemClick);
            // 
            // sendAsEmailRibbonBtn
            // 
            resources.ApplyResources(this.sendAsEmailRibbonBtn, "sendAsEmailRibbonBtn");
            this.sendAsEmailRibbonBtn.Id = 116;
            this.sendAsEmailRibbonBtn.Name = "sendAsEmailRibbonBtn";
            this.sendAsEmailRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemSendAsEmail_ItemClick);
            // 
            // barButtonGroup1
            // 
            resources.ApplyResources(this.barButtonGroup1, "barButtonGroup1");
            this.barButtonGroup1.Id = 130;
            this.barButtonGroup1.Name = "barButtonGroup1";
            // 
            // barEditItemFonts
            // 
            resources.ApplyResources(this.barEditItemFonts, "barEditItemFonts");
            this.barEditItemFonts.Edit = this.repositoryItemFontEdit3;
            this.barEditItemFonts.Id = 131;
            this.barEditItemFonts.Name = "barEditItemFonts";
            // 
            // repositoryItemFontEdit3
            // 
            resources.ApplyResources(this.repositoryItemFontEdit3, "repositoryItemFontEdit3");
            this.repositoryItemFontEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemFontEdit3.Buttons"))))});
            this.repositoryItemFontEdit3.Name = "repositoryItemFontEdit3";
            // 
            // barButtonItemSwitchUILang
            // 
            resources.ApplyResources(this.barButtonItemSwitchUILang, "barButtonItemSwitchUILang");
            this.barButtonItemSwitchUILang.Id = 132;
            this.barButtonItemSwitchUILang.Name = "barButtonItemSwitchUILang";
            this.barButtonItemSwitchUILang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemSwitchUILang_ItemClick);
            // 
            // postToFacebookPageRibbonBtn
            // 
            resources.ApplyResources(this.postToFacebookPageRibbonBtn, "postToFacebookPageRibbonBtn");
            this.postToFacebookPageRibbonBtn.Id = 133;
            this.postToFacebookPageRibbonBtn.Name = "postToFacebookPageRibbonBtn";
            this.postToFacebookPageRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemFacebookPage_ItemClick);
            // 
            // facebookLogOutRibbonBtn
            // 
            resources.ApplyResources(this.facebookLogOutRibbonBtn, "facebookLogOutRibbonBtn");
            this.facebookLogOutRibbonBtn.Id = 135;
            this.facebookLogOutRibbonBtn.Name = "facebookLogOutRibbonBtn";
            this.facebookLogOutRibbonBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemFBLogOut_ItemClick);
            // 
            // barButtonGroup2
            // 
            resources.ApplyResources(this.barButtonGroup2, "barButtonGroup2");
            this.barButtonGroup2.Id = 137;
            this.barButtonGroup2.Name = "barButtonGroup2";
            // 
            // keyboardSwitchBtn
            // 
            resources.ApplyResources(this.keyboardSwitchBtn, "keyboardSwitchBtn");
            this.keyboardSwitchBtn.Id = 138;
            this.keyboardSwitchBtn.Name = "keyboardSwitchBtn";
            this.keyboardSwitchBtn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.keyboardSwitchBtn_ItemClick);
            // 
            // ribbonImageCollectionLarge
            // 
            resources.ApplyResources(this.ribbonImageCollectionLarge, "ribbonImageCollectionLarge");
            this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream")));
            this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_New_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(9, "picture.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(10, "layout-header-icon.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(11, "table.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(12, "footer.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(13, "pasword.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(14, "Close Icon.jpg");
            this.ribbonImageCollectionLarge.Images.SetKeyName(15, "Close.jpg");
            // 
            // HomeRibbonPage
            // 
            this.HomeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.fileRibbonPageGroup,
            this.formatRibbonPageGroup,
            this.fontPageGroup,
            this.EditingPageGroup,
            this.languagePageGroup});
            this.HomeRibbonPage.Name = "HomeRibbonPage";
            resources.ApplyResources(this.HomeRibbonPage, "HomeRibbonPage");
            // 
            // fileRibbonPageGroup
            // 
            this.fileRibbonPageGroup.ItemLinks.Add(this.newFileRibbonBtn);
            this.fileRibbonPageGroup.ItemLinks.Add(this.openFileRibbonBtn);
            this.fileRibbonPageGroup.ItemLinks.Add(this.closeFileRibbonBtn);
            this.fileRibbonPageGroup.ItemLinks.Add(this.saveFileRibbonBtn);
            this.fileRibbonPageGroup.ItemLinks.Add(this.saveAsFileRIbbonBtn);
            this.fileRibbonPageGroup.Name = "fileRibbonPageGroup";
            resources.ApplyResources(this.fileRibbonPageGroup, "fileRibbonPageGroup");
            // 
            // formatRibbonPageGroup
            // 
            this.formatRibbonPageGroup.ItemLinks.Add(this.fontStyleButtonGroup);
            this.formatRibbonPageGroup.Name = "formatRibbonPageGroup";
            resources.ApplyResources(this.formatRibbonPageGroup, "formatRibbonPageGroup");
            // 
            // fontPageGroup
            // 
            this.fontPageGroup.ItemLinks.Add(this.alignButtonGroup);
            this.fontPageGroup.ItemLinks.Add(this.barEditItemFonts);
            this.fontPageGroup.Name = "fontPageGroup";
            resources.ApplyResources(this.fontPageGroup, "fontPageGroup");
            // 
            // EditingPageGroup
            // 
            this.EditingPageGroup.ItemLinks.Add(this.findRibbonBtn);
            this.EditingPageGroup.ItemLinks.Add(this.barButtonItemReplace);
            this.EditingPageGroup.Name = "EditingPageGroup";
            resources.ApplyResources(this.EditingPageGroup, "EditingPageGroup");
            // 
            // languagePageGroup
            // 
            this.languagePageGroup.ItemLinks.Add(this.keyboardSwitchBtn);
            this.languagePageGroup.ItemLinks.Add(this.spellingsButtonItem);
            this.languagePageGroup.Name = "languagePageGroup";
            resources.ApplyResources(this.languagePageGroup, "languagePageGroup");
            // 
            // InsertRibbonPage
            // 
            this.InsertRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup4,
            this.ribbonPageGroup5,
            this.ribbonPageGroup6,
            this.ribbonPageGroup12});
            this.InsertRibbonPage.Name = "InsertRibbonPage";
            resources.ApplyResources(this.InsertRibbonPage, "InsertRibbonPage");
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.pictureRibbonBtn);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            resources.ApplyResources(this.ribbonPageGroup1, "ribbonPageGroup1");
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.headerRibbonBtn);
            this.ribbonPageGroup4.ItemLinks.Add(this.footerRibbonBtn);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            resources.ApplyResources(this.ribbonPageGroup4, "ribbonPageGroup4");
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.tableRibbonBtn);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            resources.ApplyResources(this.ribbonPageGroup5, "ribbonPageGroup5");
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ItemLinks.Add(this.passwordRibbonBtn);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            resources.ApplyResources(this.ribbonPageGroup6, "ribbonPageGroup6");
            // 
            // ribbonPageGroup12
            // 
            this.ribbonPageGroup12.Name = "ribbonPageGroup12";
            resources.ApplyResources(this.ribbonPageGroup12, "ribbonPageGroup12");
            // 
            // PublishingRibbonPage
            // 
            this.PublishingRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup3,
            this.ribbonPageGroupEmail,
            this.ribbonPageGroupPublish,
            this.ribbonPageGroupFacebook});
            this.PublishingRibbonPage.Name = "PublishingRibbonPage";
            resources.ApplyResources(this.PublishingRibbonPage, "PublishingRibbonPage");
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem3);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            resources.ApplyResources(this.ribbonPageGroup3, "ribbonPageGroup3");
            // 
            // ribbonPageGroupEmail
            // 
            this.ribbonPageGroupEmail.ItemLinks.Add(this.sendAsEmailRibbonBtn);
            this.ribbonPageGroupEmail.Name = "ribbonPageGroupEmail";
            resources.ApplyResources(this.ribbonPageGroupEmail, "ribbonPageGroupEmail");
            // 
            // ribbonPageGroupPublish
            // 
            this.ribbonPageGroupPublish.ItemLinks.Add(this.wordPressRIbbonBtn);
            this.ribbonPageGroupPublish.ItemLinks.Add(this.twitterRibbonBtn);
            this.ribbonPageGroupPublish.ItemLinks.Add(this.generateHTMLRibbonBtn);
            this.ribbonPageGroupPublish.Name = "ribbonPageGroupPublish";
            resources.ApplyResources(this.ribbonPageGroupPublish, "ribbonPageGroupPublish");
            // 
            // ribbonPageGroupFacebook
            // 
            this.ribbonPageGroupFacebook.ItemLinks.Add(this.postToFacebookPageRibbonBtn);
            this.ribbonPageGroupFacebook.ItemLinks.Add(this.postToFacebookWallRibbonBtn);
            this.ribbonPageGroupFacebook.ItemLinks.Add(this.facebookLogOutRibbonBtn);
            this.ribbonPageGroupFacebook.Name = "ribbonPageGroupFacebook";
            resources.ApplyResources(this.ribbonPageGroupFacebook, "ribbonPageGroupFacebook");
            // 
            // UtilitiesRibbonPage
            // 
            this.UtilitiesRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupCorrections,
            this.ribbonPageGroupLangProc,
            this.ribbonPageGroupOptions,
            this.automationRibbonPageGroup});
            this.UtilitiesRibbonPage.Name = "UtilitiesRibbonPage";
            resources.ApplyResources(this.UtilitiesRibbonPage, "UtilitiesRibbonPage");
            // 
            // ribbonPageGroupCorrections
            // 
            this.ribbonPageGroupCorrections.ItemLinks.Add(this.dictionaryRibbonBtn);
            this.ribbonPageGroupCorrections.ItemLinks.Add(this.spellCheckerRibbonBtn);
            this.ribbonPageGroupCorrections.Name = "ribbonPageGroupCorrections";
            resources.ApplyResources(this.ribbonPageGroupCorrections, "ribbonPageGroupCorrections");
            // 
            // ribbonPageGroupLangProc
            // 
            this.ribbonPageGroupLangProc.ItemLinks.Add(this.unicodeToRomanRibbonBtn);
            this.ribbonPageGroupLangProc.ItemLinks.Add(this.textToSpeechRibbonBtn);
            this.ribbonPageGroupLangProc.ItemLinks.Add(this.romanToUnicodeRibbonBtn);
            this.ribbonPageGroupLangProc.Name = "ribbonPageGroupLangProc";
            resources.ApplyResources(this.ribbonPageGroupLangProc, "ribbonPageGroupLangProc");
            // 
            // ribbonPageGroupOptions
            // 
            this.ribbonPageGroupOptions.ItemLinks.Add(this.optionsRibbonBtn);
            this.ribbonPageGroupOptions.Name = "ribbonPageGroupOptions";
            resources.ApplyResources(this.ribbonPageGroupOptions, "ribbonPageGroupOptions");
            // 
            // automationRibbonPageGroup
            // 
            this.automationRibbonPageGroup.ItemLinks.Add(this.mailMergeRibbonBtn);
            this.automationRibbonPageGroup.Name = "automationRibbonPageGroup";
            resources.ApplyResources(this.automationRibbonPageGroup, "automationRibbonPageGroup");
            // 
            // HelpRibbonPage
            // 
            this.HelpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.helpRibbonPageGroup});
            this.HelpRibbonPage.Name = "HelpRibbonPage";
            resources.ApplyResources(this.HelpRibbonPage, "HelpRibbonPage");
            // 
            // helpRibbonPageGroup
            // 
            this.helpRibbonPageGroup.ItemLinks.Add(this.helpRibbonBtn);
            this.helpRibbonPageGroup.ItemLinks.Add(this.aboutRibbonBtn);
            this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
            resources.ApplyResources(this.helpRibbonPageGroup, "helpRibbonPageGroup");
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // repositoryItemImageEdit1
            // 
            resources.ApplyResources(this.repositoryItemImageEdit1, "repositoryItemImageEdit1");
            this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemImageEdit1.Buttons"))))});
            this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
            // 
            // repositoryItemPictureEdit2
            // 
            this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
            // 
            // repositoryItemComboBoxFontSize
            // 
            this.repositoryItemComboBoxFontSize.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.repositoryItemComboBoxFontSize.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemComboBoxFontSize.Buttons"))))});
            this.repositoryItemComboBoxFontSize.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemComboBoxFontSize.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemComboBoxFontSize.EditValueChangedDelay = 1;
            this.repositoryItemComboBoxFontSize.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.Value;
            this.repositoryItemComboBoxFontSize.Items.AddRange(new object[] {
            resources.GetString("repositoryItemComboBoxFontSize.Items"),
            resources.GetString("repositoryItemComboBoxFontSize.Items1"),
            resources.GetString("repositoryItemComboBoxFontSize.Items2"),
            resources.GetString("repositoryItemComboBoxFontSize.Items3"),
            resources.GetString("repositoryItemComboBoxFontSize.Items4"),
            resources.GetString("repositoryItemComboBoxFontSize.Items5"),
            resources.GetString("repositoryItemComboBoxFontSize.Items6"),
            resources.GetString("repositoryItemComboBoxFontSize.Items7"),
            resources.GetString("repositoryItemComboBoxFontSize.Items8"),
            resources.GetString("repositoryItemComboBoxFontSize.Items9"),
            resources.GetString("repositoryItemComboBoxFontSize.Items10"),
            resources.GetString("repositoryItemComboBoxFontSize.Items11"),
            resources.GetString("repositoryItemComboBoxFontSize.Items12")});
            this.repositoryItemComboBoxFontSize.LookAndFeel.SkinName = "Office 2010 Blue";
            this.repositoryItemComboBoxFontSize.Name = "repositoryItemComboBoxFontSize";
            resources.ApplyResources(this.repositoryItemComboBoxFontSize, "repositoryItemComboBoxFontSize");
            this.repositoryItemComboBoxFontSize.Sorted = true;
            // 
            // repositoryItemColorEdit1
            // 
            resources.ApplyResources(this.repositoryItemColorEdit1, "repositoryItemColorEdit1");
            this.repositoryItemColorEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemColorEdit1.Buttons"))))});
            this.repositoryItemColorEdit1.Mask.EditMask = resources.GetString("repositoryItemColorEdit1.Mask.EditMask");
            this.repositoryItemColorEdit1.Name = "repositoryItemColorEdit1";
            // 
            // repositoryItemFontEdit
            // 
            resources.ApplyResources(this.repositoryItemFontEdit, "repositoryItemFontEdit");
            this.repositoryItemFontEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemFontEdit.Buttons"))))});
            this.repositoryItemFontEdit.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
            this.repositoryItemFontEdit.Name = "repositoryItemFontEdit";
            // 
            // repositoryItemColorEdit2
            // 
            resources.ApplyResources(this.repositoryItemColorEdit2, "repositoryItemColorEdit2");
            this.repositoryItemColorEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemColorEdit2.Buttons"))))});
            this.repositoryItemColorEdit2.Mask.EditMask = resources.GetString("repositoryItemColorEdit2.Mask.EditMask");
            this.repositoryItemColorEdit2.Name = "repositoryItemColorEdit2";
            // 
            // repositoryItemComboBox1
            // 
            resources.ApplyResources(this.repositoryItemComboBox1, "repositoryItemComboBox1");
            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemComboBox1.Buttons"))))});
            this.repositoryItemComboBox1.Items.AddRange(new object[] {
            resources.GetString("repositoryItemComboBox1.Items"),
            resources.GetString("repositoryItemComboBox1.Items1"),
            resources.GetString("repositoryItemComboBox1.Items2"),
            resources.GetString("repositoryItemComboBox1.Items3"),
            resources.GetString("repositoryItemComboBox1.Items4"),
            resources.GetString("repositoryItemComboBox1.Items5"),
            resources.GetString("repositoryItemComboBox1.Items6"),
            resources.GetString("repositoryItemComboBox1.Items7"),
            resources.GetString("repositoryItemComboBox1.Items8"),
            resources.GetString("repositoryItemComboBox1.Items9"),
            resources.GetString("repositoryItemComboBox1.Items10"),
            resources.GetString("repositoryItemComboBox1.Items11"),
            resources.GetString("repositoryItemComboBox1.Items12")});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            // 
            // repositoryItemFontEdit1
            // 
            resources.ApplyResources(this.repositoryItemFontEdit1, "repositoryItemFontEdit1");
            this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemFontEdit1.Buttons"))))});
            this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
            // 
            // repositoryItemFontEdit2
            // 
            resources.ApplyResources(this.repositoryItemFontEdit2, "repositoryItemFontEdit2");
            this.repositoryItemFontEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemFontEdit2.Buttons"))))});
            this.repositoryItemFontEdit2.Name = "repositoryItemFontEdit2";
            // 
            // ribbonStatusBar
            // 
            resources.ApplyResources(this.ribbonStatusBar, "ribbonStatusBar");
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            // 
            // document
            // 
            this.document.AcceptsTab = true;
            resources.ApplyResources(this.document, "document");
            this.document.AccessibleRole = System.Windows.Forms.AccessibleRole.Document;
            this.document.AutoWordSelection = true;
            this.document.EnableAutoDragDrop = true;
            this.document.Name = "document";
            this.ribbonControl.SetPopupContextMenu(this.document, this.appMenu);
            this.spellChecker1.SetShowSpellCheckMenu(this.document, false);
            this.spellChecker1.SetSpellCheckerOptions(this.document, optionsSpelling1);
            this.document.TextChanged += new System.EventHandler(this.document_TextChanged);
            // 
            // skinsRibbonPageGroup
            // 
            this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
            this.skinsRibbonPageGroup.ShowCaptionButton = false;
            resources.ApplyResources(this.skinsRibbonPageGroup, "skinsRibbonPageGroup");
            // 
            // barButtonItem10
            // 
            resources.ApplyResources(this.barButtonItem10, "barButtonItem10");
            this.barButtonItem10.Id = 110;
            this.barButtonItem10.Name = "barButtonItem10";
            // 
            // zoomTrackBarControl1
            // 
            resources.ApplyResources(this.zoomTrackBarControl1, "zoomTrackBarControl1");
            this.zoomTrackBarControl1.MenuManager = this.ribbonControl;
            this.zoomTrackBarControl1.Name = "zoomTrackBarControl1";
            this.zoomTrackBarControl1.Properties.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            this.zoomTrackBarControl1.EditValueChanged += new System.EventHandler(this.zoomTrackBarControl1_EditValueChanged);
            // 
            // spellChecker1
            // 
            this.spellChecker1.CheckAsYouTypeOptions.CheckControlsInParentContainer = true;
            this.spellChecker1.CheckAsYouTypeOptions.SuggestionCount = 15;
            this.spellChecker1.CheckAsYouTypeOptions.UnderlineStyle = DevExpress.XtraSpellChecker.UnderlineStyle.Line;
            this.spellChecker1.Culture = new System.Globalization.CultureInfo("ur-PK");
            spellCheckerDictionary1.AlphabetPath = "dic\\ur.aff";
            spellCheckerDictionary1.CacheKey = null;
            spellCheckerDictionary1.Culture = new System.Globalization.CultureInfo("ur-PK");
            spellCheckerDictionary1.DictionaryPath = "dic\\ur.dic";
            spellCheckerDictionary1.Encoding = ((System.Text.Encoding)(resources.GetObject("spellCheckerDictionary1.Encoding")));
            spellCheckerCustomDictionary1.AlphabetPath = "dic\\ur.aff";
            spellCheckerCustomDictionary1.CacheKey = null;
            spellCheckerCustomDictionary1.Culture = new System.Globalization.CultureInfo("");
            spellCheckerCustomDictionary1.DictionaryPath = "dic\\user.dic";
            spellCheckerCustomDictionary1.Encoding = ((System.Text.Encoding)(resources.GetObject("spellCheckerCustomDictionary1.Encoding")));
            spellCheckerCustomDictionary2.AlphabetPath = "C:\\Users\\Syed Tahir Ali Jan\\Documents\\GitHub\\urduwordprocessor\\UrduWordProcessor\\" +
    "bin\\Debug\\dic\\en-US.aff";
            spellCheckerCustomDictionary2.CacheKey = null;
            spellCheckerCustomDictionary2.Culture = new System.Globalization.CultureInfo("en-US");
            spellCheckerCustomDictionary2.DictionaryPath = "dic\\en-US.dic";
            spellCheckerCustomDictionary2.Encoding = ((System.Text.Encoding)(resources.GetObject("spellCheckerCustomDictionary2.Encoding")));
            this.spellChecker1.Dictionaries.Add(spellCheckerDictionary1);
            this.spellChecker1.Dictionaries.Add(spellCheckerCustomDictionary1);
            this.spellChecker1.Dictionaries.Add(spellCheckerCustomDictionary2);
            this.spellChecker1.LevenshteinDistance = 1;
            this.spellChecker1.LookAndFeel.UseWindowsXPTheme = true;
            this.spellChecker1.OptionsSpelling.CheckFromCursorPos = DevExpress.Utils.DefaultBoolean.False;
            this.spellChecker1.OptionsSpelling.CheckSelectedTextFirst = DevExpress.Utils.DefaultBoolean.True;
            this.spellChecker1.OptionsSpelling.IgnoreEmails = DevExpress.Utils.DefaultBoolean.True;
            this.spellChecker1.OptionsSpelling.IgnoreUrls = DevExpress.Utils.DefaultBoolean.True;
            this.spellChecker1.ParentContainer = this.document;
            this.spellChecker1.SpellCheckMode = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
            // 
            // urduWordProcessor
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.zoomTrackBarControl1);
            this.Controls.Add(this.document);
            this.Controls.Add(this.ribbonControl);
            this.Controls.Add(this.ribbonStatusBar);
            this.IsMdiContainer = true;
            this.Name = "urduWordProcessor";
            this.Ribbon = this.ribbonControl;
            this.StatusBar = this.ribbonStatusBar;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxFontSize)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomTrackBarControl1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            this.colorEdit1 = new DevExpress.XtraEditors.ColorEdit();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.calcEdit1 = new DevExpress.XtraEditors.CalcEdit();
            this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
            this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
            this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Appearance.DisabledLayoutGroupCaption.ForeColor = System.Drawing.SystemColors.GrayText;
            this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Options.UseForeColor = true;
            this.layoutControl1.Appearance.DisabledLayoutItem.ForeColor = System.Drawing.SystemColors.GrayText;
            this.layoutControl1.Appearance.DisabledLayoutItem.Options.UseForeColor = true;
            this.layoutControl1.Controls.Add(this.memoEdit1);
            this.layoutControl1.Controls.Add(this.colorEdit1);
            this.layoutControl1.Controls.Add(this.pictureEdit1);
            this.layoutControl1.Controls.Add(this.calcEdit1);
            this.layoutControl1.Controls.Add(this.dateEdit1);
            this.layoutControl1.Controls.Add(this.simpleButton6);
            this.layoutControl1.Controls.Add(this.lookUpEdit1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(811, 143);
            this.layoutControl1.TabIndex = 14;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // memoEdit1
            // 
            this.memoEdit1.EditValue = "tekst";
            this.memoEdit1.Location = new System.Drawing.Point(538, 7);
            this.memoEdit1.Name = "memoEdit1";
            this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
            this.memoEdit1.Size = new System.Drawing.Size(155, 130);
            this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling1);
            this.memoEdit1.StyleController = this.layoutControl1;
            this.memoEdit1.TabIndex = 18;
            // 
            // colorEdit1
            // 
            this.colorEdit1.EditValue = System.Drawing.Color.Empty;
            this.colorEdit1.Location = new System.Drawing.Point(267, 7);
            this.colorEdit1.Name = "colorEdit1";
            this.colorEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.colorEdit1.Size = new System.Drawing.Size(87, 20);
            this.colorEdit1.StyleController = this.layoutControl1;
            this.colorEdit1.TabIndex = 16;
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.Location = new System.Drawing.Point(365, 7);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Size = new System.Drawing.Size(162, 130);
            this.pictureEdit1.StyleController = this.layoutControl1;
            this.pictureEdit1.TabIndex = 15;
            // 
            // calcEdit1
            // 
            this.calcEdit1.Location = new System.Drawing.Point(267, 38);
            this.calcEdit1.Name = "calcEdit1";
            this.calcEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.calcEdit1.Size = new System.Drawing.Size(87, 20);
            this.calcEdit1.StyleController = this.layoutControl1;
            this.calcEdit1.TabIndex = 13;
            // 
            // dateEdit1
            // 
            this.dateEdit1.EditValue = new System.DateTime(2005, 12, 8, 0, 0, 0, 0);
            this.dateEdit1.Location = new System.Drawing.Point(64, 7);
            this.dateEdit1.Name = "dateEdit1";
            this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateEdit1.Size = new System.Drawing.Size(135, 20);
            this.dateEdit1.StyleController = this.layoutControl1;
            this.dateEdit1.TabIndex = 7;
            // 
            // simpleButton6
            // 
            this.simpleButton6.Location = new System.Drawing.Point(704, 7);
            this.simpleButton6.Name = "simpleButton6";
            this.simpleButton6.Size = new System.Drawing.Size(101, 22);
            this.simpleButton6.StyleController = this.layoutControl1;
            this.simpleButton6.TabIndex = 17;
            this.simpleButton6.Text = "Check Spelling...";
            this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
            // 
            // lookUpEdit1
            // 
            this.lookUpEdit1.Location = new System.Drawing.Point(64, 38);
            this.lookUpEdit1.Name = "lookUpEdit1";
            this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lookUpEdit1.Size = new System.Drawing.Size(135, 20);
            this.lookUpEdit1.StyleController = this.layoutControl1;
            this.lookUpEdit1.TabIndex = 8;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem11,
            this.layoutControlItem13,
            this.layoutControlItem12,
            this.layoutControlItem15,
            this.layoutControlItem14});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(811, 143);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AllowHotTrack = false;
            this.layoutControlItem1.Control = this.dateEdit1;
            this.layoutControlItem1.CustomizationFormText = "Date:";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(203, 31);
            this.layoutControlItem1.Text = "Date:";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 20);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.AllowHotTrack = false;
            this.layoutControlItem2.Control = this.lookUpEdit1;
            this.layoutControlItem2.CustomizationFormText = "Lookup:";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(203, 110);
            this.layoutControlItem2.Text = "Lookup:";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 20);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.AllowHotTrack = false;
            this.layoutControlItem11.Control = this.calcEdit1;
            this.layoutControlItem11.CustomizationFormText = "Calculator:";
            this.layoutControlItem11.Location = new System.Drawing.Point(203, 31);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(155, 110);
            this.layoutControlItem11.Text = "Calculator:";
            this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(52, 20);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.AllowHotTrack = false;
            this.layoutControlItem13.Control = this.pictureEdit1;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(358, 0);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(173, 141);
            this.layoutControlItem13.Text = "layoutControlItem13";
            this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TextVisible = false;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.AllowHotTrack = false;
            this.layoutControlItem12.Control = this.colorEdit1;
            this.layoutControlItem12.CustomizationFormText = "Color:";
            this.layoutControlItem12.Location = new System.Drawing.Point(203, 0);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(155, 31);
            this.layoutControlItem12.Text = "Color:";
            this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(52, 20);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.AllowHotTrack = false;
            this.layoutControlItem15.Control = this.memoEdit1;
            this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
            this.layoutControlItem15.Location = new System.Drawing.Point(531, 0);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(166, 141);
            this.layoutControlItem15.Text = "layoutControlItem15";
            this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem15.TextToControlDistance = 0;
            this.layoutControlItem15.TextVisible = false;
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.AllowHotTrack = false;
            this.layoutControlItem14.Control = this.simpleButton6;
            this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
            this.layoutControlItem14.Location = new System.Drawing.Point(697, 0);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(112, 141);
            this.layoutControlItem14.Text = "layoutControlItem14";
            this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem14.TextToControlDistance = 0;
            this.layoutControlItem14.TextVisible = false;
            // 
            // spellChecker1
            // 
            this.spellChecker1.Culture = new System.Globalization.CultureInfo("en-US");
            this.spellChecker1.ParentContainer = null;
            // 
            // FormLayoutAndEditors
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(811, 143);
            this.Controls.Add(this.layoutControl1);
            this.Name = "FormLayoutAndEditors";
            this.Text = "FormLayoutAndEditors";
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            this.ResumeLayout(false);

        }
Exemple #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.SpellCheckerOpenOfficeDictionary spellCheckerOpenOfficeDictionary1 = new DevExpress.XtraSpellChecker.SpellCheckerOpenOfficeDictionary();
     this.memoEdit1           = new DevExpress.XtraEditors.MemoEdit();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.spellChecker1       = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // memoEdit1
     //
     this.memoEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.memoEdit1.Location = new System.Drawing.Point(103, 12);
     this.memoEdit1.Name     = "memoEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
     this.memoEdit1.Size = new System.Drawing.Size(343, 375);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling1);
     this.memoEdit1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(12, 13);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text     = "Check Spelling";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // spellChecker1
     //
     this.spellChecker1.CheckAsYouTypeOptions.CheckControlsInParentContainer = true;
     this.spellChecker1.Culture = new System.Globalization.CultureInfo("en-US");
     spellCheckerOpenOfficeDictionary1.AlphabetPath   = "EnglishAlphabet.txt";
     spellCheckerOpenOfficeDictionary1.CacheKey       = null;
     spellCheckerOpenOfficeDictionary1.Culture        = new System.Globalization.CultureInfo("en-US");
     spellCheckerOpenOfficeDictionary1.DictionaryPath = "en_US.dic";
     spellCheckerOpenOfficeDictionary1.Encoding       = System.Text.Encoding.GetEncoding(1251);
     spellCheckerOpenOfficeDictionary1.GrammarPath    = "en_US.aff";
     this.spellChecker1.Dictionaries.Add(spellCheckerOpenOfficeDictionary1);
     this.spellChecker1.ParentContainer      = null;
     this.spellChecker1.SpellCheckMode       = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
     this.spellChecker1.SpellingFormShowing += new DevExpress.XtraSpellChecker.SpellingFormShowingEventHandler(this.spellChecker1_SpellingFormShowing);
     this.spellChecker1.OptionsFormShowing  += new DevExpress.XtraSpellChecker.FormShowingEventHandler(this.spellChecker1_OptionsFormShowing);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(458, 399);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.memoEdit1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(AppointmentFormOutlook2007Style));
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling4 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling2 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.ribPageAppointment       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.pgrActions               = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.btnSaveAndClose          = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelete                = new DevExpress.XtraBars.BarButtonItem();
     this.pgrOptions               = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.barEditShowTimeAs        = new DevExpress.XtraBars.BarEditItem();
     this.repItemAppointmentStatus = new DevExpress.XtraScheduler.UI.RepositoryItemAppointmentStatus();
     this.barEditLabelAs           = new DevExpress.XtraBars.BarEditItem();
     this.repItemAppointmentLabel  = new DevExpress.XtraScheduler.UI.RepositoryItemAppointmentLabel();
     this.btnRecurrence            = new DevExpress.XtraBars.BarButtonItem();
     this.pgrProofing              = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.btnSpelling              = new DevExpress.XtraBars.BarButtonItem();
     this.btnClose                = new DevExpress.XtraBars.BarButtonItem();
     this.btnSave                 = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonControl           = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.applicationMenu         = new DevExpress.XtraBars.Ribbon.ApplicationMenu();
     this.barAndDockingController = new DevExpress.XtraBars.BarAndDockingController();
     this.spellChecker            = new DevExpress.XtraSpellChecker.SpellChecker();
     this.tbLocation              = new DevExpress.XtraEditors.TextEdit();
     this.layoutCtrl              = new DevExpress.XtraLayout.LayoutControl();
     this.lblHorzSeparator1       = new DevExpress.XtraEditors.LabelControl();
     this.lblInfo                 = new DevExpress.XtraEditors.LabelControl();
     this.lblHorzSeparator2       = new DevExpress.XtraEditors.LabelControl();
     this.tbSubject               = new DevExpress.XtraEditors.TextEdit();
     this.edtStartDate            = new DevExpress.XtraEditors.DateEdit();
     this.cbReminder              = new DevExpress.XtraScheduler.UI.DurationEdit();
     this.edtEndDate              = new DevExpress.XtraEditors.DateEdit();
     this.tbDescription           = new DevExpress.XtraEditors.MemoEdit();
     this.edtStartTime            = new DevExpress.XtraScheduler.UI.SchedulerTimeEdit();
     this.edtEndTime              = new DevExpress.XtraScheduler.UI.SchedulerTimeEdit();
     this.chkAllDay               = new DevExpress.XtraEditors.CheckEdit();
     this.chkReminder             = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControlGroup      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutLocation          = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutSubject           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutDescription       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutAllDay            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutInfo              = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutReminderGroup     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutChkReminder       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutReminder          = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutStartGroup        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutStartDate         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutStartTime         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutEndGroup          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutEndDate           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutEndTime           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutResourcesGroup    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutHorzSeparator1    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutHorzSeparator2    = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1         = new DevExpress.XtraLayout.EmptySpaceItem();
     ((System.ComponentModel.ISupportInitialize)(this.repItemAppointmentStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemAppointmentLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLocation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCtrl)).BeginInit();
     this.layoutCtrl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbReminder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllDay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkReminder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutLocation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSubject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutAllDay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReminderGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutChkReminder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReminder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutResourcesGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutHorzSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutHorzSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     this.SuspendLayout();
     //
     // ribPageAppointment
     //
     this.ribPageAppointment.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.pgrActions,
         this.pgrOptions,
         this.pgrProofing
     });
     this.ribPageAppointment.KeyTip = "AP";
     this.ribPageAppointment.Name   = "ribPageAppointment";
     resources.ApplyResources(this.ribPageAppointment, "ribPageAppointment");
     //
     // pgrActions
     //
     this.pgrActions.ItemLinks.Add(this.btnSaveAndClose);
     this.pgrActions.ItemLinks.Add(this.btnDelete);
     this.pgrActions.KeyTip            = "A";
     this.pgrActions.Name              = "pgrActions";
     this.pgrActions.ShowCaptionButton = false;
     resources.ApplyResources(this.pgrActions, "pgrActions");
     //
     // btnSaveAndClose
     //
     resources.ApplyResources(this.btnSaveAndClose, "btnSaveAndClose");
     this.btnSaveAndClose.Id          = 4;
     this.btnSaveAndClose.Name        = "btnSaveAndClose";
     this.btnSaveAndClose.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                        | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnSaveAndClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveAndClose_Click);
     //
     // btnDelete
     //
     resources.ApplyResources(this.btnDelete, "btnDelete");
     this.btnDelete.Id           = 5;
     this.btnDelete.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D));
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                   | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_Click);
     //
     // pgrOptions
     //
     this.pgrOptions.ItemLinks.Add(this.barEditShowTimeAs);
     this.pgrOptions.ItemLinks.Add(this.barEditLabelAs);
     this.pgrOptions.ItemLinks.Add(this.btnRecurrence);
     this.pgrOptions.KeyTip            = "O";
     this.pgrOptions.Name              = "pgrOptions";
     this.pgrOptions.ShowCaptionButton = false;
     resources.ApplyResources(this.pgrOptions, "pgrOptions");
     //
     // barEditShowTimeAs
     //
     resources.ApplyResources(this.barEditShowTimeAs, "barEditShowTimeAs");
     this.barEditShowTimeAs.Edit = this.repItemAppointmentStatus;
     this.barEditShowTimeAs.Id   = 10;
     this.barEditShowTimeAs.Name = "barEditShowTimeAs";
     //
     // repItemAppointmentStatus
     //
     resources.ApplyResources(this.repItemAppointmentStatus, "repItemAppointmentStatus");
     this.repItemAppointmentStatus.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repItemAppointmentStatus.Buttons"))))
     });
     this.repItemAppointmentStatus.Name = "repItemAppointmentStatus";
     //
     // barEditLabelAs
     //
     resources.ApplyResources(this.barEditLabelAs, "barEditLabelAs");
     this.barEditLabelAs.Edit = this.repItemAppointmentLabel;
     this.barEditLabelAs.Id   = 11;
     this.barEditLabelAs.Name = "barEditLabelAs";
     //
     // repItemAppointmentLabel
     //
     resources.ApplyResources(this.repItemAppointmentLabel, "repItemAppointmentLabel");
     this.repItemAppointmentLabel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repItemAppointmentLabel.Buttons"))))
     });
     this.repItemAppointmentLabel.Name = "repItemAppointmentLabel";
     //
     // btnRecurrence
     //
     resources.ApplyResources(this.btnRecurrence, "btnRecurrence");
     this.btnRecurrence.Id           = 6;
     this.btnRecurrence.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.btnRecurrence.Name         = "btnRecurrence";
     this.btnRecurrence.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnRecurrence.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRecurrence_Click);
     //
     // pgrProofing
     //
     this.pgrProofing.ItemLinks.Add(this.btnSpelling);
     this.pgrProofing.KeyTip            = "P";
     this.pgrProofing.Name              = "pgrProofing";
     this.pgrProofing.ShowCaptionButton = false;
     resources.ApplyResources(this.pgrProofing, "pgrProofing");
     //
     // btnSpelling
     //
     resources.ApplyResources(this.btnSpelling, "btnSpelling");
     this.btnSpelling.Id           = 7;
     this.btnSpelling.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F7);
     this.btnSpelling.Name         = "btnSpelling";
     this.btnSpelling.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnSpelling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSpelling_Click);
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.Id           = 3;
     this.btnClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
     this.btnClose.Name         = "btnClose";
     this.btnClose.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                  | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     resources.ApplyResources(this.btnSave, "btnSave");
     this.btnSave.Id           = 2;
     this.btnSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnSave.Name         = "btnSave";
     this.btnSave.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                 | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_Click);
     //
     // ribbonControl
     //
     resources.ApplyResources(this.ribbonControl, "ribbonControl");
     this.ribbonControl.ApplicationButtonDropDownControl = this.applicationMenu;
     this.ribbonControl.AutoSizeItems         = true;
     this.ribbonControl.Controller            = this.barAndDockingController;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl.ExpandCollapseItem,
         this.btnSave,
         this.btnClose,
         this.btnSaveAndClose,
         this.btnDelete,
         this.btnRecurrence,
         this.btnSpelling,
         this.barEditShowTimeAs,
         this.barEditLabelAs
     });
     this.ribbonControl.ItemsVertAlign = DevExpress.Utils.VertAlignment.Top;
     this.ribbonControl.MaxItemId      = 17;
     this.ribbonControl.Name           = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribPageAppointment
     });
     this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repItemAppointmentStatus,
         this.repItemAppointmentLabel
     });
     this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl.Toolbar.ItemLinks.Add(this.btnSave);
     //
     // applicationMenu
     //
     this.applicationMenu.ItemLinks.Add(this.btnSave);
     this.applicationMenu.ItemLinks.Add(this.btnDelete);
     this.applicationMenu.ItemLinks.Add(this.btnClose);
     this.applicationMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.LargeImagesText;
     this.applicationMenu.Name         = "applicationMenu";
     this.applicationMenu.Ribbon       = this.ribbonControl;
     //
     // barAndDockingController
     //
     this.barAndDockingController.PropertiesBar.DefaultGlyphSize      = new System.Drawing.Size(16, 16);
     this.barAndDockingController.PropertiesBar.DefaultLargeGlyphSize = new System.Drawing.Size(32, 32);
     //
     // spellChecker
     //
     this.spellChecker.CheckAsYouTypeOptions.CheckControlsInParentContainer = true;
     this.spellChecker.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker.ParentContainer = this;
     this.spellChecker.SpellCheckMode  = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
     //
     // tbLocation
     //
     resources.ApplyResources(this.tbLocation, "tbLocation");
     this.tbLocation.Name = "tbLocation";
     this.spellChecker.SetShowSpellCheckMenu(this.tbLocation, true);
     this.spellChecker.SetSpellCheckerOptions(this.tbLocation, optionsSpelling4);
     this.tbLocation.StyleController = this.layoutCtrl;
     //
     // layoutCtrl
     //
     this.layoutCtrl.Controls.Add(this.tbLocation);
     this.layoutCtrl.Controls.Add(this.lblHorzSeparator1);
     this.layoutCtrl.Controls.Add(this.lblInfo);
     this.layoutCtrl.Controls.Add(this.lblHorzSeparator2);
     this.layoutCtrl.Controls.Add(this.tbSubject);
     this.layoutCtrl.Controls.Add(this.edtStartDate);
     this.layoutCtrl.Controls.Add(this.cbReminder);
     this.layoutCtrl.Controls.Add(this.edtEndDate);
     this.layoutCtrl.Controls.Add(this.tbDescription);
     this.layoutCtrl.Controls.Add(this.edtStartTime);
     this.layoutCtrl.Controls.Add(this.edtEndTime);
     this.layoutCtrl.Controls.Add(this.chkAllDay);
     this.layoutCtrl.Controls.Add(this.chkReminder);
     resources.ApplyResources(this.layoutCtrl, "layoutCtrl");
     this.layoutCtrl.Name = "layoutCtrl";
     this.layoutCtrl.Root = this.layoutControlGroup;
     //
     // lblHorzSeparator1
     //
     this.lblHorzSeparator1.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
     this.lblHorzSeparator1.LineVisible     = true;
     resources.ApplyResources(this.lblHorzSeparator1, "lblHorzSeparator1");
     this.lblHorzSeparator1.Name            = "lblHorzSeparator1";
     this.lblHorzSeparator1.StyleController = this.layoutCtrl;
     //
     // lblInfo
     //
     resources.ApplyResources(this.lblInfo, "lblInfo");
     this.lblInfo.Name            = "lblInfo";
     this.lblInfo.StyleController = this.layoutCtrl;
     //
     // lblHorzSeparator2
     //
     this.lblHorzSeparator2.LineOrientation = DevExpress.XtraEditors.LabelLineOrientation.Horizontal;
     this.lblHorzSeparator2.LineVisible     = true;
     resources.ApplyResources(this.lblHorzSeparator2, "lblHorzSeparator2");
     this.lblHorzSeparator2.Name            = "lblHorzSeparator2";
     this.lblHorzSeparator2.StyleController = this.layoutCtrl;
     //
     // tbSubject
     //
     resources.ApplyResources(this.tbSubject, "tbSubject");
     this.tbSubject.Name = "tbSubject";
     this.spellChecker.SetShowSpellCheckMenu(this.tbSubject, true);
     this.spellChecker.SetSpellCheckerOptions(this.tbSubject, optionsSpelling1);
     this.tbSubject.StyleController = this.layoutCtrl;
     //
     // edtStartDate
     //
     resources.ApplyResources(this.edtStartDate, "edtStartDate");
     this.edtStartDate.Name = "edtStartDate";
     this.edtStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("edtStartDate.Properties.Buttons"))))
     });
     this.edtStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtStartDate.StyleController = this.layoutCtrl;
     //
     // cbReminder
     //
     resources.ApplyResources(this.cbReminder, "cbReminder");
     this.cbReminder.Name = "cbReminder";
     this.cbReminder.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cbReminder.Properties.Buttons"))))
     });
     this.cbReminder.Properties.ShowEmptyItem = false;
     this.cbReminder.StyleController          = this.layoutCtrl;
     //
     // edtEndDate
     //
     resources.ApplyResources(this.edtEndDate, "edtEndDate");
     this.edtEndDate.Name = "edtEndDate";
     this.edtEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("edtEndDate.Properties.Buttons"))))
     });
     this.edtEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtEndDate.StyleController = this.layoutCtrl;
     //
     // tbDescription
     //
     resources.ApplyResources(this.tbDescription, "tbDescription");
     this.tbDescription.Name = "tbDescription";
     this.spellChecker.SetShowSpellCheckMenu(this.tbDescription, true);
     this.spellChecker.SetSpellCheckerOptions(this.tbDescription, optionsSpelling2);
     this.tbDescription.StyleController = this.layoutCtrl;
     //
     // edtStartTime
     //
     resources.ApplyResources(this.edtStartTime, "edtStartTime");
     this.edtStartTime.Name = "edtStartTime";
     this.edtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtStartTime.StyleController = this.layoutCtrl;
     //
     // edtEndTime
     //
     resources.ApplyResources(this.edtEndTime, "edtEndTime");
     this.edtEndTime.Name = "edtEndTime";
     this.edtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtEndTime.StyleController = this.layoutCtrl;
     //
     // chkAllDay
     //
     resources.ApplyResources(this.chkAllDay, "chkAllDay");
     this.chkAllDay.Name = "chkAllDay";
     this.chkAllDay.Properties.Caption = resources.GetString("chkAllDay.Properties.Caption");
     this.chkAllDay.StyleController    = this.layoutCtrl;
     //
     // chkReminder
     //
     resources.ApplyResources(this.chkReminder, "chkReminder");
     this.chkReminder.Name = "chkReminder";
     this.chkReminder.Properties.Caption = resources.GetString("chkReminder.Properties.Caption");
     this.chkReminder.StyleController    = this.layoutCtrl;
     //
     // layoutControlGroup
     //
     resources.ApplyResources(this.layoutControlGroup, "layoutControlGroup");
     this.layoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutLocation,
         this.layoutSubject,
         this.layoutDescription,
         this.layoutAllDay,
         this.layoutInfo,
         this.layoutReminderGroup,
         this.layoutStartGroup,
         this.layoutEndGroup,
         this.layoutResourcesGroup,
         this.layoutHorzSeparator1,
         this.layoutHorzSeparator2,
         this.emptySpaceItem1
     });
     this.layoutControlGroup.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup.Name        = "layoutControlGroup";
     this.layoutControlGroup.Size        = new System.Drawing.Size(609, 389);
     this.layoutControlGroup.TextVisible = false;
     //
     // layoutLocation
     //
     this.layoutLocation.Control = this.tbLocation;
     resources.ApplyResources(this.layoutLocation, "layoutLocation");
     this.layoutLocation.Location = new System.Drawing.Point(0, 29);
     this.layoutLocation.Name     = "layoutLocation";
     this.layoutLocation.Size     = new System.Drawing.Size(589, 24);
     this.layoutLocation.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutSubject
     //
     this.layoutSubject.Control = this.tbSubject;
     resources.ApplyResources(this.layoutSubject, "layoutSubject");
     this.layoutSubject.Location = new System.Drawing.Point(0, 5);
     this.layoutSubject.Name     = "layoutSubject";
     this.layoutSubject.Size     = new System.Drawing.Size(589, 24);
     this.layoutSubject.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutDescription
     //
     this.layoutDescription.Control = this.tbDescription;
     resources.ApplyResources(this.layoutDescription, "layoutDescription");
     this.layoutDescription.Location    = new System.Drawing.Point(0, 159);
     this.layoutDescription.Name        = "layoutDescription";
     this.layoutDescription.Size        = new System.Drawing.Size(589, 210);
     this.layoutDescription.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutDescription.TextVisible = false;
     //
     // layoutAllDay
     //
     this.layoutAllDay.Control = this.chkAllDay;
     resources.ApplyResources(this.layoutAllDay, "layoutAllDay");
     this.layoutAllDay.Location    = new System.Drawing.Point(339, 94);
     this.layoutAllDay.Name        = "layoutAllDay";
     this.layoutAllDay.Size        = new System.Drawing.Size(102, 24);
     this.layoutAllDay.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutAllDay.TextVisible = false;
     //
     // layoutInfo
     //
     this.layoutInfo.Control = this.lblInfo;
     resources.ApplyResources(this.layoutInfo, "layoutInfo");
     this.layoutInfo.Location     = new System.Drawing.Point(0, 0);
     this.layoutInfo.Name         = "layoutInfo";
     this.layoutInfo.Size         = new System.Drawing.Size(589, 5);
     this.layoutInfo.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutInfo.TextSize     = new System.Drawing.Size(0, 0);
     this.layoutInfo.TextVisible  = false;
     //
     // layoutReminderGroup
     //
     resources.ApplyResources(this.layoutReminderGroup, "layoutReminderGroup");
     this.layoutReminderGroup.GroupBordersVisible = false;
     this.layoutReminderGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutChkReminder,
         this.layoutReminder
     });
     this.layoutReminderGroup.Location = new System.Drawing.Point(0, 135);
     this.layoutReminderGroup.Name     = "layoutReminderGroup";
     this.layoutReminderGroup.Size     = new System.Drawing.Size(589, 24);
     //
     // layoutChkReminder
     //
     this.layoutChkReminder.Control = this.chkReminder;
     resources.ApplyResources(this.layoutChkReminder, "layoutChkReminder");
     this.layoutChkReminder.Location    = new System.Drawing.Point(0, 0);
     this.layoutChkReminder.Name        = "layoutChkReminder";
     this.layoutChkReminder.Size        = new System.Drawing.Size(84, 24);
     this.layoutChkReminder.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutChkReminder.TextVisible = false;
     //
     // layoutReminder
     //
     this.layoutReminder.Control = this.cbReminder;
     resources.ApplyResources(this.layoutReminder, "layoutReminder");
     this.layoutReminder.Location    = new System.Drawing.Point(84, 0);
     this.layoutReminder.Name        = "layoutReminder";
     this.layoutReminder.Size        = new System.Drawing.Size(505, 24);
     this.layoutReminder.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutReminder.TextVisible = false;
     //
     // layoutStartGroup
     //
     resources.ApplyResources(this.layoutStartGroup, "layoutStartGroup");
     this.layoutStartGroup.GroupBordersVisible = false;
     this.layoutStartGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutStartDate,
         this.layoutStartTime
     });
     this.layoutStartGroup.Location = new System.Drawing.Point(0, 70);
     this.layoutStartGroup.Name     = "layoutStartGroup";
     this.layoutStartGroup.Size     = new System.Drawing.Size(339, 24);
     //
     // layoutStartDate
     //
     this.layoutStartDate.Control = this.edtStartDate;
     resources.ApplyResources(this.layoutStartDate, "layoutStartDate");
     this.layoutStartDate.Location = new System.Drawing.Point(0, 0);
     this.layoutStartDate.Name     = "layoutStartDate";
     this.layoutStartDate.Size     = new System.Drawing.Size(230, 24);
     this.layoutStartDate.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutStartTime
     //
     this.layoutStartTime.Control = this.edtStartTime;
     resources.ApplyResources(this.layoutStartTime, "layoutStartTime");
     this.layoutStartTime.Location    = new System.Drawing.Point(230, 0);
     this.layoutStartTime.Name        = "layoutStartTime";
     this.layoutStartTime.Size        = new System.Drawing.Size(109, 24);
     this.layoutStartTime.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutStartTime.TextVisible = false;
     //
     // layoutEndGroup
     //
     resources.ApplyResources(this.layoutEndGroup, "layoutEndGroup");
     this.layoutEndGroup.GroupBordersVisible = false;
     this.layoutEndGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutEndDate,
         this.layoutEndTime
     });
     this.layoutEndGroup.Location = new System.Drawing.Point(0, 94);
     this.layoutEndGroup.Name     = "layoutEndGroup";
     this.layoutEndGroup.Size     = new System.Drawing.Size(339, 24);
     //
     // layoutEndDate
     //
     this.layoutEndDate.Control = this.edtEndDate;
     resources.ApplyResources(this.layoutEndDate, "layoutEndDate");
     this.layoutEndDate.Location = new System.Drawing.Point(0, 0);
     this.layoutEndDate.Name     = "layoutEndDate";
     this.layoutEndDate.Size     = new System.Drawing.Size(230, 24);
     this.layoutEndDate.TextSize = new System.Drawing.Size(51, 13);
     //
     // layoutEndTime
     //
     this.layoutEndTime.Control = this.edtEndTime;
     resources.ApplyResources(this.layoutEndTime, "layoutEndTime");
     this.layoutEndTime.Location    = new System.Drawing.Point(230, 0);
     this.layoutEndTime.Name        = "layoutEndTime";
     this.layoutEndTime.Size        = new System.Drawing.Size(109, 24);
     this.layoutEndTime.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutEndTime.TextVisible = false;
     //
     // layoutResourcesGroup
     //
     resources.ApplyResources(this.layoutResourcesGroup, "layoutResourcesGroup");
     this.layoutResourcesGroup.GroupBordersVisible = false;
     this.layoutResourcesGroup.Location            = new System.Drawing.Point(339, 70);
     this.layoutResourcesGroup.Name = "layoutResourcesGroup";
     this.layoutResourcesGroup.Size = new System.Drawing.Size(250, 24);
     //
     // layoutHorzSeparator1
     //
     this.layoutHorzSeparator1.Control = this.lblHorzSeparator1;
     resources.ApplyResources(this.layoutHorzSeparator1, "layoutHorzSeparator1");
     this.layoutHorzSeparator1.Location    = new System.Drawing.Point(0, 53);
     this.layoutHorzSeparator1.Name        = "layoutHorzSeparator1";
     this.layoutHorzSeparator1.Size        = new System.Drawing.Size(589, 17);
     this.layoutHorzSeparator1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutHorzSeparator1.TextVisible = false;
     //
     // layoutHorzSeparator2
     //
     this.layoutHorzSeparator2.Control = this.lblHorzSeparator2;
     resources.ApplyResources(this.layoutHorzSeparator2, "layoutHorzSeparator2");
     this.layoutHorzSeparator2.Location    = new System.Drawing.Point(0, 118);
     this.layoutHorzSeparator2.Name        = "layoutHorzSeparator2";
     this.layoutHorzSeparator2.Size        = new System.Drawing.Size(589, 17);
     this.layoutHorzSeparator2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutHorzSeparator2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     resources.ApplyResources(this.emptySpaceItem1, "emptySpaceItem1");
     this.emptySpaceItem1.Location = new System.Drawing.Point(441, 94);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(148, 24);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // AppointmentFormOutlook2007Style
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutCtrl);
     this.Controls.Add(this.ribbonControl);
     this.Name          = "AppointmentFormOutlook2007Style";
     this.Ribbon        = this.ribbonControl;
     this.ShowInTaskbar = false;
     this.Activated    += new System.EventHandler(this.AppointmentFormBase_Activated);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.AppointmentFormBase_FormClosing);
     this.Load         += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.repItemAppointmentStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repItemAppointmentLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLocation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCtrl)).EndInit();
     this.layoutCtrl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbReminder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllDay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkReminder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutLocation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutSubject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutAllDay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReminderGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutChkReminder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutReminder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutStartTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutEndTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutResourcesGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutHorzSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutHorzSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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(EmployeeMailMerge));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.Snap.Core.API.DataSourceInfo dataSourceInfo1 = new DevExpress.Snap.Core.API.DataSourceInfo();
            DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
            DevExpress.XtraBars.Ribbon.ReduceOperation reduceOperation1 = new DevExpress.XtraBars.Ribbon.ReduceOperation();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            this.bindingSource = new System.Windows.Forms.BindingSource();
            this.stylesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.StylesRibbonPageGroup();
            this.galleryChangeStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeStyleItem();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.biClose = new DevExpress.XtraBars.BarButtonItem();
            this.commandBarCheckItem1 = new DevExpress.Snap.Extensions.UI.CommandBarCheckItem();
            this.commandBarCheckItem2 = new DevExpress.Snap.Extensions.UI.CommandBarCheckItem();
            this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
            this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
            this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
            this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
            this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
            this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
            this.commandBarItem4 = new DevExpress.Snap.Extensions.UI.CommandBarItem();
            this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
            this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
            this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
            this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
            this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
            this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
            this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
            this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
            this.snapControl = new DevExpress.Snap.SnapControl();
            this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
            this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
            this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
            this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
            this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
            this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
            this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
            this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
            this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
            this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
            this.barButtonGroup3 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
            this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
            this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
            this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
            this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
            this.capitalizeEachWordCaseItem1 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
            this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
            this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
            this.barButtonGroup4 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
            this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
            this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
            this.barButtonGroup5 = new DevExpress.XtraBars.BarButtonGroup();
            this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
            this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
            this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
            this.barButtonGroup6 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
            this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
            this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
            this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
            this.barButtonGroup7 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
            this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
            this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
            this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
            this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
            this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
            this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
            this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
            this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
            this.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
            this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
            this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
            this.showAllFieldCodesItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldCodesItem();
            this.showAllFieldResultsItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldResultsItem();
            this.toggleFieldHighlightingItem1 = new DevExpress.Snap.Extensions.UI.ToggleFieldHighlightingItem();
            this.toggleSpellCheckAsYouTypeItem1 = new DevExpress.XtraRichEdit.UI.ToggleSpellCheckAsYouType();
            this.checkSpellingItem1 = new DevExpress.XtraRichEdit.UI.CheckSpellingItem();
            this.fileRibbonPage1 = new DevExpress.XtraRichEdit.UI.FileRibbonPage();
            this.commonRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.CommonRibbonPageGroup();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.homeRibbonPage1 = new DevExpress.XtraRichEdit.UI.HomeRibbonPage();
            this.clipboardRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ClipboardRibbonPageGroup();
            this.documentProofingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentProofingRibbonPageGroup();
            this.fontRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.FontRibbonPageGroup();
            this.paragraphRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ParagraphRibbonPageGroup();
            this.editingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.EditingRibbonPageGroup();
            this.mailMergeRibbonPage1 = new DevExpress.Snap.Extensions.UI.MailMergeRibbonPage();
            this.mailMergeRibbonPageGroup1 = new DevExpress.Snap.Extensions.UI.MailMergeRibbonPageGroup();
            this.viewFieldsRibbonPageGroup1 = new DevExpress.Snap.Extensions.UI.ViewFieldsRibbonPageGroup();
            this.repositoryItemMailMergeCurrentRecordEdit1 = new DevExpress.Snap.Extensions.UI.RepositoryItemMailMergeCurrentRecordEdit();
            this.zoomLevelTrackBar = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.beZoomLevel = new DevExpress.XtraBars.BarEditItem();
            this.bbiZoomDialog = new DevExpress.XtraBars.BarButtonItem();
            this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
            this.searchControl = new DevExpress.XtraEditors.SearchControl();
            this.employeesList = new DevExpress.XtraGrid.GridControl();
            this.gridView = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colPhoto = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colFullName = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colTitle = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.cbMailTemplate = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.FullNameLabel = new DevExpress.XtraEditors.LabelControl();
            this.TitleLabel = new DevExpress.XtraEditors.LabelControl();
            this.PhotoPictureEdit = new DevExpress.XtraEditors.PictureEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.ItemForSnapControl = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlMailMergeSetting = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.ItemForTitle = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForFullName = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForPhoto = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForEmployeesList = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForTemplates = new DevExpress.XtraLayout.LayoutControlItem();
            this.ItemForSearchControl = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
            this.snapBarController1 = new DevExpress.Snap.Extensions.SnapBarController();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.biGetStarted = new DevExpress.XtraBars.BarButtonItem();
            this.biGetSupport = new DevExpress.XtraBars.BarButtonItem();
            this.biBuyNow = new DevExpress.XtraBars.BarButtonItem();
            this.biAbout = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.barNavigationItem = new DevExpress.XtraBars.BarSubItem();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.biFolderPaneSubItem = new DevExpress.XtraBars.BarSubItem();
            this.bmiFolderNormal = new DevExpress.XtraBars.BarCheckItem();
            this.bmiFolderMinimized = new DevExpress.XtraBars.BarCheckItem();
            this.bmiFolderOff = new DevExpress.XtraBars.BarCheckItem();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMailMergeCurrentRecordEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
            this.dataLayoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeesList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMailTemplate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PhotoPictureEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSnapControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlMailMergeSetting)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForTitle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPhoto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForEmployeesList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForTemplates)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSearchControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.snapBarController1)).BeginInit();
            this.SuspendLayout();
            // 
            // bindingSource
            // 
            this.bindingSource.DataSource = typeof(DevExpress.DevAV.Employee);
            // 
            // stylesRibbonPageGroup1
            // 
            this.stylesRibbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("stylesRibbonPageGroup1.Glyph")));
            this.stylesRibbonPageGroup1.ItemLinks.Add(this.galleryChangeStyleItem1);
            this.stylesRibbonPageGroup1.Name = "stylesRibbonPageGroup1";
            // 
            // galleryChangeStyleItem1
            // 
            // 
            // 
            // 
            this.galleryChangeStyleItem1.Gallery.ColumnCount = 10;
            this.galleryChangeStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryChangeStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeStyleItem1.Id = 87;
            this.galleryChangeStyleItem1.Name = "galleryChangeStyleItem1";
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationDocumentCaption = "Mail Merge";
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.biClose,
            this.commandBarCheckItem1,
            this.commandBarCheckItem2,
            this.undoItem1,
            this.redoItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.commandBarItem4,
            this.quickPrintItem1,
            this.printItem1,
            this.printPreviewItem1,
            this.pasteItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteSpecialItem1,
            this.barButtonGroup1,
            this.changeFontNameItem1,
            this.changeFontSizeItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.barButtonGroup2,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontDoubleUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontDoubleStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.barButtonGroup3,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.changeTextCaseItem1,
            this.makeTextUpperCaseItem1,
            this.makeTextLowerCaseItem1,
            this.capitalizeEachWordCaseItem1,
            this.toggleTextCaseItem1,
            this.clearFormattingItem1,
            this.barButtonGroup4,
            this.toggleBulletedListItem1,
            this.toggleNumberingListItem1,
            this.toggleMultiLevelListItem1,
            this.barButtonGroup5,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.barButtonGroup6,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.toggleShowWhitespaceItem1,
            this.barButtonGroup7,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.changeParagraphBackColorItem1,
            this.galleryChangeStyleItem1,
            this.findItem1,
            this.replaceItem1,
            this.showAllFieldCodesItem1,
            this.showAllFieldResultsItem1,
            this.toggleFieldHighlightingItem1,
            this.toggleSpellCheckAsYouTypeItem1,
            this.checkSpellingItem1});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.Margin = new System.Windows.Forms.Padding(2);
            this.ribbonControl.MaxItemId = 103;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.fileRibbonPage1,
            this.homeRibbonPage1,
            this.mailMergeRibbonPage1});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemMailMergeCurrentRecordEdit1,
            this.repositoryItemFontEdit1,
            this.repositoryItemRichEditFontSizeEdit1,
            this.zoomLevelTrackBar});
            this.ribbonControl.Size = new System.Drawing.Size(1280, 142);
            this.ribbonControl.StatusBar = this.ribbonStatusBar1;
            // 
            // biClose
            // 
            this.biClose.Caption = "Close";
            this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16;
            this.biClose.Id = 2;
            this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape);
            this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32;
            this.biClose.Name = "biClose";
            // 
            // commandBarCheckItem1
            // 
            this.commandBarCheckItem1.Id = 6;
            this.commandBarCheckItem1.Name = "commandBarCheckItem1";
            this.commandBarCheckItem1.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.MailMergeFilters;
            // 
            // commandBarCheckItem2
            // 
            this.commandBarCheckItem2.Id = 7;
            this.commandBarCheckItem2.Name = "commandBarCheckItem2";
            this.commandBarCheckItem2.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.MailMergeSorting;
            // 
            // undoItem1
            // 
            this.undoItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_undo_16;
            this.undoItem1.Id = 13;
            this.undoItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_undo_32;
            this.undoItem1.Name = "undoItem1";
            // 
            // redoItem1
            // 
            this.redoItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_redo_16;
            this.redoItem1.Id = 14;
            this.redoItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_redo_32;
            this.redoItem1.Name = "redoItem1";
            // 
            // fileNewItem1
            // 
            this.fileNewItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_doc_16;
            this.fileNewItem1.Id = 15;
            this.fileNewItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_new_doc_32;
            this.fileNewItem1.Name = "fileNewItem1";
            // 
            // fileOpenItem1
            // 
            this.fileOpenItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_open_doc_16;
            this.fileOpenItem1.Id = 16;
            this.fileOpenItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_open_doc_32;
            this.fileOpenItem1.Name = "fileOpenItem1";
            // 
            // fileSaveItem1
            // 
            this.fileSaveItem1.Id = 17;
            this.fileSaveItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32;
            this.fileSaveItem1.Name = "fileSaveItem1";
            // 
            // fileSaveAsItem1
            // 
            this.fileSaveAsItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_as_16;
            this.fileSaveAsItem1.Id = 18;
            this.fileSaveAsItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_as_32;
            this.fileSaveAsItem1.Name = "fileSaveAsItem1";
            // 
            // commandBarItem4
            // 
            this.commandBarItem4.Id = 19;
            this.commandBarItem4.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32;
            this.commandBarItem4.Name = "commandBarItem4";
            this.commandBarItem4.SnapCommand = DevExpress.Snap.Extensions.UI.SnapCommand.ExportDocument;
            // 
            // quickPrintItem1
            // 
            this.quickPrintItem1.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_quick_16;
            this.quickPrintItem1.Id = 20;
            this.quickPrintItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_quick_32;
            this.quickPrintItem1.Name = "quickPrintItem1";
            // 
            // printItem1
            // 
            this.printItem1.Id = 21;
            this.printItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32;
            this.printItem1.Name = "printItem1";
            // 
            // printPreviewItem1
            // 
            this.printPreviewItem1.Id = 22;
            this.printPreviewItem1.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32;
            this.printPreviewItem1.Name = "printPreviewItem1";
            // 
            // pasteItem1
            // 
            this.pasteItem1.Id = 43;
            this.pasteItem1.Name = "pasteItem1";
            // 
            // cutItem1
            // 
            this.cutItem1.Id = 44;
            this.cutItem1.Name = "cutItem1";
            // 
            // copyItem1
            // 
            this.copyItem1.Id = 45;
            this.copyItem1.Name = "copyItem1";
            // 
            // pasteSpecialItem1
            // 
            this.pasteSpecialItem1.Id = 46;
            this.pasteSpecialItem1.Name = "pasteSpecialItem1";
            // 
            // barButtonGroup1
            // 
            this.barButtonGroup1.Id = 36;
            this.barButtonGroup1.ItemLinks.Add(this.changeFontNameItem1);
            this.barButtonGroup1.ItemLinks.Add(this.changeFontSizeItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeIncreaseItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeDecreaseItem1);
            this.barButtonGroup1.Name = "barButtonGroup1";
            this.barButtonGroup1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup1.Tag = "{97BBE334-159B-44d9-A168-0411957565E8}";
            // 
            // changeFontNameItem1
            // 
            this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
            this.changeFontNameItem1.Id = 47;
            this.changeFontNameItem1.Name = "changeFontNameItem1";
            // 
            // repositoryItemFontEdit1
            // 
            this.repositoryItemFontEdit1.AutoHeight = false;
            this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
            // 
            // changeFontSizeItem1
            // 
            this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit1;
            this.changeFontSizeItem1.Id = 48;
            this.changeFontSizeItem1.Name = "changeFontSizeItem1";
            // 
            // repositoryItemRichEditFontSizeEdit1
            // 
            this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
            this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemRichEditFontSizeEdit1.Control = this.snapControl;
            this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
            // 
            // snapControl
            // 
            this.snapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            dataSourceInfo1.DataSource = this.bindingSource;
            dataSourceInfo1.DataSourceName = "Employee";
            this.snapControl.DataSources.Add(dataSourceInfo1);
            this.snapControl.EnableToolTips = true;
            this.snapControl.Location = new System.Drawing.Point(0, 0);
            this.snapControl.MenuManager = this.ribbonControl;
            this.snapControl.Modified = true;
            this.snapControl.Name = "snapControl";
            this.snapControl.Options.Comments.ShowAllAuthors = false;
            this.snapControl.Options.CopyPaste.MaintainDocumentSectionSettings = false;
            this.snapControl.Options.Fields.HighlightMode = DevExpress.XtraRichEdit.FieldsHighlightMode.Always;
            this.snapControl.Options.Fields.UseCurrentCultureDateTimeFormat = false;
            this.snapControl.Options.SnapMailMergeVisualOptions.DataSource = this.bindingSource;
            this.snapControl.Options.SnapMailMergeVisualOptions.DataSourceName = "Employee";
            this.spellChecker1.SetShowSpellCheckMenu(this.snapControl, false);
            this.snapControl.Size = new System.Drawing.Size(925, 658);
            this.snapControl.SpellChecker = this.spellChecker1;
            this.spellChecker1.SetSpellCheckerOptions(this.snapControl, optionsSpelling1);
            this.snapControl.TabIndex = 18;
            // 
            // spellChecker1
            // 
            this.spellChecker1.Culture = new System.Globalization.CultureInfo("en-US");
            this.spellChecker1.ParentContainer = null;
            this.spellChecker1.SpellCheckMode = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
            // 
            // fontSizeIncreaseItem1
            // 
            this.fontSizeIncreaseItem1.Id = 49;
            this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
            // 
            // fontSizeDecreaseItem1
            // 
            this.fontSizeDecreaseItem1.Id = 50;
            this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
            // 
            // barButtonGroup2
            // 
            this.barButtonGroup2.Id = 37;
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontBoldItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontItalicItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSuperscriptItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSubscriptItem1);
            this.barButtonGroup2.Name = "barButtonGroup2";
            this.barButtonGroup2.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup2.Tag = "{433DA7F0-03E2-4650-9DB5-66DD92D16E39}";
            // 
            // toggleFontBoldItem1
            // 
            this.toggleFontBoldItem1.Id = 51;
            this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
            // 
            // toggleFontItalicItem1
            // 
            this.toggleFontItalicItem1.Id = 52;
            this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
            // 
            // toggleFontUnderlineItem1
            // 
            this.toggleFontUnderlineItem1.Id = 53;
            this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
            // 
            // toggleFontDoubleUnderlineItem1
            // 
            this.toggleFontDoubleUnderlineItem1.Id = 54;
            this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
            // 
            // toggleFontStrikeoutItem1
            // 
            this.toggleFontStrikeoutItem1.Id = 55;
            this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
            // 
            // toggleFontDoubleStrikeoutItem1
            // 
            this.toggleFontDoubleStrikeoutItem1.Id = 56;
            this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
            // 
            // toggleFontSuperscriptItem1
            // 
            this.toggleFontSuperscriptItem1.Id = 57;
            this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
            // 
            // toggleFontSubscriptItem1
            // 
            this.toggleFontSubscriptItem1.Id = 58;
            this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
            // 
            // barButtonGroup3
            // 
            this.barButtonGroup3.Id = 38;
            this.barButtonGroup3.ItemLinks.Add(this.changeFontColorItem1);
            this.barButtonGroup3.ItemLinks.Add(this.changeFontBackColorItem1);
            this.barButtonGroup3.Name = "barButtonGroup3";
            this.barButtonGroup3.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup3.Tag = "{DF8C5334-EDE3-47c9-A42C-FE9A9247E180}";
            // 
            // changeFontColorItem1
            // 
            this.changeFontColorItem1.Id = 59;
            this.changeFontColorItem1.Name = "changeFontColorItem1";
            // 
            // changeFontBackColorItem1
            // 
            this.changeFontBackColorItem1.Id = 60;
            this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
            // 
            // changeTextCaseItem1
            // 
            this.changeTextCaseItem1.Id = 61;
            this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.capitalizeEachWordCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
            this.changeTextCaseItem1.Name = "changeTextCaseItem1";
            this.changeTextCaseItem1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // makeTextUpperCaseItem1
            // 
            this.makeTextUpperCaseItem1.Id = 62;
            this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
            // 
            // makeTextLowerCaseItem1
            // 
            this.makeTextLowerCaseItem1.Id = 63;
            this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
            // 
            // capitalizeEachWordCaseItem1
            // 
            this.capitalizeEachWordCaseItem1.Id = 64;
            this.capitalizeEachWordCaseItem1.Name = "capitalizeEachWordCaseItem1";
            // 
            // toggleTextCaseItem1
            // 
            this.toggleTextCaseItem1.Id = 65;
            this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
            // 
            // clearFormattingItem1
            // 
            this.clearFormattingItem1.Id = 66;
            this.clearFormattingItem1.Name = "clearFormattingItem1";
            // 
            // barButtonGroup4
            // 
            this.barButtonGroup4.Id = 39;
            this.barButtonGroup4.ItemLinks.Add(this.toggleBulletedListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleNumberingListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleMultiLevelListItem1);
            this.barButtonGroup4.Name = "barButtonGroup4";
            this.barButtonGroup4.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup4.Tag = "{0B3A7A43-3079-4ce0-83A8-3789F5F6DC9F}";
            // 
            // toggleBulletedListItem1
            // 
            this.toggleBulletedListItem1.Id = 67;
            this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
            // 
            // toggleNumberingListItem1
            // 
            this.toggleNumberingListItem1.Id = 68;
            this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
            // 
            // toggleMultiLevelListItem1
            // 
            this.toggleMultiLevelListItem1.Id = 69;
            this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
            // 
            // barButtonGroup5
            // 
            this.barButtonGroup5.Id = 40;
            this.barButtonGroup5.ItemLinks.Add(this.decreaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.increaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.toggleShowWhitespaceItem1);
            this.barButtonGroup5.Name = "barButtonGroup5";
            this.barButtonGroup5.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup5.Tag = "{4747D5AB-2BEB-4ea6-9A1D-8E4FB36F1B40}";
            // 
            // decreaseIndentItem1
            // 
            this.decreaseIndentItem1.Id = 70;
            this.decreaseIndentItem1.Name = "decreaseIndentItem1";
            // 
            // increaseIndentItem1
            // 
            this.increaseIndentItem1.Id = 71;
            this.increaseIndentItem1.Name = "increaseIndentItem1";
            // 
            // toggleShowWhitespaceItem1
            // 
            this.toggleShowWhitespaceItem1.Id = 76;
            this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
            // 
            // barButtonGroup6
            // 
            this.barButtonGroup6.Id = 41;
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentLeftItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentCenterItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentRightItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.barButtonGroup6.Name = "barButtonGroup6";
            this.barButtonGroup6.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup6.Tag = "{8E89E775-996E-49a0-AADA-DE338E34732E}";
            // 
            // toggleParagraphAlignmentLeftItem1
            // 
            this.toggleParagraphAlignmentLeftItem1.Id = 72;
            this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
            // 
            // toggleParagraphAlignmentCenterItem1
            // 
            this.toggleParagraphAlignmentCenterItem1.Id = 73;
            this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
            // 
            // toggleParagraphAlignmentRightItem1
            // 
            this.toggleParagraphAlignmentRightItem1.Id = 74;
            this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
            // 
            // toggleParagraphAlignmentJustifyItem1
            // 
            this.toggleParagraphAlignmentJustifyItem1.Id = 75;
            this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
            // 
            // barButtonGroup7
            // 
            this.barButtonGroup7.Id = 42;
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphLineSpacingItem1);
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphBackColorItem1);
            this.barButtonGroup7.Name = "barButtonGroup7";
            this.barButtonGroup7.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            this.barButtonGroup7.Tag = "{9A8DEAD8-3890-4857-A395-EC625FD02217}";
            // 
            // changeParagraphLineSpacingItem1
            // 
            this.changeParagraphLineSpacingItem1.Id = 77;
            this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
            this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
            this.changeParagraphLineSpacingItem1.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // setSingleParagraphSpacingItem1
            // 
            this.setSingleParagraphSpacingItem1.Id = 78;
            this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
            // 
            // setSesquialteralParagraphSpacingItem1
            // 
            this.setSesquialteralParagraphSpacingItem1.Id = 79;
            this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
            // 
            // setDoubleParagraphSpacingItem1
            // 
            this.setDoubleParagraphSpacingItem1.Id = 80;
            this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
            // 
            // showLineSpacingFormItem1
            // 
            this.showLineSpacingFormItem1.Id = 81;
            this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
            // 
            // addSpacingBeforeParagraphItem1
            // 
            this.addSpacingBeforeParagraphItem1.Id = 82;
            this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
            // 
            // removeSpacingBeforeParagraphItem1
            // 
            this.removeSpacingBeforeParagraphItem1.Id = 83;
            this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
            // 
            // addSpacingAfterParagraphItem1
            // 
            this.addSpacingAfterParagraphItem1.Id = 84;
            this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
            // 
            // removeSpacingAfterParagraphItem1
            // 
            this.removeSpacingAfterParagraphItem1.Id = 85;
            this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
            // 
            // changeParagraphBackColorItem1
            // 
            this.changeParagraphBackColorItem1.Id = 86;
            this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
            // 
            // findItem1
            // 
            this.findItem1.Id = 88;
            this.findItem1.Name = "findItem1";
            // 
            // replaceItem1
            // 
            this.replaceItem1.Id = 89;
            this.replaceItem1.Name = "replaceItem1";
            // 
            // showAllFieldCodesItem1
            // 
            this.showAllFieldCodesItem1.Id = 99;
            this.showAllFieldCodesItem1.Name = "showAllFieldCodesItem1";
            // 
            // showAllFieldResultsItem1
            // 
            this.showAllFieldResultsItem1.Id = 100;
            this.showAllFieldResultsItem1.Name = "showAllFieldResultsItem1";
            // 
            // toggleFieldHighlightingItem1
            // 
            this.toggleFieldHighlightingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFieldHighlightingItem1.Glyph")));
            this.toggleFieldHighlightingItem1.Id = 101;
            this.toggleFieldHighlightingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFieldHighlightingItem1.LargeGlyph")));
            this.toggleFieldHighlightingItem1.Name = "toggleFieldHighlightingItem1";
            // 
            // toggleSpellCheckAsYouTypeItem1
            // 
            this.toggleSpellCheckAsYouTypeItem1.Id = 103;
            this.toggleSpellCheckAsYouTypeItem1.Name = "toggleSpellCheckAsYouTypeItem1";
            // 
            // checkSpellingItem1
            // 
            this.checkSpellingItem1.Id = 102;
            this.checkSpellingItem1.Name = "checkSpellingItem1";
            // 
            // fileRibbonPage1
            // 
            this.fileRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonRibbonPageGroup1,
            this.ribbonPageGroup1});
            this.fileRibbonPage1.Name = "fileRibbonPage1";
            this.fileRibbonPage1.Text = "FILE";
            // 
            // commonRibbonPageGroup1
            // 
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileNewItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileOpenItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveAsItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.commandBarItem4);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.quickPrintItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printPreviewItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.undoItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.redoItem1);
            this.commonRibbonPageGroup1.MergeOrder = 0;
            this.commonRibbonPageGroup1.Name = "commonRibbonPageGroup1";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.biClose);
            this.ribbonPageGroup1.MergeOrder = 0;
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Close";
            // 
            // homeRibbonPage1
            // 
            this.homeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.clipboardRibbonPageGroup1,
            this.documentProofingRibbonPageGroup1,
            this.fontRibbonPageGroup1,
            this.paragraphRibbonPageGroup1,
            this.stylesRibbonPageGroup1,
            this.editingRibbonPageGroup1});
            this.homeRibbonPage1.Name = "homeRibbonPage1";
            reduceOperation1.Behavior = DevExpress.XtraBars.Ribbon.ReduceOperationBehavior.UntilAvailable;
            reduceOperation1.Group = this.stylesRibbonPageGroup1;
            reduceOperation1.ItemLinkIndex = 0;
            reduceOperation1.ItemLinksCount = 0;
            reduceOperation1.Operation = DevExpress.XtraBars.Ribbon.ReduceOperationType.Gallery;
            this.homeRibbonPage1.ReduceOperations.Add(reduceOperation1);
            this.homeRibbonPage1.Text = "HOME";
            // 
            // clipboardRibbonPageGroup1
            // 
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.cutItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.copyItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteSpecialItem1);
            this.clipboardRibbonPageGroup1.Name = "clipboardRibbonPageGroup1";
            // 
            // documentProofingRibbonPageGroup1
            // 
            this.documentProofingRibbonPageGroup1.AllowTextClipping = false;
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.checkSpellingItem1);
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.toggleSpellCheckAsYouTypeItem1);
            this.documentProofingRibbonPageGroup1.Name = "documentProofingRibbonPageGroup1";
            // 
            // fontRibbonPageGroup1
            // 
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup2);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup3);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.changeTextCaseItem1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.clearFormattingItem1);
            this.fontRibbonPageGroup1.Name = "fontRibbonPageGroup1";
            // 
            // paragraphRibbonPageGroup1
            // 
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup4);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup5);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup6);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup7);
            this.paragraphRibbonPageGroup1.Name = "paragraphRibbonPageGroup1";
            // 
            // editingRibbonPageGroup1
            // 
            this.editingRibbonPageGroup1.ItemLinks.Add(this.findItem1);
            this.editingRibbonPageGroup1.ItemLinks.Add(this.replaceItem1);
            this.editingRibbonPageGroup1.Name = "editingRibbonPageGroup1";
            // 
            // mailMergeRibbonPage1
            // 
            this.mailMergeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.mailMergeRibbonPageGroup1,
            this.viewFieldsRibbonPageGroup1});
            this.mailMergeRibbonPage1.Name = "mailMergeRibbonPage1";
            this.mailMergeRibbonPage1.Text = "MAIL MERGE";
            // 
            // mailMergeRibbonPageGroup1
            // 
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.commandBarCheckItem1);
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.commandBarCheckItem2);
            this.mailMergeRibbonPageGroup1.Name = "mailMergeRibbonPageGroup1";
            // 
            // viewFieldsRibbonPageGroup1
            // 
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.showAllFieldCodesItem1);
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.showAllFieldResultsItem1);
            this.viewFieldsRibbonPageGroup1.ItemLinks.Add(this.toggleFieldHighlightingItem1);
            this.viewFieldsRibbonPageGroup1.Name = "viewFieldsRibbonPageGroup1";
            // 
            // repositoryItemMailMergeCurrentRecordEdit1
            // 
            this.repositoryItemMailMergeCurrentRecordEdit1.AutoHeight = false;
            this.repositoryItemMailMergeCurrentRecordEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleLeft, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "Previous", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Prev, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleRight, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons1"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "Next", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Next, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleLeft, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons2"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "First", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.First, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 6, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleRight, ((System.Drawing.Image)(resources.GetObject("repositoryItemMailMergeCurrentRecordEdit1.Buttons3"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "Last", DevExpress.Snap.Extensions.UI.MailMergeCurrentRecordEditorButtonTag.Last, null, true)});
            this.repositoryItemMailMergeCurrentRecordEdit1.Name = "repositoryItemMailMergeCurrentRecordEdit1";
            // 
            // zoomLevelTrackBar
            // 
            this.zoomLevelTrackBar.Alignment = DevExpress.Utils.VertAlignment.Center;
            this.zoomLevelTrackBar.AllowUseMiddleValue = true;
            this.zoomLevelTrackBar.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.zoomLevelTrackBar.Maximum = 20;
            this.zoomLevelTrackBar.Middle = 10;
            this.zoomLevelTrackBar.Minimum = 1;
            this.zoomLevelTrackBar.Name = "zoomLevelTrackBar";
            this.zoomLevelTrackBar.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.beZoomLevel);
            this.ribbonStatusBar1.ItemLinks.Add(this.bbiZoomDialog);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 773);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(1280, 27);
            // 
            // beZoomLevel
            // 
            this.beZoomLevel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.beZoomLevel.Edit = this.zoomLevelTrackBar;
            this.beZoomLevel.EditValue = 10;
            this.beZoomLevel.Id = 9;
            this.beZoomLevel.Name = "beZoomLevel";
            this.beZoomLevel.Width = 150;
            // 
            // bbiZoomDialog
            // 
            this.bbiZoomDialog.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.bbiZoomDialog.Caption = "100%";
            this.bbiZoomDialog.Id = 11;
            this.bbiZoomDialog.Name = "bbiZoomDialog";
            this.bbiZoomDialog.SmallWithTextWidth = 50;
            // 
            // dataLayoutControl1
            // 
            this.dataLayoutControl1.AllowCustomizationMenu = false;
            this.dataLayoutControl1.Controls.Add(this.searchControl);
            this.dataLayoutControl1.Controls.Add(this.employeesList);
            this.dataLayoutControl1.Controls.Add(this.cbMailTemplate);
            this.dataLayoutControl1.Controls.Add(this.snapControl);
            this.dataLayoutControl1.Controls.Add(this.FullNameLabel);
            this.dataLayoutControl1.Controls.Add(this.TitleLabel);
            this.dataLayoutControl1.Controls.Add(this.PhotoPictureEdit);
            this.dataLayoutControl1.DataSource = this.bindingSource;
            this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataLayoutControl1.Location = new System.Drawing.Point(0, 142);
            this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(0);
            this.dataLayoutControl1.Name = "dataLayoutControl1";
            this.dataLayoutControl1.Root = this.layoutControlGroup1;
            this.dataLayoutControl1.Size = new System.Drawing.Size(1280, 658);
            this.dataLayoutControl1.TabIndex = 1;
            this.dataLayoutControl1.Text = "dataLayoutControl1";
            // 
            // searchControl
            // 
            this.searchControl.Client = this.employeesList;
            this.searchControl.Location = new System.Drawing.Point(941, 190);
            this.searchControl.Name = "searchControl";
            this.searchControl.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Repository.ClearButton(),
            new DevExpress.XtraEditors.Repository.SearchButton()});
            this.searchControl.Size = new System.Drawing.Size(325, 20);
            this.searchControl.StyleController = this.dataLayoutControl1;
            this.searchControl.TabIndex = 21;
            // 
            // employeesList
            // 
            this.employeesList.DataSource = this.bindingSource;
            this.employeesList.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2);
            this.employeesList.Location = new System.Drawing.Point(941, 214);
            this.employeesList.MainView = this.gridView;
            this.employeesList.Margin = new System.Windows.Forms.Padding(6);
            this.employeesList.Name = "employeesList";
            this.employeesList.ShowOnlyPredefinedDetails = true;
            this.employeesList.Size = new System.Drawing.Size(325, 434);
            this.employeesList.TabIndex = 20;
            this.employeesList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView});
            // 
            // gridView
            // 
            this.gridView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1,
            this.gridBand2});
            this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.colPhoto,
            this.colFullName,
            this.colTitle});
            this.gridView.CustomizationFormBounds = new System.Drawing.Rectangle(1111, 708, 216, 215);
            this.gridView.GridControl = this.employeesList;
            this.gridView.Name = "gridView";
            this.gridView.OptionsBehavior.Editable = false;
            this.gridView.OptionsFind.AllowFindPanel = false;
            this.gridView.OptionsView.ColumnAutoWidth = true;
            this.gridView.OptionsView.ShowBands = false;
            this.gridView.OptionsView.ShowColumnHeaders = false;
            this.gridView.OptionsView.ShowGroupPanel = false;
            this.gridView.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView.OptionsView.ShowIndicator = false;
            this.gridView.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView.RowHeight = 25;
            // 
            // gridBand1
            // 
            this.gridBand1.Columns.Add(this.colPhoto);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.OptionsBand.AllowSize = false;
            this.gridBand1.OptionsBand.FixedWidth = true;
            this.gridBand1.VisibleIndex = 0;
            this.gridBand1.Width = 50;
            // 
            // colPhoto
            // 
            this.colPhoto.FieldName = "Photo";
            this.colPhoto.Name = "colPhoto";
            this.colPhoto.OptionsColumn.AllowEdit = false;
            this.colPhoto.OptionsColumn.AllowFocus = false;
            this.colPhoto.RowCount = 2;
            this.colPhoto.Visible = true;
            this.colPhoto.Width = 50;
            // 
            // gridBand2
            // 
            this.gridBand2.Columns.Add(this.colFullName);
            this.gridBand2.Columns.Add(this.colTitle);
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.VisibleIndex = 1;
            this.gridBand2.Width = 218;
            // 
            // colFullName
            // 
            this.colFullName.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.colFullName.AppearanceCell.Options.UseFont = true;
            this.colFullName.FieldName = "FullNameBindable";
            this.colFullName.Name = "colFullName";
            this.colFullName.OptionsColumn.AllowEdit = false;
            this.colFullName.OptionsColumn.AllowFocus = false;
            this.colFullName.Visible = true;
            this.colFullName.Width = 218;
            // 
            // colTitle
            // 
            this.colTitle.AppearanceCell.Options.UseTextOptions = true;
            this.colTitle.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.colTitle.FieldName = "Title";
            this.colTitle.Name = "colTitle";
            this.colTitle.OptionsColumn.AllowEdit = false;
            this.colTitle.OptionsColumn.AllowFocus = false;
            this.colTitle.RowIndex = 1;
            this.colTitle.Visible = true;
            this.colTitle.Width = 218;
            // 
            // cbMailTemplate
            // 
            this.cbMailTemplate.Location = new System.Drawing.Point(1088, 127);
            this.cbMailTemplate.Margin = new System.Windows.Forms.Padding(6);
            this.cbMailTemplate.Name = "cbMailTemplate";
            this.cbMailTemplate.Properties.AllowMouseWheel = false;
            this.cbMailTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.DropDown)});
            this.cbMailTemplate.Size = new System.Drawing.Size(178, 20);
            this.cbMailTemplate.StyleController = this.dataLayoutControl1;
            this.cbMailTemplate.TabIndex = 19;
            this.cbMailTemplate.TabStop = false;
            // 
            // FullNameLabel
            // 
            this.FullNameLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 16F);
            this.FullNameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "FullNameBindable", true));
            this.FullNameLabel.Location = new System.Drawing.Point(1090, 12);
            this.FullNameLabel.Margin = new System.Windows.Forms.Padding(6);
            this.FullNameLabel.Name = "FullNameLabel";
            this.FullNameLabel.Size = new System.Drawing.Size(174, 30);
            this.FullNameLabel.StyleController = this.dataLayoutControl1;
            this.FullNameLabel.TabIndex = 8;
            // 
            // TitleLabel
            // 
            this.TitleLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F);
            this.TitleLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "Title", true));
            this.TitleLabel.Location = new System.Drawing.Point(1090, 46);
            this.TitleLabel.Margin = new System.Windows.Forms.Padding(6);
            this.TitleLabel.Name = "TitleLabel";
            this.TitleLabel.Size = new System.Drawing.Size(174, 20);
            this.TitleLabel.StyleController = this.dataLayoutControl1;
            this.TitleLabel.TabIndex = 8;
            // 
            // PhotoPictureEdit
            // 
            this.PhotoPictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Photo", true));
            this.PhotoPictureEdit.Location = new System.Drawing.Point(941, 10);
            this.PhotoPictureEdit.Margin = new System.Windows.Forms.Padding(6);
            this.PhotoPictureEdit.MenuManager = this.ribbonControl;
            this.PhotoPictureEdit.Name = "PhotoPictureEdit";
            this.PhotoPictureEdit.Properties.ReadOnly = true;
            this.PhotoPictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
            this.PhotoPictureEdit.Size = new System.Drawing.Size(135, 137);
            this.PhotoPictureEdit.StyleController = this.dataLayoutControl1;
            this.PhotoPictureEdit.TabIndex = 17;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "Root";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup2});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlGroup1.Size = new System.Drawing.Size(1280, 658);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.AllowDrawBackground = false;
            this.layoutControlGroup2.CustomizationFormText = "autoGeneratedGroup0";
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.ItemForSnapControl,
            this.layoutControlMailMergeSetting,
            this.simpleSeparator1});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "autoGeneratedGroup0";
            this.layoutControlGroup2.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlGroup2.Size = new System.Drawing.Size(1280, 658);
            this.layoutControlGroup2.Text = "autoGeneratedGroup0";
            // 
            // ItemForSnapControl
            // 
            this.ItemForSnapControl.Control = this.snapControl;
            this.ItemForSnapControl.CustomizationFormText = "layoutControlItem1";
            this.ItemForSnapControl.Location = new System.Drawing.Point(0, 0);
            this.ItemForSnapControl.Name = "layoutControlItem1";
            this.ItemForSnapControl.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForSnapControl.Size = new System.Drawing.Size(925, 658);
            this.ItemForSnapControl.Text = "layoutControlItem1";
            this.ItemForSnapControl.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForSnapControl.TextToControlDistance = 0;
            this.ItemForSnapControl.TextVisible = false;
            // 
            // layoutControlMailMergeSetting
            // 
            this.layoutControlMailMergeSetting.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlMailMergeSetting.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlMailMergeSetting.GroupBordersVisible = false;
            this.layoutControlMailMergeSetting.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.emptySpaceItem2,
            this.ItemForTitle,
            this.ItemForFullName,
            this.ItemForPhoto,
            this.ItemForEmployeesList,
            this.ItemForTemplates,
            this.ItemForSearchControl});
            this.layoutControlMailMergeSetting.Location = new System.Drawing.Point(927, 0);
            this.layoutControlMailMergeSetting.Name = "layoutControlGroup3";
            this.layoutControlMailMergeSetting.OptionsItemText.TextToControlDistance = 6;
            this.layoutControlMailMergeSetting.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8);
            this.layoutControlMailMergeSetting.Size = new System.Drawing.Size(353, 658);
            this.layoutControlMailMergeSetting.Text = "layoutControlGroup3";
            this.layoutControlMailMergeSetting.TextVisible = false;
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(147, 58);
            this.emptySpaceItem2.MaxSize = new System.Drawing.Size(178, 0);
            this.emptySpaceItem2.MinSize = new System.Drawing.Size(178, 10);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(178, 40);
            this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.emptySpaceItem2.Text = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // ItemForTitle
            // 
            this.ItemForTitle.Control = this.TitleLabel;
            this.ItemForTitle.CustomizationFormText = "Title";
            this.ItemForTitle.Location = new System.Drawing.Point(147, 34);
            this.ItemForTitle.Name = "ItemForTitle";
            this.ItemForTitle.Size = new System.Drawing.Size(178, 24);
            this.ItemForTitle.Text = "Title";
            this.ItemForTitle.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForTitle.TextToControlDistance = 0;
            this.ItemForTitle.TextVisible = false;
            // 
            // ItemForFullName
            // 
            this.ItemForFullName.Control = this.FullNameLabel;
            this.ItemForFullName.CustomizationFormText = "Full Name";
            this.ItemForFullName.Location = new System.Drawing.Point(147, 0);
            this.ItemForFullName.Name = "ItemForFullName";
            this.ItemForFullName.Size = new System.Drawing.Size(178, 34);
            this.ItemForFullName.Text = "Full Name";
            this.ItemForFullName.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForFullName.TextToControlDistance = 0;
            this.ItemForFullName.TextVisible = false;
            // 
            // ItemForPhoto
            // 
            this.ItemForPhoto.Control = this.PhotoPictureEdit;
            this.ItemForPhoto.CustomizationFormText = "Photo";
            this.ItemForPhoto.Location = new System.Drawing.Point(0, 0);
            this.ItemForPhoto.MaxSize = new System.Drawing.Size(147, 161);
            this.ItemForPhoto.MinSize = new System.Drawing.Size(147, 161);
            this.ItemForPhoto.Name = "ItemForPhoto";
            this.ItemForPhoto.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 24);
            this.ItemForPhoto.Size = new System.Drawing.Size(147, 161);
            this.ItemForPhoto.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.ItemForPhoto.Text = "Photo";
            this.ItemForPhoto.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForPhoto.TextToControlDistance = 0;
            this.ItemForPhoto.TextVisible = false;
            // 
            // ItemForEmployeesList
            // 
            this.ItemForEmployeesList.Control = this.employeesList;
            this.ItemForEmployeesList.CustomizationFormText = "Select Employee";
            this.ItemForEmployeesList.Location = new System.Drawing.Point(0, 204);
            this.ItemForEmployeesList.Name = "layoutControlItem3";
            this.ItemForEmployeesList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.ItemForEmployeesList.Size = new System.Drawing.Size(325, 434);
            this.ItemForEmployeesList.Text = "layoutControlItem3";
            this.ItemForEmployeesList.TextLocation = DevExpress.Utils.Locations.Top;
            this.ItemForEmployeesList.TextSize = new System.Drawing.Size(0, 0);
            this.ItemForEmployeesList.TextToControlDistance = 0;
            this.ItemForEmployeesList.TextVisible = false;
            // 
            // ItemForTemplates
            // 
            this.ItemForTemplates.Control = this.cbMailTemplate;
            this.ItemForTemplates.CustomizationFormText = "Mail Template";
            this.ItemForTemplates.Location = new System.Drawing.Point(147, 98);
            this.ItemForTemplates.Name = "layoutControlItem2";
            this.ItemForTemplates.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 24);
            this.ItemForTemplates.Size = new System.Drawing.Size(178, 63);
            this.ItemForTemplates.Text = "Letter Template:";
            this.ItemForTemplates.TextLocation = DevExpress.Utils.Locations.Top;
            this.ItemForTemplates.TextSize = new System.Drawing.Size(126, 13);
            // 
            // ItemForSearchControl
            // 
            this.ItemForSearchControl.Control = this.searchControl;
            this.ItemForSearchControl.CustomizationFormText = "Select Employee from List:";
            this.ItemForSearchControl.Location = new System.Drawing.Point(0, 161);
            this.ItemForSearchControl.Name = "layoutControlItem4";
            this.ItemForSearchControl.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 4);
            this.ItemForSearchControl.Size = new System.Drawing.Size(325, 43);
            this.ItemForSearchControl.Text = "Select Employee from List:";
            this.ItemForSearchControl.TextLocation = DevExpress.Utils.Locations.Top;
            this.ItemForSearchControl.TextSize = new System.Drawing.Size(126, 13);
            // 
            // simpleSeparator1
            // 
            this.simpleSeparator1.AllowHotTrack = false;
            this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
            this.simpleSeparator1.Location = new System.Drawing.Point(925, 0);
            this.simpleSeparator1.Name = "simpleSeparator1";
            this.simpleSeparator1.Size = new System.Drawing.Size(2, 658);
            this.simpleSeparator1.Text = "simpleSeparator1";
            // 
            // snapBarController1
            // 
            this.snapBarController1.BarItems.Add(this.commandBarCheckItem1);
            this.snapBarController1.BarItems.Add(this.commandBarCheckItem2);
            this.snapBarController1.BarItems.Add(this.undoItem1);
            this.snapBarController1.BarItems.Add(this.redoItem1);
            this.snapBarController1.BarItems.Add(this.fileNewItem1);
            this.snapBarController1.BarItems.Add(this.fileOpenItem1);
            this.snapBarController1.BarItems.Add(this.fileSaveItem1);
            this.snapBarController1.BarItems.Add(this.fileSaveAsItem1);
            this.snapBarController1.BarItems.Add(this.commandBarItem4);
            this.snapBarController1.BarItems.Add(this.quickPrintItem1);
            this.snapBarController1.BarItems.Add(this.printItem1);
            this.snapBarController1.BarItems.Add(this.printPreviewItem1);
            this.snapBarController1.BarItems.Add(this.pasteItem1);
            this.snapBarController1.BarItems.Add(this.cutItem1);
            this.snapBarController1.BarItems.Add(this.copyItem1);
            this.snapBarController1.BarItems.Add(this.pasteSpecialItem1);
            this.snapBarController1.BarItems.Add(this.changeFontNameItem1);
            this.snapBarController1.BarItems.Add(this.changeFontSizeItem1);
            this.snapBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
            this.snapBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontBoldItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontItalicItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontSuperscriptItem1);
            this.snapBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
            this.snapBarController1.BarItems.Add(this.changeFontColorItem1);
            this.snapBarController1.BarItems.Add(this.changeFontBackColorItem1);
            this.snapBarController1.BarItems.Add(this.changeTextCaseItem1);
            this.snapBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
            this.snapBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
            this.snapBarController1.BarItems.Add(this.capitalizeEachWordCaseItem1);
            this.snapBarController1.BarItems.Add(this.toggleTextCaseItem1);
            this.snapBarController1.BarItems.Add(this.clearFormattingItem1);
            this.snapBarController1.BarItems.Add(this.toggleBulletedListItem1);
            this.snapBarController1.BarItems.Add(this.toggleNumberingListItem1);
            this.snapBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
            this.snapBarController1.BarItems.Add(this.decreaseIndentItem1);
            this.snapBarController1.BarItems.Add(this.increaseIndentItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
            this.snapBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.snapBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
            this.snapBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
            this.snapBarController1.BarItems.Add(this.showLineSpacingFormItem1);
            this.snapBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
            this.snapBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
            this.snapBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
            this.snapBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
            this.snapBarController1.BarItems.Add(this.changeParagraphBackColorItem1);
            this.snapBarController1.BarItems.Add(this.galleryChangeStyleItem1);
            this.snapBarController1.BarItems.Add(this.findItem1);
            this.snapBarController1.BarItems.Add(this.replaceItem1);
            this.snapBarController1.BarItems.Add(this.showAllFieldCodesItem1);
            this.snapBarController1.BarItems.Add(this.showAllFieldResultsItem1);
            this.snapBarController1.BarItems.Add(this.toggleFieldHighlightingItem1);
            this.snapBarController1.BarItems.Add(this.toggleSpellCheckAsYouTypeItem1);
            this.snapBarController1.BarItems.Add(this.checkSpellingItem1);
            this.snapBarController1.Control = this.snapControl;
            this.snapBarController1.RibbonControl = this.ribbonControl;
            this.snapBarController1.SnapDockManager = null;
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup4});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "HOME";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.biGetStarted);
            this.ribbonPageGroup4.ItemLinks.Add(this.biGetSupport);
            this.ribbonPageGroup4.ItemLinks.Add(this.biBuyNow);
            this.ribbonPageGroup4.ItemLinks.Add(this.biAbout);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "DevExpress";
            // 
            // biGetStarted
            // 
            this.biGetStarted.Caption = "Getting Started";
            this.biGetStarted.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_16;
            this.biGetStarted.Id = 3;
            this.biGetStarted.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_getting_started_32;
            this.biGetStarted.Name = "biGetStarted";
            // 
            // biGetSupport
            // 
            this.biGetSupport.Caption = "Get Free Support";
            this.biGetSupport.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_16;
            this.biGetSupport.Id = 4;
            this.biGetSupport.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_support_32;
            this.biGetSupport.Name = "biGetSupport";
            // 
            // biBuyNow
            // 
            this.biBuyNow.Caption = "Buy Now";
            this.biBuyNow.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_16;
            this.biBuyNow.Id = 5;
            this.biBuyNow.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_buy_32;
            this.biBuyNow.Name = "biBuyNow";
            // 
            // biAbout
            // 
            this.biAbout.Caption = "About";
            this.biAbout.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_16;
            this.biAbout.Id = 6;
            this.biAbout.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
            this.biAbout.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_about_32;
            this.biAbout.Name = "biAbout";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup3,
            this.ribbonPageGroup2,
            this.ribbonPageGroup5});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "VIEW";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.AllowTextClipping = false;
            this.ribbonPageGroup3.ItemLinks.Add(this.barNavigationItem);
            this.ribbonPageGroup3.MergeOrder = 0;
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Module";
            // 
            // barNavigationItem
            // 
            this.barNavigationItem.Caption = "Navigation";
            this.barNavigationItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_16;
            this.barNavigationItem.Id = 2;
            this.barNavigationItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_navigate_32;
            this.barNavigationItem.LargeImageIndex = 43;
            this.barNavigationItem.Name = "barNavigationItem";
            this.barNavigationItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.biFolderPaneSubItem);
            this.ribbonPageGroup2.MergeOrder = 1;
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Layout";
            // 
            // biFolderPaneSubItem
            // 
            this.biFolderPaneSubItem.Caption = "Folder Pane";
            this.biFolderPaneSubItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_16;
            this.biFolderPaneSubItem.Id = 10;
            this.biFolderPaneSubItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_folder_panel_32;
            this.biFolderPaneSubItem.LargeImageIndex = 42;
            this.biFolderPaneSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderNormal),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderMinimized),
            new DevExpress.XtraBars.LinkPersistInfo(this.bmiFolderOff)});
            this.biFolderPaneSubItem.Name = "biFolderPaneSubItem";
            this.biFolderPaneSubItem.ShowNavigationHeader = DevExpress.Utils.DefaultBoolean.True;
            // 
            // bmiFolderNormal
            // 
            this.bmiFolderNormal.Caption = "Normal";
            this.bmiFolderNormal.GroupIndex = 4;
            this.bmiFolderNormal.Id = 6;
            this.bmiFolderNormal.Name = "bmiFolderNormal";
            // 
            // bmiFolderMinimized
            // 
            this.bmiFolderMinimized.Caption = "Minimized";
            this.bmiFolderMinimized.GroupIndex = 4;
            this.bmiFolderMinimized.Id = 7;
            this.bmiFolderMinimized.Name = "bmiFolderMinimized";
            // 
            // bmiFolderOff
            // 
            this.bmiFolderOff.Caption = "Off";
            this.bmiFolderOff.GroupIndex = 4;
            this.bmiFolderOff.Id = 7;
            this.bmiFolderOff.Name = "bmiFolderOff";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
            this.ribbonPageGroup5.MergeOrder = 2;
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Appearance";
            // 
            // skinRibbonGalleryBarItem1
            // 
            this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
            this.skinRibbonGalleryBarItem1.Id = 1;
            this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
            // 
            // EmployeeMailMerge
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.dataLayoutControl1);
            this.Controls.Add(this.ribbonControl);
            this.Margin = new System.Windows.Forms.Padding(6);
            this.Name = "EmployeeMailMerge";
            this.Size = new System.Drawing.Size(1280, 800);
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMailMergeCurrentRecordEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.zoomLevelTrackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
            this.dataLayoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.searchControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.employeesList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbMailTemplate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PhotoPictureEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSnapControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlMailMergeSetting)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForTitle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForPhoto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForEmployeesList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForTemplates)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemForSearchControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.snapBarController1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
			DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReminderEmailsForm));
			DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
			DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling2 = new DevExpress.XtraSpellChecker.OptionsSpelling();
			DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
			this.logView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
			this.colDate = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colEmailSubject1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.grid = new ShomreiTorah.Data.UI.Grid.SmartGrid(this.components);
			this.gridView = new ShomreiTorah.Data.UI.Grid.SmartGridView();
			this.colShouldEmail = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colPerson = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colSource = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colEmailSubject = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colAdAmount = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.bindingSource = new ShomreiTorah.Data.UI.FrameworkBindingSource(this.components);
			this.listSearch = new ShomreiTorah.WinForms.Controls.Lookup.ItemSelector();
			this.colRowId = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colRowId1 = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.colRecipient = new ShomreiTorah.Data.UI.Grid.SmartGridColumn();
			this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
			this.emailEditor = new DevExpress.XtraRichEdit.RichEditControl();
			this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
			this.sendAll = new DevExpress.XtraBars.BarButtonItem();
			this.zoomItem = new DevExpress.XtraBars.BarEditItem();
			this.zoomBarProperties = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
			this.resetSelected = new DevExpress.XtraBars.BarListItem();
			this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
			this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
			this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
			this.spellChecker = new DevExpress.XtraSpellChecker.SpellChecker();
			this.emailSubject = new DevExpress.XtraEditors.TextEdit();
			this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
			this.recipientAddresses = new DevExpress.XtraEditors.HyperLinkEdit();
			this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
			this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
			this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
			this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
			this.mainBar = new DevExpress.XtraRichEdit.UI.ClipboardBar();
			this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
			this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
			this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
			this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
			this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
			this.fontBar1 = new DevExpress.XtraRichEdit.UI.FontBar();
			this.showFontFormItem1 = new DevExpress.XtraRichEdit.UI.ShowFontFormItem();
			this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
			this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
			this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
			this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
			this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
			this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
			this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
			this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
			this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
			this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
			this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
			this.paragraphBar1 = new DevExpress.XtraRichEdit.UI.ParagraphBar();
			this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
			this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
			this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
			this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
			this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
			this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
			this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
			this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
			this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
			this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
			this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
			this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
			this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
			this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
			this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
			this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
			this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
			this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
			this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
			this.showParagraphFormItem1 = new DevExpress.XtraRichEdit.UI.ShowParagraphFormItem();
			this.tablesBar1 = new DevExpress.XtraRichEdit.UI.TablesBar();
			this.insertTableItem1 = new DevExpress.XtraRichEdit.UI.InsertTableItem();
			this.insertSymbolItem1 = new DevExpress.XtraRichEdit.UI.InsertSymbolItem();
			this.insertHyperlinkItem1 = new DevExpress.XtraRichEdit.UI.InsertHyperlinkItem();
			this.bar1 = new DevExpress.XtraBars.Bar();
			this.sendSelected = new DevExpress.XtraBars.BarButtonItem();
			this.showPreview = new DevExpress.XtraBars.BarButtonItem();
			this.sendPreview = new DevExpress.XtraBars.BarButtonItem();
			this.previewDestinationPopup = new DevExpress.XtraBars.PopupMenu(this.components);
			this.previewAddressItem = new DevExpress.XtraBars.BarEditItem();
			this.resetSingle = new DevExpress.XtraBars.BarListItem();
			this.bar2 = new DevExpress.XtraBars.Bar();
			this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
			this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
			this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
			this.insertPageBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem();
			this.insertPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertPictureItem();
			this.insertBookmarkItem1 = new DevExpress.XtraRichEdit.UI.InsertBookmarkItem();
			this.insertTableRowAboveItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowAboveItem();
			this.insertTableRowBelowItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowBelowItem();
			this.switchToSimpleViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToSimpleViewItem();
			this.switchToDraftViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToDraftViewItem();
			this.switchToPrintLayoutViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToPrintLayoutViewItem();
			this.zoomOutItem1 = new DevExpress.XtraRichEdit.UI.ZoomOutItem();
			this.zoomInItem1 = new DevExpress.XtraRichEdit.UI.ZoomInItem();
			this.changeSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageMarginsItem();
			this.setNormalSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNormalSectionPageMarginsItem();
			this.setNarrowSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNarrowSectionPageMarginsItem();
			this.setModerateSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetModerateSectionPageMarginsItem();
			this.setWideSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetWideSectionPageMarginsItem();
			this.changeSectionPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageOrientationItem();
			this.setPortraitPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetPortraitPageOrientationItem();
			this.setLandscapePageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetLandscapePageOrientationItem();
			this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
			this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
			this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
			this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
			this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
			this.previewAddressEdit = new ShomreiTorah.Data.UI.Controls.RepositoryItemPreviewAddressEdit();
			((System.ComponentModel.ISupportInitialize)(this.logView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.listSearch.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.zoomBarProperties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.emailSubject.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
			this.panelControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.recipientAddresses.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.previewDestinationPopup)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.previewAddressEdit)).BeginInit();
			this.SuspendLayout();
			// 
			// logView
			// 
			this.logView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colDate,
            this.colEmailSubject1});
			this.logView.GridControl = this.grid;
			this.logView.Name = "logView";
			this.logView.OptionsView.ShowGroupPanel = false;
			this.logView.OptionsView.ShowPreview = true;
			this.logView.PreviewFieldName = "EmailSource";
			this.logView.RowSeparatorHeight = 12;
			this.logView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDate, DevExpress.Data.ColumnSortOrder.Descending)});
			this.logView.ViewCaption = "Emails";
			this.logView.CustomDrawRowPreview += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.logView_CustomDrawRowPreview);
			this.logView.MeasurePreviewHeight += new DevExpress.XtraGrid.Views.Grid.RowHeightEventHandler(this.logView_MeasurePreviewHeight);
			this.logView.DoubleClick += new System.EventHandler(this.logView_DoubleClick);
			// 
			// colDate
			// 
			this.colDate.DisplayFormat.FormatString = "g";
			this.colDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.colDate.FieldName = "Date";
			this.colDate.Name = "colDate";
			this.colDate.OptionsColumn.AllowEdit = false;
			this.colDate.OptionsColumn.AllowFocus = false;
			this.colDate.OptionsColumn.ReadOnly = true;
			this.colDate.Visible = true;
			this.colDate.VisibleIndex = 0;
			// 
			// colEmailSubject1
			// 
			this.colEmailSubject1.FieldName = "EmailSubject";
			this.colEmailSubject1.Name = "colEmailSubject1";
			this.colEmailSubject1.OptionsColumn.AllowEdit = false;
			this.colEmailSubject1.OptionsColumn.AllowFocus = false;
			this.colEmailSubject1.OptionsColumn.ReadOnly = true;
			this.colEmailSubject1.Visible = true;
			this.colEmailSubject1.VisibleIndex = 1;
			// 
			// grid
			// 
			this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
			gridLevelNode1.LevelTemplate = this.logView;
			gridLevelNode1.RelationName = "ReminderEmailLogs";
			this.grid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
			this.grid.Location = new System.Drawing.Point(0, 0);
			this.grid.MainView = this.gridView;
			this.grid.Name = "grid";
			this.grid.RegistrationCount = 48;
			this.grid.ShowOnlyPredefinedDetails = true;
			this.grid.Size = new System.Drawing.Size(314, 450);
			this.grid.Source = this.bindingSource;
			this.grid.TabIndex = 0;
			this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView,
            this.logView});
			this.grid.FocusedViewChanged += new DevExpress.XtraGrid.ViewFocusEventHandler(this.grid_FocusedViewChanged);
			// 
			// gridView
			// 
			this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colShouldEmail,
            this.colPerson,
            this.colSource,
            this.colEmailSubject,
            this.colAdAmount});
			this.gridView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
			this.gridView.GridControl = this.grid;
			this.gridView.Name = "gridView";
			this.gridView.OptionsSelection.MultiSelect = true;
			this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPerson, DevExpress.Data.ColumnSortOrder.Ascending)});
			this.gridView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView_FocusedRowChanged);
			// 
			// colShouldEmail
			// 
			this.colShouldEmail.Caption = " ";
			this.colShouldEmail.FieldName = "ShouldEmail";
			this.colShouldEmail.MaxWidth = 20;
			this.colShouldEmail.Name = "colShouldEmail";
			this.colShouldEmail.OptionsColumn.AllowSize = false;
			this.colShouldEmail.OptionsColumn.FixedWidth = true;
			this.colShouldEmail.ToolTip = "Should Email?";
			this.colShouldEmail.Visible = true;
			this.colShouldEmail.VisibleIndex = 0;
			this.colShouldEmail.Width = 33;
			// 
			// colPerson
			// 
			this.colPerson.AllowKeyboardActivation = false;
			this.colPerson.Caption = "Full Name";
			this.colPerson.FieldName = "Person";
			this.colPerson.Name = "colPerson";
			this.colPerson.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
			this.colPerson.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
			this.colPerson.OptionsColumn.ReadOnly = true;
			this.colPerson.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
			this.colPerson.ShowEditorOnMouseDown = true;
			this.colPerson.Visible = true;
			this.colPerson.VisibleIndex = 1;
			this.colPerson.Width = 78;
			// 
			// colSource
			// 
			this.colSource.FieldName = "Source";
			this.colSource.Name = "colSource";
			this.colSource.OptionsColumn.AllowEdit = false;
			this.colSource.OptionsColumn.ReadOnly = true;
			this.colSource.Visible = true;
			this.colSource.VisibleIndex = 2;
			this.colSource.Width = 52;
			// 
			// colEmailSubject
			// 
			this.colEmailSubject.FieldName = "EmailSubject";
			this.colEmailSubject.Name = "colEmailSubject";
			this.colEmailSubject.Width = 72;
			// 
			// colAdAmount
			// 
			this.colAdAmount.DisplayFormat.FormatString = "c";
			this.colAdAmount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.colAdAmount.FieldName = "AdAmount";
			this.colAdAmount.Name = "colAdAmount";
			this.colAdAmount.OptionsColumn.AllowEdit = false;
			this.colAdAmount.OptionsColumn.ReadOnly = true;
			this.colAdAmount.Width = 62;
			// 
			// bindingSource
			// 
			this.bindingSource.DataMember = "Invitees";
			this.bindingSource.Position = 0;
			// 
			// listSearch
			// 
			this.listSearch.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.listSearch.Location = new System.Drawing.Point(0, 564);
			this.listSearch.Name = "listSearch";
			this.listSearch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.listSearch.Properties.NullValuePrompt = "Click here to search the list";
			this.listSearch.Size = new System.Drawing.Size(922, 20);
			this.listSearch.TabIndex = 3;
			this.listSearch.EditValueChanged += new System.EventHandler(this.listSearch_EditValueChanged);
			// 
			// colRowId
			// 
			this.colRowId.FieldName = "RowId";
			this.colRowId.Name = "colRowId";
			this.colRowId.Visible = true;
			this.colRowId.VisibleIndex = 0;
			// 
			// colRowId1
			// 
			this.colRowId1.FieldName = "RowId";
			this.colRowId1.Name = "colRowId1";
			this.colRowId1.Visible = true;
			this.colRowId1.VisibleIndex = 0;
			// 
			// colRecipient
			// 
			this.colRecipient.FieldName = "Recipient";
			this.colRecipient.Name = "colRecipient";
			this.colRecipient.Visible = true;
			this.colRecipient.VisibleIndex = 1;
			// 
			// splitContainerControl1
			// 
			this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 114);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.grid);
			this.splitContainerControl1.Panel1.Text = "Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.emailEditor);
			this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
			this.splitContainerControl1.Panel2.Controls.Add(this.standaloneBarDockControl1);
			this.splitContainerControl1.Panel2.Text = "Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(922, 450);
			this.splitContainerControl1.SplitterPosition = 314;
			this.splitContainerControl1.TabIndex = 2;
			this.splitContainerControl1.Text = "splitContainerControl1";
			// 
			// emailEditor
			// 
			this.emailEditor.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
			this.emailEditor.DataBindings.Add(new System.Windows.Forms.Binding("HtmlText", this.bindingSource, "EmailSource", true));
			this.emailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.emailEditor.Location = new System.Drawing.Point(0, 144);
			this.emailEditor.MenuManager = this.ribbonControl1;
			this.emailEditor.Name = "emailEditor";
			this.emailEditor.Options.DocumentSaveOptions.CurrentFormat = DevExpress.XtraRichEdit.DocumentFormat.Html;
			this.emailEditor.Options.DocumentSaveOptions.DefaultFormat = DevExpress.XtraRichEdit.DocumentFormat.Html;
			this.emailEditor.Options.Export.Html.CssPropertiesExportType = DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType.Inline;
			this.emailEditor.Options.Export.Html.UriExportType = DevExpress.XtraRichEdit.Export.Html.UriExportType.Absolute;
			this.spellChecker.SetShowSpellCheckMenu(this.emailEditor, false);
			this.emailEditor.Size = new System.Drawing.Size(602, 306);
			this.emailEditor.SpellChecker = this.spellChecker;
			this.spellChecker.SetSpellCheckerOptions(this.emailEditor, optionsSpelling1);
			this.emailEditor.TabIndex = 1;
			this.emailEditor.Text = "richEditControl1";
			this.emailEditor.ZoomChanged += new System.EventHandler(this.emailEditor_ZoomChanged);
			this.emailEditor.BeforeExport += new DevExpress.XtraRichEdit.BeforeExportEventHandler(this.emailEditor_BeforeExport);
			// 
			// ribbonControl1
			// 
			this.ribbonControl1.ApplicationButtonText = null;
			// 
			// 
			// 
			this.ribbonControl1.ExpandCollapseItem.Id = 0;
			this.ribbonControl1.ExpandCollapseItem.Name = "";
			this.ribbonControl1.ExpandCollapseItem.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
			this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.sendAll,
            this.zoomItem,
            this.resetSelected});
			this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
			this.ribbonControl1.MaxItemId = 5;
			this.ribbonControl1.Name = "ribbonControl1";
			this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
			this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.zoomBarProperties});
			this.ribbonControl1.SelectedPage = this.ribbonPage1;
			this.ribbonControl1.Size = new System.Drawing.Size(922, 114);
			this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
			this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
			// 
			// sendAll
			// 
			this.sendAll.Caption = "Email Everyone";
			this.sendAll.Glyph = global::ShomreiTorah.Billing.Properties.Resources.SendMails16;
			this.sendAll.Id = 1;
			this.sendAll.LargeGlyph = global::ShomreiTorah.Billing.Properties.Resources.SendMails32;
			this.sendAll.Name = "sendAll";
			toolTipTitleItem1.Text = "Email Everyone";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = "Sends emails to every checked person that hasn\'t given an ad yet.";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			this.sendAll.SuperTip = superToolTip1;
			this.sendAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.sendAll_ItemClick);
			// 
			// zoomItem
			// 
			this.zoomItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
			this.zoomItem.Caption = "100%";
			this.zoomItem.Edit = this.zoomBarProperties;
			this.zoomItem.EditValue = "100";
			this.zoomItem.Glyph = ((System.Drawing.Image)(resources.GetObject("zoomItem.Glyph")));
			this.zoomItem.Id = 2;
			this.zoomItem.Name = "zoomItem";
			toolTipTitleItem2.Text = "Zoom";
			toolTipItem2.LeftIndent = 6;
			toolTipItem2.Text = "Sets the zoom factor of the email editor.";
			superToolTip2.Items.Add(toolTipTitleItem2);
			superToolTip2.Items.Add(toolTipItem2);
			this.zoomItem.SuperTip = superToolTip2;
			this.zoomItem.Width = 115;
			// 
			// zoomBarProperties
			// 
			this.zoomBarProperties.AppearanceFocused.BackColor = System.Drawing.Color.Transparent;
			this.zoomBarProperties.AppearanceFocused.Options.UseBackColor = true;
			this.zoomBarProperties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
			this.zoomBarProperties.LargeChange = 10;
			this.zoomBarProperties.Maximum = 190;
			this.zoomBarProperties.Minimum = 10;
			this.zoomBarProperties.Name = "zoomBarProperties";
			this.zoomBarProperties.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
			this.zoomBarProperties.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.zoomBarProperties_EditValueChanging);
			// 
			// resetSelected
			// 
			this.resetSelected.Caption = "Apply Template";
			this.resetSelected.Id = 4;
			this.resetSelected.Name = "resetSelected";
			toolTipTitleItem3.Text = "Apply Template";
			toolTipItem3.LeftIndent = 6;
			toolTipItem3.Text = "Applies a preset email template to the selected (not just checked) people.";
			superToolTip3.Items.Add(toolTipTitleItem3);
			superToolTip3.Items.Add(toolTipItem3);
			this.resetSelected.SuperTip = superToolTip3;
			this.resetSelected.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.resetSelected_ListItemClick);
			// 
			// ribbonPage1
			// 
			this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1});
			this.ribbonPage1.Name = "ribbonPage1";
			this.ribbonPage1.Text = "Melave Malka";
			// 
			// ribbonPageGroup1
			// 
			this.ribbonPageGroup1.ItemLinks.Add(this.sendAll);
			this.ribbonPageGroup1.ItemLinks.Add(this.resetSelected);
			this.ribbonPageGroup1.Name = "ribbonPageGroup1";
			this.ribbonPageGroup1.ShowCaptionButton = false;
			this.ribbonPageGroup1.Text = "Emails";
			// 
			// ribbonStatusBar1
			// 
			this.ribbonStatusBar1.ItemLinks.Add(this.zoomItem);
			this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 584);
			this.ribbonStatusBar1.Name = "ribbonStatusBar1";
			this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
			this.ribbonStatusBar1.Size = new System.Drawing.Size(922, 25);
			// 
			// spellChecker
			// 
			this.spellChecker.Culture = new System.Globalization.CultureInfo("en-US");
			this.spellChecker.ParentContainer = null;
			// 
			// emailSubject
			// 
			this.emailSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.emailSubject.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "EmailSubject", true));
			this.emailSubject.Location = new System.Drawing.Point(51, 32);
			this.emailSubject.MenuManager = this.ribbonControl1;
			this.emailSubject.Name = "emailSubject";
			this.spellChecker.SetShowSpellCheckMenu(this.emailSubject, true);
			this.emailSubject.Size = new System.Drawing.Size(546, 20);
			this.spellChecker.SetSpellCheckerOptions(this.emailSubject, optionsSpelling2);
			this.emailSubject.TabIndex = 1;
			// 
			// panelControl1
			// 
			this.panelControl1.Controls.Add(this.recipientAddresses);
			this.panelControl1.Controls.Add(this.emailSubject);
			this.panelControl1.Controls.Add(this.labelControl2);
			this.panelControl1.Controls.Add(this.labelControl1);
			this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelControl1.Location = new System.Drawing.Point(0, 87);
			this.panelControl1.Name = "panelControl1";
			this.panelControl1.Size = new System.Drawing.Size(602, 57);
			this.panelControl1.TabIndex = 0;
			// 
			// recipientAddresses
			// 
			this.recipientAddresses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.recipientAddresses.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "EmailAddresses", true));
			this.recipientAddresses.Location = new System.Drawing.Point(51, 6);
			this.recipientAddresses.MenuManager = this.ribbonControl1;
			this.recipientAddresses.Name = "recipientAddresses";
			this.recipientAddresses.Properties.AppearanceReadOnly.BackColor = System.Drawing.SystemColors.Window;
			this.recipientAddresses.Properties.AppearanceReadOnly.Options.UseBackColor = true;
			this.recipientAddresses.Properties.ReadOnly = true;
			this.recipientAddresses.Size = new System.Drawing.Size(546, 20);
			this.recipientAddresses.TabIndex = 0;
			this.recipientAddresses.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.recipientAddresses_OpenLink);
			// 
			// labelControl2
			// 
			this.labelControl2.Location = new System.Drawing.Point(5, 9);
			this.labelControl2.Name = "labelControl2";
			this.labelControl2.Size = new System.Drawing.Size(16, 13);
			this.labelControl2.TabIndex = 0;
			this.labelControl2.Text = "To:";
			// 
			// labelControl1
			// 
			this.labelControl1.Location = new System.Drawing.Point(5, 35);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(40, 13);
			this.labelControl1.TabIndex = 0;
			this.labelControl1.Text = "Subject:";
			// 
			// standaloneBarDockControl1
			// 
			this.standaloneBarDockControl1.AutoSize = true;
			this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
			this.standaloneBarDockControl1.Location = new System.Drawing.Point(0, 0);
			this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
			this.standaloneBarDockControl1.Size = new System.Drawing.Size(546, 87);
			this.standaloneBarDockControl1.Text = "standaloneBarDockControl1";
			// 
			// barManager1
			// 
			this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.mainBar,
            this.fontBar1,
            this.paragraphBar1,
            this.tablesBar1,
            this.bar1,
            this.bar2});
			this.barManager1.DockControls.Add(this.barDockControlTop);
			this.barManager1.DockControls.Add(this.barDockControlBottom);
			this.barManager1.DockControls.Add(this.barDockControlLeft);
			this.barManager1.DockControls.Add(this.barDockControlRight);
			this.barManager1.DockControls.Add(this.standaloneBarDockControl1);
			this.barManager1.Form = this;
			this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.undoItem1,
            this.redoItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteItem1,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.clearFormattingItem1,
            this.showFontFormItem1,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.toggleNumberingListItem1,
            this.toggleBulletedListItem1,
            this.toggleMultiLevelListItem1,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.toggleShowWhitespaceItem1,
            this.showParagraphFormItem1,
            this.findItem1,
            this.replaceItem1,
            this.insertPageBreakItem1,
            this.insertTableItem1,
            this.insertPictureItem1,
            this.insertBookmarkItem1,
            this.insertHyperlinkItem1,
            this.insertSymbolItem1,
            this.insertTableRowAboveItem1,
            this.insertTableRowBelowItem1,
            this.sendSelected,
            this.resetSingle,
            this.switchToSimpleViewItem1,
            this.switchToDraftViewItem1,
            this.switchToPrintLayoutViewItem1,
            this.zoomOutItem1,
            this.zoomInItem1,
            this.changeSectionPageMarginsItem1,
            this.setNormalSectionPageMarginsItem1,
            this.setNarrowSectionPageMarginsItem1,
            this.setModerateSectionPageMarginsItem1,
            this.setWideSectionPageMarginsItem1,
            this.changeSectionPageOrientationItem1,
            this.setPortraitPageOrientationItem1,
            this.setLandscapePageOrientationItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.showPreview,
            this.sendPreview,
            this.previewAddressItem});
			this.barManager1.MaxItemId = 98;
			this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.previewAddressEdit});
			// 
			// mainBar
			// 
			this.mainBar.DockCol = 1;
			this.mainBar.DockRow = 0;
			this.mainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.mainBar.FloatLocation = new System.Drawing.Point(569, 638);
			this.mainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.cutItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.copyItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pasteItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.undoItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.redoItem1)});
			this.mainBar.Offset = 146;
			this.mainBar.StandaloneBarDockControl = this.standaloneBarDockControl1;
			this.mainBar.Text = "Main";
			// 
			// cutItem1
			// 
			this.cutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("cutItem1.Glyph")));
			this.cutItem1.Id = 11;
			this.cutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("cutItem1.LargeGlyph")));
			this.cutItem1.Name = "cutItem1";
			// 
			// copyItem1
			// 
			this.copyItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("copyItem1.Glyph")));
			this.copyItem1.Id = 12;
			this.copyItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("copyItem1.LargeGlyph")));
			this.copyItem1.Name = "copyItem1";
			// 
			// pasteItem1
			// 
			this.pasteItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("pasteItem1.Glyph")));
			this.pasteItem1.Id = 13;
			this.pasteItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("pasteItem1.LargeGlyph")));
			this.pasteItem1.Name = "pasteItem1";
			// 
			// undoItem1
			// 
			this.undoItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("undoItem1.Glyph")));
			this.undoItem1.Id = 9;
			this.undoItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("undoItem1.LargeGlyph")));
			this.undoItem1.Name = "undoItem1";
			// 
			// redoItem1
			// 
			this.redoItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("redoItem1.Glyph")));
			this.redoItem1.Id = 10;
			this.redoItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("redoItem1.LargeGlyph")));
			this.redoItem1.Name = "redoItem1";
			// 
			// fontBar1
			// 
			this.fontBar1.DockCol = 0;
			this.fontBar1.DockRow = 1;
			this.fontBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.fontBar1.FloatLocation = new System.Drawing.Point(564, 370);
			this.fontBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.showFontFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.fontSizeIncreaseItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.fontSizeDecreaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontBoldItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontItalicItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontUnderlineItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontStrikeoutItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontColorItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontBackColorItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontSuperscriptItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontSubscriptItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.clearFormattingItem1)});
			this.fontBar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
			// 
			// showFontFormItem1
			// 
			this.showFontFormItem1.Caption = "Font...";
			this.showFontFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showFontFormItem1.Glyph")));
			this.showFontFormItem1.Id = 28;
			this.showFontFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showFontFormItem1.LargeGlyph")));
			this.showFontFormItem1.Name = "showFontFormItem1";
			this.showFontFormItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
			// 
			// fontSizeIncreaseItem1
			// 
			this.fontSizeIncreaseItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fontSizeIncreaseItem1.Glyph")));
			this.fontSizeIncreaseItem1.Id = 17;
			this.fontSizeIncreaseItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fontSizeIncreaseItem1.LargeGlyph")));
			this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
			// 
			// fontSizeDecreaseItem1
			// 
			this.fontSizeDecreaseItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fontSizeDecreaseItem1.Glyph")));
			this.fontSizeDecreaseItem1.Id = 18;
			this.fontSizeDecreaseItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fontSizeDecreaseItem1.LargeGlyph")));
			this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
			// 
			// toggleFontBoldItem1
			// 
			this.toggleFontBoldItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontBoldItem1.Glyph")));
			this.toggleFontBoldItem1.Id = 19;
			this.toggleFontBoldItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontBoldItem1.LargeGlyph")));
			this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
			// 
			// toggleFontItalicItem1
			// 
			this.toggleFontItalicItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontItalicItem1.Glyph")));
			this.toggleFontItalicItem1.Id = 20;
			this.toggleFontItalicItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontItalicItem1.LargeGlyph")));
			this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
			// 
			// toggleFontUnderlineItem1
			// 
			this.toggleFontUnderlineItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontUnderlineItem1.Glyph")));
			this.toggleFontUnderlineItem1.Id = 21;
			this.toggleFontUnderlineItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontUnderlineItem1.LargeGlyph")));
			this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
			// 
			// toggleFontStrikeoutItem1
			// 
			this.toggleFontStrikeoutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontStrikeoutItem1.Glyph")));
			this.toggleFontStrikeoutItem1.Id = 22;
			this.toggleFontStrikeoutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontStrikeoutItem1.LargeGlyph")));
			this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
			// 
			// changeFontColorItem1
			// 
			this.changeFontColorItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeFontColorItem1.Glyph")));
			this.changeFontColorItem1.Id = 23;
			this.changeFontColorItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeFontColorItem1.LargeGlyph")));
			this.changeFontColorItem1.Name = "changeFontColorItem1";
			// 
			// changeFontBackColorItem1
			// 
			this.changeFontBackColorItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeFontBackColorItem1.Glyph")));
			this.changeFontBackColorItem1.Id = 24;
			this.changeFontBackColorItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeFontBackColorItem1.LargeGlyph")));
			this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
			// 
			// toggleFontSuperscriptItem1
			// 
			this.toggleFontSuperscriptItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSuperscriptItem1.Glyph")));
			this.toggleFontSuperscriptItem1.Id = 25;
			this.toggleFontSuperscriptItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSuperscriptItem1.LargeGlyph")));
			this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
			// 
			// toggleFontSubscriptItem1
			// 
			this.toggleFontSubscriptItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSubscriptItem1.Glyph")));
			this.toggleFontSubscriptItem1.Id = 26;
			this.toggleFontSubscriptItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSubscriptItem1.LargeGlyph")));
			this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
			// 
			// clearFormattingItem1
			// 
			this.clearFormattingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("clearFormattingItem1.Glyph")));
			this.clearFormattingItem1.Id = 27;
			this.clearFormattingItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Space));
			this.clearFormattingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("clearFormattingItem1.LargeGlyph")));
			this.clearFormattingItem1.Name = "clearFormattingItem1";
			// 
			// paragraphBar1
			// 
			this.paragraphBar1.DockCol = 0;
			this.paragraphBar1.DockRow = 2;
			this.paragraphBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.paragraphBar1.FloatLocation = new System.Drawing.Point(935, 613);
			this.paragraphBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentLeftItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentCenterItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentRightItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentJustifyItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeParagraphLineSpacingItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleNumberingListItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleBulletedListItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleMultiLevelListItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.decreaseIndentItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.increaseIndentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowWhitespaceItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showParagraphFormItem1)});
			this.paragraphBar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
			// 
			// toggleParagraphAlignmentLeftItem1
			// 
			this.toggleParagraphAlignmentLeftItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentLeftItem1.Glyph")));
			this.toggleParagraphAlignmentLeftItem1.Id = 29;
			this.toggleParagraphAlignmentLeftItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentLeftItem1.LargeGlyph")));
			this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
			// 
			// toggleParagraphAlignmentCenterItem1
			// 
			this.toggleParagraphAlignmentCenterItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentCenterItem1.Glyph")));
			this.toggleParagraphAlignmentCenterItem1.Id = 30;
			this.toggleParagraphAlignmentCenterItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentCenterItem1.LargeGlyph")));
			this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
			// 
			// toggleParagraphAlignmentRightItem1
			// 
			this.toggleParagraphAlignmentRightItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentRightItem1.Glyph")));
			this.toggleParagraphAlignmentRightItem1.Id = 31;
			this.toggleParagraphAlignmentRightItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentRightItem1.LargeGlyph")));
			this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
			// 
			// toggleParagraphAlignmentJustifyItem1
			// 
			this.toggleParagraphAlignmentJustifyItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentJustifyItem1.Glyph")));
			this.toggleParagraphAlignmentJustifyItem1.Id = 32;
			this.toggleParagraphAlignmentJustifyItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentJustifyItem1.LargeGlyph")));
			this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
			// 
			// changeParagraphLineSpacingItem1
			// 
			this.changeParagraphLineSpacingItem1.Id = 33;
			this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
			this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
			// 
			// setSingleParagraphSpacingItem1
			// 
			this.setSingleParagraphSpacingItem1.Id = 34;
			this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
			// 
			// setSesquialteralParagraphSpacingItem1
			// 
			this.setSesquialteralParagraphSpacingItem1.Id = 35;
			this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
			// 
			// setDoubleParagraphSpacingItem1
			// 
			this.setDoubleParagraphSpacingItem1.Id = 36;
			this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
			// 
			// showLineSpacingFormItem1
			// 
			this.showLineSpacingFormItem1.Id = 37;
			this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
			// 
			// addSpacingBeforeParagraphItem1
			// 
			this.addSpacingBeforeParagraphItem1.Id = 38;
			this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
			// 
			// removeSpacingBeforeParagraphItem1
			// 
			this.removeSpacingBeforeParagraphItem1.Id = 39;
			this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
			// 
			// addSpacingAfterParagraphItem1
			// 
			this.addSpacingAfterParagraphItem1.Id = 40;
			this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
			// 
			// removeSpacingAfterParagraphItem1
			// 
			this.removeSpacingAfterParagraphItem1.Id = 41;
			this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
			// 
			// toggleNumberingListItem1
			// 
			this.toggleNumberingListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleNumberingListItem1.Glyph")));
			this.toggleNumberingListItem1.Id = 42;
			this.toggleNumberingListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleNumberingListItem1.LargeGlyph")));
			this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
			// 
			// toggleBulletedListItem1
			// 
			this.toggleBulletedListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleBulletedListItem1.Glyph")));
			this.toggleBulletedListItem1.Id = 43;
			this.toggleBulletedListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleBulletedListItem1.LargeGlyph")));
			this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
			// 
			// toggleMultiLevelListItem1
			// 
			this.toggleMultiLevelListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleMultiLevelListItem1.Glyph")));
			this.toggleMultiLevelListItem1.Id = 44;
			this.toggleMultiLevelListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleMultiLevelListItem1.LargeGlyph")));
			this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
			// 
			// decreaseIndentItem1
			// 
			this.decreaseIndentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("decreaseIndentItem1.Glyph")));
			this.decreaseIndentItem1.Id = 45;
			this.decreaseIndentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("decreaseIndentItem1.LargeGlyph")));
			this.decreaseIndentItem1.Name = "decreaseIndentItem1";
			// 
			// increaseIndentItem1
			// 
			this.increaseIndentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("increaseIndentItem1.Glyph")));
			this.increaseIndentItem1.Id = 46;
			this.increaseIndentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("increaseIndentItem1.LargeGlyph")));
			this.increaseIndentItem1.Name = "increaseIndentItem1";
			// 
			// toggleShowWhitespaceItem1
			// 
			this.toggleShowWhitespaceItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleShowWhitespaceItem1.Glyph")));
			this.toggleShowWhitespaceItem1.Id = 47;
			this.toggleShowWhitespaceItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleShowWhitespaceItem1.LargeGlyph")));
			this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
			// 
			// showParagraphFormItem1
			// 
			this.showParagraphFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showParagraphFormItem1.Glyph")));
			this.showParagraphFormItem1.Id = 48;
			this.showParagraphFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showParagraphFormItem1.LargeGlyph")));
			this.showParagraphFormItem1.Name = "showParagraphFormItem1";
			// 
			// tablesBar1
			// 
			this.tablesBar1.DockCol = 1;
			this.tablesBar1.DockRow = 2;
			this.tablesBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.tablesBar1.FloatLocation = new System.Drawing.Point(1022, 383);
			this.tablesBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertSymbolItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertHyperlinkItem1)});
			this.tablesBar1.Offset = 370;
			this.tablesBar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
			// 
			// insertTableItem1
			// 
			this.insertTableItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableItem1.Glyph")));
			this.insertTableItem1.Id = 51;
			this.insertTableItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableItem1.LargeGlyph")));
			this.insertTableItem1.Name = "insertTableItem1";
			// 
			// insertSymbolItem1
			// 
			this.insertSymbolItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertSymbolItem1.Glyph")));
			this.insertSymbolItem1.Id = 52;
			this.insertSymbolItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertSymbolItem1.LargeGlyph")));
			this.insertSymbolItem1.Name = "insertSymbolItem1";
			// 
			// insertHyperlinkItem1
			// 
			this.insertHyperlinkItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertHyperlinkItem1.Glyph")));
			this.insertHyperlinkItem1.Id = 53;
			this.insertHyperlinkItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertHyperlinkItem1.LargeGlyph")));
			this.insertHyperlinkItem1.Name = "insertHyperlinkItem1";
			// 
			// bar1
			// 
			this.bar1.BarName = "Custom 8";
			this.bar1.DockCol = 0;
			this.bar1.DockRow = 0;
			this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.bar1.FloatLocation = new System.Drawing.Point(563, 281);
			this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.sendSelected),
            new DevExpress.XtraBars.LinkPersistInfo(this.showPreview),
            new DevExpress.XtraBars.LinkPersistInfo(this.sendPreview),
            new DevExpress.XtraBars.LinkPersistInfo(this.resetSingle, true)});
			this.bar1.StandaloneBarDockControl = this.standaloneBarDockControl1;
			this.bar1.Text = "Email";
			// 
			// sendSelected
			// 
			this.sendSelected.Caption = "Send";
			this.sendSelected.Glyph = global::ShomreiTorah.Billing.Properties.Resources.SendMail16;
			this.sendSelected.Id = 69;
			this.sendSelected.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
			this.sendSelected.Name = "sendSelected";
			this.sendSelected.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
			toolTipTitleItem4.Text = "Send";
			toolTipItem4.LeftIndent = 6;
			toolTipItem4.Text = "Sends the email to this person.";
			superToolTip4.Items.Add(toolTipTitleItem4);
			superToolTip4.Items.Add(toolTipItem4);
			this.sendSelected.SuperTip = superToolTip4;
			this.sendSelected.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.sendSelected_ItemClick);
			// 
			// showPreview
			// 
			this.showPreview.Caption = "Show Preview";
			this.showPreview.Glyph = global::ShomreiTorah.Billing.Properties.Resources.ShowPreview16;
			this.showPreview.Id = 95;
			this.showPreview.Name = "showPreview";
			toolTipTitleItem5.Text = "Show Preview";
			toolTipItem5.LeftIndent = 6;
			toolTipItem5.Text = "Shows a preview of the message contents as HTML.";
			superToolTip5.Items.Add(toolTipTitleItem5);
			superToolTip5.Items.Add(toolTipItem5);
			this.showPreview.SuperTip = superToolTip5;
			this.showPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.showPreview_ItemClick);
			// 
			// sendPreview
			// 
			this.sendPreview.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
			this.sendPreview.Caption = "Send Preview";
			this.sendPreview.DropDownControl = this.previewDestinationPopup;
			this.sendPreview.Glyph = global::ShomreiTorah.Billing.Properties.Resources.SendPreview16;
			this.sendPreview.Id = 96;
			this.sendPreview.Name = "sendPreview";
			toolTipTitleItem6.Text = "Send Preview";
			toolTipItem6.LeftIndent = 6;
			toolTipItem6.Text = "Emails a preview of the message.\r\n\r\nTo set the destination address, click the dow" +
				"n arrow.";
			superToolTip6.Items.Add(toolTipTitleItem6);
			superToolTip6.Items.Add(toolTipItem6);
			this.sendPreview.SuperTip = superToolTip6;
			this.sendPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.sendPreview_ItemClick);
			// 
			// previewDestinationPopup
			// 
			this.previewDestinationPopup.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.previewAddressItem, "", false, true, true, 133)});
			this.previewDestinationPopup.Manager = this.barManager1;
			this.previewDestinationPopup.Name = "previewDestinationPopup";
			// 
			// previewAddressItem
			// 
			this.previewAddressItem.Caption = "Send Preview To:";
			this.previewAddressItem.Edit = this.previewAddressEdit;
			this.previewAddressItem.Id = 97;
			this.previewAddressItem.Name = "previewAddressItem";
			// 
			// resetSingle
			// 
			this.resetSingle.Caption = "Use Template";
			this.resetSingle.Id = 70;
			this.resetSingle.Name = "resetSingle";
			toolTipTitleItem7.Text = "Use Template";
			toolTipItem7.LeftIndent = 6;
			toolTipItem7.Text = "Resets this person\'s email message to a standard template.";
			superToolTip7.Items.Add(toolTipTitleItem7);
			superToolTip7.Items.Add(toolTipItem7);
			this.resetSingle.SuperTip = superToolTip7;
			this.resetSingle.ListItemClick += new DevExpress.XtraBars.ListItemClickEventHandler(this.resetSingle_ListItemClick);
			// 
			// bar2
			// 
			this.bar2.BarName = "View";
			this.bar2.DockCol = 1;
			this.bar2.DockRow = 1;
			this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
			this.bar2.FloatLocation = new System.Drawing.Point(850, 287);
			this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.findItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.replaceItem1)});
			this.bar2.Offset = 382;
			this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
			this.bar2.Text = "View";
			// 
			// findItem1
			// 
			this.findItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("findItem1.Glyph")));
			this.findItem1.Id = 49;
			this.findItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("findItem1.LargeGlyph")));
			this.findItem1.Name = "findItem1";
			// 
			// replaceItem1
			// 
			this.replaceItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("replaceItem1.Glyph")));
			this.replaceItem1.Id = 50;
			this.replaceItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("replaceItem1.LargeGlyph")));
			this.replaceItem1.Name = "replaceItem1";
			// 
			// barDockControlTop
			// 
			this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
			this.barDockControlTop.Size = new System.Drawing.Size(922, 0);
			// 
			// barDockControlBottom
			// 
			this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.barDockControlBottom.Location = new System.Drawing.Point(0, 609);
			this.barDockControlBottom.Size = new System.Drawing.Size(922, 0);
			// 
			// barDockControlLeft
			// 
			this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
			this.barDockControlLeft.Size = new System.Drawing.Size(0, 609);
			// 
			// barDockControlRight
			// 
			this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
			this.barDockControlRight.Location = new System.Drawing.Point(922, 0);
			this.barDockControlRight.Size = new System.Drawing.Size(0, 609);
			// 
			// insertPageBreakItem1
			// 
			this.insertPageBreakItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem1.Glyph")));
			this.insertPageBreakItem1.Id = 54;
			this.insertPageBreakItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem1.LargeGlyph")));
			this.insertPageBreakItem1.Name = "insertPageBreakItem1";
			// 
			// insertPictureItem1
			// 
			this.insertPictureItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPictureItem1.Glyph")));
			this.insertPictureItem1.Id = 55;
			this.insertPictureItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPictureItem1.LargeGlyph")));
			this.insertPictureItem1.Name = "insertPictureItem1";
			// 
			// insertBookmarkItem1
			// 
			this.insertBookmarkItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertBookmarkItem1.Glyph")));
			this.insertBookmarkItem1.Id = 56;
			this.insertBookmarkItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertBookmarkItem1.LargeGlyph")));
			this.insertBookmarkItem1.Name = "insertBookmarkItem1";
			// 
			// insertTableRowAboveItem1
			// 
			this.insertTableRowAboveItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowAboveItem1.Glyph")));
			this.insertTableRowAboveItem1.Id = 71;
			this.insertTableRowAboveItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowAboveItem1.LargeGlyph")));
			this.insertTableRowAboveItem1.Name = "insertTableRowAboveItem1";
			// 
			// insertTableRowBelowItem1
			// 
			this.insertTableRowBelowItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowBelowItem1.Glyph")));
			this.insertTableRowBelowItem1.Id = 72;
			this.insertTableRowBelowItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowBelowItem1.LargeGlyph")));
			this.insertTableRowBelowItem1.Name = "insertTableRowBelowItem1";
			// 
			// switchToSimpleViewItem1
			// 
			this.switchToSimpleViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToSimpleViewItem1.Glyph")));
			this.switchToSimpleViewItem1.Id = 75;
			this.switchToSimpleViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToSimpleViewItem1.LargeGlyph")));
			this.switchToSimpleViewItem1.Name = "switchToSimpleViewItem1";
			// 
			// switchToDraftViewItem1
			// 
			this.switchToDraftViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToDraftViewItem1.Glyph")));
			this.switchToDraftViewItem1.Id = 76;
			this.switchToDraftViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToDraftViewItem1.LargeGlyph")));
			this.switchToDraftViewItem1.Name = "switchToDraftViewItem1";
			// 
			// switchToPrintLayoutViewItem1
			// 
			this.switchToPrintLayoutViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToPrintLayoutViewItem1.Glyph")));
			this.switchToPrintLayoutViewItem1.Id = 77;
			this.switchToPrintLayoutViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToPrintLayoutViewItem1.LargeGlyph")));
			this.switchToPrintLayoutViewItem1.Name = "switchToPrintLayoutViewItem1";
			// 
			// zoomOutItem1
			// 
			this.zoomOutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("zoomOutItem1.Glyph")));
			this.zoomOutItem1.Id = 78;
			this.zoomOutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("zoomOutItem1.LargeGlyph")));
			this.zoomOutItem1.Name = "zoomOutItem1";
			// 
			// zoomInItem1
			// 
			this.zoomInItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("zoomInItem1.Glyph")));
			this.zoomInItem1.Id = 79;
			this.zoomInItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("zoomInItem1.LargeGlyph")));
			this.zoomInItem1.Name = "zoomInItem1";
			// 
			// changeSectionPageMarginsItem1
			// 
			this.changeSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageMarginsItem1.Glyph")));
			this.changeSectionPageMarginsItem1.Id = 80;
			this.changeSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageMarginsItem1.LargeGlyph")));
			this.changeSectionPageMarginsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setNormalSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setNarrowSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setModerateSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setWideSectionPageMarginsItem1)});
			this.changeSectionPageMarginsItem1.Name = "changeSectionPageMarginsItem1";
			// 
			// setNormalSectionPageMarginsItem1
			// 
			this.setNormalSectionPageMarginsItem1.Id = 81;
			this.setNormalSectionPageMarginsItem1.Name = "setNormalSectionPageMarginsItem1";
			// 
			// setNarrowSectionPageMarginsItem1
			// 
			this.setNarrowSectionPageMarginsItem1.Id = 82;
			this.setNarrowSectionPageMarginsItem1.Name = "setNarrowSectionPageMarginsItem1";
			// 
			// setModerateSectionPageMarginsItem1
			// 
			this.setModerateSectionPageMarginsItem1.Id = 83;
			this.setModerateSectionPageMarginsItem1.Name = "setModerateSectionPageMarginsItem1";
			// 
			// setWideSectionPageMarginsItem1
			// 
			this.setWideSectionPageMarginsItem1.Id = 84;
			this.setWideSectionPageMarginsItem1.Name = "setWideSectionPageMarginsItem1";
			// 
			// changeSectionPageOrientationItem1
			// 
			this.changeSectionPageOrientationItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageOrientationItem1.Glyph")));
			this.changeSectionPageOrientationItem1.Id = 85;
			this.changeSectionPageOrientationItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageOrientationItem1.LargeGlyph")));
			this.changeSectionPageOrientationItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setPortraitPageOrientationItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setLandscapePageOrientationItem1)});
			this.changeSectionPageOrientationItem1.Name = "changeSectionPageOrientationItem1";
			// 
			// setPortraitPageOrientationItem1
			// 
			this.setPortraitPageOrientationItem1.Id = 86;
			this.setPortraitPageOrientationItem1.Name = "setPortraitPageOrientationItem1";
			// 
			// setLandscapePageOrientationItem1
			// 
			this.setLandscapePageOrientationItem1.Id = 87;
			this.setLandscapePageOrientationItem1.Name = "setLandscapePageOrientationItem1";
			// 
			// fileNewItem1
			// 
			this.fileNewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fileNewItem1.Glyph")));
			this.fileNewItem1.Id = 88;
			this.fileNewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fileNewItem1.LargeGlyph")));
			this.fileNewItem1.Name = "fileNewItem1";
			// 
			// fileOpenItem1
			// 
			this.fileOpenItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fileOpenItem1.Glyph")));
			this.fileOpenItem1.Id = 89;
			this.fileOpenItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fileOpenItem1.LargeGlyph")));
			this.fileOpenItem1.Name = "fileOpenItem1";
			// 
			// fileSaveItem1
			// 
			this.fileSaveItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fileSaveItem1.Glyph")));
			this.fileSaveItem1.Id = 90;
			this.fileSaveItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fileSaveItem1.LargeGlyph")));
			this.fileSaveItem1.Name = "fileSaveItem1";
			// 
			// fileSaveAsItem1
			// 
			this.fileSaveAsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fileSaveAsItem1.Glyph")));
			this.fileSaveAsItem1.Id = 91;
			this.fileSaveAsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fileSaveAsItem1.LargeGlyph")));
			this.fileSaveAsItem1.Name = "fileSaveAsItem1";
			// 
			// richEditBarController1
			// 
			this.richEditBarController1.BarItems.Add(this.undoItem1);
			this.richEditBarController1.BarItems.Add(this.redoItem1);
			this.richEditBarController1.BarItems.Add(this.cutItem1);
			this.richEditBarController1.BarItems.Add(this.copyItem1);
			this.richEditBarController1.BarItems.Add(this.pasteItem1);
			this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
			this.richEditBarController1.BarItems.Add(this.changeFontBackColorItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontBoldItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontItalicItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontSuperscriptItem1);
			this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
			this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
			this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
			this.richEditBarController1.BarItems.Add(this.clearFormattingItem1);
			this.richEditBarController1.BarItems.Add(this.showFontFormItem1);
			this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
			this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
			this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
			this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
			this.richEditBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
			this.richEditBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
			this.richEditBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
			this.richEditBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
			this.richEditBarController1.BarItems.Add(this.showLineSpacingFormItem1);
			this.richEditBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
			this.richEditBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
			this.richEditBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
			this.richEditBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
			this.richEditBarController1.BarItems.Add(this.toggleNumberingListItem1);
			this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem1);
			this.richEditBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
			this.richEditBarController1.BarItems.Add(this.decreaseIndentItem1);
			this.richEditBarController1.BarItems.Add(this.increaseIndentItem1);
			this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
			this.richEditBarController1.BarItems.Add(this.showParagraphFormItem1);
			this.richEditBarController1.BarItems.Add(this.findItem1);
			this.richEditBarController1.BarItems.Add(this.replaceItem1);
			this.richEditBarController1.BarItems.Add(this.insertPageBreakItem1);
			this.richEditBarController1.BarItems.Add(this.insertTableItem1);
			this.richEditBarController1.BarItems.Add(this.insertPictureItem1);
			this.richEditBarController1.BarItems.Add(this.insertBookmarkItem1);
			this.richEditBarController1.BarItems.Add(this.insertHyperlinkItem1);
			this.richEditBarController1.BarItems.Add(this.insertSymbolItem1);
			this.richEditBarController1.BarItems.Add(this.insertTableRowAboveItem1);
			this.richEditBarController1.BarItems.Add(this.insertTableRowBelowItem1);
			this.richEditBarController1.BarItems.Add(this.switchToSimpleViewItem1);
			this.richEditBarController1.BarItems.Add(this.switchToDraftViewItem1);
			this.richEditBarController1.BarItems.Add(this.switchToPrintLayoutViewItem1);
			this.richEditBarController1.BarItems.Add(this.zoomOutItem1);
			this.richEditBarController1.BarItems.Add(this.zoomInItem1);
			this.richEditBarController1.BarItems.Add(this.changeSectionPageMarginsItem1);
			this.richEditBarController1.BarItems.Add(this.setNormalSectionPageMarginsItem1);
			this.richEditBarController1.BarItems.Add(this.setNarrowSectionPageMarginsItem1);
			this.richEditBarController1.BarItems.Add(this.setModerateSectionPageMarginsItem1);
			this.richEditBarController1.BarItems.Add(this.setWideSectionPageMarginsItem1);
			this.richEditBarController1.BarItems.Add(this.changeSectionPageOrientationItem1);
			this.richEditBarController1.BarItems.Add(this.setPortraitPageOrientationItem1);
			this.richEditBarController1.BarItems.Add(this.setLandscapePageOrientationItem1);
			this.richEditBarController1.BarItems.Add(this.fileNewItem1);
			this.richEditBarController1.BarItems.Add(this.fileOpenItem1);
			this.richEditBarController1.BarItems.Add(this.fileSaveItem1);
			this.richEditBarController1.BarItems.Add(this.fileSaveAsItem1);
			this.richEditBarController1.RichEditControl = this.emailEditor;
			// 
			// previewAddressEdit
			// 
			this.previewAddressEdit.AutoHeight = false;
			this.previewAddressEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.previewAddressEdit.Name = "previewAddressEdit";
			// 
			// ReminderEmailsForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(922, 609);
			this.Controls.Add(this.splitContainerControl1);
			this.Controls.Add(this.listSearch);
			this.Controls.Add(this.ribbonControl1);
			this.Controls.Add(this.ribbonStatusBar1);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.Name = "ReminderEmailsForm";
			this.Text = "ReminderEmailsForm";
			((System.ComponentModel.ISupportInitialize)(this.logView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.listSearch.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.zoomBarProperties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.emailSubject.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
			this.panelControl1.ResumeLayout(false);
			this.panelControl1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.recipientAddresses.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.previewDestinationPopup)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.previewAddressEdit)).EndInit();
			this.ResumeLayout(false);

		}
Exemple #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSpellChecker.SpellCheckerOpenOfficeDictionary spellCheckerOpenOfficeDictionary1 = new DevExpress.XtraSpellChecker.SpellCheckerOpenOfficeDictionary();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary spellCheckerCustomDictionary1 = new DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
     this.memoEdit1     = new DevExpress.XtraEditors.MemoEdit();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // spellChecker1
     //
     this.spellChecker1.Culture = new System.Globalization.CultureInfo("de-DE");
     spellCheckerOpenOfficeDictionary1.AlphabetPath   = "";
     spellCheckerOpenOfficeDictionary1.CacheKey       = null;
     spellCheckerOpenOfficeDictionary1.Culture        = new System.Globalization.CultureInfo("de-DE");
     spellCheckerOpenOfficeDictionary1.DictionaryPath = "Dictionaries\\de_DE.dic";
     spellCheckerOpenOfficeDictionary1.Encoding       = ((System.Text.Encoding)(resources.GetObject("spellCheckerOpenOfficeDictionary1.Encoding")));
     spellCheckerOpenOfficeDictionary1.GrammarPath    = "Dictionaries\\de_DE.aff";
     spellCheckerCustomDictionary1.AlphabetPath       = "Dictionaries\\GermanAlphabet.txt";
     spellCheckerCustomDictionary1.CacheKey           = null;
     spellCheckerCustomDictionary1.Culture            = new System.Globalization.CultureInfo("de-DE");
     spellCheckerCustomDictionary1.DictionaryPath     = "Dictionaries\\CustomGermanDictionary.txt";
     spellCheckerCustomDictionary1.Encoding           = ((System.Text.Encoding)(resources.GetObject("spellCheckerCustomDictionary1.Encoding")));
     this.spellChecker1.Dictionaries.Add(spellCheckerOpenOfficeDictionary1);
     this.spellChecker1.Dictionaries.Add(spellCheckerCustomDictionary1);
     this.spellChecker1.ParentContainer = null;
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(25, 12);
     this.memoEdit1.Name     = "memoEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
     this.memoEdit1.Size = new System.Drawing.Size(272, 227);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling1);
     this.memoEdit1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(206, 261);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(91, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text     = "Check spelling";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(325, 296);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.memoEdit1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Form1";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling1  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling2  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling3  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling4  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling5  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling6  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling7  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling8  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling9  = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling    optionsSpelling10 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.btnGenerate                  = new System.Windows.Forms.Button();
     this.tbDefinationOne              = new System.Windows.Forms.TextBox();
     this.menuStrip1                   = new System.Windows.Forms.MenuStrip();
     this.closeToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toggleOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tbPropertyNameTwo            = new System.Windows.Forms.TextBox();
     this.tbPropertyNameOne            = new System.Windows.Forms.TextBox();
     this.tbDefinationMany             = new System.Windows.Forms.TextBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rbOne2Many         = new System.Windows.Forms.RadioButton();
     this.rbProperty         = new System.Windows.Forms.RadioButton();
     this.rbOne2One          = new System.Windows.Forms.RadioButton();
     this.rbMany2Many        = new System.Windows.Forms.RadioButton();
     this.btnCopy2           = new System.Windows.Forms.Button();
     this.tbClassTwo         = new System.Windows.Forms.TextBox();
     this.tbRelationshipName = new System.Windows.Forms.TextBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.btnCopy1           = new System.Windows.Forms.Button();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.ckbDropFirstLetter = new System.Windows.Forms.CheckBox();
     this.btnSwitch          = new System.Windows.Forms.Button();
     this.cbClassOne         = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnGenerateClass   = new System.Windows.Forms.Button();
     this.tbClassName        = new System.Windows.Forms.TextBox();
     this.tbClass            = new System.Windows.Forms.TextBox();
     this.spellChecker1      = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.tbMaxLength        = new System.Windows.Forms.TextBox();
     this.gbMaxLength        = new System.Windows.Forms.GroupBox();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbClassOne.Properties)).BeginInit();
     this.gbMaxLength.SuspendLayout();
     this.SuspendLayout();
     //
     // btnGenerate
     //
     this.btnGenerate.Location = new System.Drawing.Point(12, 218);
     this.btnGenerate.Name     = "btnGenerate";
     this.btnGenerate.Size     = new System.Drawing.Size(109, 34);
     this.btnGenerate.TabIndex = 0;
     this.btnGenerate.Text     = "Generate";
     this.btnGenerate.UseVisualStyleBackColor = true;
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // tbDefinationOne
     //
     this.tbDefinationOne.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.tbDefinationOne.Location  = new System.Drawing.Point(12, 258);
     this.tbDefinationOne.Multiline = true;
     this.tbDefinationOne.Name      = "tbDefinationOne";
     this.tbDefinationOne.Size      = new System.Drawing.Size(530, 89);
     this.spellChecker1.SetSpellCheckerOptions(this.tbDefinationOne, optionsSpelling1);
     this.tbDefinationOne.TabIndex = 2;
     this.tbDefinationOne.Text     = "Defination";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.closeToolStripMenuItem,
         this.toggleOnTopToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(548, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Image      = global::ExpressHelper2014.Properties.Resources.Ribbon_Exit_32x32;
     this.closeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.closeToolStripMenuItem.Name       = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size       = new System.Drawing.Size(64, 20);
     this.closeToolStripMenuItem.Text       = "Close";
     this.closeToolStripMenuItem.Click     += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // toggleOnTopToolStripMenuItem
     //
     this.toggleOnTopToolStripMenuItem.Name   = "toggleOnTopToolStripMenuItem";
     this.toggleOnTopToolStripMenuItem.Size   = new System.Drawing.Size(97, 20);
     this.toggleOnTopToolStripMenuItem.Text   = "Toggle On Top";
     this.toggleOnTopToolStripMenuItem.Click += new System.EventHandler(this.toggleOnTopToolStripMenuItem_Click);
     //
     // tbPropertyNameTwo
     //
     this.tbPropertyNameTwo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tbPropertyNameTwo.Location        = new System.Drawing.Point(328, 134);
     this.tbPropertyNameTwo.Name            = "tbPropertyNameTwo";
     this.tbPropertyNameTwo.Size            = new System.Drawing.Size(132, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbPropertyNameTwo, optionsSpelling2);
     this.tbPropertyNameTwo.TabIndex = 6;
     this.tbPropertyNameTwo.Text     = "PROPERTY NAME";
     //
     // tbPropertyNameOne
     //
     this.tbPropertyNameOne.AllowDrop       = true;
     this.tbPropertyNameOne.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tbPropertyNameOne.Location        = new System.Drawing.Point(133, 134);
     this.tbPropertyNameOne.Name            = "tbPropertyNameOne";
     this.tbPropertyNameOne.Size            = new System.Drawing.Size(140, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbPropertyNameOne, optionsSpelling3);
     this.tbPropertyNameOne.TabIndex = 11;
     this.tbPropertyNameOne.Text     = "PROPERTY NAME";
     this.tbPropertyNameOne.Enter   += new System.EventHandler(this.tbPropertyNameOne_Enter);
     //
     // tbDefinationMany
     //
     this.tbDefinationMany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.tbDefinationMany.Location  = new System.Drawing.Point(12, 382);
     this.tbDefinationMany.Multiline = true;
     this.tbDefinationMany.Name      = "tbDefinationMany";
     this.tbDefinationMany.Size      = new System.Drawing.Size(530, 88);
     this.spellChecker1.SetSpellCheckerOptions(this.tbDefinationMany, optionsSpelling4);
     this.tbDefinationMany.TabIndex = 13;
     this.tbDefinationMany.Text     = "Defination";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbOne2Many);
     this.groupBox1.Controls.Add(this.rbProperty);
     this.groupBox1.Controls.Add(this.rbOne2One);
     this.groupBox1.Controls.Add(this.rbMany2Many);
     this.groupBox1.Location = new System.Drawing.Point(12, 53);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(109, 121);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Relationship";
     //
     // rbOne2Many
     //
     this.rbOne2Many.AutoSize = true;
     this.rbOne2Many.Location = new System.Drawing.Point(10, 69);
     this.rbOne2Many.Name     = "rbOne2Many";
     this.rbOne2Many.Size     = new System.Drawing.Size(83, 17);
     this.rbOne2Many.TabIndex = 13;
     this.rbOne2Many.Tag      = "3";
     this.rbOne2Many.Text     = "One 2 Many";
     this.rbOne2Many.UseVisualStyleBackColor = true;
     this.rbOne2Many.Click += new System.EventHandler(this.rbOne2One_Click);
     //
     // rbProperty
     //
     this.rbProperty.AutoSize = true;
     this.rbProperty.Checked  = true;
     this.rbProperty.Location = new System.Drawing.Point(10, 19);
     this.rbProperty.Name     = "rbProperty";
     this.rbProperty.Size     = new System.Drawing.Size(64, 17);
     this.rbProperty.TabIndex = 12;
     this.rbProperty.TabStop  = true;
     this.rbProperty.Tag      = "1";
     this.rbProperty.Text     = "Property";
     this.rbProperty.UseVisualStyleBackColor = true;
     this.rbProperty.Click += new System.EventHandler(this.rbOne2One_Click);
     //
     // rbOne2One
     //
     this.rbOne2One.AutoSize = true;
     this.rbOne2One.Location = new System.Drawing.Point(10, 44);
     this.rbOne2One.Name     = "rbOne2One";
     this.rbOne2One.Size     = new System.Drawing.Size(77, 17);
     this.rbOne2One.TabIndex = 8;
     this.rbOne2One.Tag      = "2";
     this.rbOne2One.Text     = "One 2 One";
     this.rbOne2One.UseVisualStyleBackColor = true;
     this.rbOne2One.Click += new System.EventHandler(this.rbOne2One_Click);
     //
     // rbMany2Many
     //
     this.rbMany2Many.AutoSize = true;
     this.rbMany2Many.Location = new System.Drawing.Point(10, 94);
     this.rbMany2Many.Name     = "rbMany2Many";
     this.rbMany2Many.Size     = new System.Drawing.Size(89, 17);
     this.rbMany2Many.TabIndex = 9;
     this.rbMany2Many.Tag      = "4";
     this.rbMany2Many.Text     = "Many 2 Many";
     this.rbMany2Many.UseVisualStyleBackColor = true;
     this.rbMany2Many.Click += new System.EventHandler(this.rbOne2One_Click);
     //
     // btnCopy2
     //
     this.btnCopy2.Location = new System.Drawing.Point(133, 353);
     this.btnCopy2.Name     = "btnCopy2";
     this.btnCopy2.Size     = new System.Drawing.Size(75, 23);
     this.btnCopy2.TabIndex = 18;
     this.btnCopy2.Text     = "Copy";
     this.btnCopy2.UseVisualStyleBackColor = true;
     this.btnCopy2.Click += new System.EventHandler(this.btnCopy2_Click);
     //
     // tbClassTwo
     //
     this.tbClassTwo.Location = new System.Drawing.Point(328, 60);
     this.tbClassTwo.Name     = "tbClassTwo";
     this.tbClassTwo.Size     = new System.Drawing.Size(107, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbClassTwo, optionsSpelling5);
     this.tbClassTwo.TabIndex = 19;
     this.tbClassTwo.Text     = "TAsset";
     //
     // tbRelationshipName
     //
     this.tbRelationshipName.Location = new System.Drawing.Point(169, 95);
     this.tbRelationshipName.Name     = "tbRelationshipName";
     this.tbRelationshipName.Size     = new System.Drawing.Size(205, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbRelationshipName, optionsSpelling6);
     this.tbRelationshipName.TabIndex = 21;
     this.tbRelationshipName.Text     = "Relationship Name";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(137, 43);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(32, 13);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Class";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(325, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(32, 13);
     this.label2.TabIndex = 23;
     this.label2.Text     = "Class";
     //
     // btnCopy1
     //
     this.btnCopy1.AccessibleRole          = System.Windows.Forms.AccessibleRole.WhiteSpace;
     this.btnCopy1.Location                = new System.Drawing.Point(133, 224);
     this.btnCopy1.Name                    = "btnCopy1";
     this.btnCopy1.Size                    = new System.Drawing.Size(75, 23);
     this.btnCopy1.TabIndex                = 17;
     this.btnCopy1.Text                    = "Copy";
     this.btnCopy1.UseVisualStyleBackColor = true;
     this.btnCopy1.Click                  += new System.EventHandler(this.btnCopy1_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(133, 118);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 13);
     this.label3.TabIndex = 25;
     this.label3.Text     = "Property Name";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(328, 118);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(77, 13);
     this.label4.TabIndex = 26;
     this.label4.Text     = "Property Name";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ckbDropFirstLetter);
     this.groupBox2.Location = new System.Drawing.Point(242, 160);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(115, 36);
     this.groupBox2.TabIndex = 27;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Property Names";
     //
     // ckbDropFirstLetter
     //
     this.ckbDropFirstLetter.AutoSize   = true;
     this.ckbDropFirstLetter.Checked    = true;
     this.ckbDropFirstLetter.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckbDropFirstLetter.Location   = new System.Drawing.Point(8, 13);
     this.ckbDropFirstLetter.Name       = "ckbDropFirstLetter";
     this.ckbDropFirstLetter.Size       = new System.Drawing.Size(101, 17);
     this.ckbDropFirstLetter.TabIndex   = 0;
     this.ckbDropFirstLetter.Text       = "Drop First Letter";
     this.ckbDropFirstLetter.UseVisualStyleBackColor = true;
     //
     // btnSwitch
     //
     this.btnSwitch.Location = new System.Drawing.Point(239, 59);
     this.btnSwitch.Name     = "btnSwitch";
     this.btnSwitch.Size     = new System.Drawing.Size(80, 23);
     this.btnSwitch.TabIndex = 28;
     this.btnSwitch.Text     = "<= Swap =>";
     this.btnSwitch.UseVisualStyleBackColor = true;
     this.btnSwitch.Click += new System.EventHandler(this.btnSwitch_Click);
     //
     // cbClassOne
     //
     this.cbClassOne.Location = new System.Drawing.Point(133, 60);
     this.cbClassOne.Name     = "cbClassOne";
     this.cbClassOne.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbClassOne.Size         = new System.Drawing.Size(100, 20);
     this.cbClassOne.TabIndex     = 29;
     this.cbClassOne.TextChanged += new System.EventHandler(this.cbClassOne_TextChanged_1);
     //
     // btnGenerateClass
     //
     this.btnGenerateClass.Location = new System.Drawing.Point(371, 213);
     this.btnGenerateClass.Name     = "btnGenerateClass";
     this.btnGenerateClass.Size     = new System.Drawing.Size(132, 34);
     this.btnGenerateClass.TabIndex = 30;
     this.btnGenerateClass.Text     = "Generate Class";
     this.btnGenerateClass.UseVisualStyleBackColor = true;
     this.btnGenerateClass.Click += new System.EventHandler(this.btnGenerateClass_Click);
     //
     // tbClassName
     //
     this.tbClassName.AllowDrop = true;
     this.tbClassName.Location  = new System.Drawing.Point(371, 187);
     this.tbClassName.Name      = "tbClassName";
     this.tbClassName.Size      = new System.Drawing.Size(132, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbClassName, optionsSpelling7);
     this.tbClassName.TabIndex = 31;
     this.tbClassName.Text     = "Class Name";
     //
     // tbClass
     //
     this.tbClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tbClass.Location  = new System.Drawing.Point(11, 476);
     this.tbClass.Multiline = true;
     this.tbClass.Name      = "tbClass";
     this.tbClass.Size      = new System.Drawing.Size(531, 108);
     this.spellChecker1.SetSpellCheckerOptions(this.tbClass, optionsSpelling8);
     this.tbClass.TabIndex = 32;
     this.tbClass.Text     = "Defination";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(0, 591);
     this.textBox1.Name        = "textBox1";
     this.textBox1.ReadOnly    = true;
     this.textBox1.Size        = new System.Drawing.Size(548, 13);
     this.spellChecker1.SetSpellCheckerOptions(this.textBox1, optionsSpelling9);
     this.textBox1.TabIndex  = 33;
     this.textBox1.TabStop   = false;
     this.textBox1.Text      = "Copyright 2013 C & W Information Technology, LLC";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // tbMaxLength
     //
     this.tbMaxLength.Location = new System.Drawing.Point(7, 13);
     this.tbMaxLength.Name     = "tbMaxLength";
     this.tbMaxLength.Size     = new System.Drawing.Size(57, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.tbMaxLength, optionsSpelling10);
     this.tbMaxLength.TabIndex = 0;
     this.tbMaxLength.Text     = "50";
     //
     // gbMaxLength
     //
     this.gbMaxLength.Controls.Add(this.tbMaxLength);
     this.gbMaxLength.Location = new System.Drawing.Point(133, 160);
     this.gbMaxLength.Name     = "gbMaxLength";
     this.gbMaxLength.Size     = new System.Drawing.Size(77, 36);
     this.gbMaxLength.TabIndex = 34;
     this.gbMaxLength.TabStop  = false;
     this.gbMaxLength.Text     = "Max Length";
     this.gbMaxLength.Visible  = false;
     //
     // Main
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.ClientSize          = new System.Drawing.Size(548, 609);
     this.Controls.Add(this.gbMaxLength);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.tbClass);
     this.Controls.Add(this.tbClassName);
     this.Controls.Add(this.btnGenerateClass);
     this.Controls.Add(this.cbClassOne);
     this.Controls.Add(this.btnSwitch);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbRelationshipName);
     this.Controls.Add(this.tbClassTwo);
     this.Controls.Add(this.btnCopy2);
     this.Controls.Add(this.btnCopy1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tbDefinationMany);
     this.Controls.Add(this.tbPropertyNameOne);
     this.Controls.Add(this.tbPropertyNameTwo);
     this.Controls.Add(this.tbDefinationOne);
     this.Controls.Add(this.btnGenerate);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Property Name";
     this.Load         += new System.EventHandler(this.Main_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbClassOne.Properties)).EndInit();
     this.gbMaxLength.ResumeLayout(false);
     this.gbMaxLength.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     //this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
     this.memoEdit                 = new DevExpress.XtraEditors.MemoEdit();
     this.btnCancel                = new DevExpress.XtraEditors.SimpleButton();
     this.btnOk                    = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.barManager1              = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom     = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight      = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1           = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1               = new DevExpress.XtraBars.PopupMenu(this.components);
     this.sharedDictionaryStorage1 = new DevExpress.XtraSpellChecker.SharedDictionaryStorage(this.components);
     this.listBoxControl1          = new DevExpress.XtraEditors.ListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
     this.SuspendLayout();
     //
     // spellChecker1
     //
     this.spellChecker1.Culture              = new System.Globalization.CultureInfo("en");
     this.spellChecker1.ParentContainer      = null;
     this.spellChecker1.SpellCheckMode       = DevExpress.XtraSpellChecker.SpellCheckMode.AsYouType;
     this.spellChecker1.OptionsFormShowing  += new DevExpress.XtraSpellChecker.FormShowingEventHandler(this.spellChecker1_OptionsFormShowing);
     this.spellChecker1.SpellingFormShowing += new DevExpress.XtraSpellChecker.SpellingFormShowingEventHandler(this.spellChecker1_SpellingFormShowing);
     //
     // memoEdit
     //
     this.memoEdit.Location = new System.Drawing.Point(7, 28);
     this.memoEdit.Name     = "memoEdit";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit, true);
     this.memoEdit.Size = new System.Drawing.Size(227, 104);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit, optionsSpelling1);
     this.memoEdit.TabIndex     = 0;
     this.memoEdit.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.memoEdit_MouseDown);
     this.memoEdit.MouseLeave  += new System.EventHandler(this.memoEdit_MouseLeave);
     this.memoEdit.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.memoEdit_KeyUp);
     this.memoEdit.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.memoEdit_KeyDown);
     this.memoEdit.TextChanged += new System.EventHandler(this.memoEdit_KeyUp);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(188, 138);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(46, 23);
     this.btnCancel.TabIndex     = 1;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(136, 138);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(46, 23);
     this.btnOk.TabIndex = 2;
     this.btnOk.Text     = "OK";
     this.btnOk.Click   += new System.EventHandler(this.btnOk_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(11, 9);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(68, 13);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text     = "Input the text";
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1
     });
     this.barManager1.MaxItemId           = 1;
     this.barManager1.QueryShowPopupMenu += new DevExpress.XtraBars.QueryShowPopupMenuEventHandler(this.barManager1_QueryShowPopupMenu);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 0;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1)
     });
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // listBoxControl1
     //
     this.listBoxControl1.Items.AddRange(new object[] {
         "4 TWENTY",
         "4TWENTY",
         "60 NINE",
         "60NINE",
         "A.S.S.",
         "ANAL",
         "ANAL ANNIE",
         "ANAL SEX",
         "ANALANNIE",
         "ANALSEX",
         "ANUS",
         "ARSE",
         "ASS",
         "ASS BAGGER",
         "ASS BLASTER",
         "ASS CLOWN",
         "ASS COWBOY",
         "ASS F**K",
         "ASS F****R",
         "ASS HOLE",
         "ASS HOLES",
         "ASS HORE",
         "ASS JOCKEY",
         "ASS KISS",
         "ASS KISSER",
         "ASS KLOWN",
         "ASS LICK",
         "ASS LICKER",
         "ASS LOVER",
         "ASS MAN",
         "ASS MONKEY",
         "ASS MUNCH",
         "ASS MUNCHER",
         "ASS PACKER",
         "ASS PIRATE",
         "ASS PUPPIES",
         "ASS RANGER",
         "ASS W***E",
         "ASS WIPE",
         "ASSBAGGER",
         "ASSBLASTER",
         "ASSCLOWN",
         "ASSCOWBOY",
         "ASSFUCK",
         "ASSFUCKER",
         "ASSHOLE",
         "ASSHOLES",
         "ASSHORE",
         "ASSJOCKEY",
         "ASSKISS",
         "ASSKISSER",
         "ASSKLOWN",
         "ASSLICK",
         "ASSLICKER",
         "ASSLOVER",
         "ASSMAN",
         "ASSMONKEY",
         "ASSMUNCH",
         "ASSMUNCHER",
         "ASSPACKER",
         "ASSPIRATE",
         "ASSPUPPIES",
         "ASSRANGER",
         "ASSWHORE",
         "ASSWIPE",
         "ATHLETES FOOT",
         "ATHLETESFOOT",
         "AXING THE WEASEL",
         "B HARD",
         "BACK DOOR",
         "BACK DOOR MAN",
         "BACKDOOR",
         "BACKDOORMAN",
         "BACKSEAT",
         "BAD ASS",
         "BAD F**K",
         "BADFUCK",
         "BALL LICKER",
         "BALL SACK",
         "BALLLICKER",
         "BALLS",
         "BALLSACK",
         "BANGING",
         "BARELY LEGAL",
         "BARELYLEGAL",
         "BARF",
         "BARF FACE",
         "BARFACE",
         "BARFFACE",
         "BASTARD",
         "BAZONGAS",
         "BAZOOMS",
         "BEASTALITY",
         "BEASTIALITY",
         "BEAT OFF",
         "BEAT YOUR MEAT",
         "BEATOFF",
         "BEAT-OFF",
         "BEATYOURMEAT",
         "BI",
         "BI SEXUAL",
         "BIATCH",
         "BIG ASS",
         "BIG BITCH",
         "BIG BITCH",
         "BIG BUTT",
         "BIGASS",
         "BIGBASTARD",
         "BIGBUTT",
         "BISEXUAL",
         "BI-SEXUAL",
         "BITCH",
         "BITCHES",
         "BITCHIN",
         "BITCHY",
         "BITE ME",
         "BITEME",
         "BLACK OUT",
         "BLACKOUT",
         "BLOW JOB",
         "B*****B",
         "BM",
         "BONER",
         "BONG",
         "BOOBIES",
         "BOOBS",
         "BOODY",
         "BREAST",
         "BREAST JOB",
         "BREAST LOVER",
         "BREAST MAN",
         "BREASTJOB",
         "BREASTLOVER",
         "BREASTMAN",
         "BUDWEISER",
         "BULL CRAP",
         "BULL DIKE",
         "BULL DYKE",
         "BULL SHIT",
         "BULLCRAP",
         "BULLDIKE",
         "BULLDYKE",
         "BULLSHIT",
         "BUMBLE F**K",
         "BUMBLEFUCK",
         "BUMFUCK",
         "BUNGHOLE",
         "BUTCH BABES",
         "BUTCH DIKE",
         "BUTCH DYKE",
         "BUTCHBABES",
         "BUTCHDIKE",
         "BUTCHDYKE",
         "BUTT BANG",
         "BUTT F**K",
         "BUTT F****R",
         "BUTT FUCKERS",
         "BUTT HEAD",
         "BUTT MAN",
         "BUTT PLUG",
         "BUTT STAIN",
         "BUTTBANG",
         "BUTT-BANG",
         "BUTTFACE",
         "BUTTFUCK",
         "BUTT-F**K",
         "BUTTFUCKER",
         "BUTT-F****R",
         "BUTTFUCKERS",
         "BUTT-FUCKERS",
         "BUTTHEAD",
         "BUTTMAN",
         "BUTTPIRATE",
         "B******G",
         "BUTTSTAIN",
         "CAMEL TOE",
         "CAMELTOE",
         "CARPET MUNCHER",
         "CARPETMUNCHER",
         "CARRUTH",
         "CHERRY POPPER",
         "CHERRYPOPPER",
         "CHICK SLICK",
         "CHICKSLICK",
         "CLAM DIGGER",
         "CLAM DIVER",
         "CLAMDIGGER",
         "CLAMDIVER",
         "C**T",
         "CLITORIS",
         "C**K",
         "C**K BLOCK",
         "C**K BLOCKER",
         "C**K COWBOY",
         "C**K FIGHT",
         "C**K KNOB",
         "C**K LICKER",
         "C**K LOVER",
         "C**K NOB",
         "C**K QUEEN",
         "C**K RIDER",
         "C**K SMITH",
         "C**K SUCKER",
         "C**K TAIL",
         "C**K TEASE",
         "COCKBLOCK",
         "COCKBLOCKER",
         "COCKCOWBOY",
         "COCKFIGHT",
         "COCKHEAD",
         "COCKKNOB",
         "COCKLICKER",
         "COCKLOVER",
         "COCKNOB",
         "COCKQUEEN",
         "COCKRIDER",
         "COCKS MAN",
         "COCKSMAN",
         "COCKSMITH",
         "COCKSUCER",
         "C********R",
         "COCKTAIL",
         "COCKTEASE",
         "COCKY",
         "CONDOM",
         "COPULATE",
         "CORN HOLE",
         "CORNHOLE",
         "CRABS",
         "CRACK",
         "CRACK PIPE",
         "CRACK W***E",
         "CRACKPIPE",
         "CRACKWHORE",
         "CRACK-W***E",
         "CRAP",
         "CRAPPY",
         "CREAMY",
         "CROTCH",
         "CROTCH JOCKEY",
         "CROTCH MONKEY",
         "CROTCH ROT",
         "CROTCHJOCKEY",
         "CROTCHMONKEY",
         "CROTCHROT",
         "CUM",
         "CUM BUBBLE",
         "CUM FEST",
         "CUM JOCKEY",
         "CUM QUAT",
         "CUM QUEEN",
         "CUM SHOT",
         "CUMBUBBLE",
         "CUMFEST",
         "CUMJOCKEY",
         "CUMM",
         "CUMMING",
         "CUMQUAT",
         "CUMQUEEN",
         "CUMSHOT",
         "CUNNILINGUS",
         "C**T",
         "C**T F**K",
         "C**T F****R",
         "C**T LICKER",
         "CUNTFUCK",
         "CUNTFUCKER",
         "CUNTLICKER",
         "CYBER SEX",
         "CYBER SLIMER",
         "CYBERSEX",
         "CYBERSLIMER",
         "DAHMER",
         "DAMN",
         "DAMN IT",
         "DAMNIT",
         "DATNIGGA",
         "DD",
         "DEAP THROAT",
         "DEAPER",
         "DEAPTHROAT",
         "DEEP THROAT",
         "DEEPER",
         "DEEPTHROAT",
         "DEFECATE",
         "DEPOSIT",
         "DEVIL",
         "DICK BRAIN",
         "DICK FART",
         "DICK FOR BRAINS",
         "DICK HEAD",
         "DICK LICK",
         "DICK LICKER",
         "DICK LIKCER",
         "DICK WAD",
         "DICK WEED",
         "DICKBRAIN",
         "DICKFORBRAINS",
         "DICKHEAD",
         "DICKLESS",
         "DICKLICK",
         "DICKLICKER",
         "DICKMAN",
         "DICKWAD",
         "DICKWEED",
         "DIKE",
         "D***O",
         "DIP STICK",
         "DIPSTICK",
         "DIRTY HO",
         "DIX",
         "DIXIE DIKE",
         "DIXIE DYKE",
         "DIXIEDIKE",
         "DIXIEDYKE",
         "DO ME",
         "DOGGIE STYLE",
         "DOGGIESTYLE",
         "DOGGY STLYE",
         "DOGGYSTYLE",
         "DOME",
         "DONG",
         "DOPE",
         "DOUBLE D",
         "DOUBLED",
         "DRAG QUEEN",
         "DRAGQUEEN",
         "DRAGQWEEN",
         "DRE",
         "DRIP DICK",
         "DRIPDICK",
         "DRUNK",
         "DRUNKEN",
         "DUMB ASS",
         "DUMB BITCH",
         "DUMB F**K",
         "DUMBASS",
         "DUMBBITCH",
         "DUMBFUCK",
         "EASY S**T",
         "EASYSLUT",
         "EAT ME",
         "EAT PUSSY",
         "EATBALLS",
         "EATME",
         "EATPUSSY",
         "E*******E",
         "ERECTION",
         "EVL",
         "EXCREMENT",
         "F TOYOTA",
         "F.I.N.E.",
         "F.U.C.K.",
         "FACE F****R",
         "FACEFUCKER",
         "F****T",
         "FAGOT",
         "FAIRY",
         "FANNY F****R",
         "FANNYFUCKER",
         "FART",
         "FAST F**K",
         "FASTFUCK",
         "FAT ASS",
         "FAT F**K",
         "FAT F****R",
         "FATASS",
         "FATFUCK",
         "FATFUCKER",
         "FATSO",
         "F******O",
         "FEMME",
         "FINGER FOOD",
         "FINGER F**K",
         "FINGER F****R",
         "FINGERFOOD",
         "FINGERFUCK",
         "FINGERFUCKER",
         "FIST F**K",
         "FIST F****R",
         "FISTFUCK",
         "FISTFUCKER",
         "FISTING",
         "FLASHER",
         "FLATULENCE",
         "FLOGGIN THE DOLPHIN",
         "FONDLE",
         "FOOT F**K",
         "FOOT F****R",
         "FOOT LICKER",
         "FOOTACTION",
         "FOOTFUCK",
         "FOOTFUCKER",
         "FOOTLICKER",
         "FOOTSTAR",
         "FORE SKIN",
         "FORESKIN",
         "FORNICATE",
         "FOUR 20",
         "FOUR TWENTY",
         "FOUR20",
         "FOURTWENTY",
         "FREAK F**K",
         "FREAKFUCK",
         "FREAKY F****R",
         "FREAKYFUCKER",
         "FREE 4 ALL",
         "FREE FOR ALL",
         "FREE F**K",
         "FREE4ALL",
         "FREEFORALL",
         "FREEFUCK",
         "F**K",
         "F**K BAG",
         "F**K BUDDY",
         "F**K FACE",
         "F**K FEST",
         "F**K FREAK",
         "F**K FRIEND",
         "F**K HEAD",
         "F**K HER",
         "F**K IT",
         "F**K KNOB",
         "F**K ME",
         "F**K ME HARD",
         "F**K MONKEY",
         "F**K OFF",
         "F**K PIG",
         "F**K THEM",
         "F**K W***E",
         "F**K YOU",
         "F***A",
         "FUCKABLE",
         "FUCKBAG",
         "FUCKBUDDY",
         "F****D",
         "F****D UP",
         "FUCKEDUP",
         "F****R",
         "FUCKERS",
         "FUCKFACE",
         "FUCKFEST",
         "FUCKFREAK",
         "FUCKFRIEND",
         "FUCKHEAD",
         "FUCKHER",
         "F****N",
         "F****N A",
         "F****N NUTS",
         "F****N RIGHT",
         "FUCKINA",
         "F*****G",
         "F*****G A",
         "F*****G BITCH",
         "F*****G NUTS",
         "FUCKINGBITCH",
         "FUCKINNUTS",
         "FUCKINRIGHT",
         "FUCKIT",
         "FUCKKNOB",
         "F****E",
         "FUCKMEHARD",
         "FUCKMONKEY",
         "FUCKOFF",
         "FUCKPIG",
         "FUCKWHORE",
         "FUCKYOU",
         "FUDGE PAKCERS",
         "FUN F**K",
         "FUNFUCK",
         "FUUCK",
         "G UNIT",
         "GANG BANG",
         "GANG BANGER",
         "G******G",
         "GANGBANGER",
         "GAY (editor\'s note: was removed from the list after our original Outsports articl" +
         "e appeared.)",
         "GAY ASS",
         "GAY MUTHA F****N QUEER",
         "GAY PRIDE",
         "GAYMUTHAFUCKINWHORE",
         "GENITAL",
         "GET IT ON",
         "GETITON",
         "GIEHN",
         "GIVE HEAD",
         "GIVEHEAD",
         "GLAZED DONUT",
         "GLAZEDDONUT",
         "GO ME",
         "GO TO HELL",
         "GOD",
         "GOD DAMED MUTHA F***A",
         "GOD DAMIT",
         "GOD DAMN",
         "GOD DAMNED",
         "GOD MANIT",
         "GODDAMIT",
         "GODDAMN",
         "GODDAMNED",
         "GODDAMNES",
         "GODDAMNIT",
         "GODDAMNMUTHAFUCKER",
         "GONORREHEA",
         "GONZAGAS",
         "GOOK",
         "GOT JESUS",
         "GOT2HAVEIT",
         "GOTOHELL",
         "G-UNIT",
         "HAND JOB",
         "HANDJOB",
         "HARD ON",
         "HARDER",
         "HARDON",
         "HAREM",
         "HE HATE ME",
         "HEAD F**K",
         "HEAD LIGHTS",
         "HEADFUCK",
         "HEADLIGHTS",
         "HEHATEME",
         "HELL",
         "HELL NO",
         "HELL YES",
         "HELLNO",
         "HELLYES",
         "HEN HOUSE",
         "HENHOUSE",
         "HERPES",
         "HERSHEY HI WAY",
         "HERSHEYHIGHWAY",
         "HERSHEYHIWAY",
         "HERSHY HIGH WAY",
         "HO",
         "HO MO",
         "HOBO",
         "HOLE",
         "HOLE STUFFER",
         "HOLESTUFFER",
         "H**O",
         "H**O BANGERS",
         "H**O SEXUAL",
         "HOMOBANGERS",
         "HOMOSEXUAL",
         "HONKERS",
         "HONKEY",
         "HOOKER",
         "HOOKERS",
         "HOOTERS",
         "HORE",
         "HORNEY",
         "HORNY",
         "HORSESHIT",
         "HOSE JOB",
         "HOSEJOB",
         "HOSER",
         "HOSTAGE",
         "HOT DAMN",
         "HOT PUSSY",
         "HOT TO TROT",
         "HOT2TROT",
         "HOTDAMN",
         "HOTPUSSY",
         "HOTTOTROT",
         "HUSSY",
         "HUSTLER",
         "I LOVE BEER",
         "I LUV BEER",
         "ID TEN T",
         "ID10T",
         "IDIOT",
         "IDOIT",
         "IN THE ASS",
         "IN THE BUFF",
         "INGIN",
         "INSEST",
         "INTER COURSE",
         "INTER RACIAL",
         "INTERCOURSE",
         "INTERRACIAL",
         "INTHEASS",
         "INTHEBUFF",
         "JACK THE RIPPER",
         "JACKASS",
         "JACKOFF",
         "JACKTHERIPPER",
         "JAP",
         "JAP CRAP",
         "JAPCRAP",
         "JERK OFF",
         "JERKOFF",
         "JESUS CHIRST",
         "JESUSCHRIST",
         "JISM",
         "J*Z",
         "J*Z JUICE",
         "JIZIM",
         "JIZJUICE",
         "J**Z",
         "JIZZIM",
         "JOINT",
         "JUGGALO",
         "JUGS",
         "K MART",
         "KILL",
         "KILLER",
         "KILLING",
         "KISS ASS",
         "KISSASS",
         "KKK",
         "KMART",
         "KNOCKERS",
         "KOON",
         "KOTEX",
         "KRAP",
         "KRAPPY",
         "KUM",
         "KUM BUBBLE",
         "KUM QUAT",
         "KUMBUBBLE",
         "KUMBULLBE",
         "KUMQUAT",
         "KUNT",
         "KY",
         "KY JELLY",
         "LACTATE",
         "LADY BOOG",
         "LAID",
         "LAP DANCE",
         "LAPDANCE",
         "LESBAIN",
         "LESBAYN",
         "LESBIAN",
         "LESBIN",
         "LESBO",
         "LEZ",
         "LEZ BE",
         "LEZ BE FRIENDS",
         "LEZBE",
         "LEZBEFRIENDS",
         "LEZBO",
         "LEZZ",
         "LEZZO",
         "LICK ME",
         "LICKER",
         "LICKME",
         "LIMP DICK",
         "LIMPDICK",
         "LIMY",
         "LIVE SEX",
         "LIVESEX",
         "LL",
         "LOADED GUN",
         "LOADEDGUN",
         "LOLITA",
         "LOOSER",
         "LOTION",
         "LOVE BONE",
         "LOVE GOO",
         "LOVE GUN",
         "LOVE JUICE",
         "LOVE MUSCLE",
         "LOVE PISTOL",
         "LOVE ROCKET",
         "LOVEBONE",
         "LOVEGOO",
         "LOVEGUN",
         "LOVEJUICE",
         "LOVEMUSCLE",
         "LOVEPISTOL",
         "LOVEROCKET",
         "LOW LIFE",
         "LOWLIFE",
         "LUBE JOB",
         "LUBEJOB",
         "LUCKY CAMEL TOE",
         "LUCKYCAMMELTOE",
         "MAGIC WAND",
         "MAGICWAND",
         "MAMS",
         "MAN HATER",
         "MAN PASTE",
         "MANHATER",
         "MANPASTE",
         "MARY JANE",
         "MARYJANE",
         "MASTABATE",
         "MASTABATER",
         "MASTER BLASTER",
         "MASTERBATE",
         "MASTERBLASTER",
         "MASTRABATOR",
         "MATTRESS PRINCESS",
         "MATTRESSPRINCESS",
         "MEAT BEATTER",
         "MEATBEATTER",
         "MOLEST",
         "MOLESTER",
         "MOLESTOR",
         "MONEY SHOT",
         "MONEYSHOT",
         "MOTHER F****R",
         "MOTHER LOVE BONE",
         "MOTHERFUCK",
         "M**********R",
         "MOTHERLOVEBONE",
         "MUFF",
         "MUFF DIVE",
         "MUFF DIVER",
         "MUFF LICKER",
         "MUFFDIVE",
         "MUFFDIVER",
         "MUFFIN DIVER",
         "MUFFINDIVER",
         "MUFFLIKCER",
         "MURDER",
         "MUTHA F****R",
         "NAKED",
         "NASTY BITCH",
         "NASTY HO",
         "NASTY S**T",
         "NASTY W***E",
         "NASTYBITCH",
         "NASTYHO",
         "NASTYSLUT",
         "NASTYWHORE",
         "NEON DEON",
         "NIG",
         "NIGER",
         "N***A",
         "NIGGER",
         "NIPPLE",
         "NIPPLE RING",
         "NIPPLERING",
         "NIT TIT",
         "NITTIT",
         "NO F*****G WAY",
         "NO SEX",
         "NOFUCKINGWAY",
         "NOOKIE",
         "NOONER",
         "NUDE",
         "NUT F****R",
         "NUTFUCKER",
         "OICU812",
         "ON THE RAG",
         "ONTHERAG",
         "O****M",
         "ORGY",
         "OU812",
         "OUI",
         "P I M P",
         "PEARL NECKLACE",
         "PEARLNECKLACE",
         "PECKER",
         "PEE",
         "PEEP SHOW",
         "PEEPSHOW",
         "PEEPSHPW",
         "PENETRATION",
         "PENIS",
         "PENTHOUSE",
         "PERIOD",
         "PHQUE",
         "PIMP",
         "PIMP SIMP",
         "PIMPED",
         "PIMPER",
         "PIMPJUIC",
         "PIMPJUICE",
         "PIMPSIMP",
         "PISS",
         "PISS HEAD",
         "PISSED",
         "PISSER",
         "PISSHEAD",
         "PLAY BOY",
         "PLAY GIRL",
         "PLAYBOY",
         "PLAYGIRL",
         "POCKET POOL",
         "POCKETPOOL",
         "POLACK",
         "POON TANG",
         "POONTANG",
         "POOP",
         "POOPER",
         "POOR WHITE TRASH",
         "POORWHITETRASH",
         "POPIMP",
         "PORCH MONKEY",
         "PORCHMONKEY",
         "P**N",
         "P**N FLICK",
         "P**N KING",
         "P**N PRINCESS",
         "PORNFLICK",
         "PORNKING",
         "PORNO",
         "PORNPRINCESS",
         "POT",
         "PREMATURE",
         "PRICK",
         "PRICK HEAD",
         "PRICKHEAD",
         "PRIMETIME",
         "PROSTITUTE",
         "PUBIC",
         "PUBIC LICE",
         "PUBICLICE",
         "PUD",
         "PUD BOY",
         "PUDBOY",
         "PUDD",
         "PUDD BOY",
         "PUDDBOY",
         "PUN TANG",
         "PUNTANG",
         "PURINA PRINCESS",
         "PURINAPRICNESS",
         "PUSSY",
         "PUSSY CAT",
         "PUSSY EATER",
         "PUSSY F****R",
         "PUSSY LICKER",
         "PUSSY LIPS",
         "PUSSY LOVER",
         "PUSSY POUNDER",
         "PUSSYCAT",
         "PUSSYEATER",
         "PUSSYFUCKER",
         "PUSSYLICKER",
         "PUSSYLIPS",
         "PUSSYLOVER",
         "PUSSYPOUNDER",
         "PUTT PIRATE",
         "PWT",
         "QUEEF",
         "QUEER",
         "QUICKIE",
         "RAE CARRUTH",
         "RAPE",
         "RAPIST",
         "REAR END",
         "REAR ENTRY",
         "REAREND",
         "REARENTRY",
         "RECTUM",
         "RED LIGHT",
         "REDLIGHT",
         "REEFER",
         "RENT A F**K",
         "RENTAFUCK",
         "RETARD",
         "RETARDED",
         "RIBBED",
         "RIM JOB",
         "RIMJOB",
         "ROACH",
         "ROBBER",
         "S AND M",
         "S&M",
         "SAMCKDADDY",
         "SANDM",
         "SATAN",
         "SCHLONG",
         "SCREW",
         "SCREW YOU",
         "SCREWYOU",
         "SCROTUM",
         "S***N",
         "SEX",
         "SEX FARM",
         "SEX HOUND",
         "SEX HOUSE",
         "SEX KITTEN",
         "SEX POT",
         "SEX SLAVE",
         "SEX TO GO",
         "SEX TOY",
         "SEX TOYS",
         "SEX W***E",
         "SEXFARM",
         "SEXHOUND",
         "SEXHOUSE",
         "SEXKITTEN",
         "SEXPOT",
         "SEXSLAVE",
         "SEXTOGO",
         "SEXTOY",
         "SEXTOYS",
         "SEXUAL",
         "SEXWHORE",
         "SEXY",
         "SEXY BIATCH",
         "SEXY BITCH",
         "SEXY MOMA",
         "SEXY SLIM",
         "SEXYMOMA",
         "SEXY-SLIM",
         "SHAG",
         "SHAGGIN",
         "SHAGGING",
         "SHAWTYPIMP",
         "SHIT",
         "SHIT DICK",
         "SHIT EATER",
         "SHIT FACE",
         "SHIT FOR BRAINS",
         "SHIT F**K",
         "SHIT F****R",
         "SHIT HAPPENS",
         "SHIT HEAD",
         "SHIT OUT OF LUCK",
         "SHIT STAIN",
         "SHIT4BRAINS",
         "SHITDICK",
         "SHITEATER",
         "SHITFACE",
         "SHITFORBRAINS",
         "SHITFUCK",
         "SHITFUCKER",
         "SHITHAPENS",
         "SHITHAPPENS",
         "S******D",
         "SHITOUTOFLUCK",
         "SHITS",
         "SHITSTAIN",
         "SHITTER",
         "S******G",
         "SHITTY",
         "SHORT F**K",
         "SHORTFUCK",
         "SHOWTIME",
         "SIX SIX SIX",
         "SIXSIXSIX",
         "SIXTY 9",
         "SIXTY NINE",
         "SIXTY9",
         "SIXTYNINE",
         "SKANK",
         "SKANK BITCH",
         "SKANK F**K",
         "SKANK W***E",
         "SKANKBITCH",
         "SKANKFUCK",
         "SKANKWHORE",
         "SKANKY BITCH",
         "SKANKY W***E",
         "SKANKYBITCH",
         "SKANKYWHORE",
         "SKIN FLUTE",
         "SKINFLUTE",
         "SKUM",
         "SKUM BAG",
         "SKUMBAG",
         "SLANT",
         "SLANT EYE",
         "SLANTEYE",
         "SLAVE",
         "SLAVE DRIVER",
         "SLAVEDRIVER",
         "SLEEZE BAG",
         "SLEEZE BALL",
         "SLEEZEBAG",
         "SLEEZEBALL",
         "SLIDE IT IN",
         "SLIDEITIN",
         "SLIME",
         "SLIME BALL",
         "SLIME BUCKET",
         "SLIMEBALL",
         "SLIMEBUCKET",
         "S**T",
         "S**T WEAR",
         "S**T W***E",
         "S***S",
         "SLUTT",
         "SLUTTING",
         "SLUTTY",
         "SLUTWEAR",
         "SLUTWHORE",
         "SMACK DADDY",
         "SMACK THE MONKEY",
         "SMACKTHEMONKEY",
         "SMAGMA",
         "SMART ASS",
         "SNATCH",
         "SNATCH PATCH",
         "SNATCHPATCH",
         "SNIPER",
         "SNOT",
         "SOB",
         "SODOMITE",
         "SODOMY",
         "SON OF A BITCH",
         "SONOFABITCH",
         "SONOFBITCH",
         "SPANK THE MONKEY",
         "SPANKTHEMONKEY",
         "SPERM",
         "SPERM BAG",
         "SPERM HEARDER",
         "SPERM HERDER",
         "SPERMACIDE",
         "SPERMBAG",
         "SPERMHEARDER",
         "SPERMHERDER",
         "SPIC",
         "SPICK",
         "SPIT",
         "SPITTER",
         "SPLIT TAIL",
         "SPLIT TIAL",
         "SPLITTAIL",
         "STAGG",
         "STRAP ON",
         "STRAPON",
         "STRINGER",
         "STRIP CLUB",
         "STRIPCLUB",
         "STROKE",
         "STROKING",
         "STUPID",
         "STUPID F**K",
         "STUPID F****R",
         "STUPIDFUCK",
         "STUPIDFUCKER",
         "SUCK",
         "SUCK DICK",
         "SUCK ME",
         "SUCK MY ASS",
         "SUCK MY DICK",
         "SUCK MY TIT",
         "SUCK OFF",
         "SUCKDICK",
         "SUCKER",
         "SUCKME",
         "SUCKMYASS",
         "SUCKMYDICK",
         "SUCKMYTIT",
         "SUCKOFF",
         "SUICIDE",
         "SWALLOW",
         "SWALLOWER",
         "SWALOW",
         "SWEETNESS",
         "SWIGN DIXX",
         "SWING DIXX",
         "SWINGIN DIXX",
         "SWINGING DICKS",
         "SYPHILIS",
         "TAMPON",
         "TANG",
         "TESTICLE",
         "TESTICLES",
         "THIRD EYE",
         "THIRD LEG",
         "THIRDEYE",
         "THIRDLEG",
         "THREE SOME",
         "THREESOME",
         "TIT",
         "TIT BIT NIPPLY",
         "TIT F**K",
         "TIT F****R",
         "TIT F****N",
         "TIT JOB",
         "TIT LICKER",
         "TIT LOVER",
         "TITBITNIPPLY",
         "TITFUCK",
         "TITFUCKER",
         "TITFUCKIN",
         "TITJOB",
         "TITLICKER",
         "TITLOVER",
         "T**S",
         "TITTIES",
         "TITTY",
         "TOILET",
         "TOILET BOWL",
         "TONGETHRUSTER",
         "TONGUE",
         "TONGUE THRUSTER",
         "TONGUE TRAMP",
         "TONGUETHRUST",
         "TONGUETRAMP",
         "TOUNG THRUSTER",
         "TOUNGE BALLER",
         "TOUNGE THRUST",
         "TRAILER TRASH",
         "TRAILERTRASH",
         "TRAMP",
         "TRI SEXUAL",
         "TRIPLE X",
         "TRIPLEX",
         "TRISEXUAL",
         "TROJAN",
         "TROTS",
         "TUNNEL OF LOVE",
         "TUNNELOFLOVE",
         "TURD",
         "TWO BIT W***E",
         "TWO ON ONE",
         "TWOBITWHORE",
         "UNFUCKABLE",
         "UP THE ASS",
         "UP THE BUTT",
         "UPSKIRT",
         "UPTHEASS",
         "UPTHEBUTT",
         "URINATE",
         "URINE",
         "UTERUS",
         "V****A",
         "VAGINAL",
         "VD",
         "VIBRATER",
         "VIBRATOR",
         "VIRGIN",
         "VIRGIN BREAKER",
         "VIRGINBREAKER",
         "VULVA",
         "WAYSTED",
         "WEENIE",
         "WET SPOT",
         "WETSPOT",
         "WHACKER",
         "WHISKEY DICK",
         "WHISKEYDICK",
         "WHISKY DICK",
         "WHISKYDICK",
         "WHITE TRASH",
         "WHITETRASH",
         "W***E",
         "W***E F****R",
         "W***E HOUSE",
         "WHOREFUCKER",
         "WHOREHOUSE",
         "WIGGER",
         "WILLIE WANKER",
         "WILLIEWANKER",
         "WUUTANG",
         "XXX",
         "YELLOW MAN",
         "YELLOWMAN"
     });
     this.listBoxControl1.Location = new System.Drawing.Point(10, 138);
     this.listBoxControl1.Name     = "listBoxControl1";
     this.listBoxControl1.Size     = new System.Drawing.Size(120, 95);
     this.listBoxControl1.TabIndex = 4;
     this.listBoxControl1.Visible  = false;
     //
     // TextInputForm
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(240, 167);
     this.Controls.Add(this.listBoxControl1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.memoEdit);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TextInputForm";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Input the text";
     this.Load           += new System.EventHandler(this.TextInputForm_Load);
     //this.
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling29 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling30 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling31 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling32 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling33 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling34 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling35 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling36 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling37 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling38 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling39 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling40 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling41 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling42 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.pnlReport                 = new System.Windows.Forms.Panel();
     this.lblReport                 = new System.Windows.Forms.Label();
     this.cbReportTemplate          = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label6                    = new System.Windows.Forms.Label();
     this.pnlComponent              = new System.Windows.Forms.Panel();
     this.chkRiskLinksEquipmentRisk = new System.Windows.Forms.CheckBox();
     this.lblComponent              = new System.Windows.Forms.Label();
     this.label23                   = new System.Windows.Forms.Label();
     this.txtComponentName          = new System.Windows.Forms.TextBox();
     this.label22                   = new System.Windows.Forms.Label();
     this.txtAPIComponentType       = new System.Windows.Forms.TextBox();
     this.label21                   = new System.Windows.Forms.Label();
     this.txtComponentType          = new System.Windows.Forms.TextBox();
     this.label20                   = new System.Windows.Forms.Label();
     this.txtComponentNumber        = new System.Windows.Forms.TextBox();
     this.label19                   = new System.Windows.Forms.Label();
     this.pnlEquipment              = new System.Windows.Forms.Panel();
     this.dateComissionDate         = new DevExpress.XtraEditors.DateEdit();
     this.txtProcessDesciption      = new System.Windows.Forms.TextBox();
     this.lblEquipment              = new System.Windows.Forms.Label();
     this.label10                   = new System.Windows.Forms.Label();
     this.txtEquipmentName          = new System.Windows.Forms.TextBox();
     this.label9                    = new System.Windows.Forms.Label();
     this.txtManufacturer           = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.txtFacility               = new System.Windows.Forms.TextBox();
     this.label7                    = new System.Windows.Forms.Label();
     this.txtSites                  = new System.Windows.Forms.TextBox();
     this.label11                   = new System.Windows.Forms.Label();
     this.txtDesignCode             = new System.Windows.Forms.TextBox();
     this.label12                   = new System.Windows.Forms.Label();
     this.txtEquipmentType          = new System.Windows.Forms.TextBox();
     this.label13                   = new System.Windows.Forms.Label();
     this.txtEquipmentNumber        = new System.Windows.Forms.TextBox();
     this.label14                   = new System.Windows.Forms.Label();
     this.label15                   = new System.Windows.Forms.Label();
     this.pnlAssessment             = new System.Windows.Forms.Panel();
     this.cbAsessmentMethod         = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label3                    = new System.Windows.Forms.Label();
     this.dateAssessmentDate        = new DevExpress.XtraEditors.DateEdit();
     this.lblAssessment             = new System.Windows.Forms.Label();
     this.txtRiskAnalysisPeriod     = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.txtAssessmentName         = new System.Windows.Forms.TextBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.label5                    = new System.Windows.Forms.Label();
     this.label4                    = new System.Windows.Forms.Label();
     this.spellChecker1             = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.groupBox1.SuspendLayout();
     this.pnlReport.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbReportTemplate.Properties)).BeginInit();
     this.pnlComponent.SuspendLayout();
     this.pnlEquipment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateComissionDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateComissionDate.Properties)).BeginInit();
     this.pnlAssessment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAsessmentMethod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateAssessmentDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateAssessmentDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pnlReport);
     this.groupBox1.Controls.Add(this.pnlComponent);
     this.groupBox1.Controls.Add(this.pnlEquipment);
     this.groupBox1.Controls.Add(this.pnlAssessment);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(930, 763);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Assessment General Information ";
     //
     // pnlReport
     //
     this.pnlReport.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlReport.Controls.Add(this.lblReport);
     this.pnlReport.Controls.Add(this.cbReportTemplate);
     this.pnlReport.Controls.Add(this.label6);
     this.pnlReport.Location = new System.Drawing.Point(23, 675);
     this.pnlReport.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlReport.Name     = "pnlReport";
     this.pnlReport.Size     = new System.Drawing.Size(884, 67);
     this.pnlReport.TabIndex = 6;
     //
     // lblReport
     //
     this.lblReport.BackColor = System.Drawing.SystemColors.Highlight;
     this.lblReport.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblReport.Location  = new System.Drawing.Point(0, 0);
     this.lblReport.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblReport.Name      = "lblReport";
     this.lblReport.Size      = new System.Drawing.Size(878, 17);
     this.lblReport.TabIndex  = 10;
     this.lblReport.Text      = "▼ Report Template ";
     this.lblReport.Click    += new System.EventHandler(this.lblReport_Click);
     //
     // cbReportTemplate
     //
     this.cbReportTemplate.Location = new System.Drawing.Point(256, 26);
     this.cbReportTemplate.Name     = "cbReportTemplate";
     this.cbReportTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbReportTemplate.Size     = new System.Drawing.Size(267, 20);
     this.cbReportTemplate.TabIndex = 14;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(19, 29);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(98, 15);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Report Template";
     //
     // pnlComponent
     //
     this.pnlComponent.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlComponent.Controls.Add(this.chkRiskLinksEquipmentRisk);
     this.pnlComponent.Controls.Add(this.lblComponent);
     this.pnlComponent.Controls.Add(this.label23);
     this.pnlComponent.Controls.Add(this.txtComponentName);
     this.pnlComponent.Controls.Add(this.label22);
     this.pnlComponent.Controls.Add(this.txtAPIComponentType);
     this.pnlComponent.Controls.Add(this.label21);
     this.pnlComponent.Controls.Add(this.txtComponentType);
     this.pnlComponent.Controls.Add(this.label20);
     this.pnlComponent.Controls.Add(this.txtComponentNumber);
     this.pnlComponent.Controls.Add(this.label19);
     this.pnlComponent.Location = new System.Drawing.Point(23, 480);
     this.pnlComponent.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlComponent.Name     = "pnlComponent";
     this.pnlComponent.Size     = new System.Drawing.Size(884, 173);
     this.pnlComponent.TabIndex = 5;
     //
     // chkRiskLinksEquipmentRisk
     //
     this.chkRiskLinksEquipmentRisk.AutoSize = true;
     this.chkRiskLinksEquipmentRisk.Enabled  = false;
     this.chkRiskLinksEquipmentRisk.Location = new System.Drawing.Point(257, 139);
     this.chkRiskLinksEquipmentRisk.Name     = "chkRiskLinksEquipmentRisk";
     this.chkRiskLinksEquipmentRisk.Size     = new System.Drawing.Size(15, 14);
     this.chkRiskLinksEquipmentRisk.TabIndex = 4;
     this.chkRiskLinksEquipmentRisk.UseVisualStyleBackColor = true;
     this.chkRiskLinksEquipmentRisk.CheckedChanged         += new System.EventHandler(this.txtAssessmentName_TextChanged);
     //
     // lblComponent
     //
     this.lblComponent.BackColor = System.Drawing.SystemColors.Highlight;
     this.lblComponent.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblComponent.Location  = new System.Drawing.Point(0, 0);
     this.lblComponent.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblComponent.Name      = "lblComponent";
     this.lblComponent.Size      = new System.Drawing.Size(882, 17);
     this.lblComponent.TabIndex  = 9;
     this.lblComponent.Text      = "▼ Component";
     this.lblComponent.Click    += new System.EventHandler(this.lblComponent_Click);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(19, 31);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(120, 15);
     this.label23.TabIndex = 0;
     this.label23.Text     = "Component Number";
     //
     // txtComponentName
     //
     this.txtComponentName.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComponentName.Location = new System.Drawing.Point(257, 111);
     this.txtComponentName.Name     = "txtComponentName";
     this.txtComponentName.ReadOnly = true;
     this.txtComponentName.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtComponentName, optionsSpelling29);
     this.txtComponentName.TabIndex = 1;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(19, 59);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(100, 15);
     this.label22.TabIndex = 0;
     this.label22.Text     = "Component Type";
     //
     // txtAPIComponentType
     //
     this.txtAPIComponentType.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAPIComponentType.Location = new System.Drawing.Point(257, 83);
     this.txtAPIComponentType.Name     = "txtAPIComponentType";
     this.txtAPIComponentType.ReadOnly = true;
     this.txtAPIComponentType.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtAPIComponentType, optionsSpelling30);
     this.txtAPIComponentType.TabIndex = 1;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(19, 87);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(121, 15);
     this.label21.TabIndex = 0;
     this.label21.Text     = "API Component Type";
     //
     // txtComponentType
     //
     this.txtComponentType.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComponentType.Location = new System.Drawing.Point(257, 55);
     this.txtComponentType.Name     = "txtComponentType";
     this.txtComponentType.ReadOnly = true;
     this.txtComponentType.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtComponentType, optionsSpelling31);
     this.txtComponentType.TabIndex = 1;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(19, 115);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(109, 15);
     this.label20.TabIndex = 0;
     this.label20.Text     = "Component Name";
     //
     // txtComponentNumber
     //
     this.txtComponentNumber.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComponentNumber.Location = new System.Drawing.Point(257, 27);
     this.txtComponentNumber.Name     = "txtComponentNumber";
     this.txtComponentNumber.ReadOnly = true;
     this.txtComponentNumber.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtComponentNumber, optionsSpelling32);
     this.txtComponentNumber.TabIndex = 1;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(19, 138);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(169, 15);
     this.label19.TabIndex = 0;
     this.label19.Text     = "Risk Links to Equipment Risk";
     //
     // pnlEquipment
     //
     this.pnlEquipment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlEquipment.Controls.Add(this.dateComissionDate);
     this.pnlEquipment.Controls.Add(this.txtProcessDesciption);
     this.pnlEquipment.Controls.Add(this.lblEquipment);
     this.pnlEquipment.Controls.Add(this.label10);
     this.pnlEquipment.Controls.Add(this.txtEquipmentName);
     this.pnlEquipment.Controls.Add(this.label9);
     this.pnlEquipment.Controls.Add(this.txtManufacturer);
     this.pnlEquipment.Controls.Add(this.label8);
     this.pnlEquipment.Controls.Add(this.txtFacility);
     this.pnlEquipment.Controls.Add(this.label7);
     this.pnlEquipment.Controls.Add(this.txtSites);
     this.pnlEquipment.Controls.Add(this.label11);
     this.pnlEquipment.Controls.Add(this.txtDesignCode);
     this.pnlEquipment.Controls.Add(this.label12);
     this.pnlEquipment.Controls.Add(this.txtEquipmentType);
     this.pnlEquipment.Controls.Add(this.label13);
     this.pnlEquipment.Controls.Add(this.txtEquipmentNumber);
     this.pnlEquipment.Controls.Add(this.label14);
     this.pnlEquipment.Controls.Add(this.label15);
     this.pnlEquipment.Location = new System.Drawing.Point(23, 188);
     this.pnlEquipment.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlEquipment.Name     = "pnlEquipment";
     this.pnlEquipment.Size     = new System.Drawing.Size(884, 273);
     this.pnlEquipment.TabIndex = 4;
     //
     // dateComissionDate
     //
     this.dateComissionDate.EditValue = null;
     this.dateComissionDate.Location  = new System.Drawing.Point(257, 180);
     this.dateComissionDate.Name      = "dateComissionDate";
     this.dateComissionDate.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateComissionDate.Properties.Appearance.Options.UseFont = true;
     this.dateComissionDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateComissionDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateComissionDate.Properties.ReadOnly = true;
     this.dateComissionDate.Size     = new System.Drawing.Size(240, 22);
     this.dateComissionDate.TabIndex = 2;
     //
     // txtProcessDesciption
     //
     this.txtProcessDesciption.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtProcessDesciption.Location = new System.Drawing.Point(257, 231);
     this.txtProcessDesciption.Name     = "txtProcessDesciption";
     this.txtProcessDesciption.ReadOnly = true;
     this.txtProcessDesciption.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtProcessDesciption, optionsSpelling33);
     this.txtProcessDesciption.TabIndex = 1;
     //
     // lblEquipment
     //
     this.lblEquipment.BackColor = System.Drawing.SystemColors.Highlight;
     this.lblEquipment.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.lblEquipment.Location  = new System.Drawing.Point(0, 0);
     this.lblEquipment.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEquipment.Name      = "lblEquipment";
     this.lblEquipment.Size      = new System.Drawing.Size(882, 17);
     this.lblEquipment.TabIndex  = 8;
     this.lblEquipment.Text      = "▼ Equipmemt";
     this.lblEquipment.Click    += new System.EventHandler(this.lblEquipment_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(19, 31);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(115, 15);
     this.label10.TabIndex = 0;
     this.label10.Text     = "Equipment Number";
     //
     // txtEquipmentName
     //
     this.txtEquipmentName.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEquipmentName.Location = new System.Drawing.Point(257, 206);
     this.txtEquipmentName.Name     = "txtEquipmentName";
     this.txtEquipmentName.ReadOnly = true;
     this.txtEquipmentName.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtEquipmentName, optionsSpelling34);
     this.txtEquipmentName.TabIndex = 1;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(19, 57);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(95, 15);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Equipment Type";
     //
     // txtManufacturer
     //
     this.txtManufacturer.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtManufacturer.Location = new System.Drawing.Point(257, 155);
     this.txtManufacturer.Name     = "txtManufacturer";
     this.txtManufacturer.ReadOnly = true;
     this.txtManufacturer.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtManufacturer, optionsSpelling35);
     this.txtManufacturer.TabIndex = 1;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(19, 83);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(77, 15);
     this.label8.TabIndex = 0;
     this.label8.Text     = "Design code";
     //
     // txtFacility
     //
     this.txtFacility.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFacility.Location = new System.Drawing.Point(257, 129);
     this.txtFacility.Name     = "txtFacility";
     this.txtFacility.ReadOnly = true;
     this.txtFacility.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtFacility, optionsSpelling36);
     this.txtFacility.TabIndex = 1;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(19, 108);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(35, 15);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Sites";
     //
     // txtSites
     //
     this.txtSites.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSites.Location = new System.Drawing.Point(257, 104);
     this.txtSites.Name     = "txtSites";
     this.txtSites.ReadOnly = true;
     this.txtSites.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtSites, optionsSpelling37);
     this.txtSites.TabIndex = 1;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(19, 133);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(44, 15);
     this.label11.TabIndex = 0;
     this.label11.Text     = "Facility";
     //
     // txtDesignCode
     //
     this.txtDesignCode.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDesignCode.Location = new System.Drawing.Point(257, 79);
     this.txtDesignCode.Name     = "txtDesignCode";
     this.txtDesignCode.ReadOnly = true;
     this.txtDesignCode.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtDesignCode, optionsSpelling38);
     this.txtDesignCode.TabIndex = 1;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(19, 159);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(78, 15);
     this.label12.TabIndex = 0;
     this.label12.Text     = "Manufacturer";
     //
     // txtEquipmentType
     //
     this.txtEquipmentType.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEquipmentType.Location = new System.Drawing.Point(257, 53);
     this.txtEquipmentType.Name     = "txtEquipmentType";
     this.txtEquipmentType.ReadOnly = true;
     this.txtEquipmentType.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtEquipmentType, optionsSpelling39);
     this.txtEquipmentType.TabIndex = 1;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(19, 184);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(108, 15);
     this.label13.TabIndex = 0;
     this.label13.Text     = "Commission Date";
     //
     // txtEquipmentNumber
     //
     this.txtEquipmentNumber.Location = new System.Drawing.Point(257, 27);
     this.txtEquipmentNumber.Name     = "txtEquipmentNumber";
     this.txtEquipmentNumber.ReadOnly = true;
     this.txtEquipmentNumber.Size     = new System.Drawing.Size(240, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtEquipmentNumber, optionsSpelling40);
     this.txtEquipmentNumber.TabIndex = 1;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(19, 210);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(104, 15);
     this.label14.TabIndex = 0;
     this.label14.Text     = "Equipment Name";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(19, 235);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(115, 15);
     this.label15.TabIndex = 0;
     this.label15.Text     = "Process Desciption";
     //
     // pnlAssessment
     //
     this.pnlAssessment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlAssessment.Controls.Add(this.cbAsessmentMethod);
     this.pnlAssessment.Controls.Add(this.label3);
     this.pnlAssessment.Controls.Add(this.dateAssessmentDate);
     this.pnlAssessment.Controls.Add(this.lblAssessment);
     this.pnlAssessment.Controls.Add(this.txtRiskAnalysisPeriod);
     this.pnlAssessment.Controls.Add(this.label1);
     this.pnlAssessment.Controls.Add(this.txtAssessmentName);
     this.pnlAssessment.Controls.Add(this.label2);
     this.pnlAssessment.Controls.Add(this.label5);
     this.pnlAssessment.Controls.Add(this.label4);
     this.pnlAssessment.Location = new System.Drawing.Point(23, 29);
     this.pnlAssessment.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pnlAssessment.Name     = "pnlAssessment";
     this.pnlAssessment.Size     = new System.Drawing.Size(884, 141);
     this.pnlAssessment.TabIndex = 3;
     //
     // cbAsessmentMethod
     //
     this.cbAsessmentMethod.Location = new System.Drawing.Point(256, 79);
     this.cbAsessmentMethod.Name     = "cbAsessmentMethod";
     this.cbAsessmentMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbAsessmentMethod.Size     = new System.Drawing.Size(267, 20);
     this.cbAsessmentMethod.TabIndex = 13;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(19, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(120, 15);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Assessment Method";
     //
     // dateAssessmentDate
     //
     this.dateAssessmentDate.EditValue = null;
     this.dateAssessmentDate.Location  = new System.Drawing.Point(256, 53);
     this.dateAssessmentDate.Name      = "dateAssessmentDate";
     this.dateAssessmentDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateAssessmentDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateAssessmentDate.Size              = new System.Drawing.Size(267, 20);
     this.dateAssessmentDate.TabIndex          = 2;
     this.dateAssessmentDate.DateTimeChanged  += new System.EventHandler(this.dateAssessmentDate_DateTimeChanged);
     this.dateAssessmentDate.EditValueChanged += new System.EventHandler(this.txtAssessmentName_TextChanged);
     this.dateAssessmentDate.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.txtAssessmentName_KeyDown);
     this.dateAssessmentDate.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txtRiskAnalysisPeriod_KeyPress);
     //
     // lblAssessment
     //
     this.lblAssessment.BackColor = System.Drawing.SystemColors.Highlight;
     this.lblAssessment.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblAssessment.Location  = new System.Drawing.Point(0, 0);
     this.lblAssessment.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblAssessment.Name      = "lblAssessment";
     this.lblAssessment.Size      = new System.Drawing.Size(886, 16);
     this.lblAssessment.TabIndex  = 7;
     this.lblAssessment.Text      = "▼ Assessment";
     this.lblAssessment.Click    += new System.EventHandler(this.lblAssessment_Click);
     //
     // txtRiskAnalysisPeriod
     //
     this.txtRiskAnalysisPeriod.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRiskAnalysisPeriod.Location = new System.Drawing.Point(256, 105);
     this.txtRiskAnalysisPeriod.Name     = "txtRiskAnalysisPeriod";
     this.txtRiskAnalysisPeriod.Size     = new System.Drawing.Size(91, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtRiskAnalysisPeriod, optionsSpelling41);
     this.txtRiskAnalysisPeriod.TabIndex     = 3;
     this.txtRiskAnalysisPeriod.Text         = "36";
     this.txtRiskAnalysisPeriod.TextChanged += new System.EventHandler(this.txtRiskAnalysisPeriod_TextChanged);
     this.txtRiskAnalysisPeriod.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtAssessmentName_KeyDown);
     this.txtRiskAnalysisPeriod.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtRiskAnalysisPeriod_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(19, 29);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(114, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Assessment Name";
     //
     // txtAssessmentName
     //
     this.txtAssessmentName.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAssessmentName.Location = new System.Drawing.Point(256, 25);
     this.txtAssessmentName.Name     = "txtAssessmentName";
     this.txtAssessmentName.Size     = new System.Drawing.Size(201, 22);
     this.spellChecker1.SetSpellCheckerOptions(this.txtAssessmentName, optionsSpelling42);
     this.txtAssessmentName.TabIndex     = 1;
     this.txtAssessmentName.TextChanged += new System.EventHandler(this.txtAssessmentName_TextChanged);
     this.txtAssessmentName.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtAssessmentName_KeyDown);
     this.txtAssessmentName.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtRiskAnalysisPeriod_KeyPress);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(19, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(106, 15);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Assessment Date";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(350, 109);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(42, 14);
     this.label5.TabIndex = 0;
     this.label5.Text     = "months";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(19, 109);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(119, 15);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Risk Analysis Period";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // UCAssessmentInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Name  = "UCAssessmentInfo";
     this.Size  = new System.Drawing.Size(930, 763);
     this.Load += new System.EventHandler(this.UCAssessmentInfo_Load);
     this.groupBox1.ResumeLayout(false);
     this.pnlReport.ResumeLayout(false);
     this.pnlReport.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbReportTemplate.Properties)).EndInit();
     this.pnlComponent.ResumeLayout(false);
     this.pnlComponent.PerformLayout();
     this.pnlEquipment.ResumeLayout(false);
     this.pnlEquipment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateComissionDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateComissionDate.Properties)).EndInit();
     this.pnlAssessment.ResumeLayout(false);
     this.pnlAssessment.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAsessmentMethod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateAssessmentDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateAssessmentDate.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.richEditControl1         = new DevExpress.XtraRichEdit.RichEditControl();
     this.spellChecker1            = new DevExpress.XtraSpellChecker.SpellChecker();
     this.sharedDictionaryStorage1 = new DevExpress.XtraSpellChecker.SharedDictionaryStorage(this.components);
     this.panelControl1            = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // richEditControl1
     //
     this.richEditControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richEditControl1.Location = new System.Drawing.Point(0, 26);
     this.richEditControl1.Name     = "richEditControl1";
     this.spellChecker1.SetShowSpellCheckMenu(this.richEditControl1, false);
     this.richEditControl1.Size         = new System.Drawing.Size(668, 376);
     this.richEditControl1.SpellChecker = this.spellChecker1;
     this.spellChecker1.SetSpellCheckerOptions(this.richEditControl1, optionsSpelling1);
     this.richEditControl1.TabIndex = 0;
     this.richEditControl1.Text     = "richEditControl1";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(668, 26);
     this.panelControl1.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 5);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(63, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "labelControl1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(668, 402);
     this.Controls.Add(this.richEditControl1);
     this.Controls.Add(this.panelControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling6 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling7 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling8 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling3 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling4 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.richTextBox1     = new System.Windows.Forms.RichTextBox();
     this.textEdit1        = new DevExpress.XtraEditors.TextEdit();
     this.memoEdit1        = new DevExpress.XtraEditors.MemoEdit();
     this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
     this.simpleButton1    = new DevExpress.XtraEditors.SimpleButton();
     this.spellChecker1    = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(22, 12);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(750, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.textBox1, optionsSpelling6);
     this.textBox1.TabIndex = 0;
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(22, 193);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(750, 96);
     this.spellChecker1.SetSpellCheckerOptions(this.richTextBox1, optionsSpelling7);
     this.richTextBox1.TabIndex = 3;
     this.richTextBox1.Text     = "";
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(22, 47);
     this.textEdit1.Name     = "textEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.textEdit1, true);
     this.textEdit1.Size = new System.Drawing.Size(750, 20);
     this.spellChecker1.SetSpellCheckerOptions(this.textEdit1, optionsSpelling8);
     this.textEdit1.TabIndex = 1;
     //
     // memoEdit1
     //
     this.memoEdit1.Location = new System.Drawing.Point(22, 82);
     this.memoEdit1.Name     = "memoEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
     this.memoEdit1.Size = new System.Drawing.Size(750, 96);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling3);
     this.memoEdit1.TabIndex = 2;
     //
     // richEditControl1
     //
     this.richEditControl1.Location     = new System.Drawing.Point(22, 304);
     this.richEditControl1.Name         = "richEditControl1";
     this.richEditControl1.Size         = new System.Drawing.Size(750, 200);
     this.richEditControl1.SpellChecker = this.spellChecker1;
     this.spellChecker1.SetSpellCheckerOptions(this.richEditControl1, optionsSpelling4);
     this.richEditControl1.TabIndex = 4;
     this.richEditControl1.Text     = "richEditControl1";
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(22, 526);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(89, 23);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text     = "Check Spelling";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.richEditControl1);
     this.Controls.Add(this.memoEdit1);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.textBox1);
     this.Name  = "Form1";
     this.Text  = "XtraSpellChecker Getting Started";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling2 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.tbText        = new DevExpress.XtraEditors.MemoEdit();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.lblLine       = new System.Windows.Forms.Label();
     this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker();
     ((System.ComponentModel.ISupportInitialize)(this.tbText.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // tbText
     //
     this.tbText.Location = new System.Drawing.Point(11, 25);
     this.tbText.Name     = "tbText";
     this.spellChecker1.SetShowSpellCheckMenu(this.tbText, true);
     this.tbText.Size = new System.Drawing.Size(260, 96);
     this.spellChecker1.SetSpellCheckerOptions(this.tbText, optionsSpelling2);
     this.tbText.TabIndex = 1;
     //
     // button2
     //
     this.button2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location                = new System.Drawing.Point(115, 136);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(75, 23);
     this.button2.TabIndex                = 6;
     this.button2.Text                    = "Cancel";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.button1.Location                = new System.Drawing.Point(196, 136);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 5;
     this.button1.Text                    = "OK";
     this.button1.UseVisualStyleBackColor = true;
     //
     // lblLine
     //
     this.lblLine.AutoSize = true;
     this.lblLine.Location = new System.Drawing.Point(9, 9);
     this.lblLine.Name     = "lblLine";
     this.lblLine.Size     = new System.Drawing.Size(32, 13);
     this.lblLine.TabIndex = 4;
     this.lblLine.Text     = "Enter";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // GetBlockText
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 160);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.lblLine);
     this.Controls.Add(this.tbText);
     this.Name          = "GetBlockText";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Get Comment";
     this.Load         += new System.EventHandler(this.GetBlockText_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbText.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraRichEdit.Model.BorderInfo borderInfo1 = new DevExpress.XtraRichEdit.Model.BorderInfo();
            DevExpress.XtraBars.Ribbon.ReduceOperation reduceOperation1 = new DevExpress.XtraBars.Ribbon.ReduceOperation();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.popupControlContainer2 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.buttonEdit = new DevExpress.XtraEditors.ButtonEdit();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.someLabelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.someLabelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.siStatus = new DevExpress.XtraBars.BarStaticItem();
            this.siInfo = new DevExpress.XtraBars.BarStaticItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPageSkins = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.richEditControl = new DevExpress.XtraRichEdit.RichEditControl();
            this.spellChecker = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
            this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
            this.floatingPictureToolsShapeStylesPageGroup1 = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsShapeStylesPageGroup();
            this.floatingPictureToolsFormatPage1 = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsFormatPage();
            this.floatingPictureToolsRibbonPageCategory1 = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsRibbonPageCategory();
            this.changeFloatingObjectFillColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectFillColorItem();
            this.changeFloatingObjectOutlineColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineColorItem();
            this.changeFloatingObjectOutlineWeightItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineWeightItem();
            this.repositoryItemFloatingObjectOutlineWeight1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemFloatingObjectOutlineWeight();
            this.floatingPictureToolsArrangePageGroup1 = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsArrangePageGroup();
            this.changeFloatingObjectTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectTextWrapTypeItem();
            this.setFloatingObjectSquareTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectSquareTextWrapTypeItem();
            this.setFloatingObjectTightTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTightTextWrapTypeItem();
            this.setFloatingObjectThroughTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectThroughTextWrapTypeItem();
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopAndBottomTextWrapTypeItem();
            this.setFloatingObjectBehindTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBehindTextWrapTypeItem();
            this.setFloatingObjectInFrontOfTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectInFrontOfTextWrapTypeItem();
            this.changeFloatingObjectAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectAlignmentItem();
            this.setFloatingObjectTopLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopLeftAlignmentItem();
            this.setFloatingObjectTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopCenterAlignmentItem();
            this.setFloatingObjectTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopRightAlignmentItem();
            this.setFloatingObjectMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleLeftAlignmentItem();
            this.setFloatingObjectMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleCenterAlignmentItem();
            this.setFloatingObjectMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleRightAlignmentItem();
            this.setFloatingObjectBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomLeftAlignmentItem();
            this.setFloatingObjectBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomCenterAlignmentItem();
            this.setFloatingObjectBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomRightAlignmentItem();
            this.floatingObjectBringForwardSubItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringForwardSubItem();
            this.floatingObjectBringForwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringForwardItem();
            this.floatingObjectBringToFrontItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringToFrontItem();
            this.floatingObjectBringInFrontOfTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringInFrontOfTextItem();
            this.floatingObjectSendBackwardSubItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBackwardSubItem();
            this.floatingObjectSendBackwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBackwardItem();
            this.floatingObjectSendToBackItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendToBackItem();
            this.floatingObjectSendBehindTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBehindTextItem();
            this.tableStyleOptionsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableStyleOptionsRibbonPageGroup();
            this.tableDesignRibbonPage1 = new DevExpress.XtraRichEdit.UI.TableDesignRibbonPage();
            this.tableToolsRibbonPageCategory1 = new DevExpress.XtraRichEdit.UI.TableToolsRibbonPageCategory();
            this.toggleFirstRowItem1 = new DevExpress.XtraRichEdit.UI.ToggleFirstRowItem();
            this.toggleLastRowItem1 = new DevExpress.XtraRichEdit.UI.ToggleLastRowItem();
            this.toggleBandedRowsItem1 = new DevExpress.XtraRichEdit.UI.ToggleBandedRowsItem();
            this.toggleFirstColumnItem1 = new DevExpress.XtraRichEdit.UI.ToggleFirstColumnItem();
            this.toggleLastColumnItem1 = new DevExpress.XtraRichEdit.UI.ToggleLastColumnItem();
            this.toggleBandedColumnsItem1 = new DevExpress.XtraRichEdit.UI.ToggleBandedColumnsItem();
            this.tableStylesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableStylesRibbonPageGroup();
            this.galleryChangeTableStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeTableStyleItem();
            this.tableDrawBordersRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableDrawBordersRibbonPageGroup();
            this.changeTableBorderLineStyleItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderLineStyleItem();
            this.changeTableBorderLineWeightItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderLineWeightItem();
            this.changeTableBorderColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderColorItem();
            this.changeTableBordersItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBordersItem();
            this.toggleTableCellsBottomBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomBorderItem();
            this.toggleTableCellsTopBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopBorderItem();
            this.toggleTableCellsLeftBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsLeftBorderItem();
            this.toggleTableCellsRightBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsRightBorderItem();
            this.resetTableCellsAllBordersItem1 = new DevExpress.XtraRichEdit.UI.ResetTableCellsAllBordersItem();
            this.toggleTableCellsAllBordersItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsAllBordersItem();
            this.toggleTableCellsOutsideBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsOutsideBorderItem();
            this.toggleTableCellsInsideBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideBorderItem();
            this.toggleTableCellsInsideHorizontalBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideHorizontalBorderItem();
            this.toggleTableCellsInsideVerticalBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideVerticalBorderItem();
            this.toggleShowTableGridLinesItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowTableGridLinesItem();
            this.changeTableCellsShadingItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableCellsShadingItem();
            this.repositoryItemBorderLineStyle1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemBorderLineStyle();
            this.repositoryItemBorderLineWeight1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemBorderLineWeight();
            this.tableTableRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableTableRibbonPageGroup();
            this.tableLayoutRibbonPage1 = new DevExpress.XtraRichEdit.UI.TableLayoutRibbonPage();
            this.selectTableElementsItem1 = new DevExpress.XtraRichEdit.UI.SelectTableElementsItem();
            this.selectTableCellItem1 = new DevExpress.XtraRichEdit.UI.SelectTableCellItem();
            this.selectTableColumnItem1 = new DevExpress.XtraRichEdit.UI.SelectTableColumnItem();
            this.selectTableRowItem1 = new DevExpress.XtraRichEdit.UI.SelectTableRowItem();
            this.selectTableItem1 = new DevExpress.XtraRichEdit.UI.SelectTableItem();
            this.showTablePropertiesFormItem1 = new DevExpress.XtraRichEdit.UI.ShowTablePropertiesFormItem();
            this.tableRowsAndColumnsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableRowsAndColumnsRibbonPageGroup();
            this.deleteTableElementsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableElementsItem();
            this.showDeleteTableCellsFormItem1 = new DevExpress.XtraRichEdit.UI.ShowDeleteTableCellsFormItem();
            this.deleteTableColumnsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableColumnsItem();
            this.deleteTableRowsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableRowsItem();
            this.deleteTableItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableItem();
            this.insertTableRowAboveItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowAboveItem();
            this.insertTableRowBelowItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowBelowItem();
            this.insertTableColumnToLeftItem1 = new DevExpress.XtraRichEdit.UI.InsertTableColumnToLeftItem();
            this.insertTableColumnToRightItem1 = new DevExpress.XtraRichEdit.UI.InsertTableColumnToRightItem();
            this.tableMergeRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableMergeRibbonPageGroup();
            this.mergeTableCellsItem1 = new DevExpress.XtraRichEdit.UI.MergeTableCellsItem();
            this.showSplitTableCellsForm1 = new DevExpress.XtraRichEdit.UI.ShowSplitTableCellsForm();
            this.splitTableItem1 = new DevExpress.XtraRichEdit.UI.SplitTableItem();
            this.tableCellSizeRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableCellSizeRibbonPageGroup();
            this.toggleTableAutoFitItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitItem();
            this.toggleTableAutoFitContentsItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitContentsItem();
            this.toggleTableAutoFitWindowItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitWindowItem();
            this.toggleTableFixedColumnWidthItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableFixedColumnWidthItem();
            this.tableAlignmentRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableAlignmentRibbonPageGroup();
            this.toggleTableCellsTopLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopLeftAlignmentItem();
            this.toggleTableCellsMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleLeftAlignmentItem();
            this.toggleTableCellsBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomLeftAlignmentItem();
            this.toggleTableCellsTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopCenterAlignmentItem();
            this.toggleTableCellsMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleCenterAlignmentItem();
            this.toggleTableCellsBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomCenterAlignmentItem();
            this.toggleTableCellsTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopRightAlignmentItem();
            this.toggleTableCellsMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleRightAlignmentItem();
            this.toggleTableCellsBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomRightAlignmentItem();
            this.showTableOptionsFormItem1 = new DevExpress.XtraRichEdit.UI.ShowTableOptionsFormItem();
            this.headerFooterToolsDesignNavigationRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.HeaderFooterToolsDesignNavigationRibbonPageGroup();
            this.headerFooterToolsDesignRibbonPage1 = new DevExpress.XtraRichEdit.UI.HeaderFooterToolsDesignRibbonPage();
            this.headerFooterToolsRibbonPageCategory1 = new DevExpress.XtraRichEdit.UI.HeaderFooterToolsRibbonPageCategory();
            this.goToPageHeaderItem1 = new DevExpress.XtraRichEdit.UI.GoToPageHeaderItem();
            this.goToPageFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToPageFooterItem();
            this.goToNextHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToNextHeaderFooterItem();
            this.goToPreviousHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToPreviousHeaderFooterItem();
            this.toggleLinkToPreviousItem1 = new DevExpress.XtraRichEdit.UI.ToggleLinkToPreviousItem();
            this.headerFooterToolsDesignOptionsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.HeaderFooterToolsDesignOptionsRibbonPageGroup();
            this.toggleDifferentFirstPageItem1 = new DevExpress.XtraRichEdit.UI.ToggleDifferentFirstPageItem();
            this.toggleDifferentOddAndEvenPagesItem1 = new DevExpress.XtraRichEdit.UI.ToggleDifferentOddAndEvenPagesItem();
            this.headerFooterToolsDesignCloseRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.HeaderFooterToolsDesignCloseRibbonPageGroup();
            this.closePageHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.ClosePageHeaderFooterItem();
            this.documentViewsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentViewsRibbonPageGroup();
            this.viewRibbonPage1 = new DevExpress.XtraRichEdit.UI.ViewRibbonPage();
            this.switchToSimpleViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToSimpleViewItem();
            this.switchToDraftViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToDraftViewItem();
            this.switchToPrintLayoutViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToPrintLayoutViewItem();
            this.showRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ShowRibbonPageGroup();
            this.toggleShowHorizontalRulerItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowHorizontalRulerItem();
            this.toggleShowVerticalRulerItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowVerticalRulerItem();
            this.zoomRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ZoomRibbonPageGroup();
            this.zoomOutItem1 = new DevExpress.XtraRichEdit.UI.ZoomOutItem();
            this.zoomInItem1 = new DevExpress.XtraRichEdit.UI.ZoomInItem();
            this.documentProofingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentProofingRibbonPageGroup();
            this.reviewRibbonPage1 = new DevExpress.XtraRichEdit.UI.ReviewRibbonPage();
            this.checkSpellingItem1 = new DevExpress.XtraRichEdit.UI.CheckSpellingItem();
            this.changeLanguageItem1 = new DevExpress.XtraRichEdit.UI.ChangeLanguageItem();
            this.documentProtectionRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentProtectionRibbonPageGroup();
            this.protectDocumentItem1 = new DevExpress.XtraRichEdit.UI.ProtectDocumentItem();
            this.changeRangeEditingPermissionsItem1 = new DevExpress.XtraRichEdit.UI.ChangeRangeEditingPermissionsItem();
            this.unprotectDocumentItem1 = new DevExpress.XtraRichEdit.UI.UnprotectDocumentItem();
            this.documentCommentRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentCommentRibbonPageGroup();
            this.newCommentItem1 = new DevExpress.XtraRichEdit.UI.NewCommentItem();
            this.deleteCommentsItem1 = new DevExpress.XtraRichEdit.UI.DeleteCommentsItem();
            this.deleteOneCommentItem1 = new DevExpress.XtraRichEdit.UI.DeleteOneCommentItem();
            this.deleteAllCommentsShownItem1 = new DevExpress.XtraRichEdit.UI.DeleteAllCommentsShownItem();
            this.deleteAllCommentsItem1 = new DevExpress.XtraRichEdit.UI.DeleteAllCommentsItem();
            this.previousCommentItem1 = new DevExpress.XtraRichEdit.UI.PreviousCommentItem();
            this.nextCommentItem1 = new DevExpress.XtraRichEdit.UI.NextCommentItem();
            this.documentTrackingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.DocumentTrackingRibbonPageGroup();
            this.changeCommentItem1 = new DevExpress.XtraRichEdit.UI.ChangeCommentItem();
            this.reviewersItem1 = new DevExpress.XtraRichEdit.UI.ReviewersItem();
            this.reviewingPaneItem1 = new DevExpress.XtraRichEdit.UI.ReviewingPaneItem();
            this.mailMergeRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.MailMergeRibbonPageGroup();
            this.mailingsRibbonPage1 = new DevExpress.XtraRichEdit.UI.MailingsRibbonPage();
            this.insertMergeFieldItem1 = new DevExpress.XtraRichEdit.UI.InsertMergeFieldItem();
            this.showAllFieldCodesItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldCodesItem();
            this.showAllFieldResultsItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldResultsItem();
            this.toggleViewMergedDataItem1 = new DevExpress.XtraRichEdit.UI.ToggleViewMergedDataItem();
            this.tableOfContentsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TableOfContentsRibbonPageGroup();
            this.referencesRibbonPage1 = new DevExpress.XtraRichEdit.UI.ReferencesRibbonPage();
            this.insertTableOfContentsItem1 = new DevExpress.XtraRichEdit.UI.InsertTableOfContentsItem();
            this.updateTableOfContentsItem1 = new DevExpress.XtraRichEdit.UI.UpdateTableOfContentsItem();
            this.addParagraphsToTableOfContentItem1 = new DevExpress.XtraRichEdit.UI.AddParagraphsToTableOfContentItem();
            this.setParagraphHeadingLevelItem1 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem2 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem3 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem4 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem5 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem6 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem7 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem8 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem9 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem10 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.captionsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.CaptionsRibbonPageGroup();
            this.insertCaptionPlaceholderItem1 = new DevExpress.XtraRichEdit.UI.InsertCaptionPlaceholderItem();
            this.insertFiguresCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertFiguresCaptionItems();
            this.insertTablesCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertTablesCaptionItems();
            this.insertEquationsCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertEquationsCaptionItems();
            this.insertTableOfFiguresPlaceholderItem1 = new DevExpress.XtraRichEdit.UI.InsertTableOfFiguresPlaceholderItem();
            this.insertTableOfFiguresItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfFiguresItems();
            this.insertTableOfTablesItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfTablesItems();
            this.insertTableOfEquationsItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfEquationsItems();
            this.updateTableOfFiguresItem1 = new DevExpress.XtraRichEdit.UI.UpdateTableOfFiguresItem();
            this.pageSetupRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.PageSetupRibbonPageGroup();
            this.pageLayoutRibbonPage1 = new DevExpress.XtraRichEdit.UI.PageLayoutRibbonPage();
            this.changeSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageMarginsItem();
            this.setNormalSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNormalSectionPageMarginsItem();
            this.setNarrowSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNarrowSectionPageMarginsItem();
            this.setModerateSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetModerateSectionPageMarginsItem();
            this.setWideSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetWideSectionPageMarginsItem();
            this.showPageMarginsSetupFormItem1 = new DevExpress.XtraRichEdit.UI.ShowPageMarginsSetupFormItem();
            this.changeSectionPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageOrientationItem();
            this.setPortraitPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetPortraitPageOrientationItem();
            this.setLandscapePageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetLandscapePageOrientationItem();
            this.changeSectionPaperKindItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPaperKindItem();
            this.changeSectionColumnsItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionColumnsItem();
            this.setSectionOneColumnItem1 = new DevExpress.XtraRichEdit.UI.SetSectionOneColumnItem();
            this.setSectionTwoColumnsItem1 = new DevExpress.XtraRichEdit.UI.SetSectionTwoColumnsItem();
            this.setSectionThreeColumnsItem1 = new DevExpress.XtraRichEdit.UI.SetSectionThreeColumnsItem();
            this.showColumnsSetupFormItem1 = new DevExpress.XtraRichEdit.UI.ShowColumnsSetupFormItem();
            this.insertBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertBreakItem();
            this.insertPageBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem();
            this.insertColumnBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertColumnBreakItem();
            this.insertSectionBreakNextPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakNextPageItem();
            this.insertSectionBreakEvenPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakEvenPageItem();
            this.insertSectionBreakOddPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakOddPageItem();
            this.changeSectionLineNumberingItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionLineNumberingItem();
            this.setSectionLineNumberingNoneItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingNoneItem();
            this.setSectionLineNumberingContinuousItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingContinuousItem();
            this.setSectionLineNumberingRestartNewPageItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingRestartNewPageItem();
            this.setSectionLineNumberingRestartNewSectionItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingRestartNewSectionItem();
            this.toggleParagraphSuppressLineNumbersItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphSuppressLineNumbersItem();
            this.showLineNumberingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineNumberingFormItem();
            this.pageBackgroundRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.PageBackgroundRibbonPageGroup();
            this.changePageColorItem1 = new DevExpress.XtraRichEdit.UI.ChangePageColorItem();
            this.pagesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.PagesRibbonPageGroup();
            this.insertRibbonPage1 = new DevExpress.XtraRichEdit.UI.InsertRibbonPage();
            this.insertPageBreakItem21 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem2();
            this.tablesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TablesRibbonPageGroup();
            this.insertTableItem1 = new DevExpress.XtraRichEdit.UI.InsertTableItem();
            this.illustrationsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.IllustrationsRibbonPageGroup();
            this.insertPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertPictureItem();
            this.insertFloatingPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertFloatingPictureItem();
            this.linksRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.LinksRibbonPageGroup();
            this.insertBookmarkItem1 = new DevExpress.XtraRichEdit.UI.InsertBookmarkItem();
            this.insertHyperlinkItem1 = new DevExpress.XtraRichEdit.UI.InsertHyperlinkItem();
            this.headerFooterRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.HeaderFooterRibbonPageGroup();
            this.editPageHeaderItem1 = new DevExpress.XtraRichEdit.UI.EditPageHeaderItem();
            this.editPageFooterItem1 = new DevExpress.XtraRichEdit.UI.EditPageFooterItem();
            this.insertPageNumberItem1 = new DevExpress.XtraRichEdit.UI.InsertPageNumberItem();
            this.insertPageCountItem1 = new DevExpress.XtraRichEdit.UI.InsertPageCountItem();
            this.textRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.TextRibbonPageGroup();
            this.insertTextBoxItem1 = new DevExpress.XtraRichEdit.UI.InsertTextBoxItem();
            this.symbolsRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.SymbolsRibbonPageGroup();
            this.insertSymbolItem1 = new DevExpress.XtraRichEdit.UI.InsertSymbolItem();
            this.clipboardRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ClipboardRibbonPageGroup();
            this.homeRibbonPage1 = new DevExpress.XtraRichEdit.UI.HomeRibbonPage();
            this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
            this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
            this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
            this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
            this.fontRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.FontRibbonPageGroup();
            this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
            this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
            this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
            this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
            this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
            this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
            this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
            this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
            this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
            this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
            this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
            this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
            this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
            this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
            this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
            this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
            this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
            this.capitalizeEachWordCaseItem1 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
            this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
            this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup3 = new DevExpress.XtraBars.BarButtonGroup();
            this.paragraphRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.ParagraphRibbonPageGroup();
            this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
            this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
            this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
            this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
            this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
            this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
            this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
            this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
            this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
            this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
            this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
            this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
            this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
            this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
            this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
            this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
            this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
            this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
            this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
            this.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
            this.barButtonGroup4 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup5 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup6 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup7 = new DevExpress.XtraBars.BarButtonGroup();
            this.stylesRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.StylesRibbonPageGroup();
            this.galleryChangeStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeStyleItem();
            this.editingRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.EditingRibbonPageGroup();
            this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
            this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
            this.commonRibbonPageGroup1 = new DevExpress.XtraRichEdit.UI.CommonRibbonPageGroup();
            this.fileRibbonPage1 = new DevExpress.XtraRichEdit.UI.FileRibbonPage();
            this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
            this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
            this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
            this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
            this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
            this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
            this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
            this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
            this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).BeginInit();
            this.popupControlContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
            this.popupControlContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu;
            this.ribbonControl.ApplicationButtonText = null;
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.Images = this.ribbonImageCollection;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.iExit,
            this.iHelp,
            this.iAbout,
            this.siStatus,
            this.siInfo,
            this.rgbiSkins,
            this.changeFloatingObjectFillColorItem1,
            this.changeFloatingObjectOutlineColorItem1,
            this.changeFloatingObjectOutlineWeightItem1,
            this.changeFloatingObjectTextWrapTypeItem1,
            this.setFloatingObjectSquareTextWrapTypeItem1,
            this.setFloatingObjectTightTextWrapTypeItem1,
            this.setFloatingObjectThroughTextWrapTypeItem1,
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1,
            this.setFloatingObjectBehindTextWrapTypeItem1,
            this.setFloatingObjectInFrontOfTextWrapTypeItem1,
            this.changeFloatingObjectAlignmentItem1,
            this.setFloatingObjectTopLeftAlignmentItem1,
            this.setFloatingObjectTopCenterAlignmentItem1,
            this.setFloatingObjectTopRightAlignmentItem1,
            this.setFloatingObjectMiddleLeftAlignmentItem1,
            this.setFloatingObjectMiddleCenterAlignmentItem1,
            this.setFloatingObjectMiddleRightAlignmentItem1,
            this.setFloatingObjectBottomLeftAlignmentItem1,
            this.setFloatingObjectBottomCenterAlignmentItem1,
            this.setFloatingObjectBottomRightAlignmentItem1,
            this.floatingObjectBringForwardSubItem1,
            this.floatingObjectBringForwardItem1,
            this.floatingObjectBringToFrontItem1,
            this.floatingObjectBringInFrontOfTextItem1,
            this.floatingObjectSendBackwardSubItem1,
            this.floatingObjectSendBackwardItem1,
            this.floatingObjectSendToBackItem1,
            this.floatingObjectSendBehindTextItem1,
            this.toggleFirstRowItem1,
            this.toggleLastRowItem1,
            this.toggleBandedRowsItem1,
            this.toggleFirstColumnItem1,
            this.toggleLastColumnItem1,
            this.toggleBandedColumnsItem1,
            this.galleryChangeTableStyleItem1,
            this.changeTableBorderLineStyleItem1,
            this.changeTableBorderLineWeightItem1,
            this.changeTableBorderColorItem1,
            this.changeTableBordersItem1,
            this.toggleTableCellsBottomBorderItem1,
            this.toggleTableCellsTopBorderItem1,
            this.toggleTableCellsLeftBorderItem1,
            this.toggleTableCellsRightBorderItem1,
            this.resetTableCellsAllBordersItem1,
            this.toggleTableCellsAllBordersItem1,
            this.toggleTableCellsOutsideBorderItem1,
            this.toggleTableCellsInsideBorderItem1,
            this.toggleTableCellsInsideHorizontalBorderItem1,
            this.toggleTableCellsInsideVerticalBorderItem1,
            this.toggleShowTableGridLinesItem1,
            this.changeTableCellsShadingItem1,
            this.selectTableElementsItem1,
            this.selectTableCellItem1,
            this.selectTableColumnItem1,
            this.selectTableRowItem1,
            this.selectTableItem1,
            this.showTablePropertiesFormItem1,
            this.deleteTableElementsItem1,
            this.showDeleteTableCellsFormItem1,
            this.deleteTableColumnsItem1,
            this.deleteTableRowsItem1,
            this.deleteTableItem1,
            this.insertTableRowAboveItem1,
            this.insertTableRowBelowItem1,
            this.insertTableColumnToLeftItem1,
            this.insertTableColumnToRightItem1,
            this.mergeTableCellsItem1,
            this.showSplitTableCellsForm1,
            this.splitTableItem1,
            this.toggleTableAutoFitItem1,
            this.toggleTableAutoFitContentsItem1,
            this.toggleTableAutoFitWindowItem1,
            this.toggleTableFixedColumnWidthItem1,
            this.toggleTableCellsTopLeftAlignmentItem1,
            this.toggleTableCellsMiddleLeftAlignmentItem1,
            this.toggleTableCellsBottomLeftAlignmentItem1,
            this.toggleTableCellsTopCenterAlignmentItem1,
            this.toggleTableCellsMiddleCenterAlignmentItem1,
            this.toggleTableCellsBottomCenterAlignmentItem1,
            this.toggleTableCellsTopRightAlignmentItem1,
            this.toggleTableCellsMiddleRightAlignmentItem1,
            this.toggleTableCellsBottomRightAlignmentItem1,
            this.showTableOptionsFormItem1,
            this.goToPageHeaderItem1,
            this.goToPageFooterItem1,
            this.goToNextHeaderFooterItem1,
            this.goToPreviousHeaderFooterItem1,
            this.toggleLinkToPreviousItem1,
            this.toggleDifferentFirstPageItem1,
            this.toggleDifferentOddAndEvenPagesItem1,
            this.closePageHeaderFooterItem1,
            this.switchToSimpleViewItem1,
            this.switchToDraftViewItem1,
            this.switchToPrintLayoutViewItem1,
            this.toggleShowHorizontalRulerItem1,
            this.toggleShowVerticalRulerItem1,
            this.zoomOutItem1,
            this.zoomInItem1,
            this.checkSpellingItem1,
            this.changeLanguageItem1,
            this.protectDocumentItem1,
            this.changeRangeEditingPermissionsItem1,
            this.unprotectDocumentItem1,
            this.newCommentItem1,
            this.deleteCommentsItem1,
            this.deleteOneCommentItem1,
            this.deleteAllCommentsShownItem1,
            this.deleteAllCommentsItem1,
            this.previousCommentItem1,
            this.nextCommentItem1,
            this.changeCommentItem1,
            this.reviewersItem1,
            this.reviewingPaneItem1,
            this.insertMergeFieldItem1,
            this.showAllFieldCodesItem1,
            this.showAllFieldResultsItem1,
            this.toggleViewMergedDataItem1,
            this.insertTableOfContentsItem1,
            this.updateTableOfContentsItem1,
            this.addParagraphsToTableOfContentItem1,
            this.setParagraphHeadingLevelItem1,
            this.setParagraphHeadingLevelItem2,
            this.setParagraphHeadingLevelItem3,
            this.setParagraphHeadingLevelItem4,
            this.setParagraphHeadingLevelItem5,
            this.setParagraphHeadingLevelItem6,
            this.setParagraphHeadingLevelItem7,
            this.setParagraphHeadingLevelItem8,
            this.setParagraphHeadingLevelItem9,
            this.setParagraphHeadingLevelItem10,
            this.insertCaptionPlaceholderItem1,
            this.insertFiguresCaptionItems1,
            this.insertTablesCaptionItems1,
            this.insertEquationsCaptionItems1,
            this.insertTableOfFiguresPlaceholderItem1,
            this.insertTableOfFiguresItems1,
            this.insertTableOfTablesItems1,
            this.insertTableOfEquationsItems1,
            this.updateTableOfFiguresItem1,
            this.changeSectionPageMarginsItem1,
            this.setNormalSectionPageMarginsItem1,
            this.setNarrowSectionPageMarginsItem1,
            this.setModerateSectionPageMarginsItem1,
            this.setWideSectionPageMarginsItem1,
            this.showPageMarginsSetupFormItem1,
            this.changeSectionPageOrientationItem1,
            this.setPortraitPageOrientationItem1,
            this.setLandscapePageOrientationItem1,
            this.changeSectionPaperKindItem1,
            this.changeSectionColumnsItem1,
            this.setSectionOneColumnItem1,
            this.setSectionTwoColumnsItem1,
            this.setSectionThreeColumnsItem1,
            this.showColumnsSetupFormItem1,
            this.insertBreakItem1,
            this.insertPageBreakItem1,
            this.insertColumnBreakItem1,
            this.insertSectionBreakNextPageItem1,
            this.insertSectionBreakEvenPageItem1,
            this.insertSectionBreakOddPageItem1,
            this.changeSectionLineNumberingItem1,
            this.setSectionLineNumberingNoneItem1,
            this.setSectionLineNumberingContinuousItem1,
            this.setSectionLineNumberingRestartNewPageItem1,
            this.setSectionLineNumberingRestartNewSectionItem1,
            this.toggleParagraphSuppressLineNumbersItem1,
            this.showLineNumberingFormItem1,
            this.changePageColorItem1,
            this.insertPageBreakItem21,
            this.insertTableItem1,
            this.insertPictureItem1,
            this.insertFloatingPictureItem1,
            this.insertBookmarkItem1,
            this.insertHyperlinkItem1,
            this.editPageHeaderItem1,
            this.editPageFooterItem1,
            this.insertPageNumberItem1,
            this.insertPageCountItem1,
            this.insertTextBoxItem1,
            this.insertSymbolItem1,
            this.pasteItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteSpecialItem1,
            this.barButtonGroup1,
            this.changeFontNameItem1,
            this.changeFontSizeItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.barButtonGroup2,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontDoubleUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontDoubleStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.barButtonGroup3,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.changeTextCaseItem1,
            this.makeTextUpperCaseItem1,
            this.makeTextLowerCaseItem1,
            this.capitalizeEachWordCaseItem1,
            this.toggleTextCaseItem1,
            this.clearFormattingItem1,
            this.barButtonGroup4,
            this.toggleBulletedListItem1,
            this.toggleNumberingListItem1,
            this.toggleMultiLevelListItem1,
            this.barButtonGroup5,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.barButtonGroup6,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.toggleShowWhitespaceItem1,
            this.barButtonGroup7,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.changeParagraphBackColorItem1,
            this.galleryChangeStyleItem1,
            this.findItem1,
            this.replaceItem1,
            this.undoItem1,
            this.redoItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.quickPrintItem1,
            this.printItem1,
            this.printPreviewItem1});
            this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 305;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
            this.floatingPictureToolsRibbonPageCategory1,
            this.tableToolsRibbonPageCategory1,
            this.headerFooterToolsRibbonPageCategory1});
            this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.fileRibbonPage1,
            this.homeRibbonPage1,
            this.insertRibbonPage1,
            this.pageLayoutRibbonPage1,
            this.referencesRibbonPage1,
            this.mailingsRibbonPage1,
            this.reviewRibbonPage1,
            this.viewRibbonPage1,
            this.ribbonPageSkins,
            this.helpRibbonPage});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemFloatingObjectOutlineWeight1,
            this.repositoryItemBorderLineStyle1,
            this.repositoryItemBorderLineWeight1,
            this.repositoryItemFontEdit1,
            this.repositoryItemRichEditFontSizeEdit1});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.Size = new System.Drawing.Size(1100, 143);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp);
            // 
            // appMenu
            // 
            this.appMenu.BottomPaneControlContainer = this.popupControlContainer2;
            this.appMenu.ItemLinks.Add(this.iExit);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonControl;
            this.appMenu.RightPaneControlContainer = this.popupControlContainer1;
            this.appMenu.ShowRightPane = true;
            // 
            // popupControlContainer2
            // 
            this.popupControlContainer2.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.popupControlContainer2.Appearance.Options.UseBackColor = true;
            this.popupControlContainer2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainer2.Controls.Add(this.buttonEdit);
            this.popupControlContainer2.Location = new System.Drawing.Point(238, 289);
            this.popupControlContainer2.Name = "popupControlContainer2";
            this.popupControlContainer2.Ribbon = this.ribbonControl;
            this.popupControlContainer2.Size = new System.Drawing.Size(118, 28);
            this.popupControlContainer2.TabIndex = 3;
            this.popupControlContainer2.Visible = false;
            // 
            // buttonEdit
            // 
            this.buttonEdit.EditValue = "Some Text";
            this.buttonEdit.Location = new System.Drawing.Point(3, 5);
            this.buttonEdit.MenuManager = this.ribbonControl;
            this.buttonEdit.Name = "buttonEdit";
            this.buttonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEdit.Size = new System.Drawing.Size(100, 20);
            this.buttonEdit.TabIndex = 0;
            // 
            // iExit
            // 
            this.iExit.Caption = "Exit";
            this.iExit.Description = "Closes this program after prompting you to save unsaved data.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved data";
            this.iExit.Id = 20;
            this.iExit.ImageIndex = 6;
            this.iExit.LargeImageIndex = 6;
            this.iExit.Name = "iExit";
            // 
            // popupControlContainer1
            // 
            this.popupControlContainer1.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.popupControlContainer1.Appearance.Options.UseBackColor = true;
            this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainer1.Controls.Add(this.someLabelControl2);
            this.popupControlContainer1.Controls.Add(this.someLabelControl1);
            this.popupControlContainer1.Location = new System.Drawing.Point(111, 197);
            this.popupControlContainer1.Name = "popupControlContainer1";
            this.popupControlContainer1.Ribbon = this.ribbonControl;
            this.popupControlContainer1.Size = new System.Drawing.Size(76, 70);
            this.popupControlContainer1.TabIndex = 2;
            this.popupControlContainer1.Visible = false;
            // 
            // someLabelControl2
            // 
            this.someLabelControl2.Location = new System.Drawing.Point(3, 57);
            this.someLabelControl2.Name = "someLabelControl2";
            this.someLabelControl2.Size = new System.Drawing.Size(49, 13);
            this.someLabelControl2.TabIndex = 0;
            this.someLabelControl2.Text = "Some Info";
            // 
            // someLabelControl1
            // 
            this.someLabelControl1.Location = new System.Drawing.Point(3, 3);
            this.someLabelControl1.Name = "someLabelControl1";
            this.someLabelControl1.Size = new System.Drawing.Size(49, 13);
            this.someLabelControl1.TabIndex = 0;
            this.someLabelControl1.Text = "Some Info";
            // 
            // ribbonImageCollection
            // 
            this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
            this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_Exit_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Content_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Info_16x16.png");
            // 
            // iHelp
            // 
            this.iHelp.Caption = "Help";
            this.iHelp.Description = "Start the program help system.";
            this.iHelp.Hint = "Start the program help system";
            this.iHelp.Id = 22;
            this.iHelp.ImageIndex = 7;
            this.iHelp.LargeImageIndex = 7;
            this.iHelp.Name = "iHelp";
            // 
            // iAbout
            // 
            this.iAbout.Caption = "About";
            this.iAbout.Description = "Displays general program information.";
            this.iAbout.Hint = "Displays general program information";
            this.iAbout.Id = 24;
            this.iAbout.ImageIndex = 8;
            this.iAbout.LargeImageIndex = 8;
            this.iAbout.Name = "iAbout";
            // 
            // siStatus
            // 
            this.siStatus.Caption = "Some Status Info";
            this.siStatus.Id = 31;
            this.siStatus.Name = "siStatus";
            this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siInfo
            // 
            this.siInfo.Caption = "Some Info";
            this.siInfo.Id = 32;
            this.siInfo.Name = "siInfo";
            this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // 
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // ribbonImageCollectionLarge
            // 
            this.ribbonImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32);
            this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream")));
            this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_Exit_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Content_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Info_32x32.png");
            // 
            // ribbonPageSkins
            // 
            this.ribbonPageSkins.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.skinsRibbonPageGroup});
            this.ribbonPageSkins.Name = "ribbonPageSkins";
            this.ribbonPageSkins.Text = "Skins";
            // 
            // skinsRibbonPageGroup
            // 
            this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins);
            this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
            this.skinsRibbonPageGroup.ShowCaptionButton = false;
            this.skinsRibbonPageGroup.Text = "Skins";
            // 
            // helpRibbonPage
            // 
            this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.helpRibbonPageGroup});
            this.helpRibbonPage.Name = "helpRibbonPage";
            this.helpRibbonPage.Text = "Help";
            // 
            // helpRibbonPageGroup
            // 
            this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp);
            this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout);
            this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
            this.helpRibbonPageGroup.Text = "Help";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.siStatus);
            this.ribbonStatusBar.ItemLinks.Add(this.siInfo);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 669);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1100, 31);
            // 
            // richEditControl
            // 
            this.richEditControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.richEditControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richEditControl.EnableToolTips = true;
            this.richEditControl.Location = new System.Drawing.Point(0, 143);
            this.richEditControl.MenuManager = this.ribbonControl;
            this.richEditControl.Name = "richEditControl";
            this.richEditControl.Options.Bookmarks.AllowNameResolution = false;
            this.richEditControl.Size = new System.Drawing.Size(1100, 526);
            this.richEditControl.SpellChecker = this.spellChecker;
            this.spellChecker.SetSpellCheckerOptions(this.richEditControl, optionsSpelling1);
            this.richEditControl.TabIndex = 1;
            // 
            // spellChecker
            // 
            this.spellChecker.Culture = new System.Globalization.CultureInfo("ru-RU");
            this.spellChecker.ParentContainer = null;
            // 
            // richEditBarController1
            // 
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectFillColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineWeightItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectSquareTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTightTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectThroughTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopAndBottomTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBehindTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectInFrontOfTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringForwardSubItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringForwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringToFrontItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringInFrontOfTextItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBackwardSubItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBackwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendToBackItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBehindTextItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFirstRowItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLastRowItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBandedRowsItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFirstColumnItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLastColumnItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBandedColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.galleryChangeTableStyleItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderLineStyleItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderLineWeightItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBordersItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsLeftBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsRightBorderItem1);
            this.richEditBarController1.BarItems.Add(this.resetTableCellsAllBordersItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsAllBordersItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsOutsideBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideHorizontalBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideVerticalBorderItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowTableGridLinesItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableCellsShadingItem1);
            this.richEditBarController1.BarItems.Add(this.selectTableElementsItem1);
            this.richEditBarController1.BarItems.Add(this.selectTableCellItem1);
            this.richEditBarController1.BarItems.Add(this.selectTableColumnItem1);
            this.richEditBarController1.BarItems.Add(this.selectTableRowItem1);
            this.richEditBarController1.BarItems.Add(this.selectTableItem1);
            this.richEditBarController1.BarItems.Add(this.showTablePropertiesFormItem1);
            this.richEditBarController1.BarItems.Add(this.deleteTableElementsItem1);
            this.richEditBarController1.BarItems.Add(this.showDeleteTableCellsFormItem1);
            this.richEditBarController1.BarItems.Add(this.deleteTableColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.deleteTableRowsItem1);
            this.richEditBarController1.BarItems.Add(this.deleteTableItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableRowAboveItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableRowBelowItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableColumnToLeftItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableColumnToRightItem1);
            this.richEditBarController1.BarItems.Add(this.mergeTableCellsItem1);
            this.richEditBarController1.BarItems.Add(this.showSplitTableCellsForm1);
            this.richEditBarController1.BarItems.Add(this.splitTableItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitContentsItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitWindowItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableFixedColumnWidthItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.showTableOptionsFormItem1);
            this.richEditBarController1.BarItems.Add(this.goToPageHeaderItem1);
            this.richEditBarController1.BarItems.Add(this.goToPageFooterItem1);
            this.richEditBarController1.BarItems.Add(this.goToNextHeaderFooterItem1);
            this.richEditBarController1.BarItems.Add(this.goToPreviousHeaderFooterItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLinkToPreviousItem1);
            this.richEditBarController1.BarItems.Add(this.toggleDifferentFirstPageItem1);
            this.richEditBarController1.BarItems.Add(this.toggleDifferentOddAndEvenPagesItem1);
            this.richEditBarController1.BarItems.Add(this.closePageHeaderFooterItem1);
            this.richEditBarController1.BarItems.Add(this.switchToSimpleViewItem1);
            this.richEditBarController1.BarItems.Add(this.switchToDraftViewItem1);
            this.richEditBarController1.BarItems.Add(this.switchToPrintLayoutViewItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowHorizontalRulerItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowVerticalRulerItem1);
            this.richEditBarController1.BarItems.Add(this.zoomOutItem1);
            this.richEditBarController1.BarItems.Add(this.zoomInItem1);
            this.richEditBarController1.BarItems.Add(this.checkSpellingItem1);
            this.richEditBarController1.BarItems.Add(this.changeLanguageItem1);
            this.richEditBarController1.BarItems.Add(this.protectDocumentItem1);
            this.richEditBarController1.BarItems.Add(this.changeRangeEditingPermissionsItem1);
            this.richEditBarController1.BarItems.Add(this.unprotectDocumentItem1);
            this.richEditBarController1.BarItems.Add(this.newCommentItem1);
            this.richEditBarController1.BarItems.Add(this.deleteCommentsItem1);
            this.richEditBarController1.BarItems.Add(this.deleteOneCommentItem1);
            this.richEditBarController1.BarItems.Add(this.deleteAllCommentsShownItem1);
            this.richEditBarController1.BarItems.Add(this.deleteAllCommentsItem1);
            this.richEditBarController1.BarItems.Add(this.previousCommentItem1);
            this.richEditBarController1.BarItems.Add(this.nextCommentItem1);
            this.richEditBarController1.BarItems.Add(this.changeCommentItem1);
            this.richEditBarController1.BarItems.Add(this.reviewersItem1);
            this.richEditBarController1.BarItems.Add(this.reviewingPaneItem1);
            this.richEditBarController1.BarItems.Add(this.insertMergeFieldItem1);
            this.richEditBarController1.BarItems.Add(this.showAllFieldCodesItem1);
            this.richEditBarController1.BarItems.Add(this.showAllFieldResultsItem1);
            this.richEditBarController1.BarItems.Add(this.toggleViewMergedDataItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfContentsItem1);
            this.richEditBarController1.BarItems.Add(this.updateTableOfContentsItem1);
            this.richEditBarController1.BarItems.Add(this.addParagraphsToTableOfContentItem1);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem1);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem2);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem3);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem4);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem5);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem6);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem7);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem8);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem9);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem10);
            this.richEditBarController1.BarItems.Add(this.insertCaptionPlaceholderItem1);
            this.richEditBarController1.BarItems.Add(this.insertFiguresCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertTablesCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertEquationsCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfFiguresPlaceholderItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfFiguresItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfTablesItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfEquationsItems1);
            this.richEditBarController1.BarItems.Add(this.updateTableOfFiguresItem1);
            this.richEditBarController1.BarItems.Add(this.changeSectionPageMarginsItem1);
            this.richEditBarController1.BarItems.Add(this.setNormalSectionPageMarginsItem1);
            this.richEditBarController1.BarItems.Add(this.setNarrowSectionPageMarginsItem1);
            this.richEditBarController1.BarItems.Add(this.setModerateSectionPageMarginsItem1);
            this.richEditBarController1.BarItems.Add(this.setWideSectionPageMarginsItem1);
            this.richEditBarController1.BarItems.Add(this.showPageMarginsSetupFormItem1);
            this.richEditBarController1.BarItems.Add(this.changeSectionPageOrientationItem1);
            this.richEditBarController1.BarItems.Add(this.setPortraitPageOrientationItem1);
            this.richEditBarController1.BarItems.Add(this.setLandscapePageOrientationItem1);
            this.richEditBarController1.BarItems.Add(this.changeSectionPaperKindItem1);
            this.richEditBarController1.BarItems.Add(this.changeSectionColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionOneColumnItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionTwoColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionThreeColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.showColumnsSetupFormItem1);
            this.richEditBarController1.BarItems.Add(this.insertBreakItem1);
            this.richEditBarController1.BarItems.Add(this.insertPageBreakItem1);
            this.richEditBarController1.BarItems.Add(this.insertColumnBreakItem1);
            this.richEditBarController1.BarItems.Add(this.insertSectionBreakNextPageItem1);
            this.richEditBarController1.BarItems.Add(this.insertSectionBreakEvenPageItem1);
            this.richEditBarController1.BarItems.Add(this.insertSectionBreakOddPageItem1);
            this.richEditBarController1.BarItems.Add(this.changeSectionLineNumberingItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingNoneItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingContinuousItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingRestartNewPageItem1);
            this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingRestartNewSectionItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphSuppressLineNumbersItem1);
            this.richEditBarController1.BarItems.Add(this.showLineNumberingFormItem1);
            this.richEditBarController1.BarItems.Add(this.changePageColorItem1);
            this.richEditBarController1.BarItems.Add(this.insertPageBreakItem21);
            this.richEditBarController1.BarItems.Add(this.insertTableItem1);
            this.richEditBarController1.BarItems.Add(this.insertPictureItem1);
            this.richEditBarController1.BarItems.Add(this.insertFloatingPictureItem1);
            this.richEditBarController1.BarItems.Add(this.insertBookmarkItem1);
            this.richEditBarController1.BarItems.Add(this.insertHyperlinkItem1);
            this.richEditBarController1.BarItems.Add(this.editPageHeaderItem1);
            this.richEditBarController1.BarItems.Add(this.editPageFooterItem1);
            this.richEditBarController1.BarItems.Add(this.insertPageNumberItem1);
            this.richEditBarController1.BarItems.Add(this.insertPageCountItem1);
            this.richEditBarController1.BarItems.Add(this.insertTextBoxItem1);
            this.richEditBarController1.BarItems.Add(this.insertSymbolItem1);
            this.richEditBarController1.BarItems.Add(this.pasteItem1);
            this.richEditBarController1.BarItems.Add(this.cutItem1);
            this.richEditBarController1.BarItems.Add(this.copyItem1);
            this.richEditBarController1.BarItems.Add(this.pasteSpecialItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontNameItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontSizeItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontBoldItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontItalicItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontSuperscriptItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
            this.richEditBarController1.BarItems.Add(this.capitalizeEachWordCaseItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.clearFormattingItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem1);
            this.richEditBarController1.BarItems.Add(this.toggleNumberingListItem1);
            this.richEditBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
            this.richEditBarController1.BarItems.Add(this.decreaseIndentItem1);
            this.richEditBarController1.BarItems.Add(this.increaseIndentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
            this.richEditBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.showLineSpacingFormItem1);
            this.richEditBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.changeParagraphBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.galleryChangeStyleItem1);
            this.richEditBarController1.BarItems.Add(this.findItem1);
            this.richEditBarController1.BarItems.Add(this.replaceItem1);
            this.richEditBarController1.BarItems.Add(this.undoItem1);
            this.richEditBarController1.BarItems.Add(this.redoItem1);
            this.richEditBarController1.BarItems.Add(this.fileNewItem1);
            this.richEditBarController1.BarItems.Add(this.fileOpenItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveAsItem1);
            this.richEditBarController1.BarItems.Add(this.quickPrintItem1);
            this.richEditBarController1.BarItems.Add(this.printItem1);
            this.richEditBarController1.BarItems.Add(this.printPreviewItem1);
            this.richEditBarController1.Control = this.richEditControl;
            // 
            // floatingPictureToolsShapeStylesPageGroup1
            // 
            this.floatingPictureToolsShapeStylesPageGroup1.ItemLinks.Add(this.changeFloatingObjectFillColorItem1);
            this.floatingPictureToolsShapeStylesPageGroup1.ItemLinks.Add(this.changeFloatingObjectOutlineColorItem1);
            this.floatingPictureToolsShapeStylesPageGroup1.ItemLinks.Add(this.changeFloatingObjectOutlineWeightItem1);
            this.floatingPictureToolsShapeStylesPageGroup1.Name = "floatingPictureToolsShapeStylesPageGroup1";
            // 
            // floatingPictureToolsFormatPage1
            // 
            this.floatingPictureToolsFormatPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.floatingPictureToolsShapeStylesPageGroup1,
            this.floatingPictureToolsArrangePageGroup1});
            this.floatingPictureToolsFormatPage1.Name = "floatingPictureToolsFormatPage1";
            // 
            // floatingPictureToolsRibbonPageCategory1
            // 
            this.floatingPictureToolsRibbonPageCategory1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(0)))), ((int)(((byte)(119)))));
            this.floatingPictureToolsRibbonPageCategory1.Control = this.richEditControl;
            this.floatingPictureToolsRibbonPageCategory1.Name = "floatingPictureToolsRibbonPageCategory1";
            this.floatingPictureToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.floatingPictureToolsFormatPage1});
            // 
            // changeFloatingObjectFillColorItem1
            // 
            this.changeFloatingObjectFillColorItem1.Id = 62;
            this.changeFloatingObjectFillColorItem1.Name = "changeFloatingObjectFillColorItem1";
            // 
            // changeFloatingObjectOutlineColorItem1
            // 
            this.changeFloatingObjectOutlineColorItem1.Id = 63;
            this.changeFloatingObjectOutlineColorItem1.Name = "changeFloatingObjectOutlineColorItem1";
            // 
            // changeFloatingObjectOutlineWeightItem1
            // 
            this.changeFloatingObjectOutlineWeightItem1.Edit = this.repositoryItemFloatingObjectOutlineWeight1;
            this.changeFloatingObjectOutlineWeightItem1.EditValue = 20;
            this.changeFloatingObjectOutlineWeightItem1.Id = 64;
            this.changeFloatingObjectOutlineWeightItem1.Name = "changeFloatingObjectOutlineWeightItem1";
            // 
            // repositoryItemFloatingObjectOutlineWeight1
            // 
            this.repositoryItemFloatingObjectOutlineWeight1.AutoHeight = false;
            this.repositoryItemFloatingObjectOutlineWeight1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFloatingObjectOutlineWeight1.Control = this.richEditControl;
            this.repositoryItemFloatingObjectOutlineWeight1.Name = "repositoryItemFloatingObjectOutlineWeight1";
            // 
            // floatingPictureToolsArrangePageGroup1
            // 
            this.floatingPictureToolsArrangePageGroup1.ItemLinks.Add(this.changeFloatingObjectTextWrapTypeItem1);
            this.floatingPictureToolsArrangePageGroup1.ItemLinks.Add(this.changeFloatingObjectAlignmentItem1);
            this.floatingPictureToolsArrangePageGroup1.ItemLinks.Add(this.floatingObjectBringForwardSubItem1);
            this.floatingPictureToolsArrangePageGroup1.ItemLinks.Add(this.floatingObjectSendBackwardSubItem1);
            this.floatingPictureToolsArrangePageGroup1.Name = "floatingPictureToolsArrangePageGroup1";
            // 
            // changeFloatingObjectTextWrapTypeItem1
            // 
            this.changeFloatingObjectTextWrapTypeItem1.Id = 65;
            this.changeFloatingObjectTextWrapTypeItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectSquareTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTightTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectThroughTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopAndBottomTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBehindTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectInFrontOfTextWrapTypeItem1)});
            this.changeFloatingObjectTextWrapTypeItem1.Name = "changeFloatingObjectTextWrapTypeItem1";
            // 
            // setFloatingObjectSquareTextWrapTypeItem1
            // 
            this.setFloatingObjectSquareTextWrapTypeItem1.Id = 66;
            this.setFloatingObjectSquareTextWrapTypeItem1.Name = "setFloatingObjectSquareTextWrapTypeItem1";
            // 
            // setFloatingObjectTightTextWrapTypeItem1
            // 
            this.setFloatingObjectTightTextWrapTypeItem1.Id = 67;
            this.setFloatingObjectTightTextWrapTypeItem1.Name = "setFloatingObjectTightTextWrapTypeItem1";
            // 
            // setFloatingObjectThroughTextWrapTypeItem1
            // 
            this.setFloatingObjectThroughTextWrapTypeItem1.Id = 68;
            this.setFloatingObjectThroughTextWrapTypeItem1.Name = "setFloatingObjectThroughTextWrapTypeItem1";
            // 
            // setFloatingObjectTopAndBottomTextWrapTypeItem1
            // 
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Id = 69;
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Name = "setFloatingObjectTopAndBottomTextWrapTypeItem1";
            // 
            // setFloatingObjectBehindTextWrapTypeItem1
            // 
            this.setFloatingObjectBehindTextWrapTypeItem1.Id = 70;
            this.setFloatingObjectBehindTextWrapTypeItem1.Name = "setFloatingObjectBehindTextWrapTypeItem1";
            // 
            // setFloatingObjectInFrontOfTextWrapTypeItem1
            // 
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Id = 71;
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Name = "setFloatingObjectInFrontOfTextWrapTypeItem1";
            // 
            // changeFloatingObjectAlignmentItem1
            // 
            this.changeFloatingObjectAlignmentItem1.Id = 72;
            this.changeFloatingObjectAlignmentItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopRightAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleRightAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomRightAlignmentItem1)});
            this.changeFloatingObjectAlignmentItem1.Name = "changeFloatingObjectAlignmentItem1";
            // 
            // setFloatingObjectTopLeftAlignmentItem1
            // 
            this.setFloatingObjectTopLeftAlignmentItem1.Id = 73;
            this.setFloatingObjectTopLeftAlignmentItem1.Name = "setFloatingObjectTopLeftAlignmentItem1";
            // 
            // setFloatingObjectTopCenterAlignmentItem1
            // 
            this.setFloatingObjectTopCenterAlignmentItem1.Id = 74;
            this.setFloatingObjectTopCenterAlignmentItem1.Name = "setFloatingObjectTopCenterAlignmentItem1";
            // 
            // setFloatingObjectTopRightAlignmentItem1
            // 
            this.setFloatingObjectTopRightAlignmentItem1.Id = 75;
            this.setFloatingObjectTopRightAlignmentItem1.Name = "setFloatingObjectTopRightAlignmentItem1";
            // 
            // setFloatingObjectMiddleLeftAlignmentItem1
            // 
            this.setFloatingObjectMiddleLeftAlignmentItem1.Id = 76;
            this.setFloatingObjectMiddleLeftAlignmentItem1.Name = "setFloatingObjectMiddleLeftAlignmentItem1";
            // 
            // setFloatingObjectMiddleCenterAlignmentItem1
            // 
            this.setFloatingObjectMiddleCenterAlignmentItem1.Id = 77;
            this.setFloatingObjectMiddleCenterAlignmentItem1.Name = "setFloatingObjectMiddleCenterAlignmentItem1";
            // 
            // setFloatingObjectMiddleRightAlignmentItem1
            // 
            this.setFloatingObjectMiddleRightAlignmentItem1.Id = 78;
            this.setFloatingObjectMiddleRightAlignmentItem1.Name = "setFloatingObjectMiddleRightAlignmentItem1";
            // 
            // setFloatingObjectBottomLeftAlignmentItem1
            // 
            this.setFloatingObjectBottomLeftAlignmentItem1.Id = 79;
            this.setFloatingObjectBottomLeftAlignmentItem1.Name = "setFloatingObjectBottomLeftAlignmentItem1";
            // 
            // setFloatingObjectBottomCenterAlignmentItem1
            // 
            this.setFloatingObjectBottomCenterAlignmentItem1.Id = 80;
            this.setFloatingObjectBottomCenterAlignmentItem1.Name = "setFloatingObjectBottomCenterAlignmentItem1";
            // 
            // setFloatingObjectBottomRightAlignmentItem1
            // 
            this.setFloatingObjectBottomRightAlignmentItem1.Id = 81;
            this.setFloatingObjectBottomRightAlignmentItem1.Name = "setFloatingObjectBottomRightAlignmentItem1";
            // 
            // floatingObjectBringForwardSubItem1
            // 
            this.floatingObjectBringForwardSubItem1.Id = 82;
            this.floatingObjectBringForwardSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringForwardItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringToFrontItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringInFrontOfTextItem1)});
            this.floatingObjectBringForwardSubItem1.Name = "floatingObjectBringForwardSubItem1";
            // 
            // floatingObjectBringForwardItem1
            // 
            this.floatingObjectBringForwardItem1.Id = 83;
            this.floatingObjectBringForwardItem1.Name = "floatingObjectBringForwardItem1";
            // 
            // floatingObjectBringToFrontItem1
            // 
            this.floatingObjectBringToFrontItem1.Id = 84;
            this.floatingObjectBringToFrontItem1.Name = "floatingObjectBringToFrontItem1";
            // 
            // floatingObjectBringInFrontOfTextItem1
            // 
            this.floatingObjectBringInFrontOfTextItem1.Id = 85;
            this.floatingObjectBringInFrontOfTextItem1.Name = "floatingObjectBringInFrontOfTextItem1";
            // 
            // floatingObjectSendBackwardSubItem1
            // 
            this.floatingObjectSendBackwardSubItem1.Id = 86;
            this.floatingObjectSendBackwardSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendBackwardItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendToBackItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendBehindTextItem1)});
            this.floatingObjectSendBackwardSubItem1.Name = "floatingObjectSendBackwardSubItem1";
            // 
            // floatingObjectSendBackwardItem1
            // 
            this.floatingObjectSendBackwardItem1.Id = 87;
            this.floatingObjectSendBackwardItem1.Name = "floatingObjectSendBackwardItem1";
            // 
            // floatingObjectSendToBackItem1
            // 
            this.floatingObjectSendToBackItem1.Id = 88;
            this.floatingObjectSendToBackItem1.Name = "floatingObjectSendToBackItem1";
            // 
            // floatingObjectSendBehindTextItem1
            // 
            this.floatingObjectSendBehindTextItem1.Id = 89;
            this.floatingObjectSendBehindTextItem1.Name = "floatingObjectSendBehindTextItem1";
            // 
            // tableStyleOptionsRibbonPageGroup1
            // 
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleFirstRowItem1);
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleLastRowItem1);
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleBandedRowsItem1);
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleFirstColumnItem1);
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleLastColumnItem1);
            this.tableStyleOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleBandedColumnsItem1);
            this.tableStyleOptionsRibbonPageGroup1.Name = "tableStyleOptionsRibbonPageGroup1";
            // 
            // tableDesignRibbonPage1
            // 
            this.tableDesignRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.tableStyleOptionsRibbonPageGroup1,
            this.tableStylesRibbonPageGroup1,
            this.tableDrawBordersRibbonPageGroup1});
            this.tableDesignRibbonPage1.Name = "tableDesignRibbonPage1";
            // 
            // tableToolsRibbonPageCategory1
            // 
            this.tableToolsRibbonPageCategory1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(233)))), ((int)(((byte)(20)))));
            this.tableToolsRibbonPageCategory1.Control = this.richEditControl;
            this.tableToolsRibbonPageCategory1.Name = "tableToolsRibbonPageCategory1";
            this.tableToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.tableLayoutRibbonPage1,
            this.tableDesignRibbonPage1});
            // 
            // toggleFirstRowItem1
            // 
            this.toggleFirstRowItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleFirstRowItem1.Id = 90;
            this.toggleFirstRowItem1.Name = "toggleFirstRowItem1";
            // 
            // toggleLastRowItem1
            // 
            this.toggleLastRowItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleLastRowItem1.Id = 91;
            this.toggleLastRowItem1.Name = "toggleLastRowItem1";
            // 
            // toggleBandedRowsItem1
            // 
            this.toggleBandedRowsItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleBandedRowsItem1.Id = 92;
            this.toggleBandedRowsItem1.Name = "toggleBandedRowsItem1";
            // 
            // toggleFirstColumnItem1
            // 
            this.toggleFirstColumnItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleFirstColumnItem1.Id = 93;
            this.toggleFirstColumnItem1.Name = "toggleFirstColumnItem1";
            // 
            // toggleLastColumnItem1
            // 
            this.toggleLastColumnItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleLastColumnItem1.Id = 94;
            this.toggleLastColumnItem1.Name = "toggleLastColumnItem1";
            // 
            // toggleBandedColumnsItem1
            // 
            this.toggleBandedColumnsItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleBandedColumnsItem1.Id = 95;
            this.toggleBandedColumnsItem1.Name = "toggleBandedColumnsItem1";
            // 
            // tableStylesRibbonPageGroup1
            // 
            this.tableStylesRibbonPageGroup1.ItemLinks.Add(this.galleryChangeTableStyleItem1);
            this.tableStylesRibbonPageGroup1.Name = "tableStylesRibbonPageGroup1";
            // 
            // galleryChangeTableStyleItem1
            // 
            this.galleryChangeTableStyleItem1.CurrentItem = null;
            this.galleryChangeTableStyleItem1.CurrentItemStyle = null;
            this.galleryChangeTableStyleItem1.CurrentStyle = null;
            this.galleryChangeTableStyleItem1.DeleteItemLink = null;
            // 
            // 
            // 
            this.galleryChangeTableStyleItem1.Gallery.ColumnCount = 3;
            this.galleryChangeTableStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryChangeTableStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeTableStyleItem1.Id = 96;
            this.galleryChangeTableStyleItem1.ModifyItemLink = null;
            this.galleryChangeTableStyleItem1.Name = "galleryChangeTableStyleItem1";
            this.galleryChangeTableStyleItem1.NewItemLink = null;
            this.galleryChangeTableStyleItem1.PopupGallery = null;
            // 
            // tableDrawBordersRibbonPageGroup1
            // 
            this.tableDrawBordersRibbonPageGroup1.ItemLinks.Add(this.changeTableBorderLineStyleItem1);
            this.tableDrawBordersRibbonPageGroup1.ItemLinks.Add(this.changeTableBorderLineWeightItem1);
            this.tableDrawBordersRibbonPageGroup1.ItemLinks.Add(this.changeTableBorderColorItem1);
            this.tableDrawBordersRibbonPageGroup1.ItemLinks.Add(this.changeTableBordersItem1);
            this.tableDrawBordersRibbonPageGroup1.ItemLinks.Add(this.changeTableCellsShadingItem1);
            this.tableDrawBordersRibbonPageGroup1.Name = "tableDrawBordersRibbonPageGroup1";
            // 
            // changeTableBorderLineStyleItem1
            // 
            this.changeTableBorderLineStyleItem1.Edit = this.repositoryItemBorderLineStyle1;
            borderInfo1.Color = System.Drawing.Color.Black;
            borderInfo1.Frame = false;
            borderInfo1.Offset = 0;
            borderInfo1.Shadow = false;
            borderInfo1.Style = DevExpress.XtraRichEdit.Model.BorderLineStyle.Single;
            borderInfo1.Width = 10;
            this.changeTableBorderLineStyleItem1.EditValue = borderInfo1;
            this.changeTableBorderLineStyleItem1.Id = 97;
            this.changeTableBorderLineStyleItem1.Name = "changeTableBorderLineStyleItem1";
            // 
            // changeTableBorderLineWeightItem1
            // 
            this.changeTableBorderLineWeightItem1.Edit = this.repositoryItemBorderLineWeight1;
            this.changeTableBorderLineWeightItem1.EditValue = 20;
            this.changeTableBorderLineWeightItem1.Id = 98;
            this.changeTableBorderLineWeightItem1.Name = "changeTableBorderLineWeightItem1";
            // 
            // changeTableBorderColorItem1
            // 
            this.changeTableBorderColorItem1.Id = 99;
            this.changeTableBorderColorItem1.Name = "changeTableBorderColorItem1";
            // 
            // changeTableBordersItem1
            // 
            this.changeTableBordersItem1.Id = 100;
            this.changeTableBordersItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsBottomBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsTopBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsLeftBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsRightBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.resetTableCellsAllBordersItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsAllBordersItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsOutsideBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideHorizontalBorderItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideVerticalBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowTableGridLinesItem1, true)});
            this.changeTableBordersItem1.Name = "changeTableBordersItem1";
            // 
            // toggleTableCellsBottomBorderItem1
            // 
            this.toggleTableCellsBottomBorderItem1.Id = 101;
            this.toggleTableCellsBottomBorderItem1.Name = "toggleTableCellsBottomBorderItem1";
            // 
            // toggleTableCellsTopBorderItem1
            // 
            this.toggleTableCellsTopBorderItem1.Id = 102;
            this.toggleTableCellsTopBorderItem1.Name = "toggleTableCellsTopBorderItem1";
            // 
            // toggleTableCellsLeftBorderItem1
            // 
            this.toggleTableCellsLeftBorderItem1.Id = 103;
            this.toggleTableCellsLeftBorderItem1.Name = "toggleTableCellsLeftBorderItem1";
            // 
            // toggleTableCellsRightBorderItem1
            // 
            this.toggleTableCellsRightBorderItem1.Id = 104;
            this.toggleTableCellsRightBorderItem1.Name = "toggleTableCellsRightBorderItem1";
            // 
            // resetTableCellsAllBordersItem1
            // 
            this.resetTableCellsAllBordersItem1.Id = 105;
            this.resetTableCellsAllBordersItem1.Name = "resetTableCellsAllBordersItem1";
            // 
            // toggleTableCellsAllBordersItem1
            // 
            this.toggleTableCellsAllBordersItem1.Id = 106;
            this.toggleTableCellsAllBordersItem1.Name = "toggleTableCellsAllBordersItem1";
            // 
            // toggleTableCellsOutsideBorderItem1
            // 
            this.toggleTableCellsOutsideBorderItem1.Id = 107;
            this.toggleTableCellsOutsideBorderItem1.Name = "toggleTableCellsOutsideBorderItem1";
            // 
            // toggleTableCellsInsideBorderItem1
            // 
            this.toggleTableCellsInsideBorderItem1.Id = 108;
            this.toggleTableCellsInsideBorderItem1.Name = "toggleTableCellsInsideBorderItem1";
            // 
            // toggleTableCellsInsideHorizontalBorderItem1
            // 
            this.toggleTableCellsInsideHorizontalBorderItem1.Id = 109;
            this.toggleTableCellsInsideHorizontalBorderItem1.Name = "toggleTableCellsInsideHorizontalBorderItem1";
            // 
            // toggleTableCellsInsideVerticalBorderItem1
            // 
            this.toggleTableCellsInsideVerticalBorderItem1.Id = 110;
            this.toggleTableCellsInsideVerticalBorderItem1.Name = "toggleTableCellsInsideVerticalBorderItem1";
            // 
            // toggleShowTableGridLinesItem1
            // 
            this.toggleShowTableGridLinesItem1.Id = 111;
            this.toggleShowTableGridLinesItem1.Name = "toggleShowTableGridLinesItem1";
            // 
            // changeTableCellsShadingItem1
            // 
            this.changeTableCellsShadingItem1.Id = 112;
            this.changeTableCellsShadingItem1.Name = "changeTableCellsShadingItem1";
            // 
            // repositoryItemBorderLineStyle1
            // 
            this.repositoryItemBorderLineStyle1.AutoHeight = false;
            this.repositoryItemBorderLineStyle1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemBorderLineStyle1.Control = this.richEditControl;
            this.repositoryItemBorderLineStyle1.Name = "repositoryItemBorderLineStyle1";
            // 
            // repositoryItemBorderLineWeight1
            // 
            this.repositoryItemBorderLineWeight1.AutoHeight = false;
            this.repositoryItemBorderLineWeight1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemBorderLineWeight1.Control = this.richEditControl;
            this.repositoryItemBorderLineWeight1.Name = "repositoryItemBorderLineWeight1";
            // 
            // tableTableRibbonPageGroup1
            // 
            this.tableTableRibbonPageGroup1.ItemLinks.Add(this.selectTableElementsItem1);
            this.tableTableRibbonPageGroup1.ItemLinks.Add(this.toggleShowTableGridLinesItem1);
            this.tableTableRibbonPageGroup1.ItemLinks.Add(this.showTablePropertiesFormItem1);
            this.tableTableRibbonPageGroup1.Name = "tableTableRibbonPageGroup1";
            // 
            // tableLayoutRibbonPage1
            // 
            this.tableLayoutRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.tableTableRibbonPageGroup1,
            this.tableRowsAndColumnsRibbonPageGroup1,
            this.tableMergeRibbonPageGroup1,
            this.tableCellSizeRibbonPageGroup1,
            this.tableAlignmentRibbonPageGroup1});
            this.tableLayoutRibbonPage1.Name = "tableLayoutRibbonPage1";
            // 
            // selectTableElementsItem1
            // 
            this.selectTableElementsItem1.Id = 113;
            this.selectTableElementsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.selectTableCellItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.selectTableColumnItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.selectTableRowItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.selectTableItem1)});
            this.selectTableElementsItem1.Name = "selectTableElementsItem1";
            // 
            // selectTableCellItem1
            // 
            this.selectTableCellItem1.Id = 114;
            this.selectTableCellItem1.Name = "selectTableCellItem1";
            // 
            // selectTableColumnItem1
            // 
            this.selectTableColumnItem1.Id = 115;
            this.selectTableColumnItem1.Name = "selectTableColumnItem1";
            // 
            // selectTableRowItem1
            // 
            this.selectTableRowItem1.Id = 116;
            this.selectTableRowItem1.Name = "selectTableRowItem1";
            // 
            // selectTableItem1
            // 
            this.selectTableItem1.Id = 117;
            this.selectTableItem1.Name = "selectTableItem1";
            // 
            // showTablePropertiesFormItem1
            // 
            this.showTablePropertiesFormItem1.Id = 118;
            this.showTablePropertiesFormItem1.Name = "showTablePropertiesFormItem1";
            // 
            // tableRowsAndColumnsRibbonPageGroup1
            // 
            this.tableRowsAndColumnsRibbonPageGroup1.ItemLinks.Add(this.deleteTableElementsItem1);
            this.tableRowsAndColumnsRibbonPageGroup1.ItemLinks.Add(this.insertTableRowAboveItem1);
            this.tableRowsAndColumnsRibbonPageGroup1.ItemLinks.Add(this.insertTableRowBelowItem1);
            this.tableRowsAndColumnsRibbonPageGroup1.ItemLinks.Add(this.insertTableColumnToLeftItem1);
            this.tableRowsAndColumnsRibbonPageGroup1.ItemLinks.Add(this.insertTableColumnToRightItem1);
            this.tableRowsAndColumnsRibbonPageGroup1.Name = "tableRowsAndColumnsRibbonPageGroup1";
            // 
            // deleteTableElementsItem1
            // 
            this.deleteTableElementsItem1.Id = 119;
            this.deleteTableElementsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.showDeleteTableCellsFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableColumnsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableRowsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableItem1)});
            this.deleteTableElementsItem1.Name = "deleteTableElementsItem1";
            // 
            // showDeleteTableCellsFormItem1
            // 
            this.showDeleteTableCellsFormItem1.Id = 120;
            this.showDeleteTableCellsFormItem1.Name = "showDeleteTableCellsFormItem1";
            // 
            // deleteTableColumnsItem1
            // 
            this.deleteTableColumnsItem1.Id = 121;
            this.deleteTableColumnsItem1.Name = "deleteTableColumnsItem1";
            // 
            // deleteTableRowsItem1
            // 
            this.deleteTableRowsItem1.Id = 122;
            this.deleteTableRowsItem1.Name = "deleteTableRowsItem1";
            // 
            // deleteTableItem1
            // 
            this.deleteTableItem1.Id = 123;
            this.deleteTableItem1.Name = "deleteTableItem1";
            // 
            // insertTableRowAboveItem1
            // 
            this.insertTableRowAboveItem1.Id = 124;
            this.insertTableRowAboveItem1.Name = "insertTableRowAboveItem1";
            // 
            // insertTableRowBelowItem1
            // 
            this.insertTableRowBelowItem1.Id = 125;
            this.insertTableRowBelowItem1.Name = "insertTableRowBelowItem1";
            // 
            // insertTableColumnToLeftItem1
            // 
            this.insertTableColumnToLeftItem1.Id = 126;
            this.insertTableColumnToLeftItem1.Name = "insertTableColumnToLeftItem1";
            // 
            // insertTableColumnToRightItem1
            // 
            this.insertTableColumnToRightItem1.Id = 127;
            this.insertTableColumnToRightItem1.Name = "insertTableColumnToRightItem1";
            // 
            // tableMergeRibbonPageGroup1
            // 
            this.tableMergeRibbonPageGroup1.ItemLinks.Add(this.mergeTableCellsItem1);
            this.tableMergeRibbonPageGroup1.ItemLinks.Add(this.showSplitTableCellsForm1);
            this.tableMergeRibbonPageGroup1.ItemLinks.Add(this.splitTableItem1);
            this.tableMergeRibbonPageGroup1.Name = "tableMergeRibbonPageGroup1";
            // 
            // mergeTableCellsItem1
            // 
            this.mergeTableCellsItem1.Id = 128;
            this.mergeTableCellsItem1.Name = "mergeTableCellsItem1";
            // 
            // showSplitTableCellsForm1
            // 
            this.showSplitTableCellsForm1.Id = 129;
            this.showSplitTableCellsForm1.Name = "showSplitTableCellsForm1";
            // 
            // splitTableItem1
            // 
            this.splitTableItem1.Id = 130;
            this.splitTableItem1.Name = "splitTableItem1";
            // 
            // tableCellSizeRibbonPageGroup1
            // 
            this.tableCellSizeRibbonPageGroup1.AllowTextClipping = false;
            this.tableCellSizeRibbonPageGroup1.ItemLinks.Add(this.toggleTableAutoFitItem1);
            this.tableCellSizeRibbonPageGroup1.Name = "tableCellSizeRibbonPageGroup1";
            // 
            // toggleTableAutoFitItem1
            // 
            this.toggleTableAutoFitItem1.Id = 131;
            this.toggleTableAutoFitItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableAutoFitContentsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableAutoFitWindowItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableFixedColumnWidthItem1)});
            this.toggleTableAutoFitItem1.Name = "toggleTableAutoFitItem1";
            // 
            // toggleTableAutoFitContentsItem1
            // 
            this.toggleTableAutoFitContentsItem1.Id = 132;
            this.toggleTableAutoFitContentsItem1.Name = "toggleTableAutoFitContentsItem1";
            // 
            // toggleTableAutoFitWindowItem1
            // 
            this.toggleTableAutoFitWindowItem1.Id = 133;
            this.toggleTableAutoFitWindowItem1.Name = "toggleTableAutoFitWindowItem1";
            // 
            // toggleTableFixedColumnWidthItem1
            // 
            this.toggleTableFixedColumnWidthItem1.Id = 134;
            this.toggleTableFixedColumnWidthItem1.Name = "toggleTableFixedColumnWidthItem1";
            // 
            // tableAlignmentRibbonPageGroup1
            // 
            this.tableAlignmentRibbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("tableAlignmentRibbonPageGroup1.Glyph")));
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsTopLeftAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsMiddleLeftAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsBottomLeftAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsTopCenterAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsMiddleCenterAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsBottomCenterAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsTopRightAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsMiddleRightAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.toggleTableCellsBottomRightAlignmentItem1);
            this.tableAlignmentRibbonPageGroup1.ItemLinks.Add(this.showTableOptionsFormItem1);
            this.tableAlignmentRibbonPageGroup1.Name = "tableAlignmentRibbonPageGroup1";
            // 
            // toggleTableCellsTopLeftAlignmentItem1
            // 
            this.toggleTableCellsTopLeftAlignmentItem1.Id = 135;
            this.toggleTableCellsTopLeftAlignmentItem1.Name = "toggleTableCellsTopLeftAlignmentItem1";
            // 
            // toggleTableCellsMiddleLeftAlignmentItem1
            // 
            this.toggleTableCellsMiddleLeftAlignmentItem1.Id = 136;
            this.toggleTableCellsMiddleLeftAlignmentItem1.Name = "toggleTableCellsMiddleLeftAlignmentItem1";
            // 
            // toggleTableCellsBottomLeftAlignmentItem1
            // 
            this.toggleTableCellsBottomLeftAlignmentItem1.Id = 137;
            this.toggleTableCellsBottomLeftAlignmentItem1.Name = "toggleTableCellsBottomLeftAlignmentItem1";
            // 
            // toggleTableCellsTopCenterAlignmentItem1
            // 
            this.toggleTableCellsTopCenterAlignmentItem1.Id = 138;
            this.toggleTableCellsTopCenterAlignmentItem1.Name = "toggleTableCellsTopCenterAlignmentItem1";
            // 
            // toggleTableCellsMiddleCenterAlignmentItem1
            // 
            this.toggleTableCellsMiddleCenterAlignmentItem1.Id = 139;
            this.toggleTableCellsMiddleCenterAlignmentItem1.Name = "toggleTableCellsMiddleCenterAlignmentItem1";
            // 
            // toggleTableCellsBottomCenterAlignmentItem1
            // 
            this.toggleTableCellsBottomCenterAlignmentItem1.Id = 140;
            this.toggleTableCellsBottomCenterAlignmentItem1.Name = "toggleTableCellsBottomCenterAlignmentItem1";
            // 
            // toggleTableCellsTopRightAlignmentItem1
            // 
            this.toggleTableCellsTopRightAlignmentItem1.Id = 141;
            this.toggleTableCellsTopRightAlignmentItem1.Name = "toggleTableCellsTopRightAlignmentItem1";
            // 
            // toggleTableCellsMiddleRightAlignmentItem1
            // 
            this.toggleTableCellsMiddleRightAlignmentItem1.Id = 142;
            this.toggleTableCellsMiddleRightAlignmentItem1.Name = "toggleTableCellsMiddleRightAlignmentItem1";
            // 
            // toggleTableCellsBottomRightAlignmentItem1
            // 
            this.toggleTableCellsBottomRightAlignmentItem1.Id = 143;
            this.toggleTableCellsBottomRightAlignmentItem1.Name = "toggleTableCellsBottomRightAlignmentItem1";
            // 
            // showTableOptionsFormItem1
            // 
            this.showTableOptionsFormItem1.Id = 144;
            this.showTableOptionsFormItem1.Name = "showTableOptionsFormItem1";
            // 
            // headerFooterToolsDesignNavigationRibbonPageGroup1
            // 
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.ItemLinks.Add(this.goToPageHeaderItem1);
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.ItemLinks.Add(this.goToPageFooterItem1);
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.ItemLinks.Add(this.goToNextHeaderFooterItem1);
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.ItemLinks.Add(this.goToPreviousHeaderFooterItem1);
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.ItemLinks.Add(this.toggleLinkToPreviousItem1);
            this.headerFooterToolsDesignNavigationRibbonPageGroup1.Name = "headerFooterToolsDesignNavigationRibbonPageGroup1";
            // 
            // headerFooterToolsDesignRibbonPage1
            // 
            this.headerFooterToolsDesignRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.headerFooterToolsDesignNavigationRibbonPageGroup1,
            this.headerFooterToolsDesignOptionsRibbonPageGroup1,
            this.headerFooterToolsDesignCloseRibbonPageGroup1});
            this.headerFooterToolsDesignRibbonPage1.Name = "headerFooterToolsDesignRibbonPage1";
            // 
            // headerFooterToolsRibbonPageCategory1
            // 
            this.headerFooterToolsRibbonPageCategory1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(176)))), ((int)(((byte)(35)))));
            this.headerFooterToolsRibbonPageCategory1.Control = this.richEditControl;
            this.headerFooterToolsRibbonPageCategory1.Name = "headerFooterToolsRibbonPageCategory1";
            this.headerFooterToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.headerFooterToolsDesignRibbonPage1});
            // 
            // goToPageHeaderItem1
            // 
            this.goToPageHeaderItem1.Id = 145;
            this.goToPageHeaderItem1.Name = "goToPageHeaderItem1";
            // 
            // goToPageFooterItem1
            // 
            this.goToPageFooterItem1.Id = 146;
            this.goToPageFooterItem1.Name = "goToPageFooterItem1";
            // 
            // goToNextHeaderFooterItem1
            // 
            this.goToNextHeaderFooterItem1.Id = 147;
            this.goToNextHeaderFooterItem1.Name = "goToNextHeaderFooterItem1";
            // 
            // goToPreviousHeaderFooterItem1
            // 
            this.goToPreviousHeaderFooterItem1.Id = 148;
            this.goToPreviousHeaderFooterItem1.Name = "goToPreviousHeaderFooterItem1";
            // 
            // toggleLinkToPreviousItem1
            // 
            this.toggleLinkToPreviousItem1.Id = 149;
            this.toggleLinkToPreviousItem1.Name = "toggleLinkToPreviousItem1";
            // 
            // headerFooterToolsDesignOptionsRibbonPageGroup1
            // 
            this.headerFooterToolsDesignOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleDifferentFirstPageItem1);
            this.headerFooterToolsDesignOptionsRibbonPageGroup1.ItemLinks.Add(this.toggleDifferentOddAndEvenPagesItem1);
            this.headerFooterToolsDesignOptionsRibbonPageGroup1.Name = "headerFooterToolsDesignOptionsRibbonPageGroup1";
            // 
            // toggleDifferentFirstPageItem1
            // 
            this.toggleDifferentFirstPageItem1.Id = 150;
            this.toggleDifferentFirstPageItem1.Name = "toggleDifferentFirstPageItem1";
            // 
            // toggleDifferentOddAndEvenPagesItem1
            // 
            this.toggleDifferentOddAndEvenPagesItem1.Id = 151;
            this.toggleDifferentOddAndEvenPagesItem1.Name = "toggleDifferentOddAndEvenPagesItem1";
            // 
            // headerFooterToolsDesignCloseRibbonPageGroup1
            // 
            this.headerFooterToolsDesignCloseRibbonPageGroup1.ItemLinks.Add(this.closePageHeaderFooterItem1);
            this.headerFooterToolsDesignCloseRibbonPageGroup1.Name = "headerFooterToolsDesignCloseRibbonPageGroup1";
            // 
            // closePageHeaderFooterItem1
            // 
            this.closePageHeaderFooterItem1.Id = 152;
            this.closePageHeaderFooterItem1.Name = "closePageHeaderFooterItem1";
            // 
            // documentViewsRibbonPageGroup1
            // 
            this.documentViewsRibbonPageGroup1.ItemLinks.Add(this.switchToSimpleViewItem1);
            this.documentViewsRibbonPageGroup1.ItemLinks.Add(this.switchToDraftViewItem1);
            this.documentViewsRibbonPageGroup1.ItemLinks.Add(this.switchToPrintLayoutViewItem1);
            this.documentViewsRibbonPageGroup1.Name = "documentViewsRibbonPageGroup1";
            // 
            // viewRibbonPage1
            // 
            this.viewRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.documentViewsRibbonPageGroup1,
            this.showRibbonPageGroup1,
            this.zoomRibbonPageGroup1});
            this.viewRibbonPage1.Name = "viewRibbonPage1";
            // 
            // switchToSimpleViewItem1
            // 
            this.switchToSimpleViewItem1.Id = 153;
            this.switchToSimpleViewItem1.Name = "switchToSimpleViewItem1";
            // 
            // switchToDraftViewItem1
            // 
            this.switchToDraftViewItem1.Id = 154;
            this.switchToDraftViewItem1.Name = "switchToDraftViewItem1";
            // 
            // switchToPrintLayoutViewItem1
            // 
            this.switchToPrintLayoutViewItem1.Id = 155;
            this.switchToPrintLayoutViewItem1.Name = "switchToPrintLayoutViewItem1";
            // 
            // showRibbonPageGroup1
            // 
            this.showRibbonPageGroup1.ItemLinks.Add(this.toggleShowHorizontalRulerItem1);
            this.showRibbonPageGroup1.ItemLinks.Add(this.toggleShowVerticalRulerItem1);
            this.showRibbonPageGroup1.Name = "showRibbonPageGroup1";
            // 
            // toggleShowHorizontalRulerItem1
            // 
            this.toggleShowHorizontalRulerItem1.Id = 156;
            this.toggleShowHorizontalRulerItem1.Name = "toggleShowHorizontalRulerItem1";
            // 
            // toggleShowVerticalRulerItem1
            // 
            this.toggleShowVerticalRulerItem1.Id = 157;
            this.toggleShowVerticalRulerItem1.Name = "toggleShowVerticalRulerItem1";
            // 
            // zoomRibbonPageGroup1
            // 
            this.zoomRibbonPageGroup1.ItemLinks.Add(this.zoomOutItem1);
            this.zoomRibbonPageGroup1.ItemLinks.Add(this.zoomInItem1);
            this.zoomRibbonPageGroup1.Name = "zoomRibbonPageGroup1";
            // 
            // zoomOutItem1
            // 
            this.zoomOutItem1.Id = 158;
            this.zoomOutItem1.Name = "zoomOutItem1";
            // 
            // zoomInItem1
            // 
            this.zoomInItem1.Id = 159;
            this.zoomInItem1.Name = "zoomInItem1";
            // 
            // documentProofingRibbonPageGroup1
            // 
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.checkSpellingItem1);
            this.documentProofingRibbonPageGroup1.ItemLinks.Add(this.changeLanguageItem1);
            this.documentProofingRibbonPageGroup1.Name = "documentProofingRibbonPageGroup1";
            // 
            // reviewRibbonPage1
            // 
            this.reviewRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.documentProofingRibbonPageGroup1,
            this.documentProtectionRibbonPageGroup1,
            this.documentCommentRibbonPageGroup1,
            this.documentTrackingRibbonPageGroup1});
            this.reviewRibbonPage1.Name = "reviewRibbonPage1";
            // 
            // checkSpellingItem1
            // 
            this.checkSpellingItem1.Id = 160;
            this.checkSpellingItem1.Name = "checkSpellingItem1";
            // 
            // changeLanguageItem1
            // 
            this.changeLanguageItem1.Id = 161;
            this.changeLanguageItem1.Name = "changeLanguageItem1";
            // 
            // documentProtectionRibbonPageGroup1
            // 
            this.documentProtectionRibbonPageGroup1.ItemLinks.Add(this.protectDocumentItem1);
            this.documentProtectionRibbonPageGroup1.ItemLinks.Add(this.changeRangeEditingPermissionsItem1);
            this.documentProtectionRibbonPageGroup1.ItemLinks.Add(this.unprotectDocumentItem1);
            this.documentProtectionRibbonPageGroup1.Name = "documentProtectionRibbonPageGroup1";
            // 
            // protectDocumentItem1
            // 
            this.protectDocumentItem1.Id = 162;
            this.protectDocumentItem1.Name = "protectDocumentItem1";
            // 
            // changeRangeEditingPermissionsItem1
            // 
            this.changeRangeEditingPermissionsItem1.Id = 163;
            this.changeRangeEditingPermissionsItem1.Name = "changeRangeEditingPermissionsItem1";
            // 
            // unprotectDocumentItem1
            // 
            this.unprotectDocumentItem1.Id = 164;
            this.unprotectDocumentItem1.Name = "unprotectDocumentItem1";
            // 
            // documentCommentRibbonPageGroup1
            // 
            this.documentCommentRibbonPageGroup1.ItemLinks.Add(this.newCommentItem1);
            this.documentCommentRibbonPageGroup1.ItemLinks.Add(this.deleteCommentsItem1);
            this.documentCommentRibbonPageGroup1.ItemLinks.Add(this.previousCommentItem1);
            this.documentCommentRibbonPageGroup1.ItemLinks.Add(this.nextCommentItem1);
            this.documentCommentRibbonPageGroup1.Name = "documentCommentRibbonPageGroup1";
            // 
            // newCommentItem1
            // 
            this.newCommentItem1.Id = 165;
            this.newCommentItem1.Name = "newCommentItem1";
            // 
            // deleteCommentsItem1
            // 
            this.deleteCommentsItem1.Id = 166;
            this.deleteCommentsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteOneCommentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteAllCommentsShownItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.deleteAllCommentsItem1)});
            this.deleteCommentsItem1.Name = "deleteCommentsItem1";
            // 
            // deleteOneCommentItem1
            // 
            this.deleteOneCommentItem1.Id = 167;
            this.deleteOneCommentItem1.Name = "deleteOneCommentItem1";
            // 
            // deleteAllCommentsShownItem1
            // 
            this.deleteAllCommentsShownItem1.Id = 168;
            this.deleteAllCommentsShownItem1.Name = "deleteAllCommentsShownItem1";
            // 
            // deleteAllCommentsItem1
            // 
            this.deleteAllCommentsItem1.Id = 169;
            this.deleteAllCommentsItem1.Name = "deleteAllCommentsItem1";
            // 
            // previousCommentItem1
            // 
            this.previousCommentItem1.Id = 170;
            this.previousCommentItem1.Name = "previousCommentItem1";
            // 
            // nextCommentItem1
            // 
            this.nextCommentItem1.Id = 171;
            this.nextCommentItem1.Name = "nextCommentItem1";
            // 
            // documentTrackingRibbonPageGroup1
            // 
            this.documentTrackingRibbonPageGroup1.ItemLinks.Add(this.changeCommentItem1);
            this.documentTrackingRibbonPageGroup1.ItemLinks.Add(this.reviewersItem1);
            this.documentTrackingRibbonPageGroup1.ItemLinks.Add(this.reviewingPaneItem1);
            this.documentTrackingRibbonPageGroup1.Name = "documentTrackingRibbonPageGroup1";
            // 
            // changeCommentItem1
            // 
            this.changeCommentItem1.Id = 172;
            this.changeCommentItem1.Name = "changeCommentItem1";
            // 
            // reviewersItem1
            // 
            this.reviewersItem1.Id = 173;
            this.reviewersItem1.Name = "reviewersItem1";
            // 
            // reviewingPaneItem1
            // 
            this.reviewingPaneItem1.Id = 174;
            this.reviewingPaneItem1.Name = "reviewingPaneItem1";
            // 
            // mailMergeRibbonPageGroup1
            // 
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.insertMergeFieldItem1);
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.showAllFieldCodesItem1);
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.showAllFieldResultsItem1);
            this.mailMergeRibbonPageGroup1.ItemLinks.Add(this.toggleViewMergedDataItem1);
            this.mailMergeRibbonPageGroup1.Name = "mailMergeRibbonPageGroup1";
            // 
            // mailingsRibbonPage1
            // 
            this.mailingsRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.mailMergeRibbonPageGroup1});
            this.mailingsRibbonPage1.Name = "mailingsRibbonPage1";
            // 
            // insertMergeFieldItem1
            // 
            this.insertMergeFieldItem1.Id = 175;
            this.insertMergeFieldItem1.Name = "insertMergeFieldItem1";
            // 
            // showAllFieldCodesItem1
            // 
            this.showAllFieldCodesItem1.Id = 176;
            this.showAllFieldCodesItem1.Name = "showAllFieldCodesItem1";
            // 
            // showAllFieldResultsItem1
            // 
            this.showAllFieldResultsItem1.Id = 177;
            this.showAllFieldResultsItem1.Name = "showAllFieldResultsItem1";
            // 
            // toggleViewMergedDataItem1
            // 
            this.toggleViewMergedDataItem1.Id = 178;
            this.toggleViewMergedDataItem1.Name = "toggleViewMergedDataItem1";
            // 
            // tableOfContentsRibbonPageGroup1
            // 
            this.tableOfContentsRibbonPageGroup1.ItemLinks.Add(this.insertTableOfContentsItem1);
            this.tableOfContentsRibbonPageGroup1.ItemLinks.Add(this.updateTableOfContentsItem1);
            this.tableOfContentsRibbonPageGroup1.ItemLinks.Add(this.addParagraphsToTableOfContentItem1);
            this.tableOfContentsRibbonPageGroup1.Name = "tableOfContentsRibbonPageGroup1";
            // 
            // referencesRibbonPage1
            // 
            this.referencesRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.tableOfContentsRibbonPageGroup1,
            this.captionsRibbonPageGroup1});
            this.referencesRibbonPage1.Name = "referencesRibbonPage1";
            // 
            // insertTableOfContentsItem1
            // 
            this.insertTableOfContentsItem1.Id = 179;
            this.insertTableOfContentsItem1.Name = "insertTableOfContentsItem1";
            // 
            // updateTableOfContentsItem1
            // 
            this.updateTableOfContentsItem1.Id = 180;
            this.updateTableOfContentsItem1.Name = "updateTableOfContentsItem1";
            // 
            // addParagraphsToTableOfContentItem1
            // 
            this.addParagraphsToTableOfContentItem1.Id = 181;
            this.addParagraphsToTableOfContentItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem6),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem7),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem8),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem10)});
            this.addParagraphsToTableOfContentItem1.Name = "addParagraphsToTableOfContentItem1";
            // 
            // setParagraphHeadingLevelItem1
            // 
            this.setParagraphHeadingLevelItem1.Id = 182;
            this.setParagraphHeadingLevelItem1.Name = "setParagraphHeadingLevelItem1";
            this.setParagraphHeadingLevelItem1.OutlineLevel = 0;
            // 
            // setParagraphHeadingLevelItem2
            // 
            this.setParagraphHeadingLevelItem2.Id = 183;
            this.setParagraphHeadingLevelItem2.Name = "setParagraphHeadingLevelItem2";
            this.setParagraphHeadingLevelItem2.OutlineLevel = 1;
            // 
            // setParagraphHeadingLevelItem3
            // 
            this.setParagraphHeadingLevelItem3.Id = 184;
            this.setParagraphHeadingLevelItem3.Name = "setParagraphHeadingLevelItem3";
            this.setParagraphHeadingLevelItem3.OutlineLevel = 2;
            // 
            // setParagraphHeadingLevelItem4
            // 
            this.setParagraphHeadingLevelItem4.Id = 185;
            this.setParagraphHeadingLevelItem4.Name = "setParagraphHeadingLevelItem4";
            this.setParagraphHeadingLevelItem4.OutlineLevel = 3;
            // 
            // setParagraphHeadingLevelItem5
            // 
            this.setParagraphHeadingLevelItem5.Id = 186;
            this.setParagraphHeadingLevelItem5.Name = "setParagraphHeadingLevelItem5";
            this.setParagraphHeadingLevelItem5.OutlineLevel = 4;
            // 
            // setParagraphHeadingLevelItem6
            // 
            this.setParagraphHeadingLevelItem6.Id = 187;
            this.setParagraphHeadingLevelItem6.Name = "setParagraphHeadingLevelItem6";
            this.setParagraphHeadingLevelItem6.OutlineLevel = 5;
            // 
            // setParagraphHeadingLevelItem7
            // 
            this.setParagraphHeadingLevelItem7.Id = 188;
            this.setParagraphHeadingLevelItem7.Name = "setParagraphHeadingLevelItem7";
            this.setParagraphHeadingLevelItem7.OutlineLevel = 6;
            // 
            // setParagraphHeadingLevelItem8
            // 
            this.setParagraphHeadingLevelItem8.Id = 189;
            this.setParagraphHeadingLevelItem8.Name = "setParagraphHeadingLevelItem8";
            this.setParagraphHeadingLevelItem8.OutlineLevel = 7;
            // 
            // setParagraphHeadingLevelItem9
            // 
            this.setParagraphHeadingLevelItem9.Id = 190;
            this.setParagraphHeadingLevelItem9.Name = "setParagraphHeadingLevelItem9";
            this.setParagraphHeadingLevelItem9.OutlineLevel = 8;
            // 
            // setParagraphHeadingLevelItem10
            // 
            this.setParagraphHeadingLevelItem10.Id = 191;
            this.setParagraphHeadingLevelItem10.Name = "setParagraphHeadingLevelItem10";
            this.setParagraphHeadingLevelItem10.OutlineLevel = 9;
            // 
            // captionsRibbonPageGroup1
            // 
            this.captionsRibbonPageGroup1.ItemLinks.Add(this.insertCaptionPlaceholderItem1);
            this.captionsRibbonPageGroup1.ItemLinks.Add(this.insertTableOfFiguresPlaceholderItem1);
            this.captionsRibbonPageGroup1.ItemLinks.Add(this.updateTableOfFiguresItem1);
            this.captionsRibbonPageGroup1.Name = "captionsRibbonPageGroup1";
            // 
            // insertCaptionPlaceholderItem1
            // 
            this.insertCaptionPlaceholderItem1.Id = 192;
            this.insertCaptionPlaceholderItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertFiguresCaptionItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTablesCaptionItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertEquationsCaptionItems1)});
            this.insertCaptionPlaceholderItem1.Name = "insertCaptionPlaceholderItem1";
            // 
            // insertFiguresCaptionItems1
            // 
            this.insertFiguresCaptionItems1.Id = 193;
            this.insertFiguresCaptionItems1.Name = "insertFiguresCaptionItems1";
            // 
            // insertTablesCaptionItems1
            // 
            this.insertTablesCaptionItems1.Id = 194;
            this.insertTablesCaptionItems1.Name = "insertTablesCaptionItems1";
            // 
            // insertEquationsCaptionItems1
            // 
            this.insertEquationsCaptionItems1.Id = 195;
            this.insertEquationsCaptionItems1.Name = "insertEquationsCaptionItems1";
            // 
            // insertTableOfFiguresPlaceholderItem1
            // 
            this.insertTableOfFiguresPlaceholderItem1.Id = 196;
            this.insertTableOfFiguresPlaceholderItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfFiguresItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfTablesItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfEquationsItems1)});
            this.insertTableOfFiguresPlaceholderItem1.Name = "insertTableOfFiguresPlaceholderItem1";
            // 
            // insertTableOfFiguresItems1
            // 
            this.insertTableOfFiguresItems1.Id = 197;
            this.insertTableOfFiguresItems1.Name = "insertTableOfFiguresItems1";
            // 
            // insertTableOfTablesItems1
            // 
            this.insertTableOfTablesItems1.Id = 198;
            this.insertTableOfTablesItems1.Name = "insertTableOfTablesItems1";
            // 
            // insertTableOfEquationsItems1
            // 
            this.insertTableOfEquationsItems1.Id = 199;
            this.insertTableOfEquationsItems1.Name = "insertTableOfEquationsItems1";
            // 
            // updateTableOfFiguresItem1
            // 
            this.updateTableOfFiguresItem1.Id = 200;
            this.updateTableOfFiguresItem1.Name = "updateTableOfFiguresItem1";
            // 
            // pageSetupRibbonPageGroup1
            // 
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.changeSectionPageMarginsItem1);
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.changeSectionPageOrientationItem1);
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.changeSectionPaperKindItem1);
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.changeSectionColumnsItem1);
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.insertBreakItem1);
            this.pageSetupRibbonPageGroup1.ItemLinks.Add(this.changeSectionLineNumberingItem1);
            this.pageSetupRibbonPageGroup1.Name = "pageSetupRibbonPageGroup1";
            // 
            // pageLayoutRibbonPage1
            // 
            this.pageLayoutRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.pageSetupRibbonPageGroup1,
            this.pageBackgroundRibbonPageGroup1});
            this.pageLayoutRibbonPage1.Name = "pageLayoutRibbonPage1";
            // 
            // changeSectionPageMarginsItem1
            // 
            this.changeSectionPageMarginsItem1.Id = 201;
            this.changeSectionPageMarginsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setNormalSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setNarrowSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setModerateSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setWideSectionPageMarginsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showPageMarginsSetupFormItem1, true)});
            this.changeSectionPageMarginsItem1.Name = "changeSectionPageMarginsItem1";
            // 
            // setNormalSectionPageMarginsItem1
            // 
            this.setNormalSectionPageMarginsItem1.Id = 202;
            this.setNormalSectionPageMarginsItem1.Name = "setNormalSectionPageMarginsItem1";
            // 
            // setNarrowSectionPageMarginsItem1
            // 
            this.setNarrowSectionPageMarginsItem1.Id = 203;
            this.setNarrowSectionPageMarginsItem1.Name = "setNarrowSectionPageMarginsItem1";
            // 
            // setModerateSectionPageMarginsItem1
            // 
            this.setModerateSectionPageMarginsItem1.Id = 204;
            this.setModerateSectionPageMarginsItem1.Name = "setModerateSectionPageMarginsItem1";
            // 
            // setWideSectionPageMarginsItem1
            // 
            this.setWideSectionPageMarginsItem1.Id = 205;
            this.setWideSectionPageMarginsItem1.Name = "setWideSectionPageMarginsItem1";
            // 
            // showPageMarginsSetupFormItem1
            // 
            this.showPageMarginsSetupFormItem1.Id = 206;
            this.showPageMarginsSetupFormItem1.Name = "showPageMarginsSetupFormItem1";
            // 
            // changeSectionPageOrientationItem1
            // 
            this.changeSectionPageOrientationItem1.Id = 207;
            this.changeSectionPageOrientationItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setPortraitPageOrientationItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setLandscapePageOrientationItem1)});
            this.changeSectionPageOrientationItem1.Name = "changeSectionPageOrientationItem1";
            // 
            // setPortraitPageOrientationItem1
            // 
            this.setPortraitPageOrientationItem1.Id = 208;
            this.setPortraitPageOrientationItem1.Name = "setPortraitPageOrientationItem1";
            // 
            // setLandscapePageOrientationItem1
            // 
            this.setLandscapePageOrientationItem1.Id = 209;
            this.setLandscapePageOrientationItem1.Name = "setLandscapePageOrientationItem1";
            // 
            // changeSectionPaperKindItem1
            // 
            this.changeSectionPaperKindItem1.Id = 210;
            this.changeSectionPaperKindItem1.Name = "changeSectionPaperKindItem1";
            // 
            // changeSectionColumnsItem1
            // 
            this.changeSectionColumnsItem1.Id = 211;
            this.changeSectionColumnsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionOneColumnItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionTwoColumnsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionThreeColumnsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showColumnsSetupFormItem1, true)});
            this.changeSectionColumnsItem1.Name = "changeSectionColumnsItem1";
            // 
            // setSectionOneColumnItem1
            // 
            this.setSectionOneColumnItem1.Id = 212;
            this.setSectionOneColumnItem1.Name = "setSectionOneColumnItem1";
            // 
            // setSectionTwoColumnsItem1
            // 
            this.setSectionTwoColumnsItem1.Id = 213;
            this.setSectionTwoColumnsItem1.Name = "setSectionTwoColumnsItem1";
            // 
            // setSectionThreeColumnsItem1
            // 
            this.setSectionThreeColumnsItem1.Id = 214;
            this.setSectionThreeColumnsItem1.Name = "setSectionThreeColumnsItem1";
            // 
            // showColumnsSetupFormItem1
            // 
            this.showColumnsSetupFormItem1.Id = 215;
            this.showColumnsSetupFormItem1.Name = "showColumnsSetupFormItem1";
            // 
            // insertBreakItem1
            // 
            this.insertBreakItem1.Id = 216;
            this.insertBreakItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertPageBreakItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertColumnBreakItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakNextPageItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakEvenPageItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakOddPageItem1)});
            this.insertBreakItem1.Name = "insertBreakItem1";
            // 
            // insertPageBreakItem1
            // 
            this.insertPageBreakItem1.Id = 217;
            this.insertPageBreakItem1.Name = "insertPageBreakItem1";
            // 
            // insertColumnBreakItem1
            // 
            this.insertColumnBreakItem1.Id = 218;
            this.insertColumnBreakItem1.Name = "insertColumnBreakItem1";
            // 
            // insertSectionBreakNextPageItem1
            // 
            this.insertSectionBreakNextPageItem1.Id = 219;
            this.insertSectionBreakNextPageItem1.Name = "insertSectionBreakNextPageItem1";
            // 
            // insertSectionBreakEvenPageItem1
            // 
            this.insertSectionBreakEvenPageItem1.Id = 220;
            this.insertSectionBreakEvenPageItem1.Name = "insertSectionBreakEvenPageItem1";
            // 
            // insertSectionBreakOddPageItem1
            // 
            this.insertSectionBreakOddPageItem1.Id = 221;
            this.insertSectionBreakOddPageItem1.Name = "insertSectionBreakOddPageItem1";
            // 
            // changeSectionLineNumberingItem1
            // 
            this.changeSectionLineNumberingItem1.Id = 222;
            this.changeSectionLineNumberingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingNoneItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingContinuousItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingRestartNewPageItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingRestartNewSectionItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphSuppressLineNumbersItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineNumberingFormItem1, true)});
            this.changeSectionLineNumberingItem1.Name = "changeSectionLineNumberingItem1";
            // 
            // setSectionLineNumberingNoneItem1
            // 
            this.setSectionLineNumberingNoneItem1.Id = 223;
            this.setSectionLineNumberingNoneItem1.Name = "setSectionLineNumberingNoneItem1";
            // 
            // setSectionLineNumberingContinuousItem1
            // 
            this.setSectionLineNumberingContinuousItem1.Id = 224;
            this.setSectionLineNumberingContinuousItem1.Name = "setSectionLineNumberingContinuousItem1";
            // 
            // setSectionLineNumberingRestartNewPageItem1
            // 
            this.setSectionLineNumberingRestartNewPageItem1.Id = 225;
            this.setSectionLineNumberingRestartNewPageItem1.Name = "setSectionLineNumberingRestartNewPageItem1";
            // 
            // setSectionLineNumberingRestartNewSectionItem1
            // 
            this.setSectionLineNumberingRestartNewSectionItem1.Id = 226;
            this.setSectionLineNumberingRestartNewSectionItem1.Name = "setSectionLineNumberingRestartNewSectionItem1";
            // 
            // toggleParagraphSuppressLineNumbersItem1
            // 
            this.toggleParagraphSuppressLineNumbersItem1.Id = 227;
            this.toggleParagraphSuppressLineNumbersItem1.Name = "toggleParagraphSuppressLineNumbersItem1";
            // 
            // showLineNumberingFormItem1
            // 
            this.showLineNumberingFormItem1.Id = 228;
            this.showLineNumberingFormItem1.Name = "showLineNumberingFormItem1";
            // 
            // pageBackgroundRibbonPageGroup1
            // 
            this.pageBackgroundRibbonPageGroup1.AllowTextClipping = false;
            this.pageBackgroundRibbonPageGroup1.ItemLinks.Add(this.changePageColorItem1);
            this.pageBackgroundRibbonPageGroup1.Name = "pageBackgroundRibbonPageGroup1";
            // 
            // changePageColorItem1
            // 
            this.changePageColorItem1.Id = 229;
            this.changePageColorItem1.Name = "changePageColorItem1";
            // 
            // pagesRibbonPageGroup1
            // 
            this.pagesRibbonPageGroup1.AllowTextClipping = false;
            this.pagesRibbonPageGroup1.ItemLinks.Add(this.insertPageBreakItem21);
            this.pagesRibbonPageGroup1.Name = "pagesRibbonPageGroup1";
            // 
            // insertRibbonPage1
            // 
            this.insertRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.pagesRibbonPageGroup1,
            this.tablesRibbonPageGroup1,
            this.illustrationsRibbonPageGroup1,
            this.linksRibbonPageGroup1,
            this.headerFooterRibbonPageGroup1,
            this.textRibbonPageGroup1,
            this.symbolsRibbonPageGroup1});
            this.insertRibbonPage1.Name = "insertRibbonPage1";
            // 
            // insertPageBreakItem21
            // 
            this.insertPageBreakItem21.Id = 230;
            this.insertPageBreakItem21.Name = "insertPageBreakItem21";
            // 
            // tablesRibbonPageGroup1
            // 
            this.tablesRibbonPageGroup1.AllowTextClipping = false;
            this.tablesRibbonPageGroup1.ItemLinks.Add(this.insertTableItem1);
            this.tablesRibbonPageGroup1.Name = "tablesRibbonPageGroup1";
            // 
            // insertTableItem1
            // 
            this.insertTableItem1.Id = 231;
            this.insertTableItem1.Name = "insertTableItem1";
            // 
            // illustrationsRibbonPageGroup1
            // 
            this.illustrationsRibbonPageGroup1.ItemLinks.Add(this.insertPictureItem1);
            this.illustrationsRibbonPageGroup1.ItemLinks.Add(this.insertFloatingPictureItem1);
            this.illustrationsRibbonPageGroup1.Name = "illustrationsRibbonPageGroup1";
            // 
            // insertPictureItem1
            // 
            this.insertPictureItem1.Id = 232;
            this.insertPictureItem1.Name = "insertPictureItem1";
            // 
            // insertFloatingPictureItem1
            // 
            this.insertFloatingPictureItem1.Id = 233;
            this.insertFloatingPictureItem1.Name = "insertFloatingPictureItem1";
            // 
            // linksRibbonPageGroup1
            // 
            this.linksRibbonPageGroup1.ItemLinks.Add(this.insertBookmarkItem1);
            this.linksRibbonPageGroup1.ItemLinks.Add(this.insertHyperlinkItem1);
            this.linksRibbonPageGroup1.Name = "linksRibbonPageGroup1";
            // 
            // insertBookmarkItem1
            // 
            this.insertBookmarkItem1.Id = 234;
            this.insertBookmarkItem1.Name = "insertBookmarkItem1";
            // 
            // insertHyperlinkItem1
            // 
            this.insertHyperlinkItem1.Id = 235;
            this.insertHyperlinkItem1.Name = "insertHyperlinkItem1";
            // 
            // headerFooterRibbonPageGroup1
            // 
            this.headerFooterRibbonPageGroup1.ItemLinks.Add(this.editPageHeaderItem1);
            this.headerFooterRibbonPageGroup1.ItemLinks.Add(this.editPageFooterItem1);
            this.headerFooterRibbonPageGroup1.ItemLinks.Add(this.insertPageNumberItem1);
            this.headerFooterRibbonPageGroup1.ItemLinks.Add(this.insertPageCountItem1);
            this.headerFooterRibbonPageGroup1.Name = "headerFooterRibbonPageGroup1";
            // 
            // editPageHeaderItem1
            // 
            this.editPageHeaderItem1.Id = 236;
            this.editPageHeaderItem1.Name = "editPageHeaderItem1";
            // 
            // editPageFooterItem1
            // 
            this.editPageFooterItem1.Id = 237;
            this.editPageFooterItem1.Name = "editPageFooterItem1";
            // 
            // insertPageNumberItem1
            // 
            this.insertPageNumberItem1.Id = 238;
            this.insertPageNumberItem1.Name = "insertPageNumberItem1";
            // 
            // insertPageCountItem1
            // 
            this.insertPageCountItem1.Id = 239;
            this.insertPageCountItem1.Name = "insertPageCountItem1";
            // 
            // textRibbonPageGroup1
            // 
            this.textRibbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("textRibbonPageGroup1.Glyph")));
            this.textRibbonPageGroup1.ItemLinks.Add(this.insertTextBoxItem1);
            this.textRibbonPageGroup1.Name = "textRibbonPageGroup1";
            // 
            // insertTextBoxItem1
            // 
            this.insertTextBoxItem1.Id = 240;
            this.insertTextBoxItem1.Name = "insertTextBoxItem1";
            // 
            // symbolsRibbonPageGroup1
            // 
            this.symbolsRibbonPageGroup1.AllowTextClipping = false;
            this.symbolsRibbonPageGroup1.ItemLinks.Add(this.insertSymbolItem1);
            this.symbolsRibbonPageGroup1.Name = "symbolsRibbonPageGroup1";
            // 
            // insertSymbolItem1
            // 
            this.insertSymbolItem1.Id = 241;
            this.insertSymbolItem1.Name = "insertSymbolItem1";
            // 
            // clipboardRibbonPageGroup1
            // 
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.cutItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.copyItem1);
            this.clipboardRibbonPageGroup1.ItemLinks.Add(this.pasteSpecialItem1);
            this.clipboardRibbonPageGroup1.Name = "clipboardRibbonPageGroup1";
            // 
            // homeRibbonPage1
            // 
            this.homeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.clipboardRibbonPageGroup1,
            this.fontRibbonPageGroup1,
            this.paragraphRibbonPageGroup1,
            this.stylesRibbonPageGroup1,
            this.editingRibbonPageGroup1});
            this.homeRibbonPage1.Name = "homeRibbonPage1";
            reduceOperation1.Behavior = DevExpress.XtraBars.Ribbon.ReduceOperationBehavior.UntilAvailable;
            reduceOperation1.Group = this.stylesRibbonPageGroup1;
            reduceOperation1.ItemLinkIndex = 0;
            reduceOperation1.ItemLinksCount = 0;
            reduceOperation1.Operation = DevExpress.XtraBars.Ribbon.ReduceOperationType.Gallery;
            this.homeRibbonPage1.ReduceOperations.Add(reduceOperation1);
            // 
            // pasteItem1
            // 
            this.pasteItem1.Id = 249;
            this.pasteItem1.Name = "pasteItem1";
            // 
            // cutItem1
            // 
            this.cutItem1.Id = 250;
            this.cutItem1.Name = "cutItem1";
            // 
            // copyItem1
            // 
            this.copyItem1.Id = 251;
            this.copyItem1.Name = "copyItem1";
            // 
            // pasteSpecialItem1
            // 
            this.pasteSpecialItem1.Id = 252;
            this.pasteSpecialItem1.Name = "pasteSpecialItem1";
            // 
            // fontRibbonPageGroup1
            // 
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup2);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup3);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.changeTextCaseItem1);
            this.fontRibbonPageGroup1.ItemLinks.Add(this.clearFormattingItem1);
            this.fontRibbonPageGroup1.Name = "fontRibbonPageGroup1";
            // 
            // changeFontNameItem1
            // 
            this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
            this.changeFontNameItem1.Id = 253;
            this.changeFontNameItem1.Name = "changeFontNameItem1";
            // 
            // changeFontSizeItem1
            // 
            this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit1;
            this.changeFontSizeItem1.Id = 254;
            this.changeFontSizeItem1.Name = "changeFontSizeItem1";
            // 
            // fontSizeIncreaseItem1
            // 
            this.fontSizeIncreaseItem1.Id = 255;
            this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
            // 
            // fontSizeDecreaseItem1
            // 
            this.fontSizeDecreaseItem1.Id = 256;
            this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
            // 
            // toggleFontBoldItem1
            // 
            this.toggleFontBoldItem1.Id = 257;
            this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
            // 
            // toggleFontItalicItem1
            // 
            this.toggleFontItalicItem1.Id = 258;
            this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
            // 
            // toggleFontUnderlineItem1
            // 
            this.toggleFontUnderlineItem1.Id = 259;
            this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
            // 
            // toggleFontDoubleUnderlineItem1
            // 
            this.toggleFontDoubleUnderlineItem1.Id = 260;
            this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
            // 
            // toggleFontStrikeoutItem1
            // 
            this.toggleFontStrikeoutItem1.Id = 261;
            this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
            // 
            // toggleFontDoubleStrikeoutItem1
            // 
            this.toggleFontDoubleStrikeoutItem1.Id = 262;
            this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
            // 
            // toggleFontSuperscriptItem1
            // 
            this.toggleFontSuperscriptItem1.Id = 263;
            this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
            // 
            // toggleFontSubscriptItem1
            // 
            this.toggleFontSubscriptItem1.Id = 264;
            this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
            // 
            // changeFontColorItem1
            // 
            this.changeFontColorItem1.Id = 265;
            this.changeFontColorItem1.Name = "changeFontColorItem1";
            // 
            // changeFontBackColorItem1
            // 
            this.changeFontBackColorItem1.Id = 266;
            this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
            // 
            // changeTextCaseItem1
            // 
            this.changeTextCaseItem1.Id = 267;
            this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.capitalizeEachWordCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
            this.changeTextCaseItem1.Name = "changeTextCaseItem1";
            // 
            // makeTextUpperCaseItem1
            // 
            this.makeTextUpperCaseItem1.Id = 268;
            this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
            // 
            // makeTextLowerCaseItem1
            // 
            this.makeTextLowerCaseItem1.Id = 269;
            this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
            // 
            // capitalizeEachWordCaseItem1
            // 
            this.capitalizeEachWordCaseItem1.Id = 270;
            this.capitalizeEachWordCaseItem1.Name = "capitalizeEachWordCaseItem1";
            // 
            // toggleTextCaseItem1
            // 
            this.toggleTextCaseItem1.Id = 271;
            this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
            // 
            // clearFormattingItem1
            // 
            this.clearFormattingItem1.Id = 272;
            this.clearFormattingItem1.Name = "clearFormattingItem1";
            // 
            // barButtonGroup1
            // 
            this.barButtonGroup1.Id = 242;
            this.barButtonGroup1.ItemLinks.Add(this.changeFontNameItem1);
            this.barButtonGroup1.ItemLinks.Add(this.changeFontSizeItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeIncreaseItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeDecreaseItem1);
            this.barButtonGroup1.Name = "barButtonGroup1";
            this.barButtonGroup1.Tag = "{97BBE334-159B-44d9-A168-0411957565E8}";
            // 
            // repositoryItemFontEdit1
            // 
            this.repositoryItemFontEdit1.AutoHeight = false;
            this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
            // 
            // repositoryItemRichEditFontSizeEdit1
            // 
            this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
            this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemRichEditFontSizeEdit1.Control = this.richEditControl;
            this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
            // 
            // barButtonGroup2
            // 
            this.barButtonGroup2.Id = 243;
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontBoldItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontItalicItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSuperscriptItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSubscriptItem1);
            this.barButtonGroup2.Name = "barButtonGroup2";
            this.barButtonGroup2.Tag = "{433DA7F0-03E2-4650-9DB5-66DD92D16E39}";
            // 
            // barButtonGroup3
            // 
            this.barButtonGroup3.Id = 244;
            this.barButtonGroup3.ItemLinks.Add(this.changeFontColorItem1);
            this.barButtonGroup3.ItemLinks.Add(this.changeFontBackColorItem1);
            this.barButtonGroup3.Name = "barButtonGroup3";
            this.barButtonGroup3.Tag = "{DF8C5334-EDE3-47c9-A42C-FE9A9247E180}";
            // 
            // paragraphRibbonPageGroup1
            // 
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup4);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup5);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup6);
            this.paragraphRibbonPageGroup1.ItemLinks.Add(this.barButtonGroup7);
            this.paragraphRibbonPageGroup1.Name = "paragraphRibbonPageGroup1";
            // 
            // toggleBulletedListItem1
            // 
            this.toggleBulletedListItem1.Id = 273;
            this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
            // 
            // toggleNumberingListItem1
            // 
            this.toggleNumberingListItem1.Id = 274;
            this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
            // 
            // toggleMultiLevelListItem1
            // 
            this.toggleMultiLevelListItem1.Id = 275;
            this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
            // 
            // decreaseIndentItem1
            // 
            this.decreaseIndentItem1.Id = 276;
            this.decreaseIndentItem1.Name = "decreaseIndentItem1";
            // 
            // increaseIndentItem1
            // 
            this.increaseIndentItem1.Id = 277;
            this.increaseIndentItem1.Name = "increaseIndentItem1";
            // 
            // toggleParagraphAlignmentLeftItem1
            // 
            this.toggleParagraphAlignmentLeftItem1.Id = 278;
            this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
            // 
            // toggleParagraphAlignmentCenterItem1
            // 
            this.toggleParagraphAlignmentCenterItem1.Id = 279;
            this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
            // 
            // toggleParagraphAlignmentRightItem1
            // 
            this.toggleParagraphAlignmentRightItem1.Id = 280;
            this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
            // 
            // toggleParagraphAlignmentJustifyItem1
            // 
            this.toggleParagraphAlignmentJustifyItem1.Id = 281;
            this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
            // 
            // toggleShowWhitespaceItem1
            // 
            this.toggleShowWhitespaceItem1.Id = 282;
            this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
            // 
            // changeParagraphLineSpacingItem1
            // 
            this.changeParagraphLineSpacingItem1.Id = 283;
            this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
            this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
            // 
            // setSingleParagraphSpacingItem1
            // 
            this.setSingleParagraphSpacingItem1.Id = 284;
            this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
            // 
            // setSesquialteralParagraphSpacingItem1
            // 
            this.setSesquialteralParagraphSpacingItem1.Id = 285;
            this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
            // 
            // setDoubleParagraphSpacingItem1
            // 
            this.setDoubleParagraphSpacingItem1.Id = 286;
            this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
            // 
            // showLineSpacingFormItem1
            // 
            this.showLineSpacingFormItem1.Id = 287;
            this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
            // 
            // addSpacingBeforeParagraphItem1
            // 
            this.addSpacingBeforeParagraphItem1.Id = 288;
            this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
            // 
            // removeSpacingBeforeParagraphItem1
            // 
            this.removeSpacingBeforeParagraphItem1.Id = 289;
            this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
            // 
            // addSpacingAfterParagraphItem1
            // 
            this.addSpacingAfterParagraphItem1.Id = 290;
            this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
            // 
            // removeSpacingAfterParagraphItem1
            // 
            this.removeSpacingAfterParagraphItem1.Id = 291;
            this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
            // 
            // changeParagraphBackColorItem1
            // 
            this.changeParagraphBackColorItem1.Id = 292;
            this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
            // 
            // barButtonGroup4
            // 
            this.barButtonGroup4.Id = 245;
            this.barButtonGroup4.ItemLinks.Add(this.toggleBulletedListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleNumberingListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleMultiLevelListItem1);
            this.barButtonGroup4.Name = "barButtonGroup4";
            this.barButtonGroup4.Tag = "{0B3A7A43-3079-4ce0-83A8-3789F5F6DC9F}";
            // 
            // barButtonGroup5
            // 
            this.barButtonGroup5.Id = 246;
            this.barButtonGroup5.ItemLinks.Add(this.decreaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.increaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.toggleShowWhitespaceItem1);
            this.barButtonGroup5.Name = "barButtonGroup5";
            this.barButtonGroup5.Tag = "{4747D5AB-2BEB-4ea6-9A1D-8E4FB36F1B40}";
            // 
            // barButtonGroup6
            // 
            this.barButtonGroup6.Id = 247;
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentLeftItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentCenterItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentRightItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.barButtonGroup6.Name = "barButtonGroup6";
            this.barButtonGroup6.Tag = "{8E89E775-996E-49a0-AADA-DE338E34732E}";
            // 
            // barButtonGroup7
            // 
            this.barButtonGroup7.Id = 248;
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphLineSpacingItem1);
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphBackColorItem1);
            this.barButtonGroup7.Name = "barButtonGroup7";
            this.barButtonGroup7.Tag = "{9A8DEAD8-3890-4857-A395-EC625FD02217}";
            // 
            // stylesRibbonPageGroup1
            // 
            this.stylesRibbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("stylesRibbonPageGroup1.Glyph")));
            this.stylesRibbonPageGroup1.ItemLinks.Add(this.galleryChangeStyleItem1);
            this.stylesRibbonPageGroup1.Name = "stylesRibbonPageGroup1";
            // 
            // galleryChangeStyleItem1
            // 
            // 
            // 
            // 
            this.galleryChangeStyleItem1.Gallery.ColumnCount = 10;
            this.galleryChangeStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup2});
            this.galleryChangeStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeStyleItem1.Id = 293;
            this.galleryChangeStyleItem1.Name = "galleryChangeStyleItem1";
            // 
            // editingRibbonPageGroup1
            // 
            this.editingRibbonPageGroup1.ItemLinks.Add(this.findItem1);
            this.editingRibbonPageGroup1.ItemLinks.Add(this.replaceItem1);
            this.editingRibbonPageGroup1.Name = "editingRibbonPageGroup1";
            // 
            // findItem1
            // 
            this.findItem1.Id = 294;
            this.findItem1.Name = "findItem1";
            // 
            // replaceItem1
            // 
            this.replaceItem1.Id = 295;
            this.replaceItem1.Name = "replaceItem1";
            // 
            // commonRibbonPageGroup1
            // 
            this.commonRibbonPageGroup1.ItemLinks.Add(this.undoItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.redoItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileNewItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileOpenItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.fileSaveAsItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.quickPrintItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printItem1);
            this.commonRibbonPageGroup1.ItemLinks.Add(this.printPreviewItem1);
            this.commonRibbonPageGroup1.Name = "commonRibbonPageGroup1";
            // 
            // fileRibbonPage1
            // 
            this.fileRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonRibbonPageGroup1});
            this.fileRibbonPage1.Name = "fileRibbonPage1";
            // 
            // undoItem1
            // 
            this.undoItem1.Id = 296;
            this.undoItem1.Name = "undoItem1";
            // 
            // redoItem1
            // 
            this.redoItem1.Id = 297;
            this.redoItem1.Name = "redoItem1";
            // 
            // fileNewItem1
            // 
            this.fileNewItem1.Id = 298;
            this.fileNewItem1.Name = "fileNewItem1";
            // 
            // fileOpenItem1
            // 
            this.fileOpenItem1.Id = 299;
            this.fileOpenItem1.Name = "fileOpenItem1";
            // 
            // fileSaveItem1
            // 
            this.fileSaveItem1.Id = 300;
            this.fileSaveItem1.Name = "fileSaveItem1";
            // 
            // fileSaveAsItem1
            // 
            this.fileSaveAsItem1.Id = 301;
            this.fileSaveAsItem1.Name = "fileSaveAsItem1";
            // 
            // quickPrintItem1
            // 
            this.quickPrintItem1.Id = 302;
            this.quickPrintItem1.Name = "quickPrintItem1";
            // 
            // printItem1
            // 
            this.printItem1.Id = 303;
            this.printItem1.Name = "printItem1";
            // 
            // printPreviewItem1
            // 
            this.printPreviewItem1.Id = 304;
            this.printPreviewItem1.Name = "printPreviewItem1";
            // 
            // Form1
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1100, 700);
            this.Controls.Add(this.richEditControl);
            this.Controls.Add(this.popupControlContainer1);
            this.Controls.Add(this.popupControlContainer2);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonControl);
            this.Name = "Form1";
            this.Ribbon = this.ribbonControl;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).EndInit();
            this.popupControlContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
            this.popupControlContainer1.ResumeLayout(false);
            this.popupControlContainer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.spellChecker1       = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.memoEditToCheck     = new DevExpress.XtraEditors.MemoEdit();
     this.btnCheck            = new DevExpress.XtraEditors.SimpleButton();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.cmbDictionaryType   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.Form1layoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditToCheck.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDictionaryType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Form1layoutControl1ConvertedLayout)).BeginInit();
     this.Form1layoutControl1ConvertedLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // spellChecker1
     //
     this.spellChecker1.CheckAsYouTypeOptions.CheckControlsInParentContainer = true;
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = this;
     //
     // memoEditToCheck
     //
     this.memoEditToCheck.Location = new System.Drawing.Point(12, 12);
     this.memoEditToCheck.Name     = "memoEditToCheck";
     this.memoEditToCheck.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.memoEditToCheck.Properties.Appearance.Options.UseFont = true;
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEditToCheck, true);
     this.memoEditToCheck.Size = new System.Drawing.Size(383, 280);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEditToCheck, optionsSpelling1);
     this.memoEditToCheck.StyleController = this.Form1layoutControl1ConvertedLayout;
     this.memoEditToCheck.TabIndex        = 3;
     //
     // btnCheck
     //
     this.btnCheck.Location        = new System.Drawing.Point(222, 296);
     this.btnCheck.Name            = "btnCheck";
     this.btnCheck.Size            = new System.Drawing.Size(173, 22);
     this.btnCheck.StyleController = this.Form1layoutControl1ConvertedLayout;
     this.btnCheck.TabIndex        = 2;
     this.btnCheck.Text            = "Check";
     this.btnCheck.Click          += new System.EventHandler(this.btnCheck_Click);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful";
     //
     // cmbDictionaryType
     //
     this.cmbDictionaryType.EditValue = "OpenOffice";
     this.cmbDictionaryType.Location  = new System.Drawing.Point(91, 296);
     this.cmbDictionaryType.Name      = "cmbDictionaryType";
     this.cmbDictionaryType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbDictionaryType.Properties.DropDownRows = 3;
     this.cmbDictionaryType.Properties.Items.AddRange(new object[] {
         "ISpell",
         "OpenOffice",
         "HunSpell"
     });
     this.cmbDictionaryType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbDictionaryType.Size                  = new System.Drawing.Size(127, 20);
     this.cmbDictionaryType.StyleController       = this.Form1layoutControl1ConvertedLayout;
     this.cmbDictionaryType.TabIndex              = 4;
     this.cmbDictionaryType.SelectedIndexChanged += new System.EventHandler(this.cmbDictionaryType_SelectedIndexChanged);
     //
     // Form1layoutControl1ConvertedLayout
     //
     this.Form1layoutControl1ConvertedLayout.Controls.Add(this.cmbDictionaryType);
     this.Form1layoutControl1ConvertedLayout.Controls.Add(this.memoEditToCheck);
     this.Form1layoutControl1ConvertedLayout.Controls.Add(this.btnCheck);
     this.Form1layoutControl1ConvertedLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Form1layoutControl1ConvertedLayout.Location = new System.Drawing.Point(0, 0);
     this.Form1layoutControl1ConvertedLayout.Name     = "Form1layoutControl1ConvertedLayout";
     this.Form1layoutControl1ConvertedLayout.Root     = this.layoutControlGroup1;
     this.Form1layoutControl1ConvertedLayout.Size     = new System.Drawing.Size(407, 330);
     this.Form1layoutControl1ConvertedLayout.TabIndex = 6;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(407, 330);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control      = this.cmbDictionaryType;
     this.layoutControlItem1.Location     = new System.Drawing.Point(0, 284);
     this.layoutControlItem1.Name         = "cmbDictionaryTypeitem";
     this.layoutControlItem1.Size         = new System.Drawing.Size(210, 26);
     this.layoutControlItem1.Text         = "Dictionary Type";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlItem1.TextSize     = new System.Drawing.Size(75, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.memoEditToCheck;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name        = "memoEditToCheckitem";
     this.layoutControlItem2.Size        = new System.Drawing.Size(387, 284);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.btnCheck;
     this.layoutControlItem3.Location    = new System.Drawing.Point(210, 284);
     this.layoutControlItem3.Name        = "btnCheckitem";
     this.layoutControlItem3.Size        = new System.Drawing.Size(177, 26);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(407, 330);
     this.Controls.Add(this.Form1layoutControl1ConvertedLayout);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "Form1";
     this.Text   = "XtraSpellChecker Example";
     ((System.ComponentModel.ISupportInitialize)(this.memoEditToCheck.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbDictionaryType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Form1layoutControl1ConvertedLayout)).EndInit();
     this.Form1layoutControl1ConvertedLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling2 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling3 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.richTextBox1  = new System.Windows.Forms.RichTextBox();
     this.spellChecker1 = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.memoEdit1     = new DevExpress.XtraEditors.MemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(12, 12);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(231, 81);
     this.spellChecker1.SetSpellCheckerOptions(this.textBox1, optionsSpelling1);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text     = "Standard TextBox Control\r\n\r\nthe the errror dedxs";
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(277, 12);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(290, 326);
     this.spellChecker1.SetSpellCheckerOptions(this.richTextBox1, optionsSpelling2);
     this.richTextBox1.TabIndex = 1;
     this.richTextBox1.Text     = "Standard RichTextBox Control\n\nthe the errror";
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // memoEdit1
     //
     this.memoEdit1.EditValue = "DevExpress MemoEdit Control\r\n\r\nthe the errror";
     this.memoEdit1.Location  = new System.Drawing.Point(12, 109);
     this.memoEdit1.Name      = "memoEdit1";
     this.spellChecker1.SetShowSpellCheckMenu(this.memoEdit1, true);
     this.memoEdit1.Size = new System.Drawing.Size(231, 229);
     this.spellChecker1.SetSpellCheckerOptions(this.memoEdit1, optionsSpelling3);
     this.memoEdit1.TabIndex = 2;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(579, 352);
     this.Controls.Add(this.memoEdit1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.textBox1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraRichEdit.Forms.CommentIdProvider commentIdProvider1 = new DevExpress.XtraRichEdit.Forms.CommentIdProvider();
     DevExpress.XtraSpellChecker.OptionsSpelling     optionsSpelling1   = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling     optionsSpelling2   = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling     optionsSpelling3   = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.groupControl1            = new DevExpress.XtraEditors.GroupControl();
     this.panelControl4            = new DevExpress.XtraEditors.PanelControl();
     this.spellChecker1            = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.dataGridView1            = new System.Windows.Forms.DataGridView();
     this.dockManager1             = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1               = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container     = new DevExpress.XtraBars.Docking.ControlContainer();
     this.richEditCommentControl1  = new DevExpress.XtraRichEdit.RichEditCommentControl();
     this.sharedDictionaryStorage1 = new DevExpress.XtraSpellChecker.SharedDictionaryStorage(this.components);
     this.groupControl4            = new DevExpress.XtraEditors.GroupControl();
     this.xtraTabControl2          = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3             = new DevExpress.XtraTab.XtraTabPage();
     this.imagestudyfindings       = new DevExpress.XtraRichEdit.RichEditControl();
     this.xtraTabPage4             = new DevExpress.XtraTab.XtraTabPage();
     this.view2        = new DevExpress.XtraRichEdit.RichEditControl();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.view3        = new DevExpress.XtraRichEdit.RichEditControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
     this.xtraTabControl2.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     this.xtraTabPage5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.panelControl4);
     this.groupControl1.Controls.Add(this.dataGridView1);
     this.groupControl1.Location = new System.Drawing.Point(12, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1136, 523);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "Ultrasound Description";
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.groupControl4);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(2, 138);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(1132, 383);
     this.panelControl4.TabIndex = 2;
     //
     // spellChecker1
     //
     this.spellChecker1.Culture         = new System.Globalization.CultureInfo("en-US");
     this.spellChecker1.ParentContainer = null;
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.dataGridView1.Location  = new System.Drawing.Point(2, 21);
     this.dataGridView1.Name      = "dataGridView1";
     this.dataGridView1.Size      = new System.Drawing.Size(1132, 117);
     this.dataGridView1.TabIndex  = 0;
     this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanel1
     });
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane"
     });
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock         = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID           = new System.Guid("0fdf726e-9862-4043-91bc-eb03cb243592");
     this.dockPanel1.Location     = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name         = "dockPanel1";
     this.dockPanel1.OriginalSize = new System.Drawing.Size(400, 200);
     this.dockPanel1.SavedDock    = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.SavedIndex   = 0;
     this.dockPanel1.Size         = new System.Drawing.Size(400, 564);
     this.dockPanel1.Text         = "Main document comments";
     this.dockPanel1.Visibility   = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.richEditCommentControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(392, 537);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // richEditCommentControl1
     //
     this.richEditCommentControl1.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
     this.richEditCommentControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.richEditCommentControl1.EnableToolTips = true;
     this.richEditCommentControl1.Location       = new System.Drawing.Point(0, 0);
     this.richEditCommentControl1.Modified       = true;
     this.richEditCommentControl1.Name           = "richEditCommentControl1";
     this.richEditCommentControl1.Options.Comments.ShowAllAuthors = true;
     this.richEditCommentControl1.Options.Comments.Visibility     = DevExpress.XtraRichEdit.Options.RichEditCommentVisibility.Auto;
     this.richEditCommentControl1.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.richEditCommentControl1.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.richEditCommentControl1.Options.MailMerge.KeepLastParagraph = false;
     this.richEditCommentControl1.Provider     = commentIdProvider1;
     this.richEditCommentControl1.ReadOnly     = true;
     this.richEditCommentControl1.Size         = new System.Drawing.Size(392, 537);
     this.richEditCommentControl1.SpellChecker = this.spellChecker1;
     this.richEditCommentControl1.TabIndex     = 0;
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.xtraTabControl2);
     this.groupControl4.Location = new System.Drawing.Point(5, 6);
     this.groupControl4.Name     = "groupControl4";
     this.groupControl4.Size     = new System.Drawing.Size(1127, 359);
     this.groupControl4.TabIndex = 67;
     this.groupControl4.Text     = "Image Studding Findings";
     //
     // xtraTabControl2
     //
     this.xtraTabControl2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl2.Location        = new System.Drawing.Point(2, 21);
     this.xtraTabControl2.Name            = "xtraTabControl2";
     this.xtraTabControl2.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl2.Size            = new System.Drawing.Size(1123, 336);
     this.xtraTabControl2.TabIndex        = 6;
     this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage3,
         this.xtraTabPage4,
         this.xtraTabPage5
     });
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.imagestudyfindings);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(1117, 308);
     this.xtraTabPage3.Text = "View1";
     //
     // imagestudyfindings
     //
     this.imagestudyfindings.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.imagestudyfindings.EnableToolTips = true;
     this.imagestudyfindings.Location       = new System.Drawing.Point(0, 0);
     this.imagestudyfindings.Name           = "imagestudyfindings";
     this.imagestudyfindings.Options.Comments.ShowAllAuthors = true;
     this.imagestudyfindings.Options.Comments.Visibility     = DevExpress.XtraRichEdit.Options.RichEditCommentVisibility.Auto;
     this.imagestudyfindings.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.imagestudyfindings.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.imagestudyfindings.Options.MailMerge.KeepLastParagraph = false;
     this.spellChecker1.SetShowSpellCheckMenu(this.imagestudyfindings, false);
     this.imagestudyfindings.Size         = new System.Drawing.Size(1117, 308);
     this.imagestudyfindings.SpellChecker = this.spellChecker1;
     this.spellChecker1.SetSpellCheckerOptions(this.imagestudyfindings, optionsSpelling1);
     this.imagestudyfindings.TabIndex = 0;
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.view2);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(1117, 308);
     this.xtraTabPage4.Text = "View2";
     //
     // view2
     //
     this.view2.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.view2.EnableToolTips = true;
     this.view2.Location       = new System.Drawing.Point(0, 0);
     this.view2.Name           = "view2";
     this.view2.Options.Comments.ShowAllAuthors = true;
     this.view2.Options.Comments.Visibility     = DevExpress.XtraRichEdit.Options.RichEditCommentVisibility.Auto;
     this.view2.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.view2.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.view2.Options.MailMerge.KeepLastParagraph = false;
     this.spellChecker1.SetShowSpellCheckMenu(this.view2, false);
     this.view2.Size         = new System.Drawing.Size(1117, 308);
     this.view2.SpellChecker = this.spellChecker1;
     this.spellChecker1.SetSpellCheckerOptions(this.view2, optionsSpelling2);
     this.view2.TabIndex = 4;
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.view3);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(1117, 308);
     this.xtraTabPage5.Text = "View3";
     //
     // view3
     //
     this.view3.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.view3.EnableToolTips = true;
     this.view3.Location       = new System.Drawing.Point(0, 0);
     this.view3.Name           = "view3";
     this.view3.Options.Comments.ShowAllAuthors = true;
     this.view3.Options.Comments.Visibility     = DevExpress.XtraRichEdit.Options.RichEditCommentVisibility.Auto;
     this.view3.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.view3.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.view3.Options.MailMerge.KeepLastParagraph = false;
     this.spellChecker1.SetShowSpellCheckMenu(this.view3, false);
     this.view3.Size = new System.Drawing.Size(1117, 308);
     this.spellChecker1.SetSpellCheckerOptions(this.view3, optionsSpelling3);
     this.view3.TabIndex = 0;
     //
     // ultrasounview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1178, 564);
     this.Controls.Add(this.groupControl1);
     this.Name  = "ultrasounview";
     this.Text  = "ultrasounview";
     this.Load += new System.EventHandler(this.ultrasounview_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
     this.xtraTabControl2.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     this.xtraTabPage5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling2 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.richEditControl = new DevExpress.XtraRichEdit.RichEditControl();
     this.spellChecker    = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.textEdit1       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1   = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2   = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // richEditControl
     //
     this.richEditControl.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.richEditControl.Location     = new System.Drawing.Point(119, 32);
     this.richEditControl.Name         = "richEditControl";
     this.richEditControl.Size         = new System.Drawing.Size(418, 331);
     this.richEditControl.SpellChecker = this.spellChecker;
     this.spellChecker.SetSpellCheckerOptions(this.richEditControl, optionsSpelling1);
     this.richEditControl.TabIndex = 2;
     //
     // spellChecker
     //
     this.spellChecker.Culture         = new System.Globalization.CultureInfo("ru-RU");
     this.spellChecker.ParentContainer = null;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(13, 33);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Properties.AllowNullInput  = DevExpress.Utils.DefaultBoolean.True;
     this.textEdit1.Properties.NullValuePrompt = "NullText";
     this.textEdit1.Properties.NullValuePromptShowForEmptyValue = true;
     this.spellChecker.SetShowSpellCheckMenu(this.textEdit1, true);
     this.textEdit1.Size = new System.Drawing.Size(100, 20);
     this.spellChecker.SetSpellCheckerOptions(this.textEdit1, optionsSpelling2);
     this.textEdit1.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 13);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(40, 13);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text     = "TextEdit";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(124, 13);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(73, 13);
     this.labelControl2.TabIndex = 4;
     this.labelControl2.Text     = "RichEditControl";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(541, 373);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.richEditControl);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSpellChecker.OptionsSpelling optionsSpelling1 = new DevExpress.XtraSpellChecker.OptionsSpelling();
     this.Editor               = new DevExpress.XtraRichEdit.RichEditControl();
     this.spellChecker         = new DevExpress.XtraSpellChecker.SpellChecker(this.components);
     this.dockManager          = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.hideContainerRight   = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockPanelComments    = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.Comments             = new DevExpress.XtraRichEdit.RichEditCommentControl();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.hideContainerRight.SuspendLayout();
     this.dockPanelComments.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     this.SuspendLayout();
     //
     // Editor
     //
     this.Editor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Editor.Location = new System.Drawing.Point(0, 0);
     this.Editor.Name     = "Editor";
     this.Editor.Options.DocumentCapabilities.Macros     = DevExpress.XtraRichEdit.DocumentCapability.Disabled;
     this.Editor.Options.DocumentCapabilities.OleObjects = DevExpress.XtraRichEdit.DocumentCapability.Disabled;
     this.Editor.ReadOnly     = true;
     this.Editor.Size         = new System.Drawing.Size(1018, 746);
     this.Editor.SpellChecker = this.spellChecker;
     this.spellChecker.SetSpellCheckerOptions(this.Editor, optionsSpelling1);
     this.Editor.TabIndex = 0;
     this.Editor.Views.DraftView.AdjustColorsToSkins       = true;
     this.Editor.Views.PrintLayoutView.AdjustColorsToSkins = true;
     this.Editor.Views.SimpleView.AdjustColorsToSkins      = true;
     this.Editor.EncryptedFilePasswordRequested           += new DevExpress.XtraRichEdit.EncryptedFilePasswordRequestedEventHandler(this.Editor_EncryptedFilePasswordRequested);
     //
     // spellChecker
     //
     this.spellChecker.Culture         = new System.Globalization.CultureInfo("");
     this.spellChecker.ParentContainer = null;
     //
     // dockManager
     //
     this.dockManager.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
         this.hideContainerRight
     });
     this.dockManager.Form = this;
     this.dockManager.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane",
         "DevExpress.XtraBars.TabFormControl",
         "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl"
     });
     //
     // hideContainerRight
     //
     this.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.hideContainerRight.Controls.Add(this.dockPanelComments);
     this.hideContainerRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.hideContainerRight.Location = new System.Drawing.Point(1018, 0);
     this.hideContainerRight.Name     = "hideContainerRight";
     this.hideContainerRight.Size     = new System.Drawing.Size(21, 746);
     //
     // dockPanelComments
     //
     this.dockPanelComments.Controls.Add(this.dockPanel1_Container);
     this.dockPanelComments.Dock         = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockPanelComments.ID           = new System.Guid("27d4133f-bf60-4c73-9c85-ab9d9fce17bd");
     this.dockPanelComments.Location     = new System.Drawing.Point(0, 0);
     this.dockPanelComments.Name         = "dockPanelComments";
     this.dockPanelComments.OriginalSize = new System.Drawing.Size(250, 200);
     this.dockPanelComments.SavedDock    = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockPanelComments.SavedIndex   = 0;
     this.dockPanelComments.Size         = new System.Drawing.Size(250, 746);
     this.dockPanelComments.Text         = "Comments";
     this.dockPanelComments.Visibility   = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.Comments);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 46);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(243, 697);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // Comments
     //
     this.Comments.ActiveViewType  = DevExpress.XtraRichEdit.RichEditViewType.Simple;
     this.Comments.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.Comments.Location        = new System.Drawing.Point(0, 0);
     this.Comments.Name            = "Comments";
     this.Comments.ReadOnly        = true;
     this.Comments.RichEditControl = this.Editor;
     this.Comments.Size            = new System.Drawing.Size(243, 697);
     this.Comments.TabIndex        = 0;
     //
     // BookViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Editor);
     this.Controls.Add(this.hideContainerRight);
     this.Name = "BookViewer";
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.hideContainerRight.ResumeLayout(false);
     this.dockPanelComments.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     this.ResumeLayout(false);
 }