/// <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(Ribbon1));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     this.tab1           = this.Factory.CreateRibbonTab();
     this.group1         = this.Factory.CreateRibbonGroup();
     this.toggleReceive  = this.Factory.CreateRibbonToggleButton();
     this.pasteDirection = this.Factory.CreateRibbonDropDown();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.toggleReceive);
     this.group1.Items.Add(this.pasteDirection);
     this.group1.Label = "Auto-Paste";
     this.group1.Name  = "group1";
     //
     // toggleReceive
     //
     this.toggleReceive.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.toggleReceive.Image       = ((System.Drawing.Image)(resources.GetObject("toggleReceive.Image")));
     this.toggleReceive.Label       = "Watch clipboard.";
     this.toggleReceive.Name        = "toggleReceive";
     this.toggleReceive.ShowImage   = true;
     this.toggleReceive.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ToggleReceive_Click);
     //
     // pasteDirection
     //
     ribbonDropDownItemImpl1.Label = "Column";
     ribbonDropDownItemImpl2.Label = "Row";
     this.pasteDirection.Items.Add(ribbonDropDownItemImpl1);
     this.pasteDirection.Items.Add(ribbonDropDownItemImpl2);
     this.pasteDirection.Label             = "Paste direction";
     this.pasteDirection.Name              = "pasteDirection";
     this.pasteDirection.ShowItemImage     = false;
     this.pasteDirection.SizeString        = "column";
     this.pasteDirection.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.pasteDirection_SelectionChanged);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
       Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
       this.TabCustom = this.Factory.CreateRibbonTab();
       this.temperatureGroup = this.Factory.CreateRibbonGroup();
       this.TemperatureEditBox = this.Factory.CreateRibbonEditBox();
       this.ScaleDropDown = this.Factory.CreateRibbonDropDown();
       this.InsertButton = this.Factory.CreateRibbonButton();
       this.TabCustom.SuspendLayout();
       this.temperatureGroup.SuspendLayout();
       //
       // TabCustom
       //
       this.TabCustom.Groups.Add(this.temperatureGroup);
       this.TabCustom.Label = "Custom";
       this.TabCustom.Name = "TabCustom";
       //
       // temperatureGroup
       //
       this.temperatureGroup.Items.Add(this.TemperatureEditBox);
       this.temperatureGroup.Items.Add(this.ScaleDropDown);
       this.temperatureGroup.Items.Add(this.InsertButton);
       this.temperatureGroup.Label = "Temperature";
       this.temperatureGroup.Name = "temperatureGroup";
       //
       // TemperatureEditBox
       //
       this.TemperatureEditBox.Label = "Temperature";
       this.TemperatureEditBox.Name = "TemperatureEditBox";
       this.TemperatureEditBox.Text = null;
       this.TemperatureEditBox.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.TemperatureEditBox_TextChanged);
       //
       // ScaleDropDown
       //
       ribbonDropDownItemImpl1.Label = "Centigrade";
       ribbonDropDownItemImpl2.Label = "Fahrenheit";
       this.ScaleDropDown.Items.Add(ribbonDropDownItemImpl1);
       this.ScaleDropDown.Items.Add(ribbonDropDownItemImpl2);
       this.ScaleDropDown.Label = "Scale:";
       this.ScaleDropDown.Name = "ScaleDropDown";
       //
       // InsertButton
       //
       this.InsertButton.Enabled = false;
       this.InsertButton.Label = "Insert Temperature";
       this.InsertButton.Name = "InsertButton";
       this.InsertButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.InsertButton_Click);
       //
       // Ribbon1
       //
       this.Name = "Ribbon1";
       this.RibbonType = "Microsoft.Excel.Workbook";
       this.Tabs.Add(this.TabCustom);
       this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
       this.TabCustom.ResumeLayout(false);
       this.TabCustom.PerformLayout();
       this.temperatureGroup.ResumeLayout(false);
       this.temperatureGroup.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     this.tab1      = this.Factory.CreateRibbonTab();
     this.group1    = this.Factory.CreateRibbonGroup();
     this.Synck     = this.Factory.CreateRibbonButton();
     this.comboBox1 = this.Factory.CreateRibbonComboBox();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "iCount Sync";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.comboBox1);
     this.group1.Items.Add(this.Synck);
     this.group1.Label = "iCount Sync";
     this.group1.Name  = "group1";
     //
     // Synck
     //
     this.Synck.Image     = global::outlook_connector.Properties.Resources.sync_image;
     this.Synck.Label     = "Sync";
     this.Synck.Name      = "Synck";
     this.Synck.ShowImage = true;
     //
     // comboBox1
     //
     ribbonDropDownItemImpl1.Label = "Appreciation";
     ribbonDropDownItemImpl2.Label = "Others";
     this.comboBox1.Items.Add(ribbonDropDownItemImpl1);
     this.comboBox1.Items.Add(ribbonDropDownItemImpl2);
     this.comboBox1.Label = "Type";
     this.comboBox1.Name  = "comboBox1";
     this.comboBox1.Text  = "Appreciation";
     //
     // RibbonConnector
     //
     this.Name       = "RibbonConnector";
     this.RibbonType = "Microsoft.Outlook.Mail.Read";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.RibbonConnector_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     this.tab1           = this.Factory.CreateRibbonTab();
     this.group1         = this.Factory.CreateRibbonGroup();
     this.tabDZ          = this.Factory.CreateRibbonTab();
     this.group3         = this.Factory.CreateRibbonGroup();
     this.group2         = this.Factory.CreateRibbonGroup();
     this.group4         = this.Factory.CreateRibbonGroup();
     this.colorDialog    = new System.Windows.Forms.ColorDialog();
     this.btnColorPickup = this.Factory.CreateRibbonButton();
     this.btnColorPanel  = this.Factory.CreateRibbonButton();
     this.btnAddFooter   = this.Factory.CreateRibbonButton();
     this.button4        = this.Factory.CreateRibbonButton();
     this.button5        = this.Factory.CreateRibbonButton();
     this.button6        = this.Factory.CreateRibbonButton();
     this.button7        = this.Factory.CreateRibbonButton();
     this.button8        = this.Factory.CreateRibbonButton();
     this.button9        = this.Factory.CreateRibbonButton();
     this.button10       = this.Factory.CreateRibbonButton();
     this.button11       = this.Factory.CreateRibbonButton();
     this.button12       = this.Factory.CreateRibbonButton();
     this.gallery1       = this.Factory.CreateRibbonGallery();
     this.tab1.SuspendLayout();
     this.tabDZ.SuspendLayout();
     this.group3.SuspendLayout();
     this.group2.SuspendLayout();
     this.group4.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.ControlId.OfficeId      = "TabHome";
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "TabHome";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Label = "group1";
     this.group1.Name  = "group1";
     //
     // tabDZ
     //
     this.tabDZ.Groups.Add(this.group3);
     this.tabDZ.Groups.Add(this.group2);
     this.tabDZ.Groups.Add(this.group4);
     this.tabDZ.Label    = "大众";
     this.tabDZ.Name     = "tabDZ";
     this.tabDZ.Position = this.Factory.RibbonPosition.AfterOfficeId("TabHome");
     //
     // group3
     //
     this.group3.Items.Add(this.btnColorPickup);
     this.group3.Items.Add(this.btnColorPanel);
     this.group3.Label = "颜色";
     this.group3.Name  = "group3";
     //
     // group2
     //
     this.group2.Items.Add(this.button4);
     this.group2.Items.Add(this.button5);
     this.group2.Items.Add(this.button6);
     this.group2.Items.Add(this.button7);
     this.group2.Items.Add(this.button8);
     this.group2.Items.Add(this.button9);
     this.group2.Items.Add(this.btnAddFooter);
     this.group2.Label = "标签";
     this.group2.Name  = "group2";
     //
     // group4
     //
     this.group4.Items.Add(this.button10);
     this.group4.Items.Add(this.button11);
     this.group4.Items.Add(this.button12);
     this.group4.Items.Add(this.gallery1);
     this.group4.Label = "插入";
     this.group4.Name  = "group4";
     //
     // btnColorPickup
     //
     this.btnColorPickup.Image     = global::MyPPTAddIn.Properties.Resources.Color_Dropper_01;
     this.btnColorPickup.Label     = "拾色器";
     this.btnColorPickup.Name      = "btnColorPickup";
     this.btnColorPickup.ShowImage = true;
     this.btnColorPickup.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnColorPickup_Click);
     //
     // btnColorPanel
     //
     this.btnColorPanel.Image     = global::MyPPTAddIn.Properties.Resources.color_scheme_01;
     this.btnColorPanel.Label     = "颜色面板";
     this.btnColorPanel.Name      = "btnColorPanel";
     this.btnColorPanel.ShowImage = true;
     this.btnColorPanel.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnColorPanel_Click);
     //
     // btnAddFooter
     //
     this.btnAddFooter.Image     = global::MyPPTAddIn.Properties.Resources.Text_Footer_01;
     this.btnAddFooter.Label     = "添加页脚";
     this.btnAddFooter.Name      = "btnAddFooter";
     this.btnAddFooter.ShowImage = true;
     this.btnAddFooter.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAddFooter_Click);
     //
     // button4
     //
     this.button4.Image     = global::MyPPTAddIn.Properties.Resources.Comments_01;
     this.button4.Label     = "添加Comment";
     this.button4.Name      = "button4";
     this.button4.ShowImage = true;
     //
     // button5
     //
     this.button5.Image     = global::MyPPTAddIn.Properties.Resources.next_01;
     this.button5.Label     = "下一个Comment";
     this.button5.Name      = "button5";
     this.button5.ShowImage = true;
     //
     // button6
     //
     this.button6.Image     = global::MyPPTAddIn.Properties.Resources.delete_text_message_01;
     this.button6.Label     = "删除所有Comments";
     this.button6.Name      = "button6";
     this.button6.ShowImage = true;
     //
     // button7
     //
     this.button7.Image     = global::MyPPTAddIn.Properties.Resources.add_01;
     this.button7.Label     = "添加\"Draft\"标签";
     this.button7.Name      = "button7";
     this.button7.ShowImage = true;
     //
     // button8
     //
     this.button8.Image     = global::MyPPTAddIn.Properties.Resources.add_02;
     this.button8.Label     = "添加\"Backup\"标签";
     this.button8.Name      = "button8";
     this.button8.ShowImage = true;
     //
     // button9
     //
     this.button9.Image     = global::MyPPTAddIn.Properties.Resources.add_03;
     this.button9.Label     = "添加主题标签";
     this.button9.Name      = "button9";
     this.button9.ShowImage = true;
     //
     // button10
     //
     this.button10.Image     = global::MyPPTAddIn.Properties.Resources.table_01;
     this.button10.Label     = "分栏文本";
     this.button10.Name      = "button10";
     this.button10.ShowImage = true;
     //
     // button11
     //
     this.button11.Image     = global::MyPPTAddIn.Properties.Resources.text_01;
     this.button11.Label     = "本页结论框";
     this.button11.Name      = "button11";
     this.button11.ShowImage = true;
     //
     // button12
     //
     this.button12.Image     = global::MyPPTAddIn.Properties.Resources.comments_02;
     this.button12.Label     = "备注";
     this.button12.Name      = "button12";
     this.button12.ShowImage = true;
     //
     // gallery1
     //
     this.gallery1.Image           = global::MyPPTAddIn.Properties.Resources.right_01;
     this.gallery1.ItemImageSize   = new System.Drawing.Size(18, 12);
     ribbonDropDownItemImpl1.Image = global::MyPPTAddIn.Properties.Resources.arrow_right_01;
     ribbonDropDownItemImpl2.Image = global::MyPPTAddIn.Properties.Resources.arrow_triangle_02;
     this.gallery1.Items.Add(ribbonDropDownItemImpl1);
     this.gallery1.Items.Add(ribbonDropDownItemImpl2);
     this.gallery1.Label         = "箭头";
     this.gallery1.Name          = "gallery1";
     this.gallery1.ShowImage     = true;
     this.gallery1.ShowItemLabel = false;
     //
     // MyRibbon
     //
     this.Name       = "MyRibbon";
     this.RibbonType = "Microsoft.PowerPoint.Presentation";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.tabDZ);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.MyRibbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.tabDZ.ResumeLayout(false);
     this.tabDZ.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group4.ResumeLayout(false);
     this.group4.PerformLayout();
     this.ResumeLayout(false);
 }
Example #5
0
        /// <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(Ribbon));
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            this.NodeXL = new Microsoft.Office.Tools.Ribbon.RibbonTab();
            this.grpData = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.mnuImport = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.chkClearTablesBeforeImport = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.separator10 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnImportFromUcinetFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnImportFromGraphMLFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnImportFromPajekFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator9 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnImportFromMatrixWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnImportFromEdgeWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator3 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnAnalyzeEmailNetwork = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator2 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnConvertNodeXLWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuExport = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.btnExportToUcinetFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnExportToGraphMLFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnExportToPajekFile = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator8 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnExportSelectionToNewNodeXLWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnExportToNewMatrixWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mniPrepareData = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.btnMergeDuplicateEdges = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnPopulateVertexWorksheet = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.grpGraph = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnReadWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.rddGraphDirectedness = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
            this.rddLayout = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
            this.btnEditLayoutUserSettings = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnAutomateTasks = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.grpVisualAttributes = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnAutoFillWorkbook = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetColor = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetAlpha = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuSetVisibility = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.btnSetEdgeVisibilityShow = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetEdgeVisibilitySkip = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetEdgeVisibilityHide = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexVisibilityShowIfInAnEdge = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexVisibilitySkip = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexVisibilityHide = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexVisibilityShow = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuSetVertexShape = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.btnSetVertexShapeCircle = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeDisk = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeSphere = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator4 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnSetVertexShapeSquare = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeSolidSquare = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator5 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnSetVertexShapeDiamond = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeSolidDiamond = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator6 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnSetVertexShapeTriangle = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeSolidTriangle = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator11 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnSetVertexShapeLabel = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexShapeImage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetVertexRadius = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetEdgeWidth = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSetBackground = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnAutoFillWorkbookWithScheme = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.grpAnalysis = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnShowDynamicFilters = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnShowGraphMetrics = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.sbCreateSubgraphImages = new Microsoft.Office.Tools.Ribbon.RibbonSplitButton();
            this.btnCreateSubgraphImages = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnDeleteSubgraphThumbnails = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuGroups = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.btnGroupByVertexAttribute = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnCalculateConnectedComponents = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator14 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnCalculateClusters = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuClusterOptions = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.chkClausetNewmanMoore = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkWakitaTsurumi = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkGirvanNewman = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.separator13 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnCollapseSelectedGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnCollapseAllGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator15 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnExpandSelectedGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnExpandAllGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator16 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnSelectGroupsWithSelectedVertices = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnSelectAllGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator17 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnRemoveSelectedVerticesFromGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnRemoveSelectedGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnRemoveAllGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.grpShowHide = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.mnuShowColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.chkShowVisualAttributeColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkShowLabelColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkShowVertexLayoutColumnGroup = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkShowGraphMetricColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkShowOtherColumns = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnShowAllColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnHideAllColumnGroups = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.mnuShowGraphElements = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
            this.chkReadGroups = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkReadVertexLabels = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkReadEdgeLabels = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.separator12 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.chkShowGraphLegend = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.chkShowGraphAxes = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.separator7 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnShowAllGraphElements = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnHideAllGraphElements = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.grpHelp = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnOpenHomePage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnRegisterUser = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnCheckForUpdate = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnAbout = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnAddSelectedVerticesToGroup = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.separator18 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.NodeXL.SuspendLayout();
            this.grpData.SuspendLayout();
            this.grpGraph.SuspendLayout();
            this.grpVisualAttributes.SuspendLayout();
            this.grpAnalysis.SuspendLayout();
            this.grpShowHide.SuspendLayout();
            this.grpHelp.SuspendLayout();
            this.SuspendLayout();
            // 
            // NodeXL
            // 
            this.NodeXL.Groups.Add(this.grpData);
            this.NodeXL.Groups.Add(this.grpGraph);
            this.NodeXL.Groups.Add(this.grpVisualAttributes);
            this.NodeXL.Groups.Add(this.grpAnalysis);
            this.NodeXL.Groups.Add(this.grpShowHide);
            this.NodeXL.Groups.Add(this.grpHelp);
            this.NodeXL.Label = "NodeXL";
            this.NodeXL.Name = "NodeXL";
            // 
            // grpData
            // 
            this.grpData.Items.Add(this.mnuImport);
            this.grpData.Items.Add(this.mnuExport);
            this.grpData.Items.Add(this.mniPrepareData);
            this.grpData.Label = "Data";
            this.grpData.Name = "grpData";
            // 
            // mnuImport
            // 
            this.mnuImport.Dynamic = true;
            this.mnuImport.Items.Add(this.chkClearTablesBeforeImport);
            this.mnuImport.Items.Add(this.separator10);
            this.mnuImport.Items.Add(this.btnImportFromUcinetFile);
            this.mnuImport.Items.Add(this.btnImportFromGraphMLFile);
            this.mnuImport.Items.Add(this.btnImportFromPajekFile);
            this.mnuImport.Items.Add(this.separator9);
            this.mnuImport.Items.Add(this.btnImportFromMatrixWorkbook);
            this.mnuImport.Items.Add(this.btnImportFromEdgeWorkbook);
            this.mnuImport.Items.Add(this.separator3);
            this.mnuImport.Items.Add(this.btnAnalyzeEmailNetwork);
            this.mnuImport.Items.Add(this.separator2);
            this.mnuImport.Items.Add(this.btnConvertNodeXLWorkbook);
            this.mnuImport.Label = "Import";
            this.mnuImport.Name = "mnuImport";
            this.mnuImport.OfficeImageId = "ImportSavedImports";
            this.mnuImport.ScreenTip = "Import";
            this.mnuImport.ShowImage = true;
            this.mnuImport.SuperTip = "Import graph data into this workbook.";
            this.mnuImport.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.mnuImport_ItemsLoading);
            // 
            // chkClearTablesBeforeImport
            // 
            this.chkClearTablesBeforeImport.Label = "Clear NodeXL Workbook First";
            this.chkClearTablesBeforeImport.Name = "chkClearTablesBeforeImport";
            this.chkClearTablesBeforeImport.ScreenTip = "Clear NodeXL Workbook First ";
            this.chkClearTablesBeforeImport.SuperTip = "If checked, the NodeXL workbook is cleared before anything is imported into it.  " +
                "If unchecked, the imported contents get appended to the NodeXL workbook.";
            // 
            // separator10
            // 
            this.separator10.Name = "separator10";
            // 
            // btnImportFromUcinetFile
            // 
            this.btnImportFromUcinetFile.Label = "From UCINET Full Matrix DL File...";
            this.btnImportFromUcinetFile.Name = "btnImportFromUcinetFile";
            this.btnImportFromUcinetFile.OfficeImageId = "ImportTextFile";
            this.btnImportFromUcinetFile.ScreenTip = "Import from UCINET Full Matrix DL File";
            this.btnImportFromUcinetFile.ShowImage = true;
            this.btnImportFromUcinetFile.SuperTip = "Optionally clear the NodeXL workbook, then import edges from a UCINET full matrix" +
                " DL file.";
            this.btnImportFromUcinetFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnImportFromUcinetFile_Click);
            // 
            // btnImportFromGraphMLFile
            // 
            this.btnImportFromGraphMLFile.Label = "From GraphML file...";
            this.btnImportFromGraphMLFile.Name = "btnImportFromGraphMLFile";
            this.btnImportFromGraphMLFile.OfficeImageId = "ImportTextFile";
            this.btnImportFromGraphMLFile.ScreenTip = "Import from GraphML File";
            this.btnImportFromGraphMLFile.ShowImage = true;
            this.btnImportFromGraphMLFile.SuperTip = resources.GetString("btnImportFromGraphMLFile.SuperTip");
            this.btnImportFromGraphMLFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnImportFromGraphMLFile_Click);
            // 
            // btnImportFromPajekFile
            // 
            this.btnImportFromPajekFile.Label = "From Pajek File...";
            this.btnImportFromPajekFile.Name = "btnImportFromPajekFile";
            this.btnImportFromPajekFile.OfficeImageId = "ImportTextFile";
            this.btnImportFromPajekFile.ScreenTip = "Import from Pajek File";
            this.btnImportFromPajekFile.ShowImage = true;
            this.btnImportFromPajekFile.SuperTip = resources.GetString("btnImportFromPajekFile.SuperTip");
            this.btnImportFromPajekFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnImportFromPajekFile_Click);
            // 
            // separator9
            // 
            this.separator9.Name = "separator9";
            // 
            // btnImportFromMatrixWorkbook
            // 
            this.btnImportFromMatrixWorkbook.Label = "From Open Matrix Workbook...";
            this.btnImportFromMatrixWorkbook.Name = "btnImportFromMatrixWorkbook";
            this.btnImportFromMatrixWorkbook.OfficeImageId = "EquationMatrixGallery";
            this.btnImportFromMatrixWorkbook.ScreenTip = "Import from Open Matrix Workbook";
            this.btnImportFromMatrixWorkbook.ShowImage = true;
            this.btnImportFromMatrixWorkbook.SuperTip = "Optionally clear the NodeXL workbook, then import edges from an open workbook tha" +
                "t contains a graph represented as an adjacency matrix.";
            this.btnImportFromMatrixWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnImportFromMatrixWorkbook_Click);
            // 
            // btnImportFromEdgeWorkbook
            // 
            this.btnImportFromEdgeWorkbook.Label = "From Open Edge Workbook...";
            this.btnImportFromEdgeWorkbook.Name = "btnImportFromEdgeWorkbook";
            this.btnImportFromEdgeWorkbook.OfficeImageId = "ImportExcel";
            this.btnImportFromEdgeWorkbook.ScreenTip = "Import from Open Edge Workbook";
            this.btnImportFromEdgeWorkbook.ShowImage = true;
            this.btnImportFromEdgeWorkbook.SuperTip = resources.GetString("btnImportFromEdgeWorkbook.SuperTip");
            this.btnImportFromEdgeWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnImportFromEdgeWorkbook_Click);
            // 
            // separator3
            // 
            this.separator3.Name = "separator3";
            // 
            // btnAnalyzeEmailNetwork
            // 
            this.btnAnalyzeEmailNetwork.Label = "From Email Network...";
            this.btnAnalyzeEmailNetwork.Name = "btnAnalyzeEmailNetwork";
            this.btnAnalyzeEmailNetwork.OfficeImageId = "EnvelopesAndLabelsDialog";
            this.btnAnalyzeEmailNetwork.ScreenTip = "Import from Email Network";
            this.btnAnalyzeEmailNetwork.ShowImage = true;
            this.btnAnalyzeEmailNetwork.SuperTip = resources.GetString("btnAnalyzeEmailNetwork.SuperTip");
            this.btnAnalyzeEmailNetwork.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAnalyzeEmailNetwork_Click);
            // 
            // separator2
            // 
            this.separator2.Name = "separator2";
            // 
            // btnConvertNodeXLWorkbook
            // 
            this.btnConvertNodeXLWorkbook.Label = "From NodeXL Workbook Created on Another Computer...";
            this.btnConvertNodeXLWorkbook.Name = "btnConvertNodeXLWorkbook";
            this.btnConvertNodeXLWorkbook.OfficeImageId = "RecoverInviteToMeeting";
            this.btnConvertNodeXLWorkbook.ScreenTip = "Import from NodeXL Workbook Created on Another Computer";
            this.btnConvertNodeXLWorkbook.ShowImage = true;
            this.btnConvertNodeXLWorkbook.SuperTip = "Import a NodeXL workbook that was created on another computer and that can\'t be o" +
                "pened directly in Excel.";
            this.btnConvertNodeXLWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnConvertNodeXLWorkbook_Click);
            // 
            // mnuExport
            // 
            this.mnuExport.Items.Add(this.btnExportToUcinetFile);
            this.mnuExport.Items.Add(this.btnExportToGraphMLFile);
            this.mnuExport.Items.Add(this.btnExportToPajekFile);
            this.mnuExport.Items.Add(this.separator8);
            this.mnuExport.Items.Add(this.btnExportSelectionToNewNodeXLWorkbook);
            this.mnuExport.Items.Add(this.btnExportToNewMatrixWorkbook);
            this.mnuExport.Label = "Export";
            this.mnuExport.Name = "mnuExport";
            this.mnuExport.OfficeImageId = "ExportSavedExports";
            this.mnuExport.ScreenTip = "Export";
            this.mnuExport.ShowImage = true;
            this.mnuExport.SuperTip = "Export graph data from this workbook.";
            // 
            // btnExportToUcinetFile
            // 
            this.btnExportToUcinetFile.Label = "To UCINET Full Matrix DL File...";
            this.btnExportToUcinetFile.Name = "btnExportToUcinetFile";
            this.btnExportToUcinetFile.OfficeImageId = "ExportTextFile";
            this.btnExportToUcinetFile.ScreenTip = "Export to UCINET Full Matrix DL File";
            this.btnExportToUcinetFile.ShowImage = true;
            this.btnExportToUcinetFile.SuperTip = "Export the edges to a new UCINET full matrix DL file.";
            this.btnExportToUcinetFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnExportToUcinetFile_Click);
            // 
            // btnExportToGraphMLFile
            // 
            this.btnExportToGraphMLFile.Label = "To GraphML File...";
            this.btnExportToGraphMLFile.Name = "btnExportToGraphMLFile";
            this.btnExportToGraphMLFile.OfficeImageId = "ExportTextFile";
            this.btnExportToGraphMLFile.ScreenTip = "Export to GraphML File";
            this.btnExportToGraphMLFile.ShowImage = true;
            this.btnExportToGraphMLFile.SuperTip = "Exports the edges and vertices to a new GraphML file.  All columns in the Edges a" +
                "nd Vertices worksheet are exported.";
            this.btnExportToGraphMLFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnExportToGraphMLFile_Click);
            // 
            // btnExportToPajekFile
            // 
            this.btnExportToPajekFile.Label = "To Pajek File...";
            this.btnExportToPajekFile.Name = "btnExportToPajekFile";
            this.btnExportToPajekFile.OfficeImageId = "ExportTextFile";
            this.btnExportToPajekFile.ScreenTip = "Export to Pajek File";
            this.btnExportToPajekFile.ShowImage = true;
            this.btnExportToPajekFile.SuperTip = "Exports the edges and vertices to a new Pajek text file.  Vertex locations (the X" +
                " and Y columns in the Vertices worksheet) are the only properties that are expor" +
                "ted.";
            this.btnExportToPajekFile.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnExportToPajekFile_Click);
            // 
            // separator8
            // 
            this.separator8.Name = "separator8";
            // 
            // btnExportSelectionToNewNodeXLWorkbook
            // 
            this.btnExportSelectionToNewNodeXLWorkbook.Label = "Selection to New NodeXL Workbook";
            this.btnExportSelectionToNewNodeXLWorkbook.Name = "btnExportSelectionToNewNodeXLWorkbook";
            this.btnExportSelectionToNewNodeXLWorkbook.OfficeImageId = "RecordsMoreRecordsMenu";
            this.btnExportSelectionToNewNodeXLWorkbook.ScreenTip = "Export Selection to New NodeXL Workbook";
            this.btnExportSelectionToNewNodeXLWorkbook.ShowImage = true;
            this.btnExportSelectionToNewNodeXLWorkbook.SuperTip = "Export the selected edges and vertices to a new NodeXL workbook.";
            this.btnExportSelectionToNewNodeXLWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnExportSelectionToNewNodeXLWorkbook_Click);
            // 
            // btnExportToNewMatrixWorkbook
            // 
            this.btnExportToNewMatrixWorkbook.Label = "To New Matrix Workbook";
            this.btnExportToNewMatrixWorkbook.Name = "btnExportToNewMatrixWorkbook";
            this.btnExportToNewMatrixWorkbook.OfficeImageId = "EquationMatrixGallery";
            this.btnExportToNewMatrixWorkbook.ScreenTip = "Export to New Matrix Workbook";
            this.btnExportToNewMatrixWorkbook.ShowImage = true;
            this.btnExportToNewMatrixWorkbook.SuperTip = "Export the edges to a new workbook as an adjacency matrix.";
            this.btnExportToNewMatrixWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnExportToNewMatrixWorkbook_Click);
            // 
            // mniPrepareData
            // 
            this.mniPrepareData.Items.Add(this.btnMergeDuplicateEdges);
            this.mniPrepareData.Items.Add(this.btnPopulateVertexWorksheet);
            this.mniPrepareData.Label = "Prepare Data";
            this.mniPrepareData.Name = "mniPrepareData";
            this.mniPrepareData.OfficeImageId = "Consolidate";
            this.mniPrepareData.ScreenTip = "Prepare Data";
            this.mniPrepareData.ShowImage = true;
            // 
            // btnMergeDuplicateEdges
            // 
            this.btnMergeDuplicateEdges.Label = "Merge Duplicate Edges";
            this.btnMergeDuplicateEdges.Name = "btnMergeDuplicateEdges";
            this.btnMergeDuplicateEdges.OfficeImageId = "RemoveDuplicates";
            this.btnMergeDuplicateEdges.ScreenTip = "Merge Duplicate Edges ";
            this.btnMergeDuplicateEdges.ShowImage = true;
            this.btnMergeDuplicateEdges.SuperTip = resources.GetString("btnMergeDuplicateEdges.SuperTip");
            this.btnMergeDuplicateEdges.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnMergeDuplicateEdges_Click);
            // 
            // btnPopulateVertexWorksheet
            // 
            this.btnPopulateVertexWorksheet.Label = "Get Vertices from Edge List";
            this.btnPopulateVertexWorksheet.Name = "btnPopulateVertexWorksheet";
            this.btnPopulateVertexWorksheet.OfficeImageId = "CacheListData";
            this.btnPopulateVertexWorksheet.ScreenTip = "Get Vertices from Edge List ";
            this.btnPopulateVertexWorksheet.ShowImage = true;
            this.btnPopulateVertexWorksheet.SuperTip = resources.GetString("btnPopulateVertexWorksheet.SuperTip");
            this.btnPopulateVertexWorksheet.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnPopulateVertexWorksheet_Click);
            // 
            // grpGraph
            // 
            this.grpGraph.Items.Add(this.btnReadWorkbook);
            this.grpGraph.Items.Add(this.rddGraphDirectedness);
            this.grpGraph.Items.Add(this.rddLayout);
            this.grpGraph.Items.Add(this.btnAutomateTasks);
            this.grpGraph.Label = "Graph";
            this.grpGraph.Name = "grpGraph";
            // 
            // btnReadWorkbook
            // 
            this.btnReadWorkbook.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnReadWorkbook.Image = ((System.Drawing.Image)(resources.GetObject("btnReadWorkbook.Image")));
            this.btnReadWorkbook.Label = "Show Graph";
            this.btnReadWorkbook.Name = "btnReadWorkbook";
            this.btnReadWorkbook.OfficeImageId = "ChartRadarChart";
            this.btnReadWorkbook.ScreenTip = "Show/Refresh Graph";
            this.btnReadWorkbook.ShowImage = true;
            this.btnReadWorkbook.SuperTip = resources.GetString("btnReadWorkbook.SuperTip");
            this.btnReadWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnReadWorkbook_Click);
            // 
            // rddGraphDirectedness
            // 
            this.rddGraphDirectedness.Enabled = false;
            ribbonDropDownItem1.Label = "Directed";
            ribbonDropDownItem1.OfficeImageId = "ShapeStraightConnectorArrow";
            ribbonDropDownItem1.ScreenTip = "Edges start at Vertex 1 and end at Vertex 2.";
            ribbonDropDownItem1.Tag = Microsoft.NodeXL.Core.GraphDirectedness.Directed;
            ribbonDropDownItem2.Label = "Undirected";
            ribbonDropDownItem2.OfficeImageId = "ShapeStraightConnector";
            ribbonDropDownItem2.ScreenTip = "Edges do not have a start or end.  Vertex 1 and Vertex 2 are interchangable.";
            ribbonDropDownItem2.Tag = Microsoft.NodeXL.Core.GraphDirectedness.Undirected;
            this.rddGraphDirectedness.Items.Add(ribbonDropDownItem1);
            this.rddGraphDirectedness.Items.Add(ribbonDropDownItem2);
            this.rddGraphDirectedness.Label = "Type:";
            this.rddGraphDirectedness.Name = "rddGraphDirectedness";
            this.rddGraphDirectedness.OfficeImageId = "DiagramReverseClassic";
            this.rddGraphDirectedness.ScreenTip = "Graph Type";
            this.rddGraphDirectedness.ShowImage = true;
            this.rddGraphDirectedness.SuperTip = resources.GetString("rddGraphDirectedness.SuperTip");
            this.rddGraphDirectedness.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.rddGraphDirectedness_SelectionChanged);
            // 
            // rddLayout
            // 
            this.rddLayout.Buttons.Add(this.btnEditLayoutUserSettings);
            this.rddLayout.Image = ((System.Drawing.Image)(resources.GetObject("rddLayout.Image")));
            this.rddLayout.Label = "Layout:";
            this.rddLayout.Name = "rddLayout";
            this.rddLayout.ScreenTip = "Layout";
            this.rddLayout.ShowImage = true;
            this.rddLayout.SuperTip = "Select the algorithm used to lay out the graph.";
            this.rddLayout.ButtonClick += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.rddLayout_ButtonClick);
            // 
            // btnEditLayoutUserSettings
            // 
            this.btnEditLayoutUserSettings.Label = "Layout Options...";
            this.btnEditLayoutUserSettings.Name = "btnEditLayoutUserSettings";
            this.btnEditLayoutUserSettings.ScreenTip = "Layout Options";
            this.btnEditLayoutUserSettings.SuperTip = "Specify the options that control the selected layout algorithm.";
            // 
            // btnAutomateTasks
            // 
            this.btnAutomateTasks.Label = "Automate";
            this.btnAutomateTasks.Name = "btnAutomateTasks";
            this.btnAutomateTasks.OfficeImageId = "FileStartWorkflow";
            this.btnAutomateTasks.ScreenTip = "Automate";
            this.btnAutomateTasks.ShowImage = true;
            this.btnAutomateTasks.SuperTip = "Run multiple tasks with one button click.";
            this.btnAutomateTasks.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAutomateTasks_Click);
            // 
            // grpVisualAttributes
            // 
            this.grpVisualAttributes.Items.Add(this.btnAutoFillWorkbook);
            this.grpVisualAttributes.Items.Add(this.btnSetColor);
            this.grpVisualAttributes.Items.Add(this.btnSetAlpha);
            this.grpVisualAttributes.Items.Add(this.mnuSetVisibility);
            this.grpVisualAttributes.Items.Add(this.mnuSetVertexShape);
            this.grpVisualAttributes.Items.Add(this.btnSetVertexRadius);
            this.grpVisualAttributes.Items.Add(this.btnSetEdgeWidth);
            this.grpVisualAttributes.Items.Add(this.btnSetBackground);
            this.grpVisualAttributes.Items.Add(this.btnAutoFillWorkbookWithScheme);
            this.grpVisualAttributes.Label = "Visual Properties";
            this.grpVisualAttributes.Name = "grpVisualAttributes";
            // 
            // btnAutoFillWorkbook
            // 
            this.btnAutoFillWorkbook.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnAutoFillWorkbook.Image = ((System.Drawing.Image)(resources.GetObject("btnAutoFillWorkbook.Image")));
            this.btnAutoFillWorkbook.Label = "Autofill Columns";
            this.btnAutoFillWorkbook.Name = "btnAutoFillWorkbook";
            this.btnAutoFillWorkbook.ScreenTip = "Autofill Columns";
            this.btnAutoFillWorkbook.ShowImage = true;
            this.btnAutoFillWorkbook.SuperTip = "Calculate and fill in the graph\'s visual property columns, such as edge width and" +
                " vertex shape, using values from other columns.";
            this.btnAutoFillWorkbook.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAutoFillWorkbook_Click);
            // 
            // btnSetColor
            // 
            this.btnSetColor.Enabled = false;
            this.btnSetColor.Label = "Color";
            this.btnSetColor.Name = "btnSetColor";
            this.btnSetColor.OfficeImageId = "SmartArtChangeColorsGallery";
            this.btnSetColor.ScreenTip = "Color ";
            this.btnSetColor.ShowImage = true;
            this.btnSetColor.SuperTip = "Set the color of the selected edges, vertices, or groups.\r\n\r\nThe Edges, Vertice" +
                "s, or Groups worksheet must be selected before this can be used.";
            this.btnSetColor.Tag = Microsoft.NodeXL.ExcelTemplate.VisualAttributes.Color;
            this.btnSetColor.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVisualAttribute_Click);
            // 
            // btnSetAlpha
            // 
            this.btnSetAlpha.Enabled = false;
            this.btnSetAlpha.Label = "Opacity";
            this.btnSetAlpha.Name = "btnSetAlpha";
            this.btnSetAlpha.OfficeImageId = "BrightnessAndContrastEdit";
            this.btnSetAlpha.ScreenTip = "Opacity";
            this.btnSetAlpha.ShowImage = true;
            this.btnSetAlpha.SuperTip = "Set the opacity of the selected edges or vertices.\r\n\r\nThe Edges or Vertices works" +
                "heet must be selected before this can be used.";
            this.btnSetAlpha.Tag = Microsoft.NodeXL.ExcelTemplate.VisualAttributes.Alpha;
            this.btnSetAlpha.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVisualAttribute_Click);
            // 
            // mnuSetVisibility
            // 
            this.mnuSetVisibility.Enabled = false;
            this.mnuSetVisibility.Items.Add(this.btnSetEdgeVisibilityShow);
            this.mnuSetVisibility.Items.Add(this.btnSetEdgeVisibilitySkip);
            this.mnuSetVisibility.Items.Add(this.btnSetEdgeVisibilityHide);
            this.mnuSetVisibility.Items.Add(this.btnSetVertexVisibilityShowIfInAnEdge);
            this.mnuSetVisibility.Items.Add(this.btnSetVertexVisibilitySkip);
            this.mnuSetVisibility.Items.Add(this.btnSetVertexVisibilityHide);
            this.mnuSetVisibility.Items.Add(this.btnSetVertexVisibilityShow);
            this.mnuSetVisibility.Label = "Visibility";
            this.mnuSetVisibility.Name = "mnuSetVisibility";
            this.mnuSetVisibility.OfficeImageId = "VisibilityVisible";
            this.mnuSetVisibility.ScreenTip = "Visibility";
            this.mnuSetVisibility.ShowImage = true;
            this.mnuSetVisibility.SuperTip = "Set the visibility of the selected edges or vertices.\r\n\r\nThe Edges or Vertices wo" +
                "rksheet must be selected before this can be used.";
            // 
            // btnSetEdgeVisibilityShow
            // 
            this.btnSetEdgeVisibilityShow.Label = "Show";
            this.btnSetEdgeVisibilityShow.Name = "btnSetEdgeVisibilityShow";
            this.btnSetEdgeVisibilityShow.ScreenTip = "Show ";
            this.btnSetEdgeVisibilityShow.ShowImage = true;
            this.btnSetEdgeVisibilityShow.SuperTip = "Set the visibility of the selected edges to Show.\r\n\r\nThe edges will be shown when the graph is refreshed."
				+ "\r\n\r\nThis is the default.";
            this.btnSetEdgeVisibilityShow.Tag = Microsoft.NodeXL.ExcelTemplate.EdgeWorksheetReader.Visibility.Show;
            this.btnSetEdgeVisibilityShow.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetEdgeVisibility_Click);
            // 
            // btnSetEdgeVisibilitySkip
            // 
            this.btnSetEdgeVisibilitySkip.Label = "Skip";
            this.btnSetEdgeVisibilitySkip.Name = "btnSetEdgeVisibilitySkip";
            this.btnSetEdgeVisibilitySkip.ScreenTip = "Skip ";
            this.btnSetEdgeVisibilitySkip.ShowImage = true;
            this.btnSetEdgeVisibilitySkip.SuperTip = "Set the visibility of the selected edges to Skip.\r\n\r\nThe edge rows will be ignored.";
            this.btnSetEdgeVisibilitySkip.Tag = Microsoft.NodeXL.ExcelTemplate.EdgeWorksheetReader.Visibility.Skip;
            this.btnSetEdgeVisibilitySkip.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetEdgeVisibility_Click);
            // 
            // btnSetEdgeVisibilityHide
            // 
            this.btnSetEdgeVisibilityHide.Label = "Hide";
            this.btnSetEdgeVisibilityHide.Name = "btnSetEdgeVisibilityHide";
            this.btnSetEdgeVisibilityHide.ScreenTip = "Hide ";
            this.btnSetEdgeVisibilityHide.ShowImage = true;
            this.btnSetEdgeVisibilityHide.SuperTip = "Set the visibility of the selected edges to Hide.\r\n\r\nThe edges will be used when laying out the graph but will then be hidden.";
            this.btnSetEdgeVisibilityHide.Tag = Microsoft.NodeXL.ExcelTemplate.EdgeWorksheetReader.Visibility.Hide;
            this.btnSetEdgeVisibilityHide.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetEdgeVisibility_Click);
            // 
            // btnSetVertexVisibilityShowIfInAnEdge
            // 
            this.btnSetVertexVisibilityShowIfInAnEdge.Label = "Show if in an Edge";
            this.btnSetVertexVisibilityShowIfInAnEdge.Name = "btnSetVertexVisibilityShowIfInAnEdge";
            this.btnSetVertexVisibilityShowIfInAnEdge.ScreenTip = "Show if in an Edge ";
            this.btnSetVertexVisibilityShowIfInAnEdge.ShowImage = true;
            this.btnSetVertexVisibilityShowIfInAnEdge.SuperTip = "Set the visibility of the selected vertices to Show if in an Edge.\r\n\r\nIf the vertic" +
                "es are part of an edge, they will be shown.  Otherwise, the vertex rows will be " +
                "ignored.\r\n\r\nThis is the default.";
            this.btnSetVertexVisibilityShowIfInAnEdge.Tag = Microsoft.NodeXL.ExcelTemplate.VertexWorksheetReader.Visibility.ShowIfInAnEdge;
            this.btnSetVertexVisibilityShowIfInAnEdge.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexVisibility_Click);
            // 
            // btnSetVertexVisibilitySkip
            // 
            this.btnSetVertexVisibilitySkip.Label = "Skip";
            this.btnSetVertexVisibilitySkip.Name = "btnSetVertexVisibilitySkip";
            this.btnSetVertexVisibilitySkip.ScreenTip = "Skip ";
            this.btnSetVertexVisibilitySkip.ShowImage = true;
            this.btnSetVertexVisibilitySkip.SuperTip = "Set the visibility of the selected vertices to Skip.\r\n\r\nThe vertex rows and any edg" +
                "e rows that use the vertices will be ignored.";
            this.btnSetVertexVisibilitySkip.Tag = Microsoft.NodeXL.ExcelTemplate.VertexWorksheetReader.Visibility.Skip;
            this.btnSetVertexVisibilitySkip.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexVisibility_Click);
            // 
            // btnSetVertexVisibilityHide
            // 
            this.btnSetVertexVisibilityHide.Label = "Hide";
            this.btnSetVertexVisibilityHide.Name = "btnSetVertexVisibilityHide";
            this.btnSetVertexVisibilityHide.ScreenTip = "Hide ";
            this.btnSetVertexVisibilityHide.ShowImage = true;
            this.btnSetVertexVisibilityHide.SuperTip = "Set the visibility of the selected vertices to Hide.\r\n\r\nIf the vertices are part of" +
                " an edge, they will be used to lay out the graph but will then be hidden.  Otherwise, the vert" +
                "ex rows will be ignored.";
            this.btnSetVertexVisibilityHide.Tag = Microsoft.NodeXL.ExcelTemplate.VertexWorksheetReader.Visibility.Hide;
            this.btnSetVertexVisibilityHide.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexVisibility_Click);
            // 
            // btnSetVertexVisibilityShow
            // 
            this.btnSetVertexVisibilityShow.Label = "Show";
            this.btnSetVertexVisibilityShow.Name = "btnSetVertexVisibilityShow";
            this.btnSetVertexVisibilityShow.ScreenTip = "Show ";
            this.btnSetVertexVisibilityShow.ShowImage = true;
            this.btnSetVertexVisibilityShow.SuperTip = "Set the visibility of the selected vertices to Show.\r\n\r\nThe vertices will be shown regardle" +
                "ss of whether they are part of an edge.";
            this.btnSetVertexVisibilityShow.Tag = Microsoft.NodeXL.ExcelTemplate.VertexWorksheetReader.Visibility.Show;
            this.btnSetVertexVisibilityShow.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexVisibility_Click);
            // 
            // mnuSetVertexShape
            // 
            this.mnuSetVertexShape.Enabled = false;
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeCircle);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeDisk);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeSphere);
            this.mnuSetVertexShape.Items.Add(this.separator4);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeSquare);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeSolidSquare);
            this.mnuSetVertexShape.Items.Add(this.separator5);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeDiamond);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeSolidDiamond);
            this.mnuSetVertexShape.Items.Add(this.separator6);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeTriangle);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeSolidTriangle);
            this.mnuSetVertexShape.Items.Add(this.separator11);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeLabel);
            this.mnuSetVertexShape.Items.Add(this.btnSetVertexShapeImage);
            this.mnuSetVertexShape.Label = "Vertex Shape";
            this.mnuSetVertexShape.Name = "mnuSetVertexShape";
            this.mnuSetVertexShape.OfficeImageId = "ShapesMoreShapes";
            this.mnuSetVertexShape.ScreenTip = "Vertex Shape";
            this.mnuSetVertexShape.ShowImage = true;
            this.mnuSetVertexShape.SuperTip = "Set the shape of the selected vertices or groups.\r\n\r\nThe Vertices or Groups w" +
                "orksheet must be selected before this can be used.";
            // 
            // btnSetVertexShapeCircle
            // 
            this.btnSetVertexShapeCircle.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeCircle.Image")));
            this.btnSetVertexShapeCircle.Label = "Circle";
            this.btnSetVertexShapeCircle.Name = "btnSetVertexShapeCircle";
            this.btnSetVertexShapeCircle.ScreenTip = "Circle ";
            this.btnSetVertexShapeCircle.ShowImage = true;
            this.btnSetVertexShapeCircle.SuperTip = "Set the shape of the selected vertices or clusters to Circle.";
            this.btnSetVertexShapeCircle.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Circle;
            this.btnSetVertexShapeCircle.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeDisk
            // 
            this.btnSetVertexShapeDisk.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeDisk.Image")));
            this.btnSetVertexShapeDisk.Label = "Disk";
            this.btnSetVertexShapeDisk.Name = "btnSetVertexShapeDisk";
            this.btnSetVertexShapeDisk.ScreenTip = "Disk ";
            this.btnSetVertexShapeDisk.ShowImage = true;
            this.btnSetVertexShapeDisk.SuperTip = "Set the shape of the selected vertices or clusters to Disk.";
            this.btnSetVertexShapeDisk.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Disk;
            this.btnSetVertexShapeDisk.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeSphere
            // 
            this.btnSetVertexShapeSphere.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeSphere.Image")));
            this.btnSetVertexShapeSphere.Label = "Sphere";
            this.btnSetVertexShapeSphere.Name = "btnSetVertexShapeSphere";
            this.btnSetVertexShapeSphere.ScreenTip = "Sphere ";
            this.btnSetVertexShapeSphere.ShowImage = true;
            this.btnSetVertexShapeSphere.SuperTip = "Set the shape of the selected vertices or clusters to Sphere.";
            this.btnSetVertexShapeSphere.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Sphere;
            this.btnSetVertexShapeSphere.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // separator4
            // 
            this.separator4.Name = "separator4";
            // 
            // btnSetVertexShapeSquare
            // 
            this.btnSetVertexShapeSquare.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeSquare.Image")));
            this.btnSetVertexShapeSquare.Label = "Square";
            this.btnSetVertexShapeSquare.Name = "btnSetVertexShapeSquare";
            this.btnSetVertexShapeSquare.ScreenTip = "Square ";
            this.btnSetVertexShapeSquare.ShowImage = true;
            this.btnSetVertexShapeSquare.SuperTip = "Set the shape of the selected vertices or clusters to Square.";
            this.btnSetVertexShapeSquare.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Square;
            this.btnSetVertexShapeSquare.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeSolidSquare
            // 
            this.btnSetVertexShapeSolidSquare.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeSolidSquare.Image")));
            this.btnSetVertexShapeSolidSquare.Label = "Solid Square";
            this.btnSetVertexShapeSolidSquare.Name = "btnSetVertexShapeSolidSquare";
            this.btnSetVertexShapeSolidSquare.ScreenTip = "Solid Square ";
            this.btnSetVertexShapeSolidSquare.ShowImage = true;
            this.btnSetVertexShapeSolidSquare.SuperTip = "Set the shape of the selected vertices or clusters to Solid Square.";
            this.btnSetVertexShapeSolidSquare.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.SolidSquare;
            this.btnSetVertexShapeSolidSquare.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // separator5
            // 
            this.separator5.Name = "separator5";
            // 
            // btnSetVertexShapeDiamond
            // 
            this.btnSetVertexShapeDiamond.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeDiamond.Image")));
            this.btnSetVertexShapeDiamond.Label = "Diamond";
            this.btnSetVertexShapeDiamond.Name = "btnSetVertexShapeDiamond";
            this.btnSetVertexShapeDiamond.ScreenTip = "Diamond ";
            this.btnSetVertexShapeDiamond.ShowImage = true;
            this.btnSetVertexShapeDiamond.SuperTip = "Set the shape of the selected vertices or clusters to Diamond.";
            this.btnSetVertexShapeDiamond.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Diamond;
            this.btnSetVertexShapeDiamond.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeSolidDiamond
            // 
            this.btnSetVertexShapeSolidDiamond.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeSolidDiamond.Image")));
            this.btnSetVertexShapeSolidDiamond.Label = "Solid Diamond";
            this.btnSetVertexShapeSolidDiamond.Name = "btnSetVertexShapeSolidDiamond";
            this.btnSetVertexShapeSolidDiamond.ScreenTip = "Solid Diamond ";
            this.btnSetVertexShapeSolidDiamond.ShowImage = true;
            this.btnSetVertexShapeSolidDiamond.SuperTip = "Set the shape of the selected vertices or clusters to Solid Diamond.";
            this.btnSetVertexShapeSolidDiamond.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.SolidDiamond;
            this.btnSetVertexShapeSolidDiamond.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // separator6
            // 
            this.separator6.Name = "separator6";
            // 
            // btnSetVertexShapeTriangle
            // 
            this.btnSetVertexShapeTriangle.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeTriangle.Image")));
            this.btnSetVertexShapeTriangle.Label = "Triangle";
            this.btnSetVertexShapeTriangle.Name = "btnSetVertexShapeTriangle";
            this.btnSetVertexShapeTriangle.ScreenTip = "Triangle ";
            this.btnSetVertexShapeTriangle.ShowImage = true;
            this.btnSetVertexShapeTriangle.SuperTip = "Set the shape of the selected vertices or clusters to Triangle.";
            this.btnSetVertexShapeTriangle.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Triangle;
            this.btnSetVertexShapeTriangle.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeSolidTriangle
            // 
            this.btnSetVertexShapeSolidTriangle.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeSolidTriangle.Image")));
            this.btnSetVertexShapeSolidTriangle.Label = "Solid Triangle";
            this.btnSetVertexShapeSolidTriangle.Name = "btnSetVertexShapeSolidTriangle";
            this.btnSetVertexShapeSolidTriangle.ScreenTip = "Solid Triangle ";
            this.btnSetVertexShapeSolidTriangle.ShowImage = true;
            this.btnSetVertexShapeSolidTriangle.SuperTip = "Set the shape of the selected vertices or clusters to Solid Triangle.";
            this.btnSetVertexShapeSolidTriangle.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.SolidTriangle;
            this.btnSetVertexShapeSolidTriangle.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // separator11
            // 
            this.separator11.Name = "separator11";
            // 
            // btnSetVertexShapeLabel
            // 
            this.btnSetVertexShapeLabel.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeLabel.Image")));
            this.btnSetVertexShapeLabel.Label = "Label";
            this.btnSetVertexShapeLabel.Name = "btnSetVertexShapeLabel";
            this.btnSetVertexShapeLabel.ScreenTip = "Label";
            this.btnSetVertexShapeLabel.ShowImage = true;
            this.btnSetVertexShapeLabel.SuperTip = "Set the shape of the selected vertices or clusters to Label";
            this.btnSetVertexShapeLabel.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Label;
            this.btnSetVertexShapeLabel.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexShapeImage
            // 
            this.btnSetVertexShapeImage.Image = ((System.Drawing.Image)(resources.GetObject("btnSetVertexShapeImage.Image")));
            this.btnSetVertexShapeImage.Label = "Image";
            this.btnSetVertexShapeImage.Name = "btnSetVertexShapeImage";
            this.btnSetVertexShapeImage.ScreenTip = "Image";
            this.btnSetVertexShapeImage.ShowImage = true;
            this.btnSetVertexShapeImage.SuperTip = "Set the shape of the selected vertices or clusters to Image";
            this.btnSetVertexShapeImage.Tag = Microsoft.NodeXL.Visualization.Wpf.VertexShape.Image;
            this.btnSetVertexShapeImage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVertexShape_Click);
            // 
            // btnSetVertexRadius
            // 
            this.btnSetVertexRadius.Enabled = false;
            this.btnSetVertexRadius.Label = "Vertex Size";
            this.btnSetVertexRadius.Name = "btnSetVertexRadius";
            this.btnSetVertexRadius.OfficeImageId = "SizeToControlWidth";
            this.btnSetVertexRadius.ScreenTip = "Vertex Size";
            this.btnSetVertexRadius.ShowImage = true;
            this.btnSetVertexRadius.SuperTip = "Set the size of the selected vertices.\r\n\r\nThe Vertices worksheet must be selected" +
                " before this can be used.";
            this.btnSetVertexRadius.Tag = Microsoft.NodeXL.ExcelTemplate.VisualAttributes.VertexRadius;
            this.btnSetVertexRadius.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVisualAttribute_Click);
            // 
            // btnSetEdgeWidth
            // 
            this.btnSetEdgeWidth.Enabled = false;
            this.btnSetEdgeWidth.Label = "Edge Width";
            this.btnSetEdgeWidth.Name = "btnSetEdgeWidth";
            this.btnSetEdgeWidth.OfficeImageId = "OutlineWeightGallery";
            this.btnSetEdgeWidth.ScreenTip = "Edge Width";
            this.btnSetEdgeWidth.ShowImage = true;
            this.btnSetEdgeWidth.SuperTip = "Set the width of the selected edges.\r\n\r\nThe Edges worksheet must be selected befo" +
                "re this can be used.";
            this.btnSetEdgeWidth.Tag = Microsoft.NodeXL.ExcelTemplate.VisualAttributes.EdgeWidth;
            this.btnSetEdgeWidth.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVisualAttribute_Click);
            // 
            // btnSetBackground
            // 
            this.btnSetBackground.Label = "Background";
            this.btnSetBackground.Name = "btnSetBackground";
            this.btnSetBackground.OfficeImageId = "SheetBackground";
            this.btnSetBackground.ScreenTip = "Graph Background";
            this.btnSetBackground.ShowImage = true;
            this.btnSetBackground.SuperTip = "Set the graph\'s background";
            this.btnSetBackground.Tag = Microsoft.NodeXL.ExcelTemplate.VisualAttributes.GraphBackground;
            this.btnSetBackground.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSetVisualAttribute_Click);
            // 
            // btnAutoFillWorkbookWithScheme
            // 
            this.btnAutoFillWorkbookWithScheme.Image = ((System.Drawing.Image)(resources.GetObject("btnAutoFillWorkbookWithScheme.Image")));
            this.btnAutoFillWorkbookWithScheme.Label = "Schemes";
            this.btnAutoFillWorkbookWithScheme.Name = "btnAutoFillWorkbookWithScheme";
            this.btnAutoFillWorkbookWithScheme.ScreenTip = "Visual Property Schemes";
            this.btnAutoFillWorkbookWithScheme.ShowImage = true;
            this.btnAutoFillWorkbookWithScheme.SuperTip = "Apply a scheme of visual properties to the graph.";
            this.btnAutoFillWorkbookWithScheme.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAutoFillWorkbookWithScheme_Click);
            // 
            // grpAnalysis
            // 
            this.grpAnalysis.Items.Add(this.btnShowDynamicFilters);
            this.grpAnalysis.Items.Add(this.btnShowGraphMetrics);
            this.grpAnalysis.Items.Add(this.sbCreateSubgraphImages);
            this.grpAnalysis.Items.Add(this.mnuGroups);
            this.grpAnalysis.Label = "Analysis";
            this.grpAnalysis.Name = "grpAnalysis";
            // 
            // btnShowDynamicFilters
            // 
            this.btnShowDynamicFilters.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnShowDynamicFilters.Enabled = false;
            this.btnShowDynamicFilters.Label = "Dynamic Filters";
            this.btnShowDynamicFilters.Name = "btnShowDynamicFilters";
            this.btnShowDynamicFilters.OfficeImageId = "Filter";
            this.btnShowDynamicFilters.ScreenTip = "Dynamic Filters";
            this.btnShowDynamicFilters.ShowImage = true;
            this.btnShowDynamicFilters.SuperTip = "Filter the graph\'s vertices and edges in real time.\r\n\r\nThe graph must be shown using the Show Graph/Refresh Graph button before dynamic filters can be used.";
            this.btnShowDynamicFilters.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowDynamicFilters_Click);
            // 
            // btnShowGraphMetrics
            // 
            this.btnShowGraphMetrics.Label = "Graph Metrics";
            this.btnShowGraphMetrics.Name = "btnShowGraphMetrics";
            this.btnShowGraphMetrics.OfficeImageId = "Calculator";
            this.btnShowGraphMetrics.ScreenTip = "Graph Metrics";
            this.btnShowGraphMetrics.ShowImage = true;
            this.btnShowGraphMetrics.SuperTip = "Calculate selected graph metrics and insert the results into the workbook.";
            this.btnShowGraphMetrics.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowGraphMetrics_Click);
            // 
            // sbCreateSubgraphImages
            // 
            this.sbCreateSubgraphImages.Items.Add(this.btnCreateSubgraphImages);
            this.sbCreateSubgraphImages.Items.Add(this.btnDeleteSubgraphThumbnails);
            this.sbCreateSubgraphImages.Label = "Subgraph Images";
            this.sbCreateSubgraphImages.Name = "sbCreateSubgraphImages";
            this.sbCreateSubgraphImages.OfficeImageId = "PhotoAlbumInsert";
            this.sbCreateSubgraphImages.ScreenTip = "Subgraph Images";
            this.sbCreateSubgraphImages.SuperTip = "Create an image of each vertex\'s subgraph.\r\n\t\r\nThe images can be saved as files i" +
                "n a folder or inserted as thumbnails into the Vertices worksheet.";
            this.sbCreateSubgraphImages.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCreateSubgraphImages_Click);
            // 
            // btnCreateSubgraphImages
            // 
            this.btnCreateSubgraphImages.Label = "Subgraph Images";
            this.btnCreateSubgraphImages.Name = "btnCreateSubgraphImages";
            this.btnCreateSubgraphImages.OfficeImageId = "PhotoAlbumInsert";
            this.btnCreateSubgraphImages.ScreenTip = "Subgraph Images";
            this.btnCreateSubgraphImages.ShowImage = true;
            this.btnCreateSubgraphImages.SuperTip = "Create an image of each vertex\'s subgraph.\r\n\t\r\nThe images can be saved as files i" +
                "n a folder or inserted as thumbnails into the Vertices worksheet.";
            this.btnCreateSubgraphImages.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCreateSubgraphImages_Click);
            // 
            // btnDeleteSubgraphThumbnails
            // 
            this.btnDeleteSubgraphThumbnails.Label = "Delete Thumbnails";
            this.btnDeleteSubgraphThumbnails.Name = "btnDeleteSubgraphThumbnails";
            this.btnDeleteSubgraphThumbnails.OfficeImageId = "Delete";
            this.btnDeleteSubgraphThumbnails.ScreenTip = "Delete Subgraph Thumbnails";
            this.btnDeleteSubgraphThumbnails.ShowImage = true;
            this.btnDeleteSubgraphThumbnails.SuperTip = "Delete any subgraph thumbnails in the Vertices worksheet.\r\n\r\nThis will not delete" +
                " any subgraph image files you saved in a folder.";
            this.btnDeleteSubgraphThumbnails.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnDeleteSubgraphThumbnails_Click);
            // 
            // mnuGroups
            // 
            this.mnuGroups.Dynamic = true;
            this.mnuGroups.Items.Add(this.btnGroupByVertexAttribute);
            this.mnuGroups.Items.Add(this.btnCalculateConnectedComponents);
            this.mnuGroups.Items.Add(this.separator14);
            this.mnuGroups.Items.Add(this.btnCalculateClusters);
            this.mnuGroups.Items.Add(this.mnuClusterOptions);
            this.mnuGroups.Items.Add(this.separator13);
            this.mnuGroups.Items.Add(this.btnCollapseSelectedGroups);
            this.mnuGroups.Items.Add(this.btnCollapseAllGroups);
            this.mnuGroups.Items.Add(this.separator15);
            this.mnuGroups.Items.Add(this.btnExpandSelectedGroups);
            this.mnuGroups.Items.Add(this.btnExpandAllGroups);
            this.mnuGroups.Items.Add(this.separator16);
            this.mnuGroups.Items.Add(this.btnSelectGroupsWithSelectedVertices);
            this.mnuGroups.Items.Add(this.btnSelectAllGroups);
            this.mnuGroups.Items.Add(this.separator17);
            this.mnuGroups.Items.Add(this.btnAddSelectedVerticesToGroup);
            this.mnuGroups.Items.Add(this.separator18);
            this.mnuGroups.Items.Add(this.btnRemoveSelectedVerticesFromGroups);
            this.mnuGroups.Items.Add(this.btnRemoveSelectedGroups);
            this.mnuGroups.Items.Add(this.btnRemoveAllGroups);
            this.mnuGroups.Label = "Groups";
            this.mnuGroups.Name = "mnuGroups";
            this.mnuGroups.OfficeImageId = "AppointmentColorDialog";
            this.mnuGroups.ScreenTip = "Groups";
            this.mnuGroups.ShowImage = true;
            this.mnuGroups.SuperTip = "Work with groups of related vertices.";
            this.mnuGroups.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.mnuGroups_ItemsLoading);
            // 
            // btnGroupByVertexAttribute
            // 
            this.btnGroupByVertexAttribute.Label = "Group by Vertex Attribute";
            this.btnGroupByVertexAttribute.Name = "btnGroupByVertexAttribute";
            this.btnGroupByVertexAttribute.ScreenTip = "Group by Vertex Attribute ";
            this.btnGroupByVertexAttribute.ShowImage = true;
            this.btnGroupByVertexAttribute.SuperTip = resources.GetString("btnGroupByVertexAttribute.SuperTip");
            this.btnGroupByVertexAttribute.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnGroupByVertexAttribute_Click);
            // 
            // btnCalculateConnectedComponents
            // 
            this.btnCalculateConnectedComponents.Label = "Find Connected Components";
            this.btnCalculateConnectedComponents.Name = "btnCalculateConnectedComponents";
            this.btnCalculateConnectedComponents.ScreenTip = "Find Connected Components ";
            this.btnCalculateConnectedComponents.ShowImage = true;
            this.btnCalculateConnectedComponents.SuperTip = resources.GetString("btnCalculateConnectedComponents.SuperTip");
            this.btnCalculateConnectedComponents.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCalculateConnectedComponents_Click);
            // 
            // separator14
            // 
            this.separator14.Name = "separator14";
            // 
            // btnCalculateClusters
            // 
            this.btnCalculateClusters.Label = "Find Clusters";
            this.btnCalculateClusters.Name = "btnCalculateClusters";
            this.btnCalculateClusters.ScreenTip = "Find Clusters ";
            this.btnCalculateClusters.ShowImage = true;
            this.btnCalculateClusters.SuperTip = resources.GetString("btnCalculateClusters.SuperTip");
            this.btnCalculateClusters.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCalculateClusters_Click);
            // 
            // mnuClusterOptions
            // 
            this.mnuClusterOptions.Items.Add(this.chkClausetNewmanMoore);
            this.mnuClusterOptions.Items.Add(this.chkWakitaTsurumi);
            this.mnuClusterOptions.Items.Add(this.chkGirvanNewman);
            this.mnuClusterOptions.Label = "Cluster Options";
            this.mnuClusterOptions.Name = "mnuClusterOptions";
            this.mnuClusterOptions.ShowImage = true;
            this.mnuClusterOptions.Tag = "";
            // 
            // chkClausetNewmanMoore
            // 
            this.chkClausetNewmanMoore.Checked = true;
            this.chkClausetNewmanMoore.Label = "Use Clauset-Newman-Moore";
            this.chkClausetNewmanMoore.Name = "chkClausetNewmanMoore";
            this.chkClausetNewmanMoore.ScreenTip = "Use Clauset-Newman-Moore ";
            this.chkClausetNewmanMoore.SuperTip = "Use the algorithm descibed in \"Finding Community Structure in Very Large Networks" +
                ",\" by Aaron Clauset, M. E. J. Newman, and Cristopher Moore.";
            this.chkClausetNewmanMoore.Tag = Microsoft.NodeXL.Algorithms.ClusterAlgorithm.ClausetNewmanMoore;
            this.chkClausetNewmanMoore.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkClusterAlgorithm_Click);
            // 
            // chkWakitaTsurumi
            // 
            this.chkWakitaTsurumi.Label = "Use Wakita-Tsurumi";
            this.chkWakitaTsurumi.Name = "chkWakitaTsurumi";
            this.chkWakitaTsurumi.ScreenTip = "Use Wakita-Tsurumi ";
            this.chkWakitaTsurumi.SuperTip = "Use the algorithm described in \"Finding Community Structure in Mega-scale Social " +
                "Networks,\" by Ken Wakita and Toshiyuki Tsurumi.";
            this.chkWakitaTsurumi.Tag = Microsoft.NodeXL.Algorithms.ClusterAlgorithm.WakitaTsurumi;
            this.chkWakitaTsurumi.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkClusterAlgorithm_Click);
            // 
            // chkGirvanNewman
            // 
            this.chkGirvanNewman.Label = "Use Girvan-Newman (Slower, for Small Graphs Only)";
            this.chkGirvanNewman.Name = "chkGirvanNewman";
            this.chkGirvanNewman.ScreenTip = "Use Girvan-Newman ";
            this.chkGirvanNewman.SuperTip = "Use the algorithm described in \"Community Structure in Social and Biological Netw" +
                "orks,\" by Michelle Girvan and M. E. J. Newman.";
            this.chkGirvanNewman.Tag = Microsoft.NodeXL.Algorithms.ClusterAlgorithm.GirvanNewman;
            this.chkGirvanNewman.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkClusterAlgorithm_Click);
            // 
            // separator13
            // 
            this.separator13.Name = "separator13";
            // 
            // btnCollapseSelectedGroups
            // 
            this.btnCollapseSelectedGroups.Label = "Collapse Selected Groups";
            this.btnCollapseSelectedGroups.Name = "btnCollapseSelectedGroups";
            this.btnCollapseSelectedGroups.ScreenTip = "Collapse Selected Groups ";
            this.btnCollapseSelectedGroups.ShowImage = true;
            this.btnCollapseSelectedGroups.SuperTip = resources.GetString("CollapseGroups.SuperTip");
            this.btnCollapseSelectedGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.CollapseSelectedGroups;
            this.btnCollapseSelectedGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // btnCollapseAllGroups
            // 
            this.btnCollapseAllGroups.Label = "Collapse All Groups";
            this.btnCollapseAllGroups.Name = "btnCollapseAllGroups";
            this.btnCollapseAllGroups.ScreenTip = "Collapse All Groups ";
            this.btnCollapseAllGroups.ShowImage = true;
            this.btnCollapseAllGroups.SuperTip = resources.GetString("CollapseGroups.SuperTip");
            this.btnCollapseAllGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.CollapseAllGroups;
            this.btnCollapseAllGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // separator15
            // 
            this.separator15.Name = "separator15";
            // 
            // btnExpandSelectedGroups
            // 
            this.btnExpandSelectedGroups.Label = "Expand Selected Groups";
            this.btnExpandSelectedGroups.Name = "btnExpandSelectedGroups";
            this.btnExpandSelectedGroups.ScreenTip = "Expand Selected Groups ";
            this.btnExpandSelectedGroups.ShowImage = true;
            this.btnExpandSelectedGroups.SuperTip = "Expand the selected groups if they are collapsed.";
            this.btnExpandSelectedGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.ExpandSelectedGroups;
            this.btnExpandSelectedGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // btnExpandAllGroups
            // 
            this.btnExpandAllGroups.Label = "Expand All Groups";
            this.btnExpandAllGroups.Name = "btnExpandAllGroups";
            this.btnExpandAllGroups.ScreenTip = "Expand All Groups ";
            this.btnExpandAllGroups.ShowImage = true;
            this.btnExpandAllGroups.SuperTip = "Expand all groups that are collapsed.";
            this.btnExpandAllGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.ExpandAllGroups;
            this.btnExpandAllGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // separator16
            // 
            this.separator16.Name = "separator16";
            // 
            // btnSelectGroupsWithSelectedVertices
            // 
            this.btnSelectGroupsWithSelectedVertices.Label = "Select Groups Containing Selected Vertices";
            this.btnSelectGroupsWithSelectedVertices.Name = "btnSelectGroupsWithSelectedVertices";
            this.btnSelectGroupsWithSelectedVertices.ScreenTip = "Select Groups Containing Selected Vertices ";
            this.btnSelectGroupsWithSelectedVertices.ShowImage = true;
            this.btnSelectGroupsWithSelectedVertices.SuperTip = "Select the groups that contain the selected vertices.";
            this.btnSelectGroupsWithSelectedVertices.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.SelectGroupsWithSelectedVertices;
            this.btnSelectGroupsWithSelectedVertices.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // btnSelectAllGroups
            // 
            this.btnSelectAllGroups.Label = "Select All Groups";
            this.btnSelectAllGroups.Name = "btnSelectAllGroups";
            this.btnSelectAllGroups.ScreenTip = "Select All Groups ";
            this.btnSelectAllGroups.ShowImage = true;
            this.btnSelectAllGroups.SuperTip = "Select all groups.";
            this.btnSelectAllGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.SelectAllGroups;
            this.btnSelectAllGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // separator17
            // 
            this.separator17.Name = "separator17";
            // 
            // btnRemoveSelectedVerticesFromGroups
            // 
            this.btnRemoveSelectedVerticesFromGroups.Label = "Remove Selected Vertices from Groups";
            this.btnRemoveSelectedVerticesFromGroups.Name = "btnRemoveSelectedVerticesFromGroups";
            this.btnRemoveSelectedVerticesFromGroups.ScreenTip = "Remove Selected Vertices from Groups ";
            this.btnRemoveSelectedVerticesFromGroups.ShowImage = true;
            this.btnRemoveSelectedVerticesFromGroups.SuperTip = resources.GetString("btnRemoveSelectedVerticesFromGroups.SuperTip");
            this.btnRemoveSelectedVerticesFromGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.RemoveSelectedVerticesFromGroups;
            this.btnRemoveSelectedVerticesFromGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // btnRemoveSelectedGroups
            // 
            this.btnRemoveSelectedGroups.Label = "Remove Selected Groups";
            this.btnRemoveSelectedGroups.Name = "btnRemoveSelectedGroups";
            this.btnRemoveSelectedGroups.ScreenTip = "Remove Selected Groups ";
            this.btnRemoveSelectedGroups.ShowImage = true;
            this.btnRemoveSelectedGroups.SuperTip = resources.GetString("RemoveGroups.SuperTip");
            this.btnRemoveSelectedGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.RemoveSelectedGroups;
            this.btnRemoveSelectedGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // btnRemoveAllGroups
            // 
            this.btnRemoveAllGroups.Label = "Remove All Groups";
            this.btnRemoveAllGroups.Name = "btnRemoveAllGroups";
            this.btnRemoveAllGroups.ScreenTip = "Remove All Groups ";
            this.btnRemoveAllGroups.ShowImage = true;
            this.btnRemoveAllGroups.SuperTip = resources.GetString("RemoveGroups.SuperTip");
            this.btnRemoveAllGroups.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.RemoveAllGroups;
            this.btnRemoveAllGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // grpShowHide
            // 
            this.grpShowHide.Items.Add(this.mnuShowColumnGroups);
            this.grpShowHide.Items.Add(this.mnuShowGraphElements);
            this.grpShowHide.Label = "Show/Hide";
            this.grpShowHide.Name = "grpShowHide";
            // 
            // mnuShowColumnGroups
            // 
            this.mnuShowColumnGroups.Dynamic = true;
            this.mnuShowColumnGroups.Items.Add(this.chkShowVisualAttributeColumnGroups);
            this.mnuShowColumnGroups.Items.Add(this.chkShowLabelColumnGroups);
            this.mnuShowColumnGroups.Items.Add(this.chkShowVertexLayoutColumnGroup);
            this.mnuShowColumnGroups.Items.Add(this.chkShowGraphMetricColumnGroups);
            this.mnuShowColumnGroups.Items.Add(this.chkShowOtherColumns);
            this.mnuShowColumnGroups.Items.Add(this.separator1);
            this.mnuShowColumnGroups.Items.Add(this.btnShowAllColumnGroups);
            this.mnuShowColumnGroups.Items.Add(this.btnHideAllColumnGroups);
            this.mnuShowColumnGroups.Label = "Workbook Columns";
            this.mnuShowColumnGroups.Name = "mnuShowColumnGroups";
            this.mnuShowColumnGroups.OfficeImageId = "RecordsFreezeColumns";
            this.mnuShowColumnGroups.ScreenTip = "Show/Hide Workbook Columns";
            this.mnuShowColumnGroups.ShowImage = true;
            this.mnuShowColumnGroups.SuperTip = "Show or hide groups of columns in the NodeXL workbook.";
            this.mnuShowColumnGroups.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.mnuShowColumnGroups_ItemsLoading);
            // 
            // chkShowVisualAttributeColumnGroups
            // 
            this.chkShowVisualAttributeColumnGroups.Label = "Visual Properties";
            this.chkShowVisualAttributeColumnGroups.Name = "chkShowVisualAttributeColumnGroups";
            this.chkShowVisualAttributeColumnGroups.ScreenTip = "Show/Hide Visual Property Columns";
            this.chkShowVisualAttributeColumnGroups.SuperTip = "Show or hide the columns you can use to control the appearance of individual edge" +
                "s and vertices.";
            this.chkShowVisualAttributeColumnGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowVisualAttributeColumnGroups_Click);
            // 
            // chkShowLabelColumnGroups
            // 
            this.chkShowLabelColumnGroups.Label = "Labels";
            this.chkShowLabelColumnGroups.Name = "chkShowLabelColumnGroups";
            this.chkShowLabelColumnGroups.ScreenTip = "Show/Hide Label Columns";
            this.chkShowLabelColumnGroups.SuperTip = "Show or hide the columns you can use to add labels to individual edges, and label" +
                "s and tooltips to individual vertices.";
            this.chkShowLabelColumnGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowLabelColumnGroups_Click);
            // 
            // chkShowVertexLayoutColumnGroup
            // 
            this.chkShowVertexLayoutColumnGroup.Label = "Layout";
            this.chkShowVertexLayoutColumnGroup.Name = "chkShowVertexLayoutColumnGroup";
            this.chkShowVertexLayoutColumnGroup.ScreenTip = "Show/Hide Layout Columns";
            this.chkShowVertexLayoutColumnGroup.SuperTip = "Show or hide the Vertices worksheet columns you can use to control the location o" +
                "f individual vertices.";
            this.chkShowVertexLayoutColumnGroup.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowVertexLayoutColumnGroup_Click);
            // 
            // chkShowGraphMetricColumnGroups
            // 
            this.chkShowGraphMetricColumnGroups.Label = "Graph Metrics";
            this.chkShowGraphMetricColumnGroups.Name = "chkShowGraphMetricColumnGroups";
            this.chkShowGraphMetricColumnGroups.ScreenTip = "Show/Hide Graph Metric Columns";
            this.chkShowGraphMetricColumnGroups.SuperTip = "Show or hide the graph metric columns in the Vertices and Groups worksheets.\r\n\r\nGraph metrics" +
                " can be calculated with the Graph Metrics button in the Analysis ribbon group.";
            this.chkShowGraphMetricColumnGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowGraphMetricColumnGroups_Click);
            // 
            // chkShowOtherColumns
            // 
            this.chkShowOtherColumns.Label = "Other Columns";
            this.chkShowOtherColumns.Name = "chkShowOtherColumns";
            this.chkShowOtherColumns.ScreenTip = "Show/Hide Other Columns";
            this.chkShowOtherColumns.SuperTip = "Show or hide the columns that are not in one of NodeXL\'s standard column groups. " +
                " This includes any columns you\'ve added yourself.";
            this.chkShowOtherColumns.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowOtherColumns_Click);
            // 
            // separator1
            // 
            this.separator1.Name = "separator1";
            // 
            // btnShowAllColumnGroups
            // 
            this.btnShowAllColumnGroups.Label = "Show All";
            this.btnShowAllColumnGroups.Name = "btnShowAllColumnGroups";
            this.btnShowAllColumnGroups.OfficeImageId = "ViewNormalViewExcel";
            this.btnShowAllColumnGroups.ScreenTip = "Show All Workbook Columns";
            this.btnShowAllColumnGroups.ShowImage = true;
            this.btnShowAllColumnGroups.SuperTip = "Show all the columns in the Edges and Vertices worksheets.";
            this.btnShowAllColumnGroups.Tag = true;
            this.btnShowAllColumnGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowOrHideAllColumnGroups_Click);
            // 
            // btnHideAllColumnGroups
            // 
            this.btnHideAllColumnGroups.Label = "Hide All";
            this.btnHideAllColumnGroups.Name = "btnHideAllColumnGroups";
            this.btnHideAllColumnGroups.OfficeImageId = "TableDeleteRowsAndColumnsMenuWord";
            this.btnHideAllColumnGroups.ScreenTip = "Hide All Workbook Columns";
            this.btnHideAllColumnGroups.ShowImage = true;
            this.btnHideAllColumnGroups.SuperTip = "Hide all the non-essential columns in the Edges and Vertices worksheets.";
            this.btnHideAllColumnGroups.Tag = false;
            this.btnHideAllColumnGroups.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowOrHideAllColumnGroups_Click);
            // 
            // mnuShowGraphElements
            // 
            this.mnuShowGraphElements.Image = ((System.Drawing.Image)(resources.GetObject("mnuShowGraphElements.Image")));
            this.mnuShowGraphElements.Items.Add(this.chkReadGroups);
            this.mnuShowGraphElements.Items.Add(this.chkReadVertexLabels);
            this.mnuShowGraphElements.Items.Add(this.chkReadEdgeLabels);
            this.mnuShowGraphElements.Items.Add(this.separator12);
            this.mnuShowGraphElements.Items.Add(this.chkShowGraphLegend);
            this.mnuShowGraphElements.Items.Add(this.chkShowGraphAxes);
            this.mnuShowGraphElements.Items.Add(this.separator7);
            this.mnuShowGraphElements.Items.Add(this.btnShowAllGraphElements);
            this.mnuShowGraphElements.Items.Add(this.btnHideAllGraphElements);
            this.mnuShowGraphElements.Label = "Graph Elements";
            this.mnuShowGraphElements.Name = "mnuShowGraphElements";
            this.mnuShowGraphElements.ScreenTip = "Show/Hide Graph Elements";
            this.mnuShowGraphElements.ShowImage = true;
            this.mnuShowGraphElements.SuperTip = "Show or hide elements in the graph pane.";
            // 
            // chkReadGroups
            // 
            this.chkReadGroups.Label = "Groups";
            this.chkReadGroups.Name = "chkReadGroups";
            this.chkReadGroups.ScreenTip = "Show/Hide Groups";
            this.chkReadGroups.SuperTip = resources.GetString("chkReadGroups.SuperTip");
            // 
            // chkReadVertexLabels
            // 
            this.chkReadVertexLabels.Label = "Vertex Labels";
            this.chkReadVertexLabels.Name = "chkReadVertexLabels";
            this.chkReadVertexLabels.ScreenTip = "Show/Hide Vertex Labels";
            this.chkReadVertexLabels.SuperTip = "Show or hide the vertex labels in the graph pane.";
            // 
            // chkReadEdgeLabels
            // 
            this.chkReadEdgeLabels.Label = "Edge Labels";
            this.chkReadEdgeLabels.Name = "chkReadEdgeLabels";
            this.chkReadEdgeLabels.ScreenTip = "Show/Hide Edge Labels";
            this.chkReadEdgeLabels.SuperTip = "Show or hide the edge labels in the graph pane.";
            // 
            // separator12
            // 
            this.separator12.Name = "separator12";
            // 
            // chkShowGraphLegend
            // 
            this.chkShowGraphLegend.Label = "Legend";
            this.chkShowGraphLegend.Name = "chkShowGraphLegend";
            this.chkShowGraphLegend.ScreenTip = "Show/Hide Graph Legend";
            this.chkShowGraphLegend.SuperTip = "Show or hide the legend at the bottom of the graph pane.";
            this.chkShowGraphLegend.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowGraphLegend_Click);
            // 
            // chkShowGraphAxes
            // 
            this.chkShowGraphAxes.Label = "Axes";
            this.chkShowGraphAxes.Name = "chkShowGraphAxes";
            this.chkShowGraphAxes.ScreenTip = "Show/Hide Graph Axes";
            this.chkShowGraphAxes.SuperTip = resources.GetString("chkShowGraphAxes.SuperTip");
            this.chkShowGraphAxes.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.chkShowGraphAxes_Click);
            // 
            // separator7
            // 
            this.separator7.Name = "separator7";
            // 
            // btnShowAllGraphElements
            // 
            this.btnShowAllGraphElements.Label = "Show All";
            this.btnShowAllGraphElements.Name = "btnShowAllGraphElements";
            this.btnShowAllGraphElements.OfficeImageId = "ViewNormalViewExcel";
            this.btnShowAllGraphElements.ScreenTip = "Show All Graph Elements";
            this.btnShowAllGraphElements.ShowImage = true;
            this.btnShowAllGraphElements.SuperTip = "Show all elements in the graph pane.";
            this.btnShowAllGraphElements.Tag = true;
            this.btnShowAllGraphElements.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowOrHideAllGraphElements_Click);
            // 
            // btnHideAllGraphElements
            // 
            this.btnHideAllGraphElements.Label = "Hide All";
            this.btnHideAllGraphElements.Name = "btnHideAllGraphElements";
            this.btnHideAllGraphElements.OfficeImageId = "TableDeleteRowsAndColumnsMenuWord";
            this.btnHideAllGraphElements.ScreenTip = "Hide All Graph Elements";
            this.btnHideAllGraphElements.ShowImage = true;
            this.btnHideAllGraphElements.SuperTip = "Hide all elements in the graph pane.";
            this.btnHideAllGraphElements.Tag = false;
            this.btnHideAllGraphElements.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowOrHideAllGraphElements_Click);
            // 
            // grpHelp
            // 
            this.grpHelp.Items.Add(this.btnOpenHomePage);
            this.grpHelp.Items.Add(this.btnRegisterUser);
            this.grpHelp.Items.Add(this.btnCheckForUpdate);
            this.grpHelp.Items.Add(this.btnAbout);
            this.grpHelp.Label = "Help";
            this.grpHelp.Name = "grpHelp";
            // 
            // btnOpenHomePage
            // 
            this.btnOpenHomePage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnOpenHomePage.Label = "Home Page";
            this.btnOpenHomePage.Name = "btnOpenHomePage";
            this.btnOpenHomePage.OfficeImageId = "BlogHomePage";
            this.btnOpenHomePage.ScreenTip = "Home Page";
            this.btnOpenHomePage.ShowImage = true;
            this.btnOpenHomePage.SuperTip = "Open the Microsoft NodeXL home page in a browser window.";
            this.btnOpenHomePage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnOpenHomePage_Click);
            // 
            // btnRegisterUser
            // 
            this.btnRegisterUser.Label = "Register";
            this.btnRegisterUser.Name = "btnRegisterUser";
            this.btnRegisterUser.OfficeImageId = "EnvelopesAndLabelsDialog";
            this.btnRegisterUser.ScreenTip = "Register ";
            this.btnRegisterUser.ShowImage = true;
            this.btnRegisterUser.SuperTip = "Register to join the Microsoft NodeXL email list.";
            this.btnRegisterUser.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnRegisterUser_Click);
            // 
            // btnCheckForUpdate
            // 
            this.btnCheckForUpdate.Label = "Check for Updates";
            this.btnCheckForUpdate.Name = "btnCheckForUpdate";
            this.btnCheckForUpdate.OfficeImageId = "FindDialog";
            this.btnCheckForUpdate.ScreenTip = "Check for Updates ";
            this.btnCheckForUpdate.ShowImage = true;
            this.btnCheckForUpdate.SuperTip = "Check for a newer version of Microsoft NodeXL.";
            this.btnCheckForUpdate.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCheckForUpdate_Click);
            // 
            // btnAbout
            // 
            this.btnAbout.Label = "About Microsoft NodeXL";
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.OfficeImageId = "Info";
            this.btnAbout.ScreenTip = "About Microsoft NodeXL ";
            this.btnAbout.ShowImage = true;
            this.btnAbout.SuperTip = "View information about Microsoft NodeXL.";
            this.btnAbout.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAbout_Click);
            // 
            // btnAddSelectedVerticesToGroup
            // 
            this.btnAddSelectedVerticesToGroup.Label = "Add Selected Vertices to Group";
            this.btnAddSelectedVerticesToGroup.Name = "btnAddSelectedVerticesToGroup";
            this.btnAddSelectedVerticesToGroup.ScreenTip = "Add Selected Vertices to Group ";
            this.btnAddSelectedVerticesToGroup.ShowImage = true;
            this.btnAddSelectedVerticesToGroup.SuperTip = resources.GetString("btnAddSelectedVerticesToGroup.SuperTip");
            this.btnAddSelectedVerticesToGroup.Tag = Microsoft.NodeXL.ExcelTemplate.GroupCommands.AddSelectedVerticesToGroup;
            this.btnAddSelectedVerticesToGroup.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GroupCommandButton_Click);
            // 
            // separator18
            // 
            this.separator18.Name = "separator18";
            // 
            // Ribbon
            // 
            this.Name = "Ribbon";
            this.RibbonType = "Microsoft.Excel.Workbook";
            this.Tabs.Add(this.NodeXL);
            this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.Ribbon_Load);
            this.Close += new System.EventHandler(this.Ribbon_Close);
            this.NodeXL.ResumeLayout(false);
            this.NodeXL.PerformLayout();
            this.grpData.ResumeLayout(false);
            this.grpData.PerformLayout();
            this.grpGraph.ResumeLayout(false);
            this.grpGraph.PerformLayout();
            this.grpVisualAttributes.ResumeLayout(false);
            this.grpVisualAttributes.PerformLayout();
            this.grpAnalysis.ResumeLayout(false);
            this.grpAnalysis.PerformLayout();
            this.grpShowHide.ResumeLayout(false);
            this.grpShowHide.PerformLayout();
            this.grpHelp.ResumeLayout(false);
            this.grpHelp.PerformLayout();
            this.ResumeLayout(false);

        }
Example #6
0
 /// <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(ExceLintRibbon));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     this.tab1                           = this.Factory.CreateRibbonTab();
     this.tab2                           = this.Factory.CreateRibbonTab();
     this.CheckCellGroup                 = this.Factory.CreateRibbonGroup();
     this.box1                           = this.Factory.CreateRibbonBox();
     this.AnalyzeButton                  = this.Factory.CreateRibbonButton();
     this.MarkAsOKButton                 = this.Factory.CreateRibbonButton();
     this.StartOverButton                = this.Factory.CreateRibbonButton();
     this.RegularityMap                  = this.Factory.CreateRibbonButton();
     this.showHeatmap                    = this.Factory.CreateRibbonButton();
     this.clusterForCell                 = this.Factory.CreateRibbonButton();
     this.FixClusterButton               = this.Factory.CreateRibbonButton();
     this.resetFixesButton               = this.Factory.CreateRibbonButton();
     this.EntropyRanking                 = this.Factory.CreateRibbonButton();
     this.RunCUSTODES                    = this.Factory.CreateRibbonButton();
     this.ClearEverything                = this.Factory.CreateRibbonButton();
     this.box2                           = this.Factory.CreateRibbonBox();
     this.LSHTest                        = this.Factory.CreateRibbonButton();
     this.getLSH                         = this.Factory.CreateRibbonButton();
     this.readClusterDump                = this.Factory.CreateRibbonButton();
     this.VectorForCell                  = this.Factory.CreateRibbonButton();
     this.cellIsFormula                  = this.Factory.CreateRibbonButton();
     this.drawAllClusters                = this.Factory.CreateRibbonCheckBox();
     this.LoadTrueSmells                 = this.Factory.CreateRibbonButton();
     this.ExceLintVsTrueSmells           = this.Factory.CreateRibbonButton();
     this.distanceCombo                  = this.Factory.CreateRibbonComboBox();
     this.ClusterBox                     = this.Factory.CreateRibbonCheckBox();
     this.useResultant                   = this.Factory.CreateRibbonCheckBox();
     this.normSSCheckBox                 = this.Factory.CreateRibbonCheckBox();
     this.normRefCheckBox                = this.Factory.CreateRibbonCheckBox();
     this.significanceTextBox            = this.Factory.CreateRibbonEditBox();
     this.spectralRanking                = this.Factory.CreateRibbonCheckBox();
     this.showFixes                      = this.Factory.CreateRibbonCheckBox();
     this.allCellsFreq                   = this.Factory.CreateRibbonCheckBox();
     this.columnCellsFreq                = this.Factory.CreateRibbonCheckBox();
     this.rowCellsFreq                   = this.Factory.CreateRibbonCheckBox();
     this.levelsFreq                     = this.Factory.CreateRibbonCheckBox();
     this.sheetFreq                      = this.Factory.CreateRibbonCheckBox();
     this.DebugOutput                    = this.Factory.CreateRibbonCheckBox();
     this.forceBuildDAG                  = this.Factory.CreateRibbonCheckBox();
     this.inferAddrModes                 = this.Factory.CreateRibbonCheckBox();
     this.allCells                       = this.Factory.CreateRibbonCheckBox();
     this.weightByIntrinsicAnomalousness = this.Factory.CreateRibbonCheckBox();
     this.conditioningSetSize            = this.Factory.CreateRibbonCheckBox();
     this.separator4                     = this.Factory.CreateRibbonSeparator();
     this.annotate                       = this.Factory.CreateRibbonButton();
     this.annotateThisCell               = this.Factory.CreateRibbonButton();
     this.button1                        = this.Factory.CreateRibbonButton();
     this.NukeSettings                   = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.tab2.SuspendLayout();
     this.CheckCellGroup.SuspendLayout();
     this.box1.SuspendLayout();
     this.box2.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // tab2
     //
     this.tab2.Groups.Add(this.CheckCellGroup);
     this.tab2.Label = "ExceLint";
     this.tab2.Name  = "tab2";
     //
     // CheckCellGroup
     //
     this.CheckCellGroup.Items.Add(this.box1);
     this.CheckCellGroup.Items.Add(this.ClusterBox);
     this.CheckCellGroup.Items.Add(this.useResultant);
     this.CheckCellGroup.Items.Add(this.normSSCheckBox);
     this.CheckCellGroup.Items.Add(this.normRefCheckBox);
     this.CheckCellGroup.Items.Add(this.significanceTextBox);
     this.CheckCellGroup.Items.Add(this.spectralRanking);
     this.CheckCellGroup.Items.Add(this.showFixes);
     this.CheckCellGroup.Items.Add(this.allCellsFreq);
     this.CheckCellGroup.Items.Add(this.columnCellsFreq);
     this.CheckCellGroup.Items.Add(this.rowCellsFreq);
     this.CheckCellGroup.Items.Add(this.levelsFreq);
     this.CheckCellGroup.Items.Add(this.sheetFreq);
     this.CheckCellGroup.Items.Add(this.DebugOutput);
     this.CheckCellGroup.Items.Add(this.forceBuildDAG);
     this.CheckCellGroup.Items.Add(this.inferAddrModes);
     this.CheckCellGroup.Items.Add(this.allCells);
     this.CheckCellGroup.Items.Add(this.weightByIntrinsicAnomalousness);
     this.CheckCellGroup.Items.Add(this.conditioningSetSize);
     this.CheckCellGroup.Items.Add(this.separator4);
     this.CheckCellGroup.Items.Add(this.annotate);
     this.CheckCellGroup.Items.Add(this.annotateThisCell);
     this.CheckCellGroup.Name = "CheckCellGroup";
     //
     // box1
     //
     this.box1.Items.Add(this.AnalyzeButton);
     this.box1.Items.Add(this.MarkAsOKButton);
     this.box1.Items.Add(this.StartOverButton);
     this.box1.Items.Add(this.RegularityMap);
     this.box1.Items.Add(this.showHeatmap);
     this.box1.Items.Add(this.clusterForCell);
     this.box1.Items.Add(this.FixClusterButton);
     this.box1.Items.Add(this.resetFixesButton);
     this.box1.Items.Add(this.EntropyRanking);
     this.box1.Items.Add(this.RunCUSTODES);
     this.box1.Items.Add(this.ClearEverything);
     this.box1.Items.Add(this.box2);
     this.box1.Items.Add(this.distanceCombo);
     this.box1.Name = "box1";
     //
     // AnalyzeButton
     //
     this.AnalyzeButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.AnalyzeButton.Image       = global::ExceLintUI.Properties.Resources.analyze_small;
     this.AnalyzeButton.Label       = "Audit";
     this.AnalyzeButton.Name        = "AnalyzeButton";
     this.AnalyzeButton.ShowImage   = true;
     this.AnalyzeButton.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.AnalyzeButton_Click);
     //
     // MarkAsOKButton
     //
     this.MarkAsOKButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.MarkAsOKButton.Image       = global::ExceLintUI.Properties.Resources.mark_as_ok_small;
     this.MarkAsOKButton.Label       = "Next Cell";
     this.MarkAsOKButton.Name        = "MarkAsOKButton";
     this.MarkAsOKButton.ShowImage   = true;
     this.MarkAsOKButton.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.MarkAsOKButton_Click);
     //
     // StartOverButton
     //
     this.StartOverButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.StartOverButton.Image       = global::ExceLintUI.Properties.Resources.clear_small;
     this.StartOverButton.Label       = "Start Over";
     this.StartOverButton.Name        = "StartOverButton";
     this.StartOverButton.ShowImage   = true;
     this.StartOverButton.Visible     = false;
     this.StartOverButton.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.StartOverButton_Click);
     //
     // RegularityMap
     //
     this.RegularityMap.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.RegularityMap.Image       = global::ExceLintUI.Properties.Resources.graph;
     this.RegularityMap.Label       = "Show Regularity Map";
     this.RegularityMap.Name        = "RegularityMap";
     this.RegularityMap.ShowImage   = true;
     this.RegularityMap.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.RegularityMap_Click);
     //
     // showHeatmap
     //
     this.showHeatmap.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.showHeatmap.Image       = ((System.Drawing.Image)(resources.GetObject("showHeatmap.Image")));
     this.showHeatmap.Label       = "Show Formula Similarity";
     this.showHeatmap.Name        = "showHeatmap";
     this.showHeatmap.ShowImage   = true;
     this.showHeatmap.Visible     = false;
     this.showHeatmap.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.showHeatmap_Click);
     //
     // clusterForCell
     //
     this.clusterForCell.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.clusterForCell.Image       = global::ExceLintUI.Properties.Resources.graph;
     this.clusterForCell.Label       = "Cluster for Cell";
     this.clusterForCell.Name        = "clusterForCell";
     this.clusterForCell.ShowImage   = true;
     this.clusterForCell.Visible     = false;
     this.clusterForCell.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.clusterForCell_Click);
     //
     // FixClusterButton
     //
     this.FixClusterButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.FixClusterButton.Image       = global::ExceLintUI.Properties.Resources.graph;
     this.FixClusterButton.Label       = "Fix Clusters";
     this.FixClusterButton.Name        = "FixClusterButton";
     this.FixClusterButton.ShowImage   = true;
     this.FixClusterButton.Visible     = false;
     this.FixClusterButton.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.FixClusterButton_Click);
     //
     // resetFixesButton
     //
     this.resetFixesButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.resetFixesButton.Image       = global::ExceLintUI.Properties.Resources.graph;
     this.resetFixesButton.Label       = "Clear Map";
     this.resetFixesButton.Name        = "resetFixesButton";
     this.resetFixesButton.ShowImage   = true;
     this.resetFixesButton.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.resetFixesButton_Click);
     //
     // EntropyRanking
     //
     this.EntropyRanking.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.EntropyRanking.Image       = global::ExceLintUI.Properties.Resources.analyze_small;
     this.EntropyRanking.Label       = "Entropy Ranking";
     this.EntropyRanking.Name        = "EntropyRanking";
     this.EntropyRanking.ShowImage   = true;
     this.EntropyRanking.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.EntropyRanking_Click);
     //
     // RunCUSTODES
     //
     this.RunCUSTODES.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.RunCUSTODES.Image       = global::ExceLintUI.Properties.Resources.analyze_small;
     this.RunCUSTODES.Label       = "Run CUSTODES";
     this.RunCUSTODES.Name        = "RunCUSTODES";
     this.RunCUSTODES.ShowImage   = true;
     this.RunCUSTODES.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.RunCUSTODES_Click);
     //
     // ClearEverything
     //
     this.ClearEverything.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.ClearEverything.Image       = global::ExceLintUI.Properties.Resources.clear_small;
     this.ClearEverything.Label       = "Clear Everything";
     this.ClearEverything.Name        = "ClearEverything";
     this.ClearEverything.ShowImage   = true;
     this.ClearEverything.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ClearEverything_Click);
     //
     // box2
     //
     this.box2.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
     this.box2.Items.Add(this.LSHTest);
     this.box2.Items.Add(this.getLSH);
     this.box2.Items.Add(this.readClusterDump);
     this.box2.Items.Add(this.VectorForCell);
     this.box2.Items.Add(this.cellIsFormula);
     this.box2.Items.Add(this.drawAllClusters);
     this.box2.Items.Add(this.LoadTrueSmells);
     this.box2.Items.Add(this.ExceLintVsTrueSmells);
     this.box2.Items.Add(this.NukeSettings);
     this.box2.Name    = "box2";
     this.box2.Visible = false;
     //
     // LSHTest
     //
     this.LSHTest.Label   = "LSH Test";
     this.LSHTest.Name    = "LSHTest";
     this.LSHTest.Visible = false;
     this.LSHTest.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.LSHTest_Click);
     //
     // getLSH
     //
     this.getLSH.Label   = "LSH for Cell";
     this.getLSH.Name    = "getLSH";
     this.getLSH.Visible = false;
     this.getLSH.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.getLSH_Click);
     //
     // readClusterDump
     //
     this.readClusterDump.Label   = "Read Cluster Dump";
     this.readClusterDump.Name    = "readClusterDump";
     this.readClusterDump.Visible = false;
     this.readClusterDump.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.readClusterDump_Click);
     //
     // VectorForCell
     //
     this.VectorForCell.Label  = "Vector for Cell";
     this.VectorForCell.Name   = "VectorForCell";
     this.VectorForCell.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.VectorForCell_Click);
     //
     // cellIsFormula
     //
     this.cellIsFormula.Label  = "Is Formula?";
     this.cellIsFormula.Name   = "cellIsFormula";
     this.cellIsFormula.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.cellIsFormula_Click);
     //
     // drawAllClusters
     //
     this.drawAllClusters.Label   = "Draw all Clusters";
     this.drawAllClusters.Name    = "drawAllClusters";
     this.drawAllClusters.Visible = false;
     //
     // LoadTrueSmells
     //
     this.LoadTrueSmells.Label   = "Load True Smells";
     this.LoadTrueSmells.Name    = "LoadTrueSmells";
     this.LoadTrueSmells.Visible = false;
     this.LoadTrueSmells.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.LoadTrueSmells_Click);
     //
     // ExceLintVsTrueSmells
     //
     this.ExceLintVsTrueSmells.Label  = "ExceLint vs True Smells";
     this.ExceLintVsTrueSmells.Name   = "ExceLintVsTrueSmells";
     this.ExceLintVsTrueSmells.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ExceLintVsTrueSmells_Click);
     //
     // distanceCombo
     //
     ribbonDropDownItemImpl1.Label = "Earth Mover";
     ribbonDropDownItemImpl2.Label = "Nearest Neighbor";
     ribbonDropDownItemImpl3.Label = "Mean Centroid";
     this.distanceCombo.Items.Add(ribbonDropDownItemImpl1);
     this.distanceCombo.Items.Add(ribbonDropDownItemImpl2);
     this.distanceCombo.Items.Add(ribbonDropDownItemImpl3);
     this.distanceCombo.Label   = "Distance:";
     this.distanceCombo.Name    = "distanceCombo";
     this.distanceCombo.Text    = "Earth Mover";
     this.distanceCombo.Visible = false;
     //
     // ClusterBox
     //
     this.ClusterBox.Checked = true;
     this.ClusterBox.Label   = "Cluster";
     this.ClusterBox.Name    = "ClusterBox";
     this.ClusterBox.Visible = false;
     //
     // useResultant
     //
     this.useResultant.Label   = "Use Resultant";
     this.useResultant.Name    = "useResultant";
     this.useResultant.Visible = false;
     //
     // normSSCheckBox
     //
     this.normSSCheckBox.Label   = "Normalize Sheet";
     this.normSSCheckBox.Name    = "normSSCheckBox";
     this.normSSCheckBox.Visible = false;
     //
     // normRefCheckBox
     //
     this.normRefCheckBox.Label   = "Normalize Refs";
     this.normRefCheckBox.Name    = "normRefCheckBox";
     this.normRefCheckBox.Visible = false;
     //
     // significanceTextBox
     //
     this.significanceTextBox.Label        = "Inspect %";
     this.significanceTextBox.Name         = "significanceTextBox";
     this.significanceTextBox.SizeString   = "100.0";
     this.significanceTextBox.Text         = "5";
     this.significanceTextBox.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.significanceTextBox_TextChanged);
     //
     // spectralRanking
     //
     this.spectralRanking.Label   = "Use Spectral Rank";
     this.spectralRanking.Name    = "spectralRanking";
     this.spectralRanking.Visible = false;
     this.spectralRanking.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.spectralRanking_Click);
     //
     // showFixes
     //
     this.showFixes.Enabled = false;
     this.showFixes.Label   = "Show Fixes";
     this.showFixes.Name    = "showFixes";
     this.showFixes.Visible = false;
     //
     // allCellsFreq
     //
     this.allCellsFreq.Checked = true;
     this.allCellsFreq.Label   = "All Cells Freq";
     this.allCellsFreq.Name    = "allCellsFreq";
     this.allCellsFreq.Visible = false;
     this.allCellsFreq.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.allCellsFreq_Click);
     //
     // columnCellsFreq
     //
     this.columnCellsFreq.Checked = true;
     this.columnCellsFreq.Label   = "Column Cells Freq";
     this.columnCellsFreq.Name    = "columnCellsFreq";
     this.columnCellsFreq.Visible = false;
     this.columnCellsFreq.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.columnCellsFreq_Click);
     //
     // rowCellsFreq
     //
     this.rowCellsFreq.Checked = true;
     this.rowCellsFreq.Label   = "Row Cells Freq";
     this.rowCellsFreq.Name    = "rowCellsFreq";
     this.rowCellsFreq.Visible = false;
     this.rowCellsFreq.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.rowCellsFreq_Click);
     //
     // levelsFreq
     //
     this.levelsFreq.Checked = true;
     this.levelsFreq.Label   = "Levels Freq";
     this.levelsFreq.Name    = "levelsFreq";
     this.levelsFreq.Visible = false;
     this.levelsFreq.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.levelsFreq_Click);
     //
     // sheetFreq
     //
     this.sheetFreq.Checked = true;
     this.sheetFreq.Label   = "Sheet Freq";
     this.sheetFreq.Name    = "sheetFreq";
     this.sheetFreq.Visible = false;
     //
     // DebugOutput
     //
     this.DebugOutput.Label   = "Show Debug Output";
     this.DebugOutput.Name    = "DebugOutput";
     this.DebugOutput.Visible = false;
     this.DebugOutput.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.DebugOutput_Click);
     //
     // forceBuildDAG
     //
     this.forceBuildDAG.Label   = "Force DAG Rebuild";
     this.forceBuildDAG.Name    = "forceBuildDAG";
     this.forceBuildDAG.Visible = false;
     this.forceBuildDAG.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.forceBuildDAG_Click);
     //
     // inferAddrModes
     //
     this.inferAddrModes.Label   = "Infer Address Modes";
     this.inferAddrModes.Name    = "inferAddrModes";
     this.inferAddrModes.Visible = false;
     this.inferAddrModes.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.inferAddrModes_Click);
     //
     // allCells
     //
     this.allCells.Checked = true;
     this.allCells.Label   = "Analyze All Cells";
     this.allCells.Name    = "allCells";
     this.allCells.Visible = false;
     this.allCells.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.allCells_Click);
     //
     // weightByIntrinsicAnomalousness
     //
     this.weightByIntrinsicAnomalousness.Label   = "Reweight by Intrinsic Anomalousness";
     this.weightByIntrinsicAnomalousness.Name    = "weightByIntrinsicAnomalousness";
     this.weightByIntrinsicAnomalousness.Visible = false;
     this.weightByIntrinsicAnomalousness.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.weightByIntrinsicAnomalousness_Click);
     //
     // conditioningSetSize
     //
     this.conditioningSetSize.Checked = true;
     this.conditioningSetSize.Label   = "Weigh by Conditioning Set Size";
     this.conditioningSetSize.Name    = "conditioningSetSize";
     this.conditioningSetSize.Visible = false;
     this.conditioningSetSize.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.conditioningSetSize_Click);
     //
     // separator4
     //
     this.separator4.Name = "separator4";
     //
     // annotate
     //
     this.annotate.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.annotate.Image       = global::ExceLintUI.Properties.Resources.correct_small;
     this.annotate.Label       = "Annotate";
     this.annotate.Name        = "annotate";
     this.annotate.ShowImage   = true;
     this.annotate.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.annotate_Click);
     //
     // annotateThisCell
     //
     this.annotateThisCell.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.annotateThisCell.Image       = global::ExceLintUI.Properties.Resources.correct_small;
     this.annotateThisCell.Label       = "Annotate Current Cell";
     this.annotateThisCell.Name        = "annotateThisCell";
     this.annotateThisCell.ShowImage   = true;
     this.annotateThisCell.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.annotateThisCell_Click);
     //
     // button1
     //
     this.button1.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button1.Image       = global::ExceLintUI.Properties.Resources.graph;
     this.button1.Label       = "Start Fix";
     this.button1.Name        = "button1";
     this.button1.ShowImage   = true;
     //
     // NukeSettings
     //
     this.NukeSettings.Label  = "Nuke Settings";
     this.NukeSettings.Name   = "NukeSettings";
     this.NukeSettings.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.NukeSettings_Click);
     //
     // ExceLintRibbon
     //
     this.Name       = "ExceLintRibbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.tab2);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.ExceLintRibbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.tab2.ResumeLayout(false);
     this.tab2.PerformLayout();
     this.CheckCellGroup.ResumeLayout(false);
     this.CheckCellGroup.PerformLayout();
     this.box1.ResumeLayout(false);
     this.box1.PerformLayout();
     this.box2.ResumeLayout(false);
     this.box2.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem5 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem6 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem7 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem8 = this.Factory.CreateRibbonDropDownItem();
     this.tControls      = this.Factory.CreateRibbonTab();
     this.gButtons       = this.Factory.CreateRibbonGroup();
     this.btnActionsPane = this.Factory.CreateRibbonToggleButton();
     this.bgMoodFace     = this.Factory.CreateRibbonButtonGroup();
     this.btnHappy       = this.Factory.CreateRibbonToggleButton();
     this.btnNeutral     = this.Factory.CreateRibbonToggleButton();
     this.btnSad         = this.Factory.CreateRibbonToggleButton();
     this.sbtnAlign      = this.Factory.CreateRibbonSplitButton();
     this.btnLeft        = this.Factory.CreateRibbonButton();
     this.btnCenter      = this.Factory.CreateRibbonButton();
     this.btnRight       = this.Factory.CreateRibbonButton();
     this.separator1     = this.Factory.CreateRibbonSeparator();
     this.ddFormatChart  = this.Factory.CreateRibbonDropDown();
     this.cbMRUFind      = this.Factory.CreateRibbonComboBox();
     this.galShapes      = this.Factory.CreateRibbonGallery();
     this.gDynamicMenu   = this.Factory.CreateRibbonGroup();
     this.mDynamicMenu   = this.Factory.CreateRibbonMenu();
     this.cbButton       = this.Factory.CreateRibbonCheckBox();
     this.cbSeparator    = this.Factory.CreateRibbonCheckBox();
     this.cbSubMenu      = this.Factory.CreateRibbonCheckBox();
     this.tControls.SuspendLayout();
     this.gButtons.SuspendLayout();
     this.bgMoodFace.SuspendLayout();
     this.gDynamicMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // tControls
     //
     this.tControls.Groups.Add(this.gButtons);
     this.tControls.Groups.Add(this.gDynamicMenu);
     this.tControls.Label = "Ribbon Control Sample";
     this.tControls.Name  = "tControls";
     //
     // gButtons
     //
     this.gButtons.Items.Add(this.btnActionsPane);
     this.gButtons.Items.Add(this.bgMoodFace);
     this.gButtons.Items.Add(this.sbtnAlign);
     this.gButtons.Items.Add(this.separator1);
     this.gButtons.Items.Add(this.ddFormatChart);
     this.gButtons.Items.Add(this.cbMRUFind);
     this.gButtons.Items.Add(this.galShapes);
     this.gButtons.Label = "Working with Sheets";
     this.gButtons.Name  = "gButtons";
     //
     // btnActionsPane
     //
     this.btnActionsPane.Label     = "Show Actions Pane";
     this.btnActionsPane.Name      = "btnActionsPane";
     this.btnActionsPane.ScreenTip = "Toggle Button";
     this.btnActionsPane.ShowImage = true;
     this.btnActionsPane.SuperTip  = "A ToggleButton that appears pressed or unpressed.  Click the ToggleButton to show" +
                                     "/hide the Actions Pane.";
     this.btnActionsPane.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnActionsPane_Click);
     //
     // bgMoodFace
     //
     this.bgMoodFace.Items.Add(this.btnHappy);
     this.bgMoodFace.Items.Add(this.btnNeutral);
     this.bgMoodFace.Items.Add(this.btnSad);
     this.bgMoodFace.Name = "bgMoodFace";
     //
     // btnHappy
     //
     this.btnHappy.Image     = global::RibbonControlsExcelWorkbook.Properties.Resources.happy;
     this.btnHappy.Label     = "toggleButton1";
     this.btnHappy.Name      = "btnHappy";
     this.btnHappy.ShowImage = true;
     this.btnHappy.ShowLabel = false;
     this.btnHappy.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnHappy_Click);
     //
     // btnNeutral
     //
     this.btnNeutral.Image     = global::RibbonControlsExcelWorkbook.Properties.Resources.Neutral;
     this.btnNeutral.Label     = "toggleButton2";
     this.btnNeutral.Name      = "btnNeutral";
     this.btnNeutral.ShowImage = true;
     this.btnNeutral.ShowLabel = false;
     this.btnNeutral.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnNeutral_Click);
     //
     // btnSad
     //
     this.btnSad.Image     = global::RibbonControlsExcelWorkbook.Properties.Resources.sad;
     this.btnSad.Label     = "toggleButton3";
     this.btnSad.Name      = "btnSad";
     this.btnSad.ShowImage = true;
     this.btnSad.ShowLabel = false;
     this.btnSad.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSad_Click);
     //
     // sbtnAlign
     //
     this.sbtnAlign.Items.Add(this.btnLeft);
     this.sbtnAlign.Items.Add(this.btnCenter);
     this.sbtnAlign.Items.Add(this.btnRight);
     this.sbtnAlign.Label         = "Alignment";
     this.sbtnAlign.Name          = "sbtnAlign";
     this.sbtnAlign.OfficeImageId = "AlignCenter";
     this.sbtnAlign.ScreenTip     = "Split Button";
     this.sbtnAlign.SuperTip      = "A Split Button is a button with a menu.  Click the button to center align text in" +
                                    " cell A4 or select the menu for other alignment options.";
     this.sbtnAlign.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.sbtnAlign_Click);
     //
     // btnLeft
     //
     this.btnLeft.Label         = "Left Align";
     this.btnLeft.Name          = "btnLeft";
     this.btnLeft.OfficeImageId = "AlignLeft";
     this.btnLeft.ScreenTip     = "Button";
     this.btnLeft.ShowImage     = true;
     this.btnLeft.SuperTip      = "Button in a Split Button.";
     this.btnLeft.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLeft_Click);
     //
     // btnCenter
     //
     this.btnCenter.Label         = "Center Align";
     this.btnCenter.Name          = "btnCenter";
     this.btnCenter.OfficeImageId = "AlignCenter";
     this.btnCenter.ScreenTip     = "Button";
     this.btnCenter.ShowImage     = true;
     this.btnCenter.SuperTip      = "Button in a Split Button.";
     this.btnCenter.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnCenter_Click);
     //
     // btnRight
     //
     this.btnRight.Label         = "Right Align";
     this.btnRight.Name          = "btnRight";
     this.btnRight.OfficeImageId = "AlignRight";
     this.btnRight.ScreenTip     = "Button";
     this.btnRight.ShowImage     = true;
     this.btnRight.SuperTip      = "Button in a Split Button.";
     this.btnRight.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnRight_Click);
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // ddFormatChart
     //
     ribbonDropDownItem1.Label         = "Bar";
     ribbonDropDownItem1.OfficeImageId = "ChartTypeBarInsertGallery";
     ribbonDropDownItem1.ScreenTip     = "DropDown Item";
     ribbonDropDownItem1.SuperTip      = "Select DropDown Item to format the chart.";
     ribbonDropDownItem2.Label         = "Column";
     ribbonDropDownItem2.OfficeImageId = "ChartTypeColumnInsertGallery";
     ribbonDropDownItem2.ScreenTip     = "DropDown Item";
     ribbonDropDownItem2.SuperTip      = "Select DropDown Item to format the chart.";
     ribbonDropDownItem3.Label         = "Area";
     ribbonDropDownItem3.OfficeImageId = "ChartTypeAreaInsertGallery";
     ribbonDropDownItem3.ScreenTip     = "DropDown Item";
     ribbonDropDownItem3.SuperTip      = "Select DropDown Item to format the chart.";
     ribbonDropDownItem4.Label         = "Pie";
     ribbonDropDownItem4.OfficeImageId = "ChartTypePieInsertGallery";
     ribbonDropDownItem4.ScreenTip     = "DropDown Item";
     ribbonDropDownItem4.SuperTip      = "Select DropDown Item to format the chart.";
     this.ddFormatChart.Items.Add(ribbonDropDownItem1);
     this.ddFormatChart.Items.Add(ribbonDropDownItem2);
     this.ddFormatChart.Items.Add(ribbonDropDownItem3);
     this.ddFormatChart.Items.Add(ribbonDropDownItem4);
     this.ddFormatChart.Label             = "Format Chart";
     this.ddFormatChart.Name              = "ddFormatChart";
     this.ddFormatChart.ScreenTip         = "Drop Down";
     this.ddFormatChart.SuperTip          = "A drop down list of options.  Select a chart type to format the chart on Sheet1.";
     this.ddFormatChart.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ddFormatChart_SelectionChanged);
     //
     // cbMRUFind
     //
     ribbonDropDownItem5.Label = "Q1";
     ribbonDropDownItem6.Label = "Q2";
     ribbonDropDownItem7.Label = "Q3";
     ribbonDropDownItem8.Label = "Q4";
     this.cbMRUFind.Items.Add(ribbonDropDownItem5);
     this.cbMRUFind.Items.Add(ribbonDropDownItem6);
     this.cbMRUFind.Items.Add(ribbonDropDownItem7);
     this.cbMRUFind.Items.Add(ribbonDropDownItem8);
     this.cbMRUFind.Label      = "MRU Find";
     this.cbMRUFind.Name       = "cbMRUFind";
     this.cbMRUFind.ScreenTip  = "Combo Box";
     this.cbMRUFind.SizeString = "Enter or select search text.";
     this.cbMRUFind.SuperTip   = "ComboBox is a EditBox with a DropDown.  Select text from the list to find it in t" +
                                 "he spreadsheet.  Or, enter your own search string to add to the list.";
     this.cbMRUFind.Text         = "Enter or select search text.";
     this.cbMRUFind.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.cbMRUFind_TextChanged);
     //
     // galShapes
     //
     this.galShapes.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.galShapes.Image       = global::RibbonControlsExcelWorkbook.Properties.Resources.AvocadoGreen;
     this.galShapes.Label       = "Color";
     this.galShapes.Name        = "galShapes";
     this.galShapes.ScreenTip   = "Gallery";
     this.galShapes.ShowImage   = true;
     this.galShapes.SuperTip    = "A gallery is a multi-dimensional dropdown.  This gallery will format insert a dif" +
                                  "ferent colored sphere on to Sheet1.";
     this.galShapes.ItemsLoading += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.galShapes_ItemsLoading);
     this.galShapes.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.galShapes_Click);
     //
     // gDynamicMenu
     //
     this.gDynamicMenu.Items.Add(this.mDynamicMenu);
     this.gDynamicMenu.Items.Add(this.cbButton);
     this.gDynamicMenu.Items.Add(this.cbSeparator);
     this.gDynamicMenu.Items.Add(this.cbSubMenu);
     this.gDynamicMenu.Label = "Build Dynamic Menu";
     this.gDynamicMenu.Name  = "gDynamicMenu";
     //
     // mDynamicMenu
     //
     this.mDynamicMenu.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.mDynamicMenu.Dynamic       = true;
     this.mDynamicMenu.Label         = "Dynamic Menu";
     this.mDynamicMenu.Name          = "mDynamicMenu";
     this.mDynamicMenu.OfficeImageId = "QueryAppend";
     this.mDynamicMenu.ScreenTip     = "Dynamic Menu";
     this.mDynamicMenu.ShowImage     = true;
     this.mDynamicMenu.SuperTip      = "This is a dynamic menu.  Use the checkboxes at the right to determine which contr" +
                                       "ols to add at runtime.";
     this.mDynamicMenu.ItemsLoading += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.mDynamicMenu_ItemsLoading);
     //
     // cbButton
     //
     this.cbButton.Label     = "Button";
     this.cbButton.Name      = "cbButton";
     this.cbButton.ScreenTip = "Check Box";
     this.cbButton.SuperTip  = "Select to add control to Dynamic Menu.";
     //
     // cbSeparator
     //
     this.cbSeparator.Label     = "Separator";
     this.cbSeparator.Name      = "cbSeparator";
     this.cbSeparator.ScreenTip = "Check Box";
     this.cbSeparator.SuperTip  = "Select to add control to Dynamic Menu.";
     //
     // cbSubMenu
     //
     this.cbSubMenu.Label     = "SubMenu";
     this.cbSubMenu.Name      = "cbSubMenu";
     this.cbSubMenu.ScreenTip = "Check Box";
     this.cbSubMenu.SuperTip  = "Select to add control to Dynamic Menu.";
     //
     // RibbonControls
     //
     this.Name             = "RibbonControls";
     this.RibbonType       = "Microsoft.Excel.Workbook";
     this.StartFromScratch = true;
     this.Tabs.Add(this.tControls);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.RibbonControls_Load);
     this.tControls.ResumeLayout(false);
     this.tControls.PerformLayout();
     this.gButtons.ResumeLayout(false);
     this.gButtons.PerformLayout();
     this.bgMoodFace.ResumeLayout(false);
     this.bgMoodFace.PerformLayout();
     this.gDynamicMenu.ResumeLayout(false);
     this.gDynamicMenu.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()
        {
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
            this.tab1               = this.Factory.CreateRibbonTab();
            this.groupImportImage   = this.Factory.CreateRibbonGroup();
            this.buttonImage2Cells  = this.Factory.CreateRibbonButton();
            this.groupAlgorithm     = this.Factory.CreateRibbonGroup();
            this.buttonColorize     = this.Factory.CreateRibbonButton();
            this.dropDownColorRGB   = this.Factory.CreateRibbonDropDown();
            this.editSaturationPeak = this.Factory.CreateRibbonEditBox();
            this.groupCortana       = this.Factory.CreateRibbonGroup();
            this.buttonCortana      = this.Factory.CreateRibbonButton();
            this.tab1.SuspendLayout();
            this.groupImportImage.SuspendLayout();
            this.groupAlgorithm.SuspendLayout();
            this.groupCortana.SuspendLayout();
            this.SuspendLayout();
            //
            // tab1
            //
            this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
            this.tab1.Groups.Add(this.groupImportImage);
            this.tab1.Groups.Add(this.groupAlgorithm);
            this.tab1.Groups.Add(this.groupCortana);
            this.tab1.Label = "TabAddIns";
            this.tab1.Name  = "tab1";
            //
            // groupImportImage
            //
            this.groupImportImage.Items.Add(this.buttonImage2Cells);
            this.groupImportImage.Label = "Import Image";
            this.groupImportImage.Name  = "groupImportImage";
            //
            // buttonImage2Cells
            //
            this.buttonImage2Cells.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.buttonImage2Cells.Description   = "Haha";
            this.buttonImage2Cells.Label         = "Load Image";
            this.buttonImage2Cells.Name          = "buttonImage2Cells";
            this.buttonImage2Cells.OfficeImageId = "AllCategories";
            this.buttonImage2Cells.ScreenTip     = "Chuyển ảnh thành cell";
            this.buttonImage2Cells.ShowImage     = true;
            this.buttonImage2Cells.SuperTip      = "Mỗi pixcel ảnh sẽ trở thành một cell trên excel. Ảnh được tự động co sao cho số đ" +
                                                   "iểm ảnh không quá 82455 do giới hạn của Excel";
            this.buttonImage2Cells.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.buttonImage2Cells_Click);

            //
            // groupCortana
            //
            this.groupCortana.Items.Add(this.buttonCortana);
            this.groupCortana.Label = "Cortana";
            this.groupCortana.Name  = "groupCortana";
            //
            // buttonCortana
            //
            this.buttonCortana.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.buttonCortana.Description   = "???";
            this.buttonCortana.Label         = "Cortana";
            this.buttonCortana.Name          = "buttonCortana";
            this.buttonCortana.OfficeImageId = "AllCategories";
            this.buttonCortana.ScreenTip     = "Cortana - Speech recognition";
            this.buttonCortana.ShowImage     = true;
            this.buttonCortana.SuperTip      = "Speech recognition";
            this.buttonCortana.Click        += (sender, e) => this.buttonCortana_Click();

            //
            // groupAlgorithm
            //
            this.groupAlgorithm.Items.Add(this.buttonColorize);
            this.groupAlgorithm.Items.Add(this.dropDownColorRGB);
            this.groupAlgorithm.Items.Add(this.editSaturationPeak);
            this.groupAlgorithm.Label = "Algorithm";
            this.groupAlgorithm.Name  = "groupAlgorithm";
            //
            // buttonCorlorize
            //
            this.buttonColorize.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.buttonColorize.Label         = "Màu hóa";
            this.buttonColorize.Name          = "button1";
            this.buttonColorize.OfficeImageId = "BlackAndWhiteLightGrayscale";
            this.buttonColorize.ScreenTip     = "Màu hóa ma trận giá trị";
            this.buttonColorize.ShowImage     = true;
            this.buttonColorize.SuperTip      = "Lựa chọn một bảng, sau đó bấm nút Màu hóa. Các cell trong bảng sẽ được tô màu với" +
                                                " mức xám thay đổi  từ màu đen (0) tới mức cực đại, của màu chỉ định trong dropbo" +
                                                "x";

            //this code cannot pass arguments
            //this.button1.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.buttonColorize);

            //use this code to pass arguments: color and saturation
            this.buttonColorize.Click += (sender, e) => this.buttonColorize_Click(dropDownColorRGB.SelectedItem.OfficeImageId, editSaturationPeak.Text);

            //
            // dropDown1
            //
            ribbonDropDownItemImpl1.Label         = "Đỏ";
            ribbonDropDownItemImpl1.OfficeImageId = "AppointmentColor1";
            ribbonDropDownItemImpl2.Label         = "Xanh lá";
            ribbonDropDownItemImpl2.OfficeImageId = "AppointmentColor3";
            ribbonDropDownItemImpl3.Label         = "Xanh dương";
            ribbonDropDownItemImpl3.OfficeImageId = "AppointmentColor2";
            ribbonDropDownItemImpl4.Label         = "Xám";
            ribbonDropDownItemImpl4.OfficeImageId = "AppointmentColor4";
            this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl1);
            this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl2);
            this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl3);
            this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl4);
            this.dropDownColorRGB.Label = "Màu";
            this.dropDownColorRGB.Name  = "dropDownColorRGB";
            //
            // editSaturationPeak
            //
            this.editSaturationPeak.Label = "Cực đại";
            this.editSaturationPeak.Name  = "editSaturationPeak";
            this.editSaturationPeak.Text  = "255";
            //
            // MyRibon
            //
            this.Name       = "MyRibon";
            this.RibbonType = "Microsoft.Excel.Workbook";
            this.Tabs.Add(this.tab1);
            this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.MyRibon_Load);
            this.tab1.ResumeLayout(false);
            this.tab1.PerformLayout();
            this.groupImportImage.ResumeLayout(false);
            this.groupImportImage.PerformLayout();
            this.groupAlgorithm.ResumeLayout(false);
            this.groupAlgorithm.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
     this.MainTab                   = this.Factory.CreateRibbonTab();
     this.EquationGroup             = this.Factory.CreateRibbonGroup();
     this.InsertFieldCode           = this.Factory.CreateRibbonButton();
     this.btn_InsertEquation        = this.Factory.CreateRibbonButton();
     this.CodeGroup                 = this.Factory.CreateRibbonGroup();
     this.btn_InsertCodeBox         = this.Factory.CreateRibbonButton();
     this.dropDown_lineStep         = this.Factory.CreateRibbonDropDown();
     this.dropDown_CodeFont_ASCII   = this.Factory.CreateRibbonDropDown();
     this.dropDown_CodeFont_FarEast = this.Factory.CreateRibbonDropDown();
     this.IntroduceGroup            = this.Factory.CreateRibbonGroup();
     this.btn_AboutThisAddIn        = this.Factory.CreateRibbonButton();
     this.backgroundWorker1         = new System.ComponentModel.BackgroundWorker();
     this.MainTab.SuspendLayout();
     this.EquationGroup.SuspendLayout();
     this.CodeGroup.SuspendLayout();
     this.IntroduceGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // MainTab
     //
     this.MainTab.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.MainTab.Groups.Add(this.EquationGroup);
     this.MainTab.Groups.Add(this.CodeGroup);
     this.MainTab.Groups.Add(this.IntroduceGroup);
     this.MainTab.Label = "公式与代码";
     this.MainTab.Name  = "MainTab";
     //
     // EquationGroup
     //
     this.EquationGroup.Items.Add(this.InsertFieldCode);
     this.EquationGroup.Items.Add(this.btn_InsertEquation);
     this.EquationGroup.Label = "公式";
     this.EquationGroup.Name  = "EquationGroup";
     //
     // InsertFieldCode
     //
     this.InsertFieldCode.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.InsertFieldCode.Image       = global::Equation_and_Codebox.Properties.Resources.InsertFieldCode;
     this.InsertFieldCode.Label       = "插入 SEQ 域组合";
     this.InsertFieldCode.Name        = "InsertFieldCode";
     this.InsertFieldCode.ShowImage   = true;
     this.InsertFieldCode.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.InsertFieldCode_Click);
     //
     // btn_InsertEquation
     //
     this.btn_InsertEquation.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_InsertEquation.Image       = global::Equation_and_Codebox.Properties.Resources.InsertEquation;
     this.btn_InsertEquation.Label       = "插入带编号的公式";
     this.btn_InsertEquation.Name        = "btn_InsertEquation";
     this.btn_InsertEquation.ShowImage   = true;
     this.btn_InsertEquation.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_InsertEquation_Click);
     //
     // CodeGroup
     //
     this.CodeGroup.Items.Add(this.btn_InsertCodeBox);
     this.CodeGroup.Items.Add(this.dropDown_lineStep);
     this.CodeGroup.Items.Add(this.dropDown_CodeFont_ASCII);
     this.CodeGroup.Items.Add(this.dropDown_CodeFont_FarEast);
     this.CodeGroup.Label = "代码";
     this.CodeGroup.Name  = "CodeGroup";
     //
     // btn_InsertCodeBox
     //
     this.btn_InsertCodeBox.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_InsertCodeBox.Image       = global::Equation_and_Codebox.Properties.Resources.InsertCode;
     this.btn_InsertCodeBox.Label       = "从剪贴板插入纯文本代码";
     this.btn_InsertCodeBox.Name        = "btn_InsertCodeBox";
     this.btn_InsertCodeBox.ShowImage   = true;
     this.btn_InsertCodeBox.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_InsertCodeBox_Click);
     //
     // dropDown_lineStep
     //
     this.dropDown_lineStep.Image  = global::Equation_and_Codebox.Properties.Resources.delta;
     ribbonDropDownItemImpl1.Label = "1";
     ribbonDropDownItemImpl2.Label = "5";
     ribbonDropDownItemImpl3.Label = "10";
     ribbonDropDownItemImpl4.Label = "20";
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl1);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl2);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl3);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl4);
     this.dropDown_lineStep.Label     = "行号步长";
     this.dropDown_lineStep.Name      = "dropDown_lineStep";
     this.dropDown_lineStep.ShowImage = true;
     //
     // dropDown_CodeFont_ASCII
     //
     this.dropDown_CodeFont_ASCII.Image = global::Equation_and_Codebox.Properties.Resources.AsciiCharFont;
     ribbonDropDownItemImpl5.Label      = "LM Mono 10";
     ribbonDropDownItemImpl6.Label      = "Fira Code";
     ribbonDropDownItemImpl7.Label      = "Iosevka";
     ribbonDropDownItemImpl8.Label      = "Consolas";
     ribbonDropDownItemImpl9.Label      = "宋体";
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl5);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl6);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl7);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl8);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl9);
     this.dropDown_CodeFont_ASCII.Label     = "代码字体";
     this.dropDown_CodeFont_ASCII.Name      = "dropDown_CodeFont_ASCII";
     this.dropDown_CodeFont_ASCII.ShowImage = true;
     //
     // dropDown_CodeFont_FarEast
     //
     this.dropDown_CodeFont_FarEast.Image = global::Equation_and_Codebox.Properties.Resources.FarEastCharFont;
     ribbonDropDownItemImpl10.Label       = "宋体";
     ribbonDropDownItemImpl11.Label       = "等线";
     ribbonDropDownItemImpl12.Label       = "微软雅黑";
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl10);
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl11);
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl12);
     this.dropDown_CodeFont_FarEast.Label     = "中文字体";
     this.dropDown_CodeFont_FarEast.Name      = "dropDown_CodeFont_FarEast";
     this.dropDown_CodeFont_FarEast.ShowImage = true;
     //
     // IntroduceGroup
     //
     this.IntroduceGroup.Items.Add(this.btn_AboutThisAddIn);
     this.IntroduceGroup.Label = "关于";
     this.IntroduceGroup.Name  = "IntroduceGroup";
     //
     // btn_AboutThisAddIn
     //
     this.btn_AboutThisAddIn.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_AboutThisAddIn.Image       = global::Equation_and_Codebox.Properties.Resources.About;
     this.btn_AboutThisAddIn.Label       = "关于插件";
     this.btn_AboutThisAddIn.Name        = "btn_AboutThisAddIn";
     this.btn_AboutThisAddIn.ShowImage   = true;
     this.btn_AboutThisAddIn.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_AboutThisAddIn_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.MainTab);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.MainTab.ResumeLayout(false);
     this.MainTab.PerformLayout();
     this.EquationGroup.ResumeLayout(false);
     this.EquationGroup.PerformLayout();
     this.CodeGroup.ResumeLayout(false);
     this.CodeGroup.PerformLayout();
     this.IntroduceGroup.ResumeLayout(false);
     this.IntroduceGroup.PerformLayout();
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     this.tab1               = this.Factory.CreateRibbonTab();
     this.groupHelp          = this.Factory.CreateRibbonGroup();
     this.btn_help           = this.Factory.CreateRibbonButton();
     this.groupTextToSpeech  = this.Factory.CreateRibbonGroup();
     this.btn_TextToSpeech   = this.Factory.CreateRibbonButton();
     this.groupRGB           = this.Factory.CreateRibbonGroup();
     this.btn_RGB            = this.Factory.CreateRibbonButton();
     this.dropDownColorRGB   = this.Factory.CreateRibbonDropDown();
     this.editSaturationPeak = this.Factory.CreateRibbonDropDown();
     this.tab1.SuspendLayout();
     this.groupHelp.SuspendLayout();
     this.groupTextToSpeech.SuspendLayout();
     this.groupRGB.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.groupHelp);
     this.tab1.Groups.Add(this.groupTextToSpeech);
     this.tab1.Groups.Add(this.groupRGB);
     this.tab1.Label = "Add-In";
     this.tab1.Name  = "tab1";
     //
     // groupHelp
     //
     this.groupHelp.Items.Add(this.btn_help);
     this.groupHelp.Label = "Help";
     this.groupHelp.Name  = "groupHelp";
     //
     // btn_help
     //
     this.btn_help.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_help.Label       = "Help";
     this.btn_help.Name        = "btn_help";
     this.btn_help.ScreenTip   = "Trợ giúp";
     this.btn_help.ShowImage   = true;
     this.btn_help.SuperTip    = "Click để truy cập trang";
     this.btn_help.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_help_Click);
     //
     // groupTextToSpeech
     //
     this.groupTextToSpeech.Items.Add(this.btn_TextToSpeech);
     this.groupTextToSpeech.Label = "TextToSpeech";
     this.groupTextToSpeech.Name  = "groupTextToSpeech";
     //
     // btn_TextToSpeech
     //
     this.btn_TextToSpeech.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_TextToSpeech.Label       = "TextToSpeech";
     this.btn_TextToSpeech.Name        = "btn_TextToSpeech";
     this.btn_TextToSpeech.ScreenTip   = "Chuyển nội dung sang giọng nói";
     this.btn_TextToSpeech.ShowImage   = true;
     this.btn_TextToSpeech.SuperTip    = "Convert Text to Speech";
     this.btn_TextToSpeech.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_TextToSpeech_Click);
     //
     // groupRGB
     //
     this.groupRGB.Items.Add(this.btn_RGB);
     this.groupRGB.Items.Add(this.dropDownColorRGB);
     this.groupRGB.Items.Add(this.editSaturationPeak);
     this.groupRGB.Label = "RGB";
     this.groupRGB.Name  = "groupRGB";
     //
     // btn_RGB
     //
     this.btn_RGB.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_RGB.Label         = "RGB";
     this.btn_RGB.Name          = "btn_RGB";
     this.btn_RGB.OfficeImageId = "BlackAndWhiteLightGrayscale";
     this.btn_RGB.ScreenTip     = "Màu hóa ma trận giá trị";
     this.btn_RGB.ShowImage     = true;
     this.btn_RGB.SuperTip      = "Lựa chọn một bảng, sau đó bấm nút Màu hóa. Các cell trong bảng sẽ được tô màu với" +
                                  " mức xám thay đổi  từ màu đen (0) tới mức cực đại, của màu chỉ định trong dropbo" +
                                  "x";
     //
     // dropDownColorRGB
     //
     ribbonDropDownItemImpl1.Label         = "Đỏ";
     ribbonDropDownItemImpl1.OfficeImageId = "AppointmentColor1";
     ribbonDropDownItemImpl2.Label         = "Xanh lá";
     ribbonDropDownItemImpl2.OfficeImageId = "AppointmentColor3";
     ribbonDropDownItemImpl3.Label         = "Xanh dương";
     ribbonDropDownItemImpl3.OfficeImageId = "AppointmentColor2";
     ribbonDropDownItemImpl4.Label         = "Xám";
     ribbonDropDownItemImpl4.OfficeImageId = "AppointmentColor4";
     this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl1);
     this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl2);
     this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl3);
     this.dropDownColorRGB.Items.Add(ribbonDropDownItemImpl4);
     this.dropDownColorRGB.Label             = "Màu";
     this.dropDownColorRGB.Name              = "dropDownColorRGB";
     this.dropDownColorRGB.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.dropDown1_SelectionChanged);
     //
     // editSaturationPeak
     //
     this.editSaturationPeak.Label = "Cực đại";
     this.editSaturationPeak.Name  = "editSaturationPeak";
     //
     // Ribbon2
     //
     this.Name       = "Ribbon2";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon2_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.groupHelp.ResumeLayout(false);
     this.groupHelp.PerformLayout();
     this.groupTextToSpeech.ResumeLayout(false);
     this.groupTextToSpeech.PerformLayout();
     this.groupRGB.ResumeLayout(false);
     this.groupRGB.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl13 = this.Factory.CreateRibbonDropDownItem();
     this.CSVAssistant = this.Factory.CreateRibbonTab();
     this.group1       = this.Factory.CreateRibbonGroup();
     this.button1      = this.Factory.CreateRibbonButton();
     this.separator1   = this.Factory.CreateRibbonSeparator();
     this.button2      = this.Factory.CreateRibbonButton();
     this.group2       = this.Factory.CreateRibbonGroup();
     this.button3      = this.Factory.CreateRibbonButton();
     this.button4      = this.Factory.CreateRibbonButton();
     this.separator2   = this.Factory.CreateRibbonSeparator();
     this.button5      = this.Factory.CreateRibbonButton();
     this.button6      = this.Factory.CreateRibbonButton();
     this.group3       = this.Factory.CreateRibbonGroup();
     this.button7      = this.Factory.CreateRibbonButton();
     this.button8      = this.Factory.CreateRibbonButton();
     this.button9      = this.Factory.CreateRibbonButton();
     this.group4       = this.Factory.CreateRibbonGroup();
     this.button10     = this.Factory.CreateRibbonButton();
     this.separator3   = this.Factory.CreateRibbonSeparator();
     this.button11     = this.Factory.CreateRibbonButton();
     this.button12     = this.Factory.CreateRibbonButton();
     this.group5       = this.Factory.CreateRibbonGroup();
     this.button13     = this.Factory.CreateRibbonButton();
     this.button16     = this.Factory.CreateRibbonButton();
     this.button14     = this.Factory.CreateRibbonButton();
     this.separator4   = this.Factory.CreateRibbonSeparator();
     this.button15     = this.Factory.CreateRibbonButton();
     this.label2       = this.Factory.CreateRibbonLabel();
     this.dropDown1    = this.Factory.CreateRibbonDropDown();
     this.group6       = this.Factory.CreateRibbonGroup();
     this.button17     = this.Factory.CreateRibbonButton();
     this.button20     = this.Factory.CreateRibbonButton();
     this.separator6   = this.Factory.CreateRibbonSeparator();
     this.button18     = this.Factory.CreateRibbonButton();
     this.button19     = this.Factory.CreateRibbonButton();
     this.checkBox1    = this.Factory.CreateRibbonCheckBox();
     this.CSVAssistant.SuspendLayout();
     this.group1.SuspendLayout();
     this.group2.SuspendLayout();
     this.group3.SuspendLayout();
     this.group4.SuspendLayout();
     this.group5.SuspendLayout();
     this.group6.SuspendLayout();
     this.SuspendLayout();
     //
     // CSVAssistant
     //
     this.CSVAssistant.Groups.Add(this.group1);
     this.CSVAssistant.Groups.Add(this.group2);
     this.CSVAssistant.Groups.Add(this.group3);
     this.CSVAssistant.Groups.Add(this.group4);
     this.CSVAssistant.Groups.Add(this.group5);
     this.CSVAssistant.Groups.Add(this.group6);
     this.CSVAssistant.Label = "CSV 表格助手";
     this.CSVAssistant.Name  = "CSVAssistant";
     //
     // group1
     //
     this.group1.Items.Add(this.button1);
     this.group1.Items.Add(this.separator1);
     this.group1.Items.Add(this.button2);
     this.group1.Label = "保存";
     this.group1.Name  = "group1";
     //
     // button1
     //
     this.button1.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button1.Label         = "保存";
     this.button1.Name          = "button1";
     this.button1.OfficeImageId = "FileSave";
     this.button1.ScreenTip     = "保存当前的 CSV 文件。如果当前文件不是 CSV,则另存为 CSV 文件。";
     this.button1.ShowImage     = true;
     this.button1.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.SaveButtonAction);
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // button2
     //
     this.button2.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button2.Label         = "另存为…";
     this.button2.Name          = "button2";
     this.button2.OfficeImageId = "FileSaveAs";
     this.button2.ScreenTip     = "另存为 UTF-8 编码的 CSV 文件。";
     this.button2.ShowImage     = true;
     this.button2.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.SaveAsButtonAction);
     //
     // group2
     //
     this.group2.Items.Add(this.button3);
     this.group2.Items.Add(this.button4);
     this.group2.Items.Add(this.separator2);
     this.group2.Items.Add(this.button5);
     this.group2.Items.Add(this.button6);
     this.group2.Label = "快捷工具";
     this.group2.Name  = "group2";
     //
     // button3
     //
     this.button3.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button3.Label         = "最佳宽度";
     this.button3.Name          = "button3";
     this.button3.OfficeImageId = "SizeToControlWidth";
     this.button3.ScreenTip     = "根据内容长度调整列宽度,使内容完整显示出来。";
     this.button3.ShowImage     = true;
     this.button3.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ExpandAction);
     //
     // button4
     //
     this.button4.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button4.Label         = "默认宽度";
     this.button4.Name          = "button4";
     this.button4.OfficeImageId = "FormatCellsMenu";
     this.button4.ScreenTip     = "将所有列的宽度调整为默认宽度(80像素)。";
     this.button4.ShowImage     = true;
     this.button4.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CollapseAction);
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     //
     // button5
     //
     this.button5.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button5.Label         = "生成序号";
     this.button5.Name          = "button5";
     this.button5.OfficeImageId = "FormatNumberDefault";
     this.button5.ScreenTip     = "将序号列由1开始递增填充。";
     this.button5.ShowImage     = true;
     this.button5.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.FormatAction);
     //
     // button6
     //
     this.button6.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button6.Label         = "检查序号";
     this.button6.Name          = "button6";
     this.button6.OfficeImageId = "FileViewDigitalSignatures";
     this.button6.ScreenTip     = "检查序号列是否有重复的序号。";
     this.button6.ShowImage     = true;
     this.button6.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.IdCheckAction);
     //
     // group3
     //
     this.group3.Items.Add(this.button7);
     this.group3.Items.Add(this.button8);
     this.group3.Items.Add(this.button9);
     this.group3.Label = "表格检查";
     this.group3.Name  = "group3";
     //
     // button7
     //
     this.button7.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button7.Label         = "检查当前表格";
     this.button7.Name          = "button7";
     this.button7.OfficeImageId = "FileMarkAsFinal";
     this.button7.ScreenTip     = "使用表格检查工具检查当前表格。";
     this.button7.ShowImage     = true;
     this.button7.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CSVCheckAction);
     //
     // button8
     //
     this.button8.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button8.Label         = "检查所有表格";
     this.button8.Name          = "button8";
     this.button8.OfficeImageId = "ReviewEndReviewPowerPoint";
     this.button8.ScreenTip     = "使用表格检查工具检查所有表格。";
     this.button8.ShowImage     = true;
     this.button8.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CSVCheckAllAction);
     //
     // button9
     //
     this.button9.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button9.Label         = "打开检查表";
     this.button9.Name          = "button9";
     this.button9.OfficeImageId = "OpenAttachedMasterPage";
     this.button9.ScreenTip     = "打开对应CSV的检查配置表格。";
     this.button9.ShowImage     = true;
     this.button9.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CSVOpenCheckAction);
     //
     // group4
     //
     this.group4.Items.Add(this.button10);
     this.group4.Items.Add(this.separator3);
     this.group4.Items.Add(this.button11);
     this.group4.Items.Add(this.button12);
     this.group4.Label = "资源预览";
     this.group4.Name  = "group4";
     //
     // button10
     //
     this.button10.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button10.Label         = "预览默认资源";
     this.button10.Name          = "button10";
     this.button10.OfficeImageId = "OmsImageFromFile";
     this.button10.ScreenTip     = "预览选中单元格中资源路径对应的默认图片资源。";
     this.button10.ShowImage     = true;
     this.button10.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OpenImageAction);
     //
     // separator3
     //
     this.separator3.Name = "separator3";
     //
     // button11
     //
     this.button11.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button11.Label         = "预览国际化资源";
     this.button11.Name          = "button11";
     this.button11.OfficeImageId = "OmsImageFromClip";
     this.button11.ScreenTip     = "预览选中单元格中国际化资源路径对应的图片资源。";
     this.button11.ShowImage     = true;
     this.button11.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OpenIOSImageAction);
     //
     // button12
     //
     this.button12.Label = "";
     this.button12.Name  = "button12";
     //
     // group5
     //
     this.group5.Items.Add(this.button13);
     this.group5.Items.Add(this.button16);
     this.group5.Items.Add(this.button14);
     this.group5.Items.Add(this.separator4);
     this.group5.Items.Add(this.button15);
     this.group5.Items.Add(this.label2);
     this.group5.Items.Add(this.dropDown1);
     this.group5.Label = "SVN 工具";
     this.group5.Name  = "group5";
     //
     // button13
     //
     this.button13.Label         = "提交";
     this.button13.Name          = "button13";
     this.button13.OfficeImageId = "UpgradeWorkbook";
     this.button13.ShowImage     = true;
     this.button13.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button13_Click);
     //
     // button16
     //
     this.button16.Label         = "查看日志";
     this.button16.Name          = "button16";
     this.button16.OfficeImageId = "ContactProperties";
     this.button16.ShowImage     = true;
     this.button16.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button16_Click);
     //
     // button14
     //
     this.button14.Label         = "还原";
     this.button14.Name          = "button14";
     this.button14.OfficeImageId = "Refresh";
     this.button14.ShowImage     = true;
     this.button14.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button14_Click);
     //
     // separator4
     //
     this.separator4.Name = "separator4";
     //
     // button15
     //
     this.button15.Label         = "和仓库版本比较";
     this.button15.Name          = "button15";
     this.button15.OfficeImageId = "ReviewCompareLastVersion";
     this.button15.ShowImage     = true;
     this.button15.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button15_Click);
     //
     // label2
     //
     this.label2.Label = "和其他大区比较:";
     this.label2.Name  = "label2";
     //
     // dropDown1
     //
     ribbonDropDownItemImpl1.Label          = "_Dev";
     ribbonDropDownItemImpl1.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl1.Tag            = "_Dev";
     ribbonDropDownItemImpl2.Label          = "CN";
     ribbonDropDownItemImpl2.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl2.Tag            = "CN";
     ribbonDropDownItemImpl3.Label          = "CN_APP";
     ribbonDropDownItemImpl3.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl3.Tag            = "CN_APP";
     ribbonDropDownItemImpl4.Label          = "HMT";
     ribbonDropDownItemImpl4.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl4.Tag            = "HMT";
     ribbonDropDownItemImpl5.Label          = "CN_APP_HRG";
     ribbonDropDownItemImpl5.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl5.Tag            = "CN_APP_HRG";
     ribbonDropDownItemImpl6.Label          = "CN_Mailiang";
     ribbonDropDownItemImpl6.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl6.Tag            = "CN_Mailiang";
     ribbonDropDownItemImpl7.Label          = "CN_Xinji";
     ribbonDropDownItemImpl7.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl7.Tag            = "CN_Xinji";
     ribbonDropDownItemImpl8.Label          = "SM";
     ribbonDropDownItemImpl8.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl8.Tag            = "SM";
     ribbonDropDownItemImpl9.Label          = "SM_EN";
     ribbonDropDownItemImpl9.OfficeImageId  = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl9.Tag            = "SM_EN";
     ribbonDropDownItemImpl10.Label         = "SM_EN_zh_TW";
     ribbonDropDownItemImpl10.OfficeImageId = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl10.Tag           = "SM_EN_zh_TW";
     ribbonDropDownItemImpl11.Label         = "TH";
     ribbonDropDownItemImpl11.OfficeImageId = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl11.Tag           = "TH";
     ribbonDropDownItemImpl12.Label         = "JP";
     ribbonDropDownItemImpl12.OfficeImageId = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl12.Tag           = "JP";
     ribbonDropDownItemImpl13.Label         = "SEA";
     ribbonDropDownItemImpl13.OfficeImageId = "ReviewCompareAndMerge";
     ribbonDropDownItemImpl13.Tag           = "SEA";
     this.dropDown1.Items.Add(ribbonDropDownItemImpl1);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl2);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl3);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl4);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl5);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl6);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl7);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl8);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl9);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl10);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl11);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl12);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl13);
     this.dropDown1.Label             = "和其他大区比较";
     this.dropDown1.Name              = "dropDown1";
     this.dropDown1.OfficeImageId     = "ReviewCompareAndMerge";
     this.dropDown1.ShowImage         = true;
     this.dropDown1.ShowLabel         = false;
     this.dropDown1.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.dropDown1_SelectionChanged);
     //
     // group6
     //
     this.group6.Items.Add(this.button17);
     this.group6.Items.Add(this.button20);
     this.group6.Items.Add(this.separator6);
     this.group6.Items.Add(this.button18);
     this.group6.Items.Add(this.button19);
     this.group6.Items.Add(this.checkBox1);
     this.group6.Label   = "样式工具";
     this.group6.Name    = "group6";
     this.group6.Visible = false;
     //
     // button17
     //
     this.button17.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button17.Label         = "加载样式";
     this.button17.Name          = "button17";
     this.button17.OfficeImageId = "XDRichTextArea";
     this.button17.ShowImage     = true;
     this.button17.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Button17_Click);
     //
     // button20
     //
     this.button20.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button20.Label         = "保存样式";
     this.button20.Name          = "button20";
     this.button20.OfficeImageId = "SaveItem";
     this.button20.ShowImage     = true;
     this.button20.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Button20_Click);
     //
     // separator6
     //
     this.separator6.Name = "separator6";
     //
     // button18
     //
     this.button18.Label         = "清除选中单元格样式";
     this.button18.Name          = "button18";
     this.button18.OfficeImageId = "ClearAllFormatting";
     this.button18.ShowImage     = true;
     this.button18.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Button18_Click);
     //
     // button19
     //
     this.button19.Label         = "清除所有单元格样式";
     this.button19.Name          = "button19";
     this.button19.OfficeImageId = "ClearAll";
     this.button19.ShowImage     = true;
     this.button19.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Button19_Click);
     //
     // checkBox1
     //
     this.checkBox1.Label  = "自动加载/保存样式";
     this.checkBox1.Name   = "checkBox1";
     this.checkBox1.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CheckBox1_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.CSVAssistant);
     this.CSVAssistant.ResumeLayout(false);
     this.CSVAssistant.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.group4.ResumeLayout(false);
     this.group4.PerformLayout();
     this.group5.ResumeLayout(false);
     this.group5.PerformLayout();
     this.group6.ResumeLayout(false);
     this.group6.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem5 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem6 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem7 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem8 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem9 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem10 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem11 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     this.excel2earth = new Microsoft.Office.Tools.Ribbon.RibbonTab();
     this.excel2earth_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.Main_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.Simple_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.GoogleEarth_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.QuickCoordinateConversion_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.ConvertMGRS_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.MGRS_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
     this.ConvertLatLon_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.LatLon_box = new Microsoft.Office.Tools.Ribbon.RibbonBox();
     this.Latitude_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.Longitude_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.LatLonFromat_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.ConvertColumns_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.From_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.To_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.ConvertSelectedColumns_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.excel2earth.SuspendLayout();
     this.excel2earth_group.SuspendLayout();
     this.QuickCoordinateConversion_group.SuspendLayout();
     this.LatLon_box.SuspendLayout();
     this.ConvertColumns_group.SuspendLayout();
     this.SuspendLayout();
     //
     // excel2earth
     //
     this.excel2earth.Groups.Add(this.excel2earth_group);
     this.excel2earth.Groups.Add(this.QuickCoordinateConversion_group);
     this.excel2earth.Groups.Add(this.ConvertColumns_group);
     this.excel2earth.Label = "excel2earth";
     this.excel2earth.Name = "excel2earth";
     //
     // excel2earth_group
     //
     this.excel2earth_group.Items.Add(this.Main_button);
     this.excel2earth_group.Items.Add(this.Simple_button);
     this.excel2earth_group.Items.Add(this.GoogleEarth_button);
     this.excel2earth_group.Label = "excel2earth";
     this.excel2earth_group.Name = "excel2earth_group";
     //
     // Main_button
     //
     this.Main_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.Main_button.Image = global::excel2earth.Properties.Resources.excel2earth;
     this.Main_button.Label = "Main";
     this.Main_button.Name = "Main_button";
     this.Main_button.OfficeImageId = "exportword";
     this.Main_button.ShowImage = true;
     this.Main_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Main_button_Click);
     //
     // Simple_button
     //
     this.Simple_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.Simple_button.Image = global::excel2earth.Properties.Resources.ylw_pushpin;
     this.Simple_button.Label = "Simple Point";
     this.Simple_button.Name = "Simple_button";
     this.Simple_button.ShowImage = true;
     this.Simple_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Simple_button_Click);
     //
     // GoogleEarth_button
     //
     this.GoogleEarth_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.GoogleEarth_button.Image = global::excel2earth.Properties.Resources.earth_client_48;
     this.GoogleEarth_button.Label = "Google Earth";
     this.GoogleEarth_button.Name = "GoogleEarth_button";
     this.GoogleEarth_button.ShowImage = true;
     this.GoogleEarth_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GoogleEarth_button_Click);
     //
     // QuickCoordinateConversion_group
     //
     this.QuickCoordinateConversion_group.Items.Add(this.ConvertMGRS_button);
     this.QuickCoordinateConversion_group.Items.Add(this.MGRS_editBox);
     this.QuickCoordinateConversion_group.Items.Add(this.separator1);
     this.QuickCoordinateConversion_group.Items.Add(this.ConvertLatLon_button);
     this.QuickCoordinateConversion_group.Items.Add(this.LatLon_box);
     this.QuickCoordinateConversion_group.Items.Add(this.LatLonFromat_dropDown);
     this.QuickCoordinateConversion_group.Label = "Quick Coordinate Conversion";
     this.QuickCoordinateConversion_group.Name = "QuickCoordinateConversion_group";
     //
     // ConvertMGRS_button
     //
     this.ConvertMGRS_button.Label = "Convert MGRS";
     this.ConvertMGRS_button.Name = "ConvertMGRS_button";
     this.ConvertMGRS_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.ConvertMGRS_button_Click);
     //
     // MGRS_editBox
     //
     this.MGRS_editBox.Label = "MGRS:";
     this.MGRS_editBox.Name = "MGRS_editBox";
     this.MGRS_editBox.SizeString = "31NEA0000000000";
     this.MGRS_editBox.Text = null;
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // ConvertLatLon_button
     //
     this.ConvertLatLon_button.Label = "Convert Lat/Lon";
     this.ConvertLatLon_button.Name = "ConvertLatLon_button";
     this.ConvertLatLon_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.ConvertLatLon_button_Click);
     //
     // LatLon_box
     //
     this.LatLon_box.Items.Add(this.Latitude_editBox);
     this.LatLon_box.Items.Add(this.Longitude_editBox);
     this.LatLon_box.Name = "LatLon_box";
     //
     // Latitude_editBox
     //
     this.Latitude_editBox.Label = "Lat:";
     this.Latitude_editBox.Name = "Latitude_editBox";
     this.Latitude_editBox.SizeString = "000°00\'00.00\"N";
     this.Latitude_editBox.Text = null;
     //
     // Longitude_editBox
     //
     this.Longitude_editBox.Label = "Lon:";
     this.Longitude_editBox.Name = "Longitude_editBox";
     this.Longitude_editBox.SizeString = "00°00\'00.00\"E";
     this.Longitude_editBox.Text = null;
     //
     // LatLonFromat_dropDown
     //
     ribbonDropDownItem1.Label = "Decimal Degrees";
     ribbonDropDownItem2.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem3.Label = "Degrees Minutes Seconds";
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem1);
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem2);
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem3);
     this.LatLonFromat_dropDown.Label = "Format: ";
     this.LatLonFromat_dropDown.Name = "LatLonFromat_dropDown";
     this.LatLonFromat_dropDown.ShowItemImage = false;
     this.LatLonFromat_dropDown.SizeString = "Degrees Minutes Seconds";
     this.LatLonFromat_dropDown.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.LatLonFromat_dropDown_SelectionChanged);
     //
     // ConvertColumns_group
     //
     this.ConvertColumns_group.Items.Add(this.From_dropDown);
     this.ConvertColumns_group.Items.Add(this.To_dropDown);
     this.ConvertColumns_group.Items.Add(this.ConvertSelectedColumns_button);
     this.ConvertColumns_group.Label = "Convert Columns";
     this.ConvertColumns_group.Name = "ConvertColumns_group";
     //
     // From_dropDown
     //
     ribbonDropDownItem4.Label = "Military Grid Reference System";
     ribbonDropDownItem5.Label = "Decimal Degrees";
     ribbonDropDownItem6.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem7.Label = "Degrees Minutes Seconds";
     this.From_dropDown.Items.Add(ribbonDropDownItem4);
     this.From_dropDown.Items.Add(ribbonDropDownItem5);
     this.From_dropDown.Items.Add(ribbonDropDownItem6);
     this.From_dropDown.Items.Add(ribbonDropDownItem7);
     this.From_dropDown.Label = "From:";
     this.From_dropDown.Name = "From_dropDown";
     this.From_dropDown.SizeString = "Military Grid Reference System";
     //
     // To_dropDown
     //
     ribbonDropDownItem8.Label = "Military Grid Reference System";
     ribbonDropDownItem9.Label = "Decimal Degrees";
     ribbonDropDownItem10.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem11.Label = "Degrees Minutes Seconds";
     this.To_dropDown.Items.Add(ribbonDropDownItem8);
     this.To_dropDown.Items.Add(ribbonDropDownItem9);
     this.To_dropDown.Items.Add(ribbonDropDownItem10);
     this.To_dropDown.Items.Add(ribbonDropDownItem11);
     this.To_dropDown.Label = "To:";
     this.To_dropDown.Name = "To_dropDown";
     this.To_dropDown.SizeString = "Military Grid Reference System";
     //
     // ConvertSelectedColumns_button
     //
     this.ConvertSelectedColumns_button.Label = "Convert Selected Column(s)";
     this.ConvertSelectedColumns_button.Name = "ConvertSelectedColumns_button";
     this.ConvertSelectedColumns_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.SelectAndConvertColumns_button_Click);
     //
     // excel2earth_Ribbon
     //
     this.Name = "excel2earth_Ribbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.excel2earth);
     this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.excel2earth_Ribbon_Load);
     this.excel2earth.ResumeLayout(false);
     this.excel2earth.PerformLayout();
     this.excel2earth_group.ResumeLayout(false);
     this.excel2earth_group.PerformLayout();
     this.QuickCoordinateConversion_group.ResumeLayout(false);
     this.QuickCoordinateConversion_group.PerformLayout();
     this.LatLon_box.ResumeLayout(false);
     this.LatLon_box.PerformLayout();
     this.ConvertColumns_group.ResumeLayout(false);
     this.ConvertColumns_group.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     this.tab1            = this.Factory.CreateRibbonTab();
     this.group1          = this.Factory.CreateRibbonGroup();
     this.ChoosePlatform  = this.Factory.CreateRibbonComboBox();
     this.ShowGoodsDialog = this.Factory.CreateRibbonButton();
     this.group2          = this.Factory.CreateRibbonGroup();
     this.FindDivide      = this.Factory.CreateRibbonButton();
     this.group3          = this.Factory.CreateRibbonGroup();
     this.button4         = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.group2.SuspendLayout();
     this.group3.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.Groups.Add(this.group1);
     this.tab1.Groups.Add(this.group2);
     this.tab1.Groups.Add(this.group3);
     this.tab1.Label = "Конвертирование";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.ChoosePlatform);
     this.group1.Items.Add(this.ShowGoodsDialog);
     this.group1.Label = "Заполнение таблиц";
     this.group1.Name  = "group1";
     //
     // ChoosePlatform
     //
     ribbonDropDownItemImpl1.Label = "Goods";
     this.ChoosePlatform.Items.Add(ribbonDropDownItemImpl1);
     this.ChoosePlatform.Label = "Выбрать платформу";
     this.ChoosePlatform.Name  = "ChoosePlatform";
     this.ChoosePlatform.Text  = null;
     //
     // ShowGoodsDialog
     //
     this.ShowGoodsDialog.Label  = "Заполнить файл";
     this.ShowGoodsDialog.Name   = "ShowGoodsDialog";
     this.ShowGoodsDialog.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnFillInFileGOODS_Click);
     //
     // group2
     //
     this.group2.Items.Add(this.FindDivide);
     this.group2.Label = "Поиск расхождений";
     this.group2.Name  = "group2";
     //
     // FindDivide
     //
     this.FindDivide.Label  = "Найти расхождения";
     this.FindDivide.Name   = "FindDivide";
     this.FindDivide.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.FindDivide_Click);
     //
     // group3
     //
     this.group3.Items.Add(this.button4);
     this.group3.Label = "Опции";
     this.group3.Name  = "group3";
     //
     // button4
     //
     this.button4.Label = "Найти строки с недостающей информацией";
     this.button4.Name  = "button4";
     //
     // GOODS
     //
     this.Name       = "GOODS";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem5 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem6 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem7 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem8 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem9 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem10 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem11 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     this.excel2earth = new Microsoft.Office.Tools.Ribbon.RibbonTab();
     this.excel2earth_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.Main_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.Simple_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.GoogleEarth_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.QuickCoordinateConversion_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.ConvertMGRS_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.MGRS_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
     this.ConvertLatLon_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.LatLon_box = new Microsoft.Office.Tools.Ribbon.RibbonBox();
     this.Latitude_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.Longitude_editBox = new Microsoft.Office.Tools.Ribbon.RibbonEditBox();
     this.LatLonFromat_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.ConvertColumns_group = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.From_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.To_dropDown = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.ConvertSelectedColumns_button = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.excel2earth.SuspendLayout();
     this.excel2earth_group.SuspendLayout();
     this.QuickCoordinateConversion_group.SuspendLayout();
     this.LatLon_box.SuspendLayout();
     this.ConvertColumns_group.SuspendLayout();
     this.SuspendLayout();
     //
     // excel2earth
     //
     this.excel2earth.Groups.Add(this.excel2earth_group);
     this.excel2earth.Groups.Add(this.QuickCoordinateConversion_group);
     this.excel2earth.Groups.Add(this.ConvertColumns_group);
     this.excel2earth.Label = "excel2earth";
     this.excel2earth.Name = "excel2earth";
     //
     // excel2earth_group
     //
     this.excel2earth_group.Items.Add(this.Main_button);
     this.excel2earth_group.Items.Add(this.Simple_button);
     this.excel2earth_group.Items.Add(this.GoogleEarth_button);
     this.excel2earth_group.Label = "excel2earth";
     this.excel2earth_group.Name = "excel2earth_group";
     //
     // Main_button
     //
     this.Main_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.Main_button.Image = global::excel2earth.Properties.Resources.excel2earth;
     this.Main_button.Label = "Main";
     this.Main_button.Name = "Main_button";
     this.Main_button.OfficeImageId = "exportword";
     this.Main_button.ShowImage = true;
     this.Main_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Main_button_Click);
     //
     // Simple_button
     //
     this.Simple_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.Simple_button.Image = global::excel2earth.Properties.Resources.ylw_pushpin;
     this.Simple_button.Label = "Simple Point";
     this.Simple_button.Name = "Simple_button";
     this.Simple_button.ShowImage = true;
     this.Simple_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Simple_button_Click);
     //
     // GoogleEarth_button
     //
     this.GoogleEarth_button.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.GoogleEarth_button.Image = global::excel2earth.Properties.Resources.earth_client_48;
     this.GoogleEarth_button.Label = "Google Earth";
     this.GoogleEarth_button.Name = "GoogleEarth_button";
     this.GoogleEarth_button.ShowImage = true;
     this.GoogleEarth_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.GoogleEarth_button_Click);
     //
     // QuickCoordinateConversion_group
     //
     this.QuickCoordinateConversion_group.Items.Add(this.ConvertMGRS_button);
     this.QuickCoordinateConversion_group.Items.Add(this.MGRS_editBox);
     this.QuickCoordinateConversion_group.Items.Add(this.separator1);
     this.QuickCoordinateConversion_group.Items.Add(this.ConvertLatLon_button);
     this.QuickCoordinateConversion_group.Items.Add(this.LatLon_box);
     this.QuickCoordinateConversion_group.Items.Add(this.LatLonFromat_dropDown);
     this.QuickCoordinateConversion_group.Label = "Quick Coordinate Conversion";
     this.QuickCoordinateConversion_group.Name = "QuickCoordinateConversion_group";
     //
     // ConvertMGRS_button
     //
     this.ConvertMGRS_button.Label = "Convert MGRS";
     this.ConvertMGRS_button.Name = "ConvertMGRS_button";
     this.ConvertMGRS_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.ConvertMGRS_button_Click);
     //
     // MGRS_editBox
     //
     this.MGRS_editBox.Label = "MGRS:";
     this.MGRS_editBox.Name = "MGRS_editBox";
     this.MGRS_editBox.SizeString = "31NEA0000000000";
     this.MGRS_editBox.Text = null;
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // ConvertLatLon_button
     //
     this.ConvertLatLon_button.Label = "Convert Lat/Lon";
     this.ConvertLatLon_button.Name = "ConvertLatLon_button";
     this.ConvertLatLon_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.ConvertLatLon_button_Click);
     //
     // LatLon_box
     //
     this.LatLon_box.Items.Add(this.Latitude_editBox);
     this.LatLon_box.Items.Add(this.Longitude_editBox);
     this.LatLon_box.Name = "LatLon_box";
     //
     // Latitude_editBox
     //
     this.Latitude_editBox.Label = "Lat:";
     this.Latitude_editBox.Name = "Latitude_editBox";
     this.Latitude_editBox.SizeString = "000°00\'00.00\"N";
     this.Latitude_editBox.Text = null;
     //
     // Longitude_editBox
     //
     this.Longitude_editBox.Label = "Lon:";
     this.Longitude_editBox.Name = "Longitude_editBox";
     this.Longitude_editBox.SizeString = "00°00\'00.00\"E";
     this.Longitude_editBox.Text = null;
     //
     // LatLonFromat_dropDown
     //
     ribbonDropDownItem1.Label = "Decimal Degrees";
     ribbonDropDownItem2.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem3.Label = "Degrees Minutes Seconds";
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem1);
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem2);
     this.LatLonFromat_dropDown.Items.Add(ribbonDropDownItem3);
     this.LatLonFromat_dropDown.Label = "Format: ";
     this.LatLonFromat_dropDown.Name = "LatLonFromat_dropDown";
     this.LatLonFromat_dropDown.ShowItemImage = false;
     this.LatLonFromat_dropDown.SizeString = "Degrees Minutes Seconds";
     this.LatLonFromat_dropDown.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.LatLonFromat_dropDown_SelectionChanged);
     //
     // ConvertColumns_group
     //
     this.ConvertColumns_group.Items.Add(this.From_dropDown);
     this.ConvertColumns_group.Items.Add(this.To_dropDown);
     this.ConvertColumns_group.Items.Add(this.ConvertSelectedColumns_button);
     this.ConvertColumns_group.Label = "Convert Columns";
     this.ConvertColumns_group.Name = "ConvertColumns_group";
     //
     // From_dropDown
     //
     ribbonDropDownItem4.Label = "Military Grid Reference System";
     ribbonDropDownItem5.Label = "Decimal Degrees";
     ribbonDropDownItem6.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem7.Label = "Degrees Minutes Seconds";
     this.From_dropDown.Items.Add(ribbonDropDownItem4);
     this.From_dropDown.Items.Add(ribbonDropDownItem5);
     this.From_dropDown.Items.Add(ribbonDropDownItem6);
     this.From_dropDown.Items.Add(ribbonDropDownItem7);
     this.From_dropDown.Label = "From:";
     this.From_dropDown.Name = "From_dropDown";
     this.From_dropDown.SizeString = "Military Grid Reference System";
     //
     // To_dropDown
     //
     ribbonDropDownItem8.Label = "Military Grid Reference System";
     ribbonDropDownItem9.Label = "Decimal Degrees";
     ribbonDropDownItem10.Label = "Degrees Decimal Minutes";
     ribbonDropDownItem11.Label = "Degrees Minutes Seconds";
     this.To_dropDown.Items.Add(ribbonDropDownItem8);
     this.To_dropDown.Items.Add(ribbonDropDownItem9);
     this.To_dropDown.Items.Add(ribbonDropDownItem10);
     this.To_dropDown.Items.Add(ribbonDropDownItem11);
     this.To_dropDown.Label = "To:";
     this.To_dropDown.Name = "To_dropDown";
     this.To_dropDown.SizeString = "Military Grid Reference System";
     //
     // ConvertSelectedColumns_button
     //
     this.ConvertSelectedColumns_button.Label = "Convert Selected Column(s)";
     this.ConvertSelectedColumns_button.Name = "ConvertSelectedColumns_button";
     this.ConvertSelectedColumns_button.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.SelectAndConvertColumns_button_Click);
     //
     // excel2earth_Ribbon
     //
     this.Name = "excel2earth_Ribbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.excel2earth);
     this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.excel2earth_Ribbon_Load);
     this.excel2earth.ResumeLayout(false);
     this.excel2earth.PerformLayout();
     this.excel2earth_group.ResumeLayout(false);
     this.excel2earth_group.PerformLayout();
     this.QuickCoordinateConversion_group.ResumeLayout(false);
     this.QuickCoordinateConversion_group.PerformLayout();
     this.LatLon_box.ResumeLayout(false);
     this.LatLon_box.PerformLayout();
     this.ConvertColumns_group.ResumeLayout(false);
     this.ConvertColumns_group.PerformLayout();
     this.ResumeLayout(false);
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     this.AutomatizationRibbon = this.Factory.CreateRibbonTab();
     this.Automatization       = this.Factory.CreateRibbonGroup();
     this.box1           = this.Factory.CreateRibbonBox();
     this.SheetsRangeBox = this.Factory.CreateRibbonEditBox();
     this.ItemsRangeBox  = this.Factory.CreateRibbonEditBox();
     this.JumpAmountBox  = this.Factory.CreateRibbonEditBox();
     this.separator1     = this.Factory.CreateRibbonSeparator();
     this.box2           = this.Factory.CreateRibbonBox();
     this.DateSuffixBox  = this.Factory.CreateRibbonEditBox();
     this.RunBtn         = this.Factory.CreateRibbonButton();
     this.ProgressBar    = this.Factory.CreateRibbonLabel();
     this.LookupBox      = this.Factory.CreateRibbonEditBox();
     this.LookupTypeBox  = this.Factory.CreateRibbonComboBox();
     this.box3           = this.Factory.CreateRibbonBox();
     this.separator2     = this.Factory.CreateRibbonSeparator();
     this.AutomatizationRibbon.SuspendLayout();
     this.Automatization.SuspendLayout();
     this.box1.SuspendLayout();
     this.box2.SuspendLayout();
     this.box3.SuspendLayout();
     this.SuspendLayout();
     //
     // AutomatizationRibbon
     //
     this.AutomatizationRibbon.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.AutomatizationRibbon.ControlId.OfficeId      = "TabData";
     this.AutomatizationRibbon.Groups.Add(this.Automatization);
     this.AutomatizationRibbon.Label = "TabData";
     this.AutomatizationRibbon.Name  = "AutomatizationRibbon";
     //
     // Automatization
     //
     this.Automatization.Items.Add(this.box1);
     this.Automatization.Items.Add(this.separator1);
     this.Automatization.Items.Add(this.box2);
     this.Automatization.Items.Add(this.separator2);
     this.Automatization.Items.Add(this.box3);
     this.Automatization.Label = "Lucy`s automatization";
     this.Automatization.Name  = "Automatization";
     //
     // box1
     //
     this.box1.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
     this.box1.Items.Add(this.SheetsRangeBox);
     this.box1.Items.Add(this.ItemsRangeBox);
     this.box1.Items.Add(this.JumpAmountBox);
     this.box1.Name = "box1";
     //
     // SheetsRangeBox
     //
     this.SheetsRangeBox.Label     = "Sheets range:";
     this.SheetsRangeBox.Name      = "SheetsRangeBox";
     this.SheetsRangeBox.ScreenTip = "Choose range of values to search for as sheets in this document";
     this.SheetsRangeBox.Text      = null;
     //
     // ItemsRangeBox
     //
     this.ItemsRangeBox.Label     = "Cells range:";
     this.ItemsRangeBox.Name      = "ItemsRangeBox";
     this.ItemsRangeBox.ScreenTip = "Choose colomn range to search on found sheets";
     this.ItemsRangeBox.Text      = null;
     //
     // JumpAmountBox
     //
     this.JumpAmountBox.Label     = "Jump amount:";
     this.JumpAmountBox.Name      = "JumpAmountBox";
     this.JumpAmountBox.ScreenTip = "While iterating on cells range we have to skip several cells due to answers";
     this.JumpAmountBox.Text      = null;
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // box2
     //
     this.box2.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
     this.box2.Items.Add(this.DateSuffixBox);
     this.box2.Items.Add(this.LookupBox);
     this.box2.Items.Add(this.LookupTypeBox);
     this.box2.Name = "box2";
     //
     // DateSuffixBox
     //
     this.DateSuffixBox.Label = "Date suffix:";
     this.DateSuffixBox.Name  = "DateSuffixBox";
     this.DateSuffixBox.Text  = null;
     //
     // RunBtn
     //
     this.RunBtn.Label     = "Do this magic";
     this.RunBtn.Name      = "RunBtn";
     this.RunBtn.ScreenTip = "Vzzhhuuuuh...";
     this.RunBtn.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Run_Click);
     //
     // ProgressBar
     //
     this.ProgressBar.Label   = "Progress: 0/0";
     this.ProgressBar.Name    = "ProgressBar";
     this.ProgressBar.Visible = false;
     //
     // LookupBox
     //
     this.LookupBox.Label = "Lookup:";
     this.LookupBox.Name  = "LookupBox";
     this.LookupBox.Text  = null;
     //
     // LookupTypeBox
     //
     ribbonDropDownItemImpl1.Label     = "Exact";
     ribbonDropDownItemImpl1.ScreenTip = "Enter exact value to lookup";
     ribbonDropDownItemImpl2.Label     = "Shift";
     ribbonDropDownItemImpl2.ScreenTip = "Enter shift value to lookup";
     ribbonDropDownItemImpl2.SuperTip  = "enter -1 to find last";
     ribbonDropDownItemImpl3.Label     = "Append";
     ribbonDropDownItemImpl3.ScreenTip = "Append value";
     this.LookupTypeBox.Items.Add(ribbonDropDownItemImpl1);
     this.LookupTypeBox.Items.Add(ribbonDropDownItemImpl2);
     this.LookupTypeBox.Items.Add(ribbonDropDownItemImpl3);
     this.LookupTypeBox.Label = "Lookup type:";
     this.LookupTypeBox.Name  = "LookupTypeBox";
     this.LookupTypeBox.Text  = "Append";
     //
     // box3
     //
     this.box3.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
     this.box3.Items.Add(this.ProgressBar);
     this.box3.Items.Add(this.RunBtn);
     this.box3.Name = "box3";
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     //
     // LucyAutoRibbon
     //
     this.Name       = "LucyAutoRibbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.AutomatizationRibbon);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.LucyAutoRibbon_Load);
     this.AutomatizationRibbon.ResumeLayout(false);
     this.AutomatizationRibbon.PerformLayout();
     this.Automatization.ResumeLayout(false);
     this.Automatization.PerformLayout();
     this.box1.ResumeLayout(false);
     this.box1.PerformLayout();
     this.box2.ResumeLayout(false);
     this.box2.PerformLayout();
     this.box3.ResumeLayout(false);
     this.box3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
     this.tab1                           = this.Factory.CreateRibbonTab();
     this.tabSupportTools                = this.Factory.CreateRibbonTab();
     this.grpTaskPanes                   = this.Factory.CreateRibbonGroup();
     this.btnAppUtilities                = this.Factory.CreateRibbonButton();
     this.btnExcelUtilities              = this.Factory.CreateRibbonButton();
     this.btnSharePoint                  = this.Factory.CreateRibbonButton();
     this.btnLogParser                   = this.Factory.CreateRibbonButton();
     this.btnNetworkTraces               = this.Factory.CreateRibbonButton();
     this.btnMTreaty                     = this.Factory.CreateRibbonButton();
     this.btnLTC                         = this.Factory.CreateRibbonButton();
     this.btnActiveDirectory             = this.Factory.CreateRibbonButton();
     this.btnExaVault                    = this.Factory.CreateRibbonButton();
     this.btnRally                       = this.Factory.CreateRibbonButton();
     this.btnSalesforce                  = this.Factory.CreateRibbonButton();
     this.btnSMO                         = this.Factory.CreateRibbonButton();
     this.btnTPDevelopment               = this.Factory.CreateRibbonButton();
     this.button1                        = this.Factory.CreateRibbonButton();
     this.grpForms                       = this.Factory.CreateRibbonGroup();
     this.btnLoadTPHost_ActiveDirectory  = this.Factory.CreateRibbonButton();
     this.btnLoadTFSHost                 = this.Factory.CreateRibbonButton();
     this.btnLoadSMOHost                 = this.Factory.CreateRibbonButton();
     this.btnExplore                     = this.Factory.CreateRibbonButton();
     this.grpWPF                         = this.Factory.CreateRibbonGroup();
     this.btnLoadADHost                  = this.Factory.CreateRibbonButton();
     this.btnLoadAZDOHost                = this.Factory.CreateRibbonButton();
     this.grpMVVM                        = this.Factory.CreateRibbonGroup();
     this.btnLoadActiveDirectoryHostMVVM = this.Factory.CreateRibbonButton();
     this.btnExplorePivotStuff           = this.Factory.CreateRibbonButton();
     this.grpHelp                        = this.Factory.CreateRibbonGroup();
     this.btnAddInInfo                   = this.Factory.CreateRibbonButton();
     this.btnDeveloperMode               = this.Factory.CreateRibbonButton();
     this.ddTheme                        = this.Factory.CreateRibbonDropDown();
     this.grpDebug                       = this.Factory.CreateRibbonGroup();
     this.btnDebugWindow                 = this.Factory.CreateRibbonButton();
     this.btnWatchWindow                 = this.Factory.CreateRibbonButton();
     this.chkEnableAppEvents             = this.Factory.CreateRibbonCheckBox();
     this.chkDisplayEvents               = this.Factory.CreateRibbonCheckBox();
     this.chkScreenUpdates               = this.Factory.CreateRibbonCheckBox();
     this.chkDisplayXlLocationUpdates    = this.Factory.CreateRibbonCheckBox();
     this.chkEnableTraceLogging          = this.Factory.CreateRibbonCheckBox();
     this.tabUILaunch                    = this.Factory.CreateRibbonTab();
     this.grpUILaunch                    = this.Factory.CreateRibbonGroup();
     this.btnThemedWindowHostModeless    = this.Factory.CreateRibbonButton();
     this.btnThemedWIndowHostModal       = this.Factory.CreateRibbonButton();
     this.btnWindowHostLocal             = this.Factory.CreateRibbonButton();
     this.btnWindowHostVNC               = this.Factory.CreateRibbonButton();
     this.btnDxWindowHost                = this.Factory.CreateRibbonButton();
     this.button9                        = this.Factory.CreateRibbonButton();
     this.button10                       = this.Factory.CreateRibbonButton();
     this.button11                       = this.Factory.CreateRibbonButton();
     this.grpWPFUI                       = this.Factory.CreateRibbonGroup();
     this.btnLaunchCylon                 = this.Factory.CreateRibbonButton();
     this.btnLaunchCylonn2               = this.Factory.CreateRibbonButton();
     this.btnPrismRegionTest             = this.Factory.CreateRibbonButton();
     this.btnDxLayoutControl             = this.Factory.CreateRibbonButton();
     this.btnDxDockLayoutControl         = this.Factory.CreateRibbonButton();
     this.btnDockLayoutManagerControl    = this.Factory.CreateRibbonButton();
     this.button6                        = this.Factory.CreateRibbonButton();
     this.button7                        = this.Factory.CreateRibbonButton();
     this.button8                        = this.Factory.CreateRibbonButton();
     this.grpMVVMExamples                = this.Factory.CreateRibbonGroup();
     this.btnVNC_MVVM_V1                 = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_VM1                = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_V1_Modal           = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_VM1_Modal          = this.Factory.CreateRibbonButton();
     this.grpMVVMDI                      = this.Factory.CreateRibbonGroup();
     this.btnVNC_MVVM_V1_DI              = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_V1XamlVM_DI        = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_VM1_DI             = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_V1_DI2             = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_V1_DI3             = this.Factory.CreateRibbonButton();
     this.btnVNC_MVVM_V1_DI4             = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.tabSupportTools.SuspendLayout();
     this.grpTaskPanes.SuspendLayout();
     this.grpForms.SuspendLayout();
     this.grpWPF.SuspendLayout();
     this.grpMVVM.SuspendLayout();
     this.grpHelp.SuspendLayout();
     this.grpDebug.SuspendLayout();
     this.tabUILaunch.SuspendLayout();
     this.grpUILaunch.SuspendLayout();
     this.grpWPFUI.SuspendLayout();
     this.grpMVVMExamples.SuspendLayout();
     this.grpMVVMDI.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // tabSupportTools
     //
     this.tabSupportTools.Groups.Add(this.grpTaskPanes);
     this.tabSupportTools.Groups.Add(this.grpForms);
     this.tabSupportTools.Groups.Add(this.grpWPF);
     this.tabSupportTools.Groups.Add(this.grpMVVM);
     this.tabSupportTools.Groups.Add(this.grpHelp);
     this.tabSupportTools.Groups.Add(this.grpDebug);
     this.tabSupportTools.Label = "Support Tools";
     this.tabSupportTools.Name  = "tabSupportTools";
     //
     // grpTaskPanes
     //
     this.grpTaskPanes.Items.Add(this.btnAppUtilities);
     this.grpTaskPanes.Items.Add(this.btnExcelUtilities);
     this.grpTaskPanes.Items.Add(this.btnSharePoint);
     this.grpTaskPanes.Items.Add(this.btnLogParser);
     this.grpTaskPanes.Items.Add(this.btnNetworkTraces);
     this.grpTaskPanes.Items.Add(this.btnMTreaty);
     this.grpTaskPanes.Items.Add(this.btnLTC);
     this.grpTaskPanes.Items.Add(this.btnActiveDirectory);
     this.grpTaskPanes.Items.Add(this.btnExaVault);
     this.grpTaskPanes.Items.Add(this.btnRally);
     this.grpTaskPanes.Items.Add(this.btnSalesforce);
     this.grpTaskPanes.Items.Add(this.btnSMO);
     this.grpTaskPanes.Items.Add(this.btnTPDevelopment);
     this.grpTaskPanes.Items.Add(this.button1);
     this.grpTaskPanes.Label = "TaskPane Host";
     this.grpTaskPanes.Name  = "grpTaskPanes";
     //
     // btnAppUtilities
     //
     this.btnAppUtilities.Label  = "Excel Utilities";
     this.btnAppUtilities.Name   = "btnAppUtilities";
     this.btnAppUtilities.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAppUtilities_Click);
     //
     // btnExcelUtilities
     //
     this.btnExcelUtilities.Label  = "WPF Excel Utilities";
     this.btnExcelUtilities.Name   = "btnExcelUtilities";
     this.btnExcelUtilities.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnExcelUtilities_Click);
     //
     // btnSharePoint
     //
     this.btnSharePoint.Label  = "SharePoint";
     this.btnSharePoint.Name   = "btnSharePoint";
     this.btnSharePoint.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSharePoint_Click);
     //
     // btnLogParser
     //
     this.btnLogParser.Label  = "Log Parser";
     this.btnLogParser.Name   = "btnLogParser";
     this.btnLogParser.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLogParser_Click);
     //
     // btnNetworkTraces
     //
     this.btnNetworkTraces.Label  = "Network Traces";
     this.btnNetworkTraces.Name   = "btnNetworkTraces";
     this.btnNetworkTraces.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnNetworkTraces_Click);
     //
     // btnMTreaty
     //
     this.btnMTreaty.Label  = "MTreaty";
     this.btnMTreaty.Name   = "btnMTreaty";
     this.btnMTreaty.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnMTreaty_Click);
     //
     // btnLTC
     //
     this.btnLTC.Label  = "LTC";
     this.btnLTC.Name   = "btnLTC";
     this.btnLTC.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLTC_Click);
     //
     // btnActiveDirectory
     //
     this.btnActiveDirectory.Label  = "Active Directory";
     this.btnActiveDirectory.Name   = "btnActiveDirectory";
     this.btnActiveDirectory.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnActiveDirectory_Click);
     //
     // btnExaVault
     //
     this.btnExaVault.Label = "";
     this.btnExaVault.Name  = "btnExaVault";
     //
     // btnRally
     //
     this.btnRally.Label = "";
     this.btnRally.Name  = "btnRally";
     //
     // btnSalesforce
     //
     this.btnSalesforce.Label = "";
     this.btnSalesforce.Name  = "btnSalesforce";
     //
     // btnSMO
     //
     this.btnSMO.Label  = "SMO";
     this.btnSMO.Name   = "btnSMO";
     this.btnSMO.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSMO_Click);
     //
     // btnTPDevelopment
     //
     this.btnTPDevelopment.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnTPDevelopment.Image       = global::SupportTools_Excel.Properties.Resources.development_tools;
     this.btnTPDevelopment.Label       = "Development";
     this.btnTPDevelopment.Name        = "btnTPDevelopment";
     this.btnTPDevelopment.ShowImage   = true;
     this.btnTPDevelopment.SuperTip    = "Developer Tools";
     this.btnTPDevelopment.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnTPDevelopment_Click);
     //
     // button1
     //
     this.button1.Label  = "TFS";
     this.button1.Name   = "button1";
     this.button1.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnTFS_Click);
     //
     // grpForms
     //
     this.grpForms.Items.Add(this.btnLoadTPHost_ActiveDirectory);
     this.grpForms.Items.Add(this.btnLoadTFSHost);
     this.grpForms.Items.Add(this.btnLoadSMOHost);
     this.grpForms.Items.Add(this.btnExplore);
     this.grpForms.Label = "Winform Host";
     this.grpForms.Name  = "grpForms";
     //
     // btnLoadTPHost_ActiveDirectory
     //
     this.btnLoadTPHost_ActiveDirectory.Label  = "Active Directory";
     this.btnLoadTPHost_ActiveDirectory.Name   = "btnLoadTPHost_ActiveDirectory";
     this.btnLoadTPHost_ActiveDirectory.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadTPHost_ActiveDirectory_Click);
     //
     // btnLoadTFSHost
     //
     this.btnLoadTFSHost.Label  = "AZDO(TFS)";
     this.btnLoadTFSHost.Name   = "btnLoadTFSHost";
     this.btnLoadTFSHost.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadTFSHost_Click);
     //
     // btnLoadSMOHost
     //
     this.btnLoadSMOHost.Label  = "SMO";
     this.btnLoadSMOHost.Name   = "btnLoadSMOHost";
     this.btnLoadSMOHost.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadSMOHost_Click);
     //
     // btnExplore
     //
     this.btnExplore.Label  = "Explore";
     this.btnExplore.Name   = "btnExplore";
     this.btnExplore.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnExplore_Click);
     //
     // grpWPF
     //
     this.grpWPF.Items.Add(this.btnLoadADHost);
     this.grpWPF.Items.Add(this.btnLoadAZDOHost);
     this.grpWPF.Label = "WPF Host";
     this.grpWPF.Name  = "grpWPF";
     //
     // btnLoadADHost
     //
     this.btnLoadADHost.Label  = "Active Directory";
     this.btnLoadADHost.Name   = "btnLoadADHost";
     this.btnLoadADHost.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadADHost_Click);
     //
     // btnLoadAZDOHost
     //
     this.btnLoadAZDOHost.Label  = "AZDO(TFS) Explorer";
     this.btnLoadAZDOHost.Name   = "btnLoadAZDOHost";
     this.btnLoadAZDOHost.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadAZDOHost_Click);
     //
     // grpMVVM
     //
     this.grpMVVM.Items.Add(this.btnLoadActiveDirectoryHostMVVM);
     this.grpMVVM.Items.Add(this.btnExplorePivotStuff);
     this.grpMVVM.Label = "WPF Host (MVVM)";
     this.grpMVVM.Name  = "grpMVVM";
     //
     // btnLoadActiveDirectoryHostMVVM
     //
     this.btnLoadActiveDirectoryHostMVVM.Label  = "Active Directory";
     this.btnLoadActiveDirectoryHostMVVM.Name   = "btnLoadActiveDirectoryHostMVVM";
     this.btnLoadActiveDirectoryHostMVVM.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLoadActiveDirectoryHostMVVM_Click);
     //
     // btnExplorePivotStuff
     //
     this.btnExplorePivotStuff.Label  = "Explore Pivot Stuff";
     this.btnExplorePivotStuff.Name   = "btnExplorePivotStuff";
     this.btnExplorePivotStuff.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnExplorePivotStuff_Click);
     //
     // grpHelp
     //
     this.grpHelp.Items.Add(this.btnAddInInfo);
     this.grpHelp.Items.Add(this.btnDeveloperMode);
     this.grpHelp.Items.Add(this.ddTheme);
     this.grpHelp.Label = "Help";
     this.grpHelp.Name  = "grpHelp";
     //
     // btnAddInInfo
     //
     this.btnAddInInfo.Label  = "AddIn Info";
     this.btnAddInInfo.Name   = "btnAddInInfo";
     this.btnAddInInfo.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAddInInfo_Click);
     //
     // btnDeveloperMode
     //
     this.btnDeveloperMode.Label  = "Developer Mode";
     this.btnDeveloperMode.Name   = "btnDeveloperMode";
     this.btnDeveloperMode.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDeveloperMode_Click);
     //
     // ddTheme
     //
     ribbonDropDownItemImpl1.Label = "DeepBlue";
     ribbonDropDownItemImpl2.Label = "DXStyle";
     ribbonDropDownItemImpl3.Label = "LightGray";
     ribbonDropDownItemImpl4.Label = "MetropolisDark";
     ribbonDropDownItemImpl5.Label = "MetropolisLight";
     this.ddTheme.Items.Add(ribbonDropDownItemImpl1);
     this.ddTheme.Items.Add(ribbonDropDownItemImpl2);
     this.ddTheme.Items.Add(ribbonDropDownItemImpl3);
     this.ddTheme.Items.Add(ribbonDropDownItemImpl4);
     this.ddTheme.Items.Add(ribbonDropDownItemImpl5);
     this.ddTheme.Label             = "Theme";
     this.ddTheme.Name              = "ddTheme";
     this.ddTheme.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ddTheme_SelectionChanged);
     //
     // grpDebug
     //
     this.grpDebug.Items.Add(this.btnDebugWindow);
     this.grpDebug.Items.Add(this.btnWatchWindow);
     this.grpDebug.Items.Add(this.chkEnableAppEvents);
     this.grpDebug.Items.Add(this.chkDisplayEvents);
     this.grpDebug.Items.Add(this.chkScreenUpdates);
     this.grpDebug.Items.Add(this.chkDisplayXlLocationUpdates);
     this.grpDebug.Items.Add(this.chkEnableTraceLogging);
     this.grpDebug.Label   = "Debug";
     this.grpDebug.Name    = "grpDebug";
     this.grpDebug.Visible = false;
     //
     // btnDebugWindow
     //
     this.btnDebugWindow.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnDebugWindow.Image       = global::SupportTools_Excel.Properties.Resources.Auto_Debug_System_icon;
     this.btnDebugWindow.Label       = "Debug Window";
     this.btnDebugWindow.Name        = "btnDebugWindow";
     this.btnDebugWindow.ShowImage   = true;
     this.btnDebugWindow.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDebugWindow_Click);
     //
     // btnWatchWindow
     //
     this.btnWatchWindow.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnWatchWindow.Image       = global::SupportTools_Excel.Properties.Resources.WatchWindow;
     this.btnWatchWindow.Label       = "Watch Window";
     this.btnWatchWindow.Name        = "btnWatchWindow";
     this.btnWatchWindow.ShowImage   = true;
     this.btnWatchWindow.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnWatchWindow_Click);
     //
     // chkEnableAppEvents
     //
     this.chkEnableAppEvents.Checked = true;
     this.chkEnableAppEvents.Label   = "Enable App Events";
     this.chkEnableAppEvents.Name    = "chkEnableAppEvents";
     this.chkEnableAppEvents.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkEnableAppEvents_Click);
     //
     // chkDisplayEvents
     //
     this.chkDisplayEvents.Label  = "Display Events";
     this.chkDisplayEvents.Name   = "chkDisplayEvents";
     this.chkDisplayEvents.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkDisplayEvents_Click);
     //
     // chkScreenUpdates
     //
     this.chkScreenUpdates.Label  = "Display Screen Updates";
     this.chkScreenUpdates.Name   = "chkScreenUpdates";
     this.chkScreenUpdates.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkScreenUpdates_Click);
     //
     // chkDisplayXlLocationUpdates
     //
     this.chkDisplayXlLocationUpdates.Label  = "Display XlLocation Updates";
     this.chkDisplayXlLocationUpdates.Name   = "chkDisplayXlLocationUpdates";
     this.chkDisplayXlLocationUpdates.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkDisplayXlLocationUpdates_Click);
     //
     // chkEnableTraceLogging
     //
     this.chkEnableTraceLogging.Label    = "Enable Trace Logging";
     this.chkEnableTraceLogging.Name     = "chkEnableTraceLogging";
     this.chkEnableTraceLogging.SuperTip = "Adds Log.Trace call to all writes to WatchWindow";
     this.chkEnableTraceLogging.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkEnableTraceLogging_Click);
     //
     // tabUILaunch
     //
     this.tabUILaunch.Groups.Add(this.grpUILaunch);
     this.tabUILaunch.Groups.Add(this.grpWPFUI);
     this.tabUILaunch.Groups.Add(this.grpMVVMExamples);
     this.tabUILaunch.Groups.Add(this.grpMVVMDI);
     this.tabUILaunch.Label = "UI Launch Approches";
     this.tabUILaunch.Name  = "tabUILaunch";
     //
     // grpUILaunch
     //
     this.grpUILaunch.Items.Add(this.btnThemedWindowHostModeless);
     this.grpUILaunch.Items.Add(this.btnThemedWIndowHostModal);
     this.grpUILaunch.Items.Add(this.btnWindowHostLocal);
     this.grpUILaunch.Items.Add(this.btnWindowHostVNC);
     this.grpUILaunch.Items.Add(this.btnDxWindowHost);
     this.grpUILaunch.Items.Add(this.button9);
     this.grpUILaunch.Items.Add(this.button10);
     this.grpUILaunch.Items.Add(this.button11);
     this.grpUILaunch.Label = "Hosts";
     this.grpUILaunch.Name  = "grpUILaunch";
     //
     // btnThemedWindowHostModeless
     //
     this.btnThemedWindowHostModeless.Label  = "ThemedWindow Host (Modeless)";
     this.btnThemedWindowHostModeless.Name   = "btnThemedWindowHostModeless";
     this.btnThemedWindowHostModeless.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnThemedWindowHostModeless_Click);
     //
     // btnThemedWIndowHostModal
     //
     this.btnThemedWIndowHostModal.Label  = "ThemedWindow Host (Modal)";
     this.btnThemedWIndowHostModal.Name   = "btnThemedWIndowHostModal";
     this.btnThemedWIndowHostModal.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnThemedWIndowHostModal_Click);
     //
     // btnWindowHostLocal
     //
     this.btnWindowHostLocal.Label  = "WindowHost (Local)";
     this.btnWindowHostLocal.Name   = "btnWindowHostLocal";
     this.btnWindowHostLocal.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnWindowHostLocal_Click);
     //
     // btnWindowHostVNC
     //
     this.btnWindowHostVNC.Label  = "WIndowHost (VNC)";
     this.btnWindowHostVNC.Name   = "btnWindowHostVNC";
     this.btnWindowHostVNC.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnWindowHostVNC_Click);
     //
     // btnDxWindowHost
     //
     this.btnDxWindowHost.Label  = "DxWindow Host";
     this.btnDxWindowHost.Name   = "btnDxWindowHost";
     this.btnDxWindowHost.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDxWindowHost_Click);
     //
     // button9
     //
     this.button9.Label = "";
     this.button9.Name  = "button9";
     //
     // button10
     //
     this.button10.Label = "";
     this.button10.Name  = "button10";
     //
     // button11
     //
     this.button11.Label = "";
     this.button11.Name  = "button11";
     //
     // grpWPFUI
     //
     this.grpWPFUI.Items.Add(this.btnLaunchCylon);
     this.grpWPFUI.Items.Add(this.btnLaunchCylonn2);
     this.grpWPFUI.Items.Add(this.btnPrismRegionTest);
     this.grpWPFUI.Items.Add(this.btnDxLayoutControl);
     this.grpWPFUI.Items.Add(this.btnDxDockLayoutControl);
     this.grpWPFUI.Items.Add(this.btnDockLayoutManagerControl);
     this.grpWPFUI.Items.Add(this.button6);
     this.grpWPFUI.Items.Add(this.button7);
     this.grpWPFUI.Items.Add(this.button8);
     this.grpWPFUI.Label = "WPF UI";
     this.grpWPFUI.Name  = "grpWPFUI";
     //
     // btnLaunchCylon
     //
     this.btnLaunchCylon.Label  = "Launch Cylon";
     this.btnLaunchCylon.Name   = "btnLaunchCylon";
     this.btnLaunchCylon.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLaunchCylon_Click);
     //
     // btnLaunchCylonn2
     //
     this.btnLaunchCylonn2.Label  = "Launch Cylon 2";
     this.btnLaunchCylonn2.Name   = "btnLaunchCylonn2";
     this.btnLaunchCylonn2.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnLaunchCylonn2_Click);
     //
     // btnPrismRegionTest
     //
     this.btnPrismRegionTest.Label  = "Prism Region Test";
     this.btnPrismRegionTest.Name   = "btnPrismRegionTest";
     this.btnPrismRegionTest.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnPrismRegionTest_Click);
     //
     // btnDxLayoutControl
     //
     this.btnDxLayoutControl.Label  = "DxLayoutControl";
     this.btnDxLayoutControl.Name   = "btnDxLayoutControl";
     this.btnDxLayoutControl.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDxLayoutControl_Click);
     //
     // btnDxDockLayoutControl
     //
     this.btnDxDockLayoutControl.Label  = "DxDockLayoutControl";
     this.btnDxDockLayoutControl.Name   = "btnDxDockLayoutControl";
     this.btnDxDockLayoutControl.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDxDockLayoutControl_Click);
     //
     // btnDockLayoutManagerControl
     //
     this.btnDockLayoutManagerControl.Label  = "DxDockLayoutManagerControl";
     this.btnDockLayoutManagerControl.Name   = "btnDockLayoutManagerControl";
     this.btnDockLayoutManagerControl.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnDockLayoutManagerControl_Click);
     //
     // button6
     //
     this.button6.Label = "";
     this.button6.Name  = "button6";
     //
     // button7
     //
     this.button7.Label = "";
     this.button7.Name  = "button7";
     //
     // button8
     //
     this.button8.Label = "";
     this.button8.Name  = "button8";
     //
     // grpMVVMExamples
     //
     this.grpMVVMExamples.Items.Add(this.btnVNC_MVVM_V1);
     this.grpMVVMExamples.Items.Add(this.btnVNC_MVVM_VM1);
     this.grpMVVMExamples.Items.Add(this.btnVNC_MVVM_V1_Modal);
     this.grpMVVMExamples.Items.Add(this.btnVNC_MVVM_VM1_Modal);
     this.grpMVVMExamples.Label = "MVVM Examples";
     this.grpMVVMExamples.Name  = "grpMVVMExamples";
     //
     // btnVNC_MVVM_V1
     //
     this.btnVNC_MVVM_V1.Label    = "VNC MVVM V1";
     this.btnVNC_MVVM_V1.Name     = "btnVNC_MVVM_V1";
     this.btnVNC_MVVM_V1.SuperTip = "Window.Show";
     this.btnVNC_MVVM_V1.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_Click);
     //
     // btnVNC_MVVM_VM1
     //
     this.btnVNC_MVVM_VM1.Label    = "VNC MVVM VM1";
     this.btnVNC_MVVM_VM1.Name     = "btnVNC_MVVM_VM1";
     this.btnVNC_MVVM_VM1.SuperTip = "Window.Show";
     this.btnVNC_MVVM_VM1.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_VM1_Click);
     //
     // btnVNC_MVVM_V1_Modal
     //
     this.btnVNC_MVVM_V1_Modal.Label    = "VNC MVVM V1 (Modal)";
     this.btnVNC_MVVM_V1_Modal.Name     = "btnVNC_MVVM_V1_Modal";
     this.btnVNC_MVVM_V1_Modal.SuperTip = "Window.ShowDialog";
     this.btnVNC_MVVM_V1_Modal.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_VM1_Modal_Click);
     //
     // btnVNC_MVVM_VM1_Modal
     //
     this.btnVNC_MVVM_VM1_Modal.Label    = "VNC MVVM VM1 (Modal)";
     this.btnVNC_MVVM_VM1_Modal.Name     = "btnVNC_MVVM_VM1_Modal";
     this.btnVNC_MVVM_VM1_Modal.SuperTip = "Window.ShowDialog";
     this.btnVNC_MVVM_VM1_Modal.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_Modal_Click);
     //
     // grpMVVMDI
     //
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_V1_DI);
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_V1XamlVM_DI);
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_VM1_DI);
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_V1_DI2);
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_V1_DI3);
     this.grpMVVMDI.Items.Add(this.btnVNC_MVVM_V1_DI4);
     this.grpMVVMDI.Label = "MVVM Dependency Injection Examples";
     this.grpMVVMDI.Name  = "grpMVVMDI";
     //
     // btnVNC_MVVM_V1_DI
     //
     this.btnVNC_MVVM_V1_DI.Label    = "VNC MVVM V1 (DI)";
     this.btnVNC_MVVM_V1_DI.Name     = "btnVNC_MVVM_V1_DI";
     this.btnVNC_MVVM_V1_DI.SuperTip = "Cat with Default and Pass VM Constructors";
     this.btnVNC_MVVM_V1_DI.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_DI_Click);
     //
     // btnVNC_MVVM_V1XamlVM_DI
     //
     this.btnVNC_MVVM_V1XamlVM_DI.Label    = "VNC MVVM V1XamlVM (DI)";
     this.btnVNC_MVVM_V1XamlVM_DI.Name     = "btnVNC_MVVM_V1XamlVM_DI";
     this.btnVNC_MVVM_V1XamlVM_DI.SuperTip = "Cat with VM in Xaml";
     this.btnVNC_MVVM_V1XamlVM_DI.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1XamlVM_DI_Click);
     //
     // btnVNC_MVVM_VM1_DI
     //
     this.btnVNC_MVVM_VM1_DI.Label    = "VNC MVVM VM1 (DI)";
     this.btnVNC_MVVM_VM1_DI.Name     = "btnVNC_MVVM_VM1_DI";
     this.btnVNC_MVVM_VM1_DI.SuperTip = "CatViewModel";
     this.btnVNC_MVVM_VM1_DI.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_VM1_DI_Click);
     //
     // btnVNC_MVVM_V1_DI2
     //
     this.btnVNC_MVVM_V1_DI2.Label    = "VNC MVVM V1 (DI) 2";
     this.btnVNC_MVVM_V1_DI2.Name     = "btnVNC_MVVM_V1_DI2";
     this.btnVNC_MVVM_V1_DI2.SuperTip = "Cat with only Pass VM Constructors";
     this.btnVNC_MVVM_V1_DI2.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_DI2_Click);
     //
     // btnVNC_MVVM_V1_DI3
     //
     this.btnVNC_MVVM_V1_DI3.Label    = "VNC MVVM V1 (DI) 3";
     this.btnVNC_MVVM_V1_DI3.Name     = "btnVNC_MVVM_V1_DI3";
     this.btnVNC_MVVM_V1_DI3.SuperTip = "Cat with only Pass VM Constructors";
     this.btnVNC_MVVM_V1_DI3.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_DI3_Click);
     //
     // btnVNC_MVVM_V1_DI4
     //
     this.btnVNC_MVVM_V1_DI4.Label    = "VNC MVVM V1 (DI) 4";
     this.btnVNC_MVVM_V1_DI4.Name     = "btnVNC_MVVM_V1_DI4";
     this.btnVNC_MVVM_V1_DI4.SuperTip = "Cat with only Pass VM Constructors";
     this.btnVNC_MVVM_V1_DI4.Click   += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnVNC_MVVM_V1_DI4_Click);
     //
     // Ribbon
     //
     this.Name       = "Ribbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.tabSupportTools);
     this.Tabs.Add(this.tabUILaunch);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.tabSupportTools.ResumeLayout(false);
     this.tabSupportTools.PerformLayout();
     this.grpTaskPanes.ResumeLayout(false);
     this.grpTaskPanes.PerformLayout();
     this.grpForms.ResumeLayout(false);
     this.grpForms.PerformLayout();
     this.grpWPF.ResumeLayout(false);
     this.grpWPF.PerformLayout();
     this.grpMVVM.ResumeLayout(false);
     this.grpMVVM.PerformLayout();
     this.grpHelp.ResumeLayout(false);
     this.grpHelp.PerformLayout();
     this.grpDebug.ResumeLayout(false);
     this.grpDebug.PerformLayout();
     this.tabUILaunch.ResumeLayout(false);
     this.tabUILaunch.PerformLayout();
     this.grpUILaunch.ResumeLayout(false);
     this.grpUILaunch.PerformLayout();
     this.grpWPFUI.ResumeLayout(false);
     this.grpWPFUI.PerformLayout();
     this.grpMVVMExamples.ResumeLayout(false);
     this.grpMVVMExamples.PerformLayout();
     this.grpMVVMDI.ResumeLayout(false);
     this.grpMVVMDI.PerformLayout();
     this.ResumeLayout(false);
 }
Example #17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(Ribbon1));
     this.tab1         = this.Factory.CreateRibbonTab();
     this.group2       = this.Factory.CreateRibbonGroup();
     this.separator1   = this.Factory.CreateRibbonSeparator();
     this.editBox2     = this.Factory.CreateRibbonEditBox();
     this.checkBox1    = this.Factory.CreateRibbonCheckBox();
     this.checkBox2    = this.Factory.CreateRibbonCheckBox();
     this.dropDown1    = this.Factory.CreateRibbonDropDown();
     this.checkBox3    = this.Factory.CreateRibbonCheckBox();
     this.checkBox4    = this.Factory.CreateRibbonCheckBox();
     this.group1       = this.Factory.CreateRibbonGroup();
     this.editBox1     = this.Factory.CreateRibbonEditBox();
     this.editBox3     = this.Factory.CreateRibbonEditBox();
     this.group3       = this.Factory.CreateRibbonGroup();
     this.editBox4     = this.Factory.CreateRibbonEditBox();
     this.editBox5     = this.Factory.CreateRibbonEditBox();
     this.group4       = this.Factory.CreateRibbonGroup();
     this.editBox6     = this.Factory.CreateRibbonEditBox();
     this.editBox7     = this.Factory.CreateRibbonEditBox();
     this.group5       = this.Factory.CreateRibbonGroup();
     this.editBox8     = this.Factory.CreateRibbonEditBox();
     this.editBox9     = this.Factory.CreateRibbonEditBox();
     this.group6       = this.Factory.CreateRibbonGroup();
     this.editBox10    = this.Factory.CreateRibbonEditBox();
     this.button2      = this.Factory.CreateRibbonButton();
     this.separator2   = this.Factory.CreateRibbonSeparator();
     this.dropDown2    = this.Factory.CreateRibbonDropDown();
     this.buttonGroup1 = this.Factory.CreateRibbonButtonGroup();
     this.button4      = this.Factory.CreateRibbonButton();
     this.button3      = this.Factory.CreateRibbonButton();
     this.button1      = this.Factory.CreateRibbonButton();
     this.button5      = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group2.SuspendLayout();
     this.group1.SuspendLayout();
     this.group3.SuspendLayout();
     this.group4.SuspendLayout();
     this.group5.SuspendLayout();
     this.group6.SuspendLayout();
     this.buttonGroup1.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group2);
     this.tab1.Groups.Add(this.group1);
     this.tab1.Groups.Add(this.group3);
     this.tab1.Groups.Add(this.group4);
     this.tab1.Groups.Add(this.group5);
     this.tab1.Groups.Add(this.group6);
     resources.ApplyResources(this.tab1, "tab1");
     this.tab1.Name = "tab1";
     //
     // group2
     //
     this.group2.Items.Add(this.button1);
     this.group2.Items.Add(this.button5);
     this.group2.Items.Add(this.separator1);
     this.group2.Items.Add(this.editBox2);
     this.group2.Items.Add(this.checkBox1);
     this.group2.Items.Add(this.checkBox2);
     this.group2.Items.Add(this.dropDown1);
     this.group2.Items.Add(this.checkBox3);
     this.group2.Items.Add(this.checkBox4);
     resources.ApplyResources(this.group2, "group2");
     this.group2.Name = "group2";
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // editBox2
     //
     resources.ApplyResources(this.editBox2, "editBox2");
     this.editBox2.Name = "editBox2";
     //
     // checkBox1
     //
     this.checkBox1.Checked = true;
     resources.ApplyResources(this.checkBox1, "checkBox1");
     this.checkBox1.Name = "checkBox1";
     //
     // checkBox2
     //
     resources.ApplyResources(this.checkBox2, "checkBox2");
     this.checkBox2.Name = "checkBox2";
     //
     // dropDown1
     //
     resources.ApplyResources(ribbonDropDownItemImpl1, "ribbonDropDownItemImpl1");
     resources.ApplyResources(ribbonDropDownItemImpl2, "ribbonDropDownItemImpl2");
     this.dropDown1.Items.Add(ribbonDropDownItemImpl1);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl2);
     resources.ApplyResources(this.dropDown1, "dropDown1");
     this.dropDown1.Name          = "dropDown1";
     this.dropDown1.ShowItemImage = false;
     //
     // checkBox3
     //
     resources.ApplyResources(this.checkBox3, "checkBox3");
     this.checkBox3.Name = "checkBox3";
     //
     // checkBox4
     //
     resources.ApplyResources(this.checkBox4, "checkBox4");
     this.checkBox4.Name = "checkBox4";
     //
     // group1
     //
     this.group1.Items.Add(this.editBox1);
     this.group1.Items.Add(this.editBox3);
     resources.ApplyResources(this.group1, "group1");
     this.group1.Name = "group1";
     //
     // editBox1
     //
     resources.ApplyResources(this.editBox1, "editBox1");
     this.editBox1.Name = "editBox1";
     //
     // editBox3
     //
     resources.ApplyResources(this.editBox3, "editBox3");
     this.editBox3.Name = "editBox3";
     //
     // group3
     //
     this.group3.Items.Add(this.editBox4);
     this.group3.Items.Add(this.editBox5);
     resources.ApplyResources(this.group3, "group3");
     this.group3.Name = "group3";
     //
     // editBox4
     //
     resources.ApplyResources(this.editBox4, "editBox4");
     this.editBox4.Name = "editBox4";
     //
     // editBox5
     //
     resources.ApplyResources(this.editBox5, "editBox5");
     this.editBox5.Name = "editBox5";
     //
     // group4
     //
     this.group4.Items.Add(this.editBox6);
     this.group4.Items.Add(this.editBox7);
     resources.ApplyResources(this.group4, "group4");
     this.group4.Name = "group4";
     //
     // editBox6
     //
     resources.ApplyResources(this.editBox6, "editBox6");
     this.editBox6.Name = "editBox6";
     //
     // editBox7
     //
     resources.ApplyResources(this.editBox7, "editBox7");
     this.editBox7.Name = "editBox7";
     //
     // group5
     //
     this.group5.Items.Add(this.editBox8);
     this.group5.Items.Add(this.editBox9);
     resources.ApplyResources(this.group5, "group5");
     this.group5.Name = "group5";
     //
     // editBox8
     //
     resources.ApplyResources(this.editBox8, "editBox8");
     this.editBox8.Name = "editBox8";
     //
     // editBox9
     //
     resources.ApplyResources(this.editBox9, "editBox9");
     this.editBox9.Name = "editBox9";
     //
     // group6
     //
     this.group6.Items.Add(this.editBox10);
     this.group6.Items.Add(this.button2);
     this.group6.Items.Add(this.separator2);
     this.group6.Items.Add(this.dropDown2);
     this.group6.Items.Add(this.buttonGroup1);
     resources.ApplyResources(this.group6, "group6");
     this.group6.Name = "group6";
     //
     // editBox10
     //
     resources.ApplyResources(this.editBox10, "editBox10");
     this.editBox10.Name = "editBox10";
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name   = "button2";
     this.button2.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.Save);
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     //
     // dropDown2
     //
     resources.ApplyResources(this.dropDown2, "dropDown2");
     this.dropDown2.Name = "dropDown2";
     //
     // buttonGroup1
     //
     this.buttonGroup1.Items.Add(this.button4);
     this.buttonGroup1.Items.Add(this.button3);
     this.buttonGroup1.Name = "buttonGroup1";
     //
     // button4
     //
     resources.ApplyResources(this.button4, "button4");
     this.button4.Name   = "button4";
     this.button4.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.LoadPref);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name   = "button3";
     this.button3.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.RemovePref);
     //
     // button1
     //
     this.button1.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button1.Image       = global::BasicMathAddIn.Properties.Resources.Dice_80px;
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name      = "button1";
     this.button1.ShowImage = true;
     this.button1.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button1_Click);
     //
     // button5
     //
     this.button5.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button5.Image       = global::BasicMathAddIn.Properties.Resources.Equal_Sign_80px;
     resources.ApplyResources(this.button5, "button5");
     this.button5.Name      = "button5";
     this.button5.ShowImage = true;
     this.button5.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button5_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.group4.ResumeLayout(false);
     this.group4.PerformLayout();
     this.group5.ResumeLayout(false);
     this.group5.PerformLayout();
     this.group6.ResumeLayout(false);
     this.group6.PerformLayout();
     this.buttonGroup1.ResumeLayout(false);
     this.buttonGroup1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     this.DB_Tab       = this.Factory.CreateRibbonTab();
     this.label_bottom = this.Factory.CreateRibbonGroup();
     this.DB_Open      = this.Factory.CreateRibbonButton();
     this.group1       = this.Factory.CreateRibbonGroup();
     this.XAxis        = this.Factory.CreateRibbonDropDown();
     this.YAxis        = this.Factory.CreateRibbonDropDown();
     this.DataCreate   = this.Factory.CreateRibbonButton();
     this.DB_Tab.SuspendLayout();
     this.label_bottom.SuspendLayout();
     this.group1.SuspendLayout();
     this.SuspendLayout();
     //
     // DB_Tab
     //
     this.DB_Tab.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.DB_Tab.Groups.Add(this.label_bottom);
     this.DB_Tab.Groups.Add(this.group1);
     this.DB_Tab.Label = "DB_Tab";
     this.DB_Tab.Name  = "DB_Tab";
     //
     // label_bottom
     //
     this.label_bottom.Items.Add(this.DB_Open);
     this.label_bottom.Label = "数据分析工具";
     this.label_bottom.Name  = "label_bottom";
     //
     // DB_Open
     //
     this.DB_Open.Label     = "打开数据文件";
     this.DB_Open.Name      = "DB_Open";
     this.DB_Open.ShowImage = true;
     this.DB_Open.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.DB_Open_Click);
     //
     // group1
     //
     this.group1.Items.Add(this.XAxis);
     this.group1.Items.Add(this.YAxis);
     this.group1.Items.Add(this.DataCreate);
     this.group1.Label = "图表生成工具";
     this.group1.Name  = "group1";
     //
     // XAxis
     //
     ribbonDropDownItemImpl2.Label = "每分钟";
     ribbonDropDownItemImpl2.Tag   = "2";
     ribbonDropDownItemImpl3.Label = "每小时";
     ribbonDropDownItemImpl3.Tag   = "120";
     ribbonDropDownItemImpl4.Label = "每天";
     ribbonDropDownItemImpl4.Tag   = "2880";
     this.XAxis.Items.Add(ribbonDropDownItemImpl1);
     this.XAxis.Items.Add(ribbonDropDownItemImpl2);
     this.XAxis.Items.Add(ribbonDropDownItemImpl3);
     this.XAxis.Items.Add(ribbonDropDownItemImpl4);
     this.XAxis.Label = "横坐标";
     this.XAxis.Name  = "XAxis";
     //
     // YAxis
     //
     ribbonDropDownItemImpl6.Label  = "流量L/min";
     ribbonDropDownItemImpl6.Tag    = "C";
     ribbonDropDownItemImpl7.Label  = "转速rpm";
     ribbonDropDownItemImpl7.Tag    = "D";
     ribbonDropDownItemImpl8.Label  = "电流A";
     ribbonDropDownItemImpl8.Tag    = "E";
     ribbonDropDownItemImpl9.Label  = "入口压力mmHg";
     ribbonDropDownItemImpl9.Tag    = "F";
     ribbonDropDownItemImpl10.Label = "出口压力mmHg";
     ribbonDropDownItemImpl10.Tag   = "G";
     ribbonDropDownItemImpl11.Label = "系统电压V";
     ribbonDropDownItemImpl11.Tag   = "H";
     this.YAxis.Items.Add(ribbonDropDownItemImpl5);
     this.YAxis.Items.Add(ribbonDropDownItemImpl6);
     this.YAxis.Items.Add(ribbonDropDownItemImpl7);
     this.YAxis.Items.Add(ribbonDropDownItemImpl8);
     this.YAxis.Items.Add(ribbonDropDownItemImpl9);
     this.YAxis.Items.Add(ribbonDropDownItemImpl10);
     this.YAxis.Items.Add(ribbonDropDownItemImpl11);
     this.YAxis.Label = "纵坐标";
     this.YAxis.Name  = "YAxis";
     //
     // DataCreate
     //
     this.DataCreate.Label     = "生成数据";
     this.DataCreate.Name      = "DataCreate";
     this.DataCreate.ShowImage = true;
     this.DataCreate.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.DataCreate_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.DB_Tab);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.DB_Tab.ResumeLayout(false);
     this.DB_Tab.PerformLayout();
     this.label_bottom.ResumeLayout(false);
     this.label_bottom.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem11 = this.Factory.CreateRibbonDropDownItem();
     this.tab1                       = this.Factory.CreateRibbonTab();
     this.tabEnPI                    = this.Factory.CreateRibbonTab();
     this.group1                     = this.Factory.CreateRibbonGroup();
     this.dropDownYear               = this.Factory.CreateRibbonDropDown();
     this.button1                    = this.Factory.CreateRibbonButton();
     this.grp_EnergySources          = this.Factory.CreateRibbonGroup();
     this.menu1                      = this.Factory.CreateRibbonMenu();
     this.grp_Variables              = this.Factory.CreateRibbonGroup();
     this.menu2                      = this.Factory.CreateRibbonMenu();
     this.Wizard                     = this.Factory.CreateRibbonGroup();
     this.btnWizard                  = this.Factory.CreateRibbonButton();
     this.btnOutputWizard            = this.Factory.CreateRibbonButton();
     this.UnitConversion             = this.Factory.CreateRibbonGroup();
     this.btnConvertUnits            = this.Factory.CreateRibbonButton();
     this.LabelReportingPeriod       = this.Factory.CreateRibbonGroup();
     this.btnReportingPeriod         = this.Factory.CreateRibbonButton();
     this.grp_ComputeEnPI_Actual     = this.Factory.CreateRibbonGroup();
     this.btn_Actual                 = this.Factory.CreateRibbonButton();
     this.grp_ComputeEnPI_Regression = this.Factory.CreateRibbonGroup();
     this.btn_Regression             = this.Factory.CreateRibbonButton();
     this.Model                      = this.Factory.CreateRibbonGroup();
     this.btnModelChange             = this.Factory.CreateRibbonButton();
     this.Rollup                     = this.Factory.CreateRibbonGroup();
     this.btnRollup                  = this.Factory.CreateRibbonButton();
     this.group2                     = this.Factory.CreateRibbonGroup();
     this.btnAbout                   = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.tabEnPI.SuspendLayout();
     this.group1.SuspendLayout();
     this.grp_EnergySources.SuspendLayout();
     this.grp_Variables.SuspendLayout();
     this.Wizard.SuspendLayout();
     this.UnitConversion.SuspendLayout();
     this.LabelReportingPeriod.SuspendLayout();
     this.grp_ComputeEnPI_Actual.SuspendLayout();
     this.grp_ComputeEnPI_Regression.SuspendLayout();
     this.Model.SuspendLayout();
     this.Rollup.SuspendLayout();
     this.group2.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // tabEnPI
     //
     this.tabEnPI.Groups.Add(this.group1);
     this.tabEnPI.Groups.Add(this.grp_EnergySources);
     this.tabEnPI.Groups.Add(this.grp_Variables);
     this.tabEnPI.Groups.Add(this.Wizard);
     this.tabEnPI.Groups.Add(this.UnitConversion);
     this.tabEnPI.Groups.Add(this.LabelReportingPeriod);
     this.tabEnPI.Groups.Add(this.grp_ComputeEnPI_Actual);
     this.tabEnPI.Groups.Add(this.grp_ComputeEnPI_Regression);
     this.tabEnPI.Groups.Add(this.Model);
     this.tabEnPI.Groups.Add(this.Rollup);
     this.tabEnPI.Groups.Add(this.group2);
     this.tabEnPI.Label = "EnPI  ";
     this.tabEnPI.Name  = "tabEnPI";
     //
     // group1
     //
     this.group1.Items.Add(this.dropDownYear);
     this.group1.Items.Add(this.button1);
     this.group1.Label   = "Set Year for Selection";
     this.group1.Name    = "group1";
     this.group1.Visible = false;
     //
     // dropDownYear
     //
     ribbonDropDownItem2.Label  = "Baseline";
     ribbonDropDownItem3.Label  = "1";
     ribbonDropDownItem4.Label  = "2";
     ribbonDropDownItem5.Label  = "3";
     ribbonDropDownItem6.Label  = "5";
     ribbonDropDownItem7.Label  = "6";
     ribbonDropDownItem8.Label  = "7";
     ribbonDropDownItem9.Label  = "8";
     ribbonDropDownItem10.Label = "9";
     ribbonDropDownItem11.Label = "10";
     this.dropDownYear.Items.Add(ribbonDropDownItem1);
     this.dropDownYear.Items.Add(ribbonDropDownItem2);
     this.dropDownYear.Items.Add(ribbonDropDownItem3);
     this.dropDownYear.Items.Add(ribbonDropDownItem4);
     this.dropDownYear.Items.Add(ribbonDropDownItem5);
     this.dropDownYear.Items.Add(ribbonDropDownItem6);
     this.dropDownYear.Items.Add(ribbonDropDownItem7);
     this.dropDownYear.Items.Add(ribbonDropDownItem8);
     this.dropDownYear.Items.Add(ribbonDropDownItem9);
     this.dropDownYear.Items.Add(ribbonDropDownItem10);
     this.dropDownYear.Items.Add(ribbonDropDownItem11);
     this.dropDownYear.Label         = "Set Year";
     this.dropDownYear.Name          = "dropDownYear";
     this.dropDownYear.OfficeImageId = "TableInsertExcel";
     this.dropDownYear.ScreenTip     = "Highlight a group of cells and choose a year ";
     this.dropDownYear.ShowImage     = true;
     //
     // button1
     //
     this.button1.Label = "Auto-set Years";
     this.button1.Name  = "button1";
     //
     // grp_EnergySources
     //
     this.grp_EnergySources.Items.Add(this.menu1);
     this.grp_EnergySources.Label   = "Energy Sources";
     this.grp_EnergySources.Name    = "grp_EnergySources";
     this.grp_EnergySources.Visible = false;
     //
     // menu1
     //
     this.menu1.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.menu1.Dynamic       = true;
     this.menu1.ItemSize      = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.menu1.Label         = "menu1";
     this.menu1.Name          = "menu1";
     this.menu1.OfficeImageId = "TableInsertExcel";
     this.menu1.ShowImage     = true;
     //
     // grp_Variables
     //
     this.grp_Variables.Items.Add(this.menu2);
     this.grp_Variables.Label   = "Variables";
     this.grp_Variables.Name    = "grp_Variables";
     this.grp_Variables.Visible = false;
     //
     // menu2
     //
     this.menu2.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.menu2.Dynamic       = true;
     this.menu2.ItemSize      = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.menu2.Label         = "menu2";
     this.menu2.Name          = "menu2";
     this.menu2.OfficeImageId = "TableInsertExcel";
     this.menu2.ShowImage     = true;
     //
     // Wizard
     //
     this.Wizard.Items.Add(this.btnWizard);
     this.Wizard.Items.Add(this.btnOutputWizard);
     this.Wizard.Label = "Wizard";
     this.Wizard.Name  = "Wizard";
     //
     // btnWizard
     //
     this.btnWizard.Label  = "EnPI Step-by-step Wizard";
     this.btnWizard.Name   = "btnWizard";
     this.btnWizard.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnWizard_Click);
     //
     // btnOutputWizard
     //
     this.btnOutputWizard.Label   = "EnPI Output Wizard";
     this.btnOutputWizard.Name    = "btnOutputWizard";
     this.btnOutputWizard.Visible = false;
     this.btnOutputWizard.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnOutputWizard_Click);
     //
     // UnitConversion
     //
     this.UnitConversion.Items.Add(this.btnConvertUnits);
     this.UnitConversion.Label = "Unit Conversion";
     this.UnitConversion.Name  = "UnitConversion";
     //
     // btnConvertUnits
     //
     this.btnConvertUnits.Label  = "Convert Units";
     this.btnConvertUnits.Name   = "btnConvertUnits";
     this.btnConvertUnits.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnConvertUnits_Click);
     //
     // LabelReportingPeriod
     //
     this.LabelReportingPeriod.Items.Add(this.btnReportingPeriod);
     this.LabelReportingPeriod.Label = "Label Reporting Period";
     this.LabelReportingPeriod.Name  = "LabelReportingPeriod";
     //
     // btnReportingPeriod
     //
     this.btnReportingPeriod.Label  = "Label Reporting Period";
     this.btnReportingPeriod.Name   = "btnReportingPeriod";
     this.btnReportingPeriod.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnReportingPeriod_Click);
     //
     // grp_ComputeEnPI_Actual
     //
     this.grp_ComputeEnPI_Actual.Items.Add(this.btn_Actual);
     this.grp_ComputeEnPI_Actual.Label = "Compute EnPI - Actual";
     this.grp_ComputeEnPI_Actual.Name  = "grp_ComputeEnPI_Actual";
     //
     // btn_Actual
     //
     this.btn_Actual.Label  = "Use Actual Data";
     this.btn_Actual.Name   = "btn_Actual";
     this.btn_Actual.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_Actual_Click);
     //
     // grp_ComputeEnPI_Regression
     //
     this.grp_ComputeEnPI_Regression.Items.Add(this.btn_Regression);
     this.grp_ComputeEnPI_Regression.Label = "Compute EnPI - Regression";
     this.grp_ComputeEnPI_Regression.Name  = "grp_ComputeEnPI_Regression";
     //
     // btn_Regression
     //
     this.btn_Regression.Label  = "Use Regression";
     this.btn_Regression.Name   = "btn_Regression";
     this.btn_Regression.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_Backcast_Click);
     //
     // Model
     //
     this.Model.Items.Add(this.btnModelChange);
     this.Model.Label = "Model";
     this.Model.Name  = "Model";
     //
     // btnModelChange
     //
     this.btnModelChange.Label  = "Change Models";
     this.btnModelChange.Name   = "btnModelChange";
     this.btnModelChange.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnModelChange_Click);
     //
     // Rollup
     //
     this.Rollup.Items.Add(this.btnRollup);
     this.Rollup.Label = "Roll Up";
     this.Rollup.Name  = "Rollup";
     //
     // btnRollup
     //
     this.btnRollup.Label  = "Corporate Roll Up";
     this.btnRollup.Name   = "btnRollup";
     this.btnRollup.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnRollup_Click);
     //
     // group2
     //
     this.group2.Items.Add(this.btnAbout);
     this.group2.Label = "About";
     this.group2.Name  = "group2";
     //
     // btnAbout
     //
     this.btnAbout.Label  = "About EnPI";
     this.btnAbout.Name   = "btnAbout";
     this.btnAbout.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAbout_Click);
     //
     // EnPIRibbon
     //
     this.Name       = "EnPIRibbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.tabEnPI);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.EnPIRibbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.tabEnPI.ResumeLayout(false);
     this.tabEnPI.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.grp_EnergySources.ResumeLayout(false);
     this.grp_EnergySources.PerformLayout();
     this.grp_Variables.ResumeLayout(false);
     this.grp_Variables.PerformLayout();
     this.Wizard.ResumeLayout(false);
     this.Wizard.PerformLayout();
     this.UnitConversion.ResumeLayout(false);
     this.UnitConversion.PerformLayout();
     this.LabelReportingPeriod.ResumeLayout(false);
     this.LabelReportingPeriod.PerformLayout();
     this.grp_ComputeEnPI_Actual.ResumeLayout(false);
     this.grp_ComputeEnPI_Actual.PerformLayout();
     this.grp_ComputeEnPI_Regression.ResumeLayout(false);
     this.grp_ComputeEnPI_Regression.PerformLayout();
     this.Model.ResumeLayout(false);
     this.Model.PerformLayout();
     this.Rollup.ResumeLayout(false);
     this.Rollup.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.ResumeLayout(false);
 }
Example #20
0
 /// <summary>
 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディターで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl13 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl14 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl15 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl16 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl17 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl18 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl19 = this.Factory.CreateRibbonDropDownItem();
     this.tab1                          = this.Factory.CreateRibbonTab();
     this.group1                        = this.Factory.CreateRibbonGroup();
     this.box1                          = this.Factory.CreateRibbonBox();
     this.writeCommentCombo             = this.Factory.CreateRibbonComboBox();
     this.writeCommentInputButton       = this.Factory.CreateRibbonButton();
     this.box2                          = this.Factory.CreateRibbonBox();
     this.writeCommentAddButton         = this.Factory.CreateRibbonButton();
     this.writeCommentAddFromFormButton = this.Factory.CreateRibbonButton();
     this.writeCommentAddFromFileButton = this.Factory.CreateRibbonButton();
     this.addCommentPreClearCheck       = this.Factory.CreateRibbonCheckBox();
     this.box3                          = this.Factory.CreateRibbonBox();
     this.delCommentSingleButton        = this.Factory.CreateRibbonButton();
     this.delCommentAllButton           = this.Factory.CreateRibbonButton();
     this.doEditComboButton             = this.Factory.CreateRibbonButton();
     this.writeCommentComboSaveButton   = this.Factory.CreateRibbonButton();
     this.textCopyButton                = this.Factory.CreateRibbonButton();
     this.textPasteButton               = this.Factory.CreateRibbonButton();
     this.box6                          = this.Factory.CreateRibbonBox();
     this.writeMarkCombo                = this.Factory.CreateRibbonComboBox();
     this.writeMarkInputButton          = this.Factory.CreateRibbonButton();
     this.writeMarkHamCheck             = this.Factory.CreateRibbonCheckBox();
     this.divideBy10Button              = this.Factory.CreateRibbonButton();
     this.box8                          = this.Factory.CreateRibbonBox();
     this.writeEnterButton              = this.Factory.CreateRibbonButton();
     this.textDuplicateButton           = this.Factory.CreateRibbonButton();
     this.insertPageBreakButton         = this.Factory.CreateRibbonButton();
     this.box4                          = this.Factory.CreateRibbonBox();
     this.fontRedButton                 = this.Factory.CreateRibbonButton();
     this.fontBlueButton                = this.Factory.CreateRibbonButton();
     this.fontBlackButton               = this.Factory.CreateRibbonButton();
     this.fontBoldButton                = this.Factory.CreateRibbonButton();
     this.fontNarrowButton              = this.Factory.CreateRibbonButton();
     this.group3                        = this.Factory.CreateRibbonGroup();
     this.box9                          = this.Factory.CreateRibbonBox();
     this.insertNoFillRoundedRectButton = this.Factory.CreateRibbonButton();
     this.insertLineArrowButton         = this.Factory.CreateRibbonButton();
     this.insertArrowButton             = this.Factory.CreateRibbonButton();
     this.insertRectangleCalloutButton  = this.Factory.CreateRibbonButton();
     this.insertOpacityTextBoxButton    = this.Factory.CreateRibbonButton();
     this.box10                         = this.Factory.CreateRibbonBox();
     this.resetShapeStyleButton         = this.Factory.CreateRibbonButton();
     this.bringFrontButton              = this.Factory.CreateRibbonButton();
     this.positionFrontButton           = this.Factory.CreateRibbonButton();
     this.flipHorizontalButton          = this.Factory.CreateRibbonButton();
     this.flipVerticalButton            = this.Factory.CreateRibbonButton();
     this.group2                        = this.Factory.CreateRibbonGroup();
     this.box5                          = this.Factory.CreateRibbonBox();
     this.paddingCombo                  = this.Factory.CreateRibbonComboBox();
     this.paddingTypeSplitButton        = this.Factory.CreateRibbonSplitButton();
     this.paddingTypeTop                = this.Factory.CreateRibbonToggleButton();
     this.paddingTypeBottom             = this.Factory.CreateRibbonToggleButton();
     this.paddingTypeLeft               = this.Factory.CreateRibbonToggleButton();
     this.paddingTypeRight              = this.Factory.CreateRibbonToggleButton();
     this.paddingButton                 = this.Factory.CreateRibbonButton();
     this.box7                          = this.Factory.CreateRibbonBox();
     this.saveAsDesktopButton           = this.Factory.CreateRibbonButton();
     this.saveAsPDFButton               = this.Factory.CreateRibbonButton();
     this.pageRotateButton              = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.box1.SuspendLayout();
     this.box2.SuspendLayout();
     this.box3.SuspendLayout();
     this.box6.SuspendLayout();
     this.box8.SuspendLayout();
     this.box4.SuspendLayout();
     this.group3.SuspendLayout();
     this.box9.SuspendLayout();
     this.box10.SuspendLayout();
     this.group2.SuspendLayout();
     this.box5.SuspendLayout();
     this.box7.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.Groups.Add(this.group1);
     this.tab1.Groups.Add(this.group3);
     this.tab1.Groups.Add(this.group2);
     this.tab1.Label = "WRDxA";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.box1);
     this.group1.Items.Add(this.box2);
     this.group1.Items.Add(this.box3);
     this.group1.Items.Add(this.box6);
     this.group1.Items.Add(this.box8);
     this.group1.Items.Add(this.box4);
     this.group1.Label = "文章編集";
     this.group1.Name  = "group1";
     //
     // box1
     //
     this.box1.Items.Add(this.writeCommentCombo);
     this.box1.Items.Add(this.writeCommentInputButton);
     this.box1.Name = "box1";
     //
     // writeCommentCombo
     //
     this.writeCommentCombo.Label      = "comboBox1";
     this.writeCommentCombo.Name       = "writeCommentCombo";
     this.writeCommentCombo.ShowLabel  = false;
     this.writeCommentCombo.SizeString = "AAAAAAAAAAAAAAAAA";
     this.writeCommentCombo.Text       = null;
     //
     // writeCommentInputButton
     //
     this.writeCommentInputButton.Label         = "語句挿入";
     this.writeCommentInputButton.Name          = "writeCommentInputButton";
     this.writeCommentInputButton.OfficeImageId = "BrowseNext";
     this.writeCommentInputButton.ShowImage     = true;
     this.writeCommentInputButton.ShowLabel     = false;
     this.writeCommentInputButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeCommentInputButton_Click);
     //
     // box2
     //
     this.box2.Items.Add(this.writeCommentAddButton);
     this.box2.Items.Add(this.writeCommentAddFromFormButton);
     this.box2.Items.Add(this.writeCommentAddFromFileButton);
     this.box2.Items.Add(this.addCommentPreClearCheck);
     this.box2.Name = "box2";
     //
     // writeCommentAddButton
     //
     this.writeCommentAddButton.Label         = "選択範囲";
     this.writeCommentAddButton.Name          = "writeCommentAddButton";
     this.writeCommentAddButton.OfficeImageId = "SectionRename";
     this.writeCommentAddButton.ShowImage     = true;
     this.writeCommentAddButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeCommentAddButton_Click);
     //
     // writeCommentAddFromFormButton
     //
     this.writeCommentAddFromFormButton.Label         = "フォーム";
     this.writeCommentAddFromFormButton.Name          = "writeCommentAddFromFormButton";
     this.writeCommentAddFromFormButton.OfficeImageId = "FormControlInsertMenu";
     this.writeCommentAddFromFormButton.ShowImage     = true;
     this.writeCommentAddFromFormButton.ShowLabel     = false;
     this.writeCommentAddFromFormButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeCommentAddFromFormButton_Click);
     //
     // writeCommentAddFromFileButton
     //
     this.writeCommentAddFromFileButton.Label         = "ファイル";
     this.writeCommentAddFromFileButton.Name          = "writeCommentAddFromFileButton";
     this.writeCommentAddFromFileButton.OfficeImageId = "CreateDocumentLibrary";
     this.writeCommentAddFromFileButton.ShowImage     = true;
     this.writeCommentAddFromFileButton.ShowLabel     = false;
     this.writeCommentAddFromFileButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeCommentAddFromFileButton_Click);
     //
     // addCommentPreClearCheck
     //
     this.addCommentPreClearCheck.Label = "全削除追加";
     this.addCommentPreClearCheck.Name  = "addCommentPreClearCheck";
     //
     // box3
     //
     this.box3.Items.Add(this.delCommentSingleButton);
     this.box3.Items.Add(this.delCommentAllButton);
     this.box3.Items.Add(this.doEditComboButton);
     this.box3.Items.Add(this.writeCommentComboSaveButton);
     this.box3.Items.Add(this.textCopyButton);
     this.box3.Items.Add(this.textPasteButton);
     this.box3.Name = "box3";
     //
     // delCommentSingleButton
     //
     this.delCommentSingleButton.Label         = "1件削除";
     this.delCommentSingleButton.Name          = "delCommentSingleButton";
     this.delCommentSingleButton.OfficeImageId = "SectionMergeWithPrevious";
     this.delCommentSingleButton.ShowImage     = true;
     this.delCommentSingleButton.ShowLabel     = false;
     this.delCommentSingleButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.delCommentSingleButton_Click);
     //
     // delCommentAllButton
     //
     this.delCommentAllButton.Label         = "全件削除";
     this.delCommentAllButton.Name          = "delCommentAllButton";
     this.delCommentAllButton.OfficeImageId = "SectionRemoveAll";
     this.delCommentAllButton.ShowImage     = true;
     this.delCommentAllButton.ShowLabel     = false;
     this.delCommentAllButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.delCommentAllButton_Click);
     //
     // doEditComboButton
     //
     this.doEditComboButton.Label         = "値編集";
     this.doEditComboButton.Name          = "doEditComboButton";
     this.doEditComboButton.OfficeImageId = "SearchTools";
     this.doEditComboButton.ShowImage     = true;
     this.doEditComboButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.doEditComboButton_Click);
     //
     // writeCommentComboSaveButton
     //
     this.writeCommentComboSaveButton.Label         = "値保存";
     this.writeCommentComboSaveButton.Name          = "writeCommentComboSaveButton";
     this.writeCommentComboSaveButton.OfficeImageId = "SaveHollow";
     this.writeCommentComboSaveButton.ShowImage     = true;
     this.writeCommentComboSaveButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeCommentComboSaveButton_Click);
     //
     // textCopyButton
     //
     this.textCopyButton.Label         = "文字コピー";
     this.textCopyButton.Name          = "textCopyButton";
     this.textCopyButton.OfficeImageId = "ContactCardCopy";
     this.textCopyButton.ShowImage     = true;
     this.textCopyButton.ShowLabel     = false;
     this.textCopyButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.textCopyButton_Click);
     //
     // textPasteButton
     //
     this.textPasteButton.Label         = "文字貼付";
     this.textPasteButton.Name          = "textPasteButton";
     this.textPasteButton.OfficeImageId = "ContactCardPaste";
     this.textPasteButton.ShowImage     = true;
     this.textPasteButton.ShowLabel     = false;
     this.textPasteButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.textPasteButton_Click);
     //
     // box6
     //
     this.box6.Items.Add(this.writeMarkCombo);
     this.box6.Items.Add(this.writeMarkInputButton);
     this.box6.Items.Add(this.writeMarkHamCheck);
     this.box6.Items.Add(this.divideBy10Button);
     this.box6.Name = "box6";
     //
     // writeMarkCombo
     //
     ribbonDropDownItemImpl1.Label  = "※";
     ribbonDropDownItemImpl2.Label  = "●";
     ribbonDropDownItemImpl3.Label  = "○";
     ribbonDropDownItemImpl4.Label  = "×";
     ribbonDropDownItemImpl5.Label  = "■";
     ribbonDropDownItemImpl6.Label  = "←";
     ribbonDropDownItemImpl7.Label  = "→";
     ribbonDropDownItemImpl8.Label  = "↑";
     ribbonDropDownItemImpl9.Label  = "↓";
     ribbonDropDownItemImpl10.Label = "( )";
     ribbonDropDownItemImpl11.Label = "( )";
     ribbonDropDownItemImpl12.Label = "< >";
     ribbonDropDownItemImpl13.Label = "【 】";
     ribbonDropDownItemImpl14.Label = "[ ]";
     ribbonDropDownItemImpl15.Label = "< >";
     ribbonDropDownItemImpl16.Label = "「 」";
     ribbonDropDownItemImpl17.Label = "『 』";
     ribbonDropDownItemImpl18.Label = "\" \"";
     ribbonDropDownItemImpl19.Label = "\' \'";
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl1);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl2);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl3);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl4);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl5);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl6);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl7);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl8);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl9);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl10);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl11);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl12);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl13);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl14);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl15);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl16);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl17);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl18);
     this.writeMarkCombo.Items.Add(ribbonDropDownItemImpl19);
     this.writeMarkCombo.Label      = "comboBox1";
     this.writeMarkCombo.Name       = "writeMarkCombo";
     this.writeMarkCombo.ShowLabel  = false;
     this.writeMarkCombo.SizeString = "AAAA";
     this.writeMarkCombo.Text       = null;
     //
     // writeMarkInputButton
     //
     this.writeMarkInputButton.Label         = "記号挿入";
     this.writeMarkInputButton.Name          = "writeMarkInputButton";
     this.writeMarkInputButton.OfficeImageId = "BrowseNext";
     this.writeMarkInputButton.ShowImage     = true;
     this.writeMarkInputButton.ShowLabel     = false;
     this.writeMarkInputButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeMarkInputButton_Click);
     //
     // writeMarkHamCheck
     //
     this.writeMarkHamCheck.Label = "はさみこみ";
     this.writeMarkHamCheck.Name  = "writeMarkHamCheck";
     //
     // divideBy10Button
     //
     this.divideBy10Button.Label         = "10%";
     this.divideBy10Button.Name          = "divideBy10Button";
     this.divideBy10Button.OfficeImageId = "DataTypeCurrencyBasic";
     this.divideBy10Button.ShowImage     = true;
     this.divideBy10Button.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.divideBy10Button_Click);
     //
     // box8
     //
     this.box8.Items.Add(this.writeEnterButton);
     this.box8.Items.Add(this.textDuplicateButton);
     this.box8.Items.Add(this.insertPageBreakButton);
     this.box8.Name = "box8";
     //
     // writeEnterButton
     //
     this.writeEnterButton.Label         = "改行";
     this.writeEnterButton.Name          = "writeEnterButton";
     this.writeEnterButton.OfficeImageId = "ParagraphDialog";
     this.writeEnterButton.ShowImage     = true;
     this.writeEnterButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.writeEnterButton_Click);
     //
     // textDuplicateButton
     //
     this.textDuplicateButton.Label         = "複製";
     this.textDuplicateButton.Name          = "textDuplicateButton";
     this.textDuplicateButton.OfficeImageId = "DelegateAccess";
     this.textDuplicateButton.ShowImage     = true;
     this.textDuplicateButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.textDuplicateButton_Click);
     //
     // insertPageBreakButton
     //
     this.insertPageBreakButton.Label         = "改ページ";
     this.insertPageBreakButton.Name          = "insertPageBreakButton";
     this.insertPageBreakButton.OfficeImageId = "BreaksGallery";
     this.insertPageBreakButton.ShowImage     = true;
     this.insertPageBreakButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertPageBreakButton_Click);
     //
     // box4
     //
     this.box4.Items.Add(this.fontRedButton);
     this.box4.Items.Add(this.fontBlueButton);
     this.box4.Items.Add(this.fontBlackButton);
     this.box4.Items.Add(this.fontBoldButton);
     this.box4.Items.Add(this.fontNarrowButton);
     this.box4.Name = "box4";
     //
     // fontRedButton
     //
     this.fontRedButton.Label  = "赤";
     this.fontRedButton.Name   = "fontRedButton";
     this.fontRedButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.fontRedButton_Click);
     //
     // fontBlueButton
     //
     this.fontBlueButton.Label  = "青";
     this.fontBlueButton.Name   = "fontBlueButton";
     this.fontBlueButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.fontBlueButton_Click);
     //
     // fontBlackButton
     //
     this.fontBlackButton.Label  = "黒";
     this.fontBlackButton.Name   = "fontBlackButton";
     this.fontBlackButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.fontBlackButton_Click);
     //
     // fontBoldButton
     //
     this.fontBoldButton.Label  = "太字";
     this.fontBoldButton.Name   = "fontBoldButton";
     this.fontBoldButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.fontBoldButton_Click);
     //
     // fontNarrowButton
     //
     this.fontNarrowButton.Label  = "細字";
     this.fontNarrowButton.Name   = "fontNarrowButton";
     this.fontNarrowButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.fontNarrowButton_Click);
     //
     // group3
     //
     this.group3.Items.Add(this.box9);
     this.group3.Items.Add(this.box10);
     this.group3.Label = "図形処理";
     this.group3.Name  = "group3";
     //
     // box9
     //
     this.box9.Items.Add(this.insertNoFillRoundedRectButton);
     this.box9.Items.Add(this.insertLineArrowButton);
     this.box9.Items.Add(this.insertArrowButton);
     this.box9.Items.Add(this.insertRectangleCalloutButton);
     this.box9.Items.Add(this.insertOpacityTextBoxButton);
     this.box9.Name = "box9";
     //
     // insertNoFillRoundedRectButton
     //
     this.insertNoFillRoundedRectButton.Label         = "赤枠";
     this.insertNoFillRoundedRectButton.Name          = "insertNoFillRoundedRectButton";
     this.insertNoFillRoundedRectButton.OfficeImageId = "InkFeltTipPen";
     this.insertNoFillRoundedRectButton.ShowImage     = true;
     this.insertNoFillRoundedRectButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertNoFillRoundedRectButton_Click);
     //
     // insertLineArrowButton
     //
     this.insertLineArrowButton.Label         = "矢印";
     this.insertLineArrowButton.Name          = "insertLineArrowButton";
     this.insertLineArrowButton.OfficeImageId = "Arrow";
     this.insertLineArrowButton.ShowImage     = true;
     this.insertLineArrowButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertLineArrowButton_Click);
     //
     // insertArrowButton
     //
     this.insertArrowButton.Label         = "図矢印";
     this.insertArrowButton.Name          = "insertArrowButton";
     this.insertArrowButton.OfficeImageId = "MultipleSelect";
     this.insertArrowButton.ShowImage     = true;
     this.insertArrowButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertArrowButton_Click);
     //
     // insertRectangleCalloutButton
     //
     this.insertRectangleCalloutButton.Label         = "吹出";
     this.insertRectangleCalloutButton.Name          = "insertRectangleCalloutButton";
     this.insertRectangleCalloutButton.OfficeImageId = "Callout";
     this.insertRectangleCalloutButton.ShowImage     = true;
     this.insertRectangleCalloutButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertRectangleCalloutButton_Click);
     //
     // insertOpacityTextBoxButton
     //
     this.insertOpacityTextBoxButton.Label         = "透明枠";
     this.insertOpacityTextBoxButton.Name          = "insertOpacityTextBoxButton";
     this.insertOpacityTextBoxButton.OfficeImageId = "DrawTextBox";
     this.insertOpacityTextBoxButton.ShowImage     = true;
     this.insertOpacityTextBoxButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.insertOpacityTextBoxButton_Click);
     //
     // box10
     //
     this.box10.Items.Add(this.resetShapeStyleButton);
     this.box10.Items.Add(this.bringFrontButton);
     this.box10.Items.Add(this.positionFrontButton);
     this.box10.Items.Add(this.flipHorizontalButton);
     this.box10.Items.Add(this.flipVerticalButton);
     this.box10.Name = "box10";
     //
     // resetShapeStyleButton
     //
     this.resetShapeStyleButton.Label         = "書式無";
     this.resetShapeStyleButton.Name          = "resetShapeStyleButton";
     this.resetShapeStyleButton.OfficeImageId = "Clear";
     this.resetShapeStyleButton.ShowImage     = true;
     this.resetShapeStyleButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.resetShapeStyleButton_Click);
     //
     // bringFrontButton
     //
     this.bringFrontButton.Label         = "最前面";
     this.bringFrontButton.Name          = "bringFrontButton";
     this.bringFrontButton.OfficeImageId = "CircularReferences";
     this.bringFrontButton.ShowImage     = true;
     this.bringFrontButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.bringFrontButton_Click);
     //
     // positionFrontButton
     //
     this.positionFrontButton.Label         = "自由配置";
     this.positionFrontButton.Name          = "positionFrontButton";
     this.positionFrontButton.OfficeImageId = "EmptyPictureInsert";
     this.positionFrontButton.ShowImage     = true;
     this.positionFrontButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.positionFrontButton_Click);
     //
     // flipHorizontalButton
     //
     this.flipHorizontalButton.Label         = "横反転";
     this.flipHorizontalButton.Name          = "flipHorizontalButton";
     this.flipHorizontalButton.OfficeImageId = "ReviewCompareTwoVersions";
     this.flipHorizontalButton.ShowImage     = true;
     this.flipHorizontalButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.flipHorizontalButton_Click);
     //
     // flipVerticalButton
     //
     this.flipVerticalButton.Label         = "縦反転";
     this.flipVerticalButton.Name          = "flipVerticalButton";
     this.flipVerticalButton.OfficeImageId = "RowHeight";
     this.flipVerticalButton.ShowImage     = true;
     this.flipVerticalButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.flipVerticalButton_Click);
     //
     // group2
     //
     this.group2.Items.Add(this.box5);
     this.group2.Items.Add(this.box7);
     this.group2.Label = "ページ設定";
     this.group2.Name  = "group2";
     //
     // box5
     //
     this.box5.Items.Add(this.paddingCombo);
     this.box5.Items.Add(this.paddingTypeSplitButton);
     this.box5.Items.Add(this.paddingButton);
     this.box5.Name = "box5";
     //
     // paddingCombo
     //
     this.paddingCombo.Label      = "comboBox1";
     this.paddingCombo.Name       = "paddingCombo";
     this.paddingCombo.ShowLabel  = false;
     this.paddingCombo.SizeString = "AAA";
     this.paddingCombo.Text       = null;
     //
     // paddingTypeSplitButton
     //
     this.paddingTypeSplitButton.Items.Add(this.paddingTypeTop);
     this.paddingTypeSplitButton.Items.Add(this.paddingTypeBottom);
     this.paddingTypeSplitButton.Items.Add(this.paddingTypeLeft);
     this.paddingTypeSplitButton.Items.Add(this.paddingTypeRight);
     this.paddingTypeSplitButton.Label         = "属性";
     this.paddingTypeSplitButton.Name          = "paddingTypeSplitButton";
     this.paddingTypeSplitButton.OfficeImageId = "TableCellCustomMarginsDialog";
     this.paddingTypeSplitButton.ShowLabel     = false;
     //
     // paddingTypeTop
     //
     this.paddingTypeTop.Checked   = true;
     this.paddingTypeTop.Label     = "上";
     this.paddingTypeTop.Name      = "paddingTypeTop";
     this.paddingTypeTop.ShowImage = true;
     //
     // paddingTypeBottom
     //
     this.paddingTypeBottom.Checked   = true;
     this.paddingTypeBottom.Label     = "下";
     this.paddingTypeBottom.Name      = "paddingTypeBottom";
     this.paddingTypeBottom.ShowImage = true;
     //
     // paddingTypeLeft
     //
     this.paddingTypeLeft.Checked   = true;
     this.paddingTypeLeft.Label     = "左";
     this.paddingTypeLeft.Name      = "paddingTypeLeft";
     this.paddingTypeLeft.ShowImage = true;
     //
     // paddingTypeRight
     //
     this.paddingTypeRight.Checked   = true;
     this.paddingTypeRight.Label     = "右";
     this.paddingTypeRight.Name      = "paddingTypeRight";
     this.paddingTypeRight.ShowImage = true;
     //
     // paddingButton
     //
     this.paddingButton.Label         = "余白";
     this.paddingButton.Name          = "paddingButton";
     this.paddingButton.OfficeImageId = "AutoSizePage";
     this.paddingButton.ShowImage     = true;
     this.paddingButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.paddingButton_Click);
     //
     // box7
     //
     this.box7.Items.Add(this.saveAsDesktopButton);
     this.box7.Items.Add(this.saveAsPDFButton);
     this.box7.Items.Add(this.pageRotateButton);
     this.box7.Name = "box7";
     //
     // saveAsDesktopButton
     //
     this.saveAsDesktopButton.Label         = "別名";
     this.saveAsDesktopButton.Name          = "saveAsDesktopButton";
     this.saveAsDesktopButton.OfficeImageId = "SaveHollow";
     this.saveAsDesktopButton.ShowImage     = true;
     this.saveAsDesktopButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.saveAsDesktopButton_Click);
     //
     // saveAsPDFButton
     //
     this.saveAsPDFButton.Label         = "PDF";
     this.saveAsPDFButton.Name          = "saveAsPDFButton";
     this.saveAsPDFButton.OfficeImageId = "XlNewOdataConnLegacy";
     this.saveAsPDFButton.ShowImage     = true;
     this.saveAsPDFButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.saveAsPDFButton_Click);
     //
     // pageRotateButton
     //
     this.pageRotateButton.Label         = "回転";
     this.pageRotateButton.Name          = "pageRotateButton";
     this.pageRotateButton.OfficeImageId = "DrawConvertInkToGeometry";
     this.pageRotateButton.ShowImage     = true;
     this.pageRotateButton.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.pageRotateButton_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.box1.ResumeLayout(false);
     this.box1.PerformLayout();
     this.box2.ResumeLayout(false);
     this.box2.PerformLayout();
     this.box3.ResumeLayout(false);
     this.box3.PerformLayout();
     this.box6.ResumeLayout(false);
     this.box6.PerformLayout();
     this.box8.ResumeLayout(false);
     this.box8.PerformLayout();
     this.box4.ResumeLayout(false);
     this.box4.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.box9.ResumeLayout(false);
     this.box9.PerformLayout();
     this.box10.ResumeLayout(false);
     this.box10.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.box5.ResumeLayout(false);
     this.box5.PerformLayout();
     this.box7.ResumeLayout(false);
     this.box7.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()
 {
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(ParegooRibbon));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6 = this.Factory.CreateRibbonDropDownItem();
     this.tabParegoo          = this.Factory.CreateRibbonTab();
     this.ribbonGrpSave       = this.Factory.CreateRibbonGroup();
     this.btnSaveDocToParegoo = this.Factory.CreateRibbonButton();
     this.btnSaveAndClose     = this.Factory.CreateRibbonButton();
     this.grpPrint            = this.Factory.CreateRibbonGroup();
     this.btnPrintParegooDoc  = this.Factory.CreateRibbonButton();
     this.btnPrintOnLetter    = this.Factory.CreateRibbonButton();
     this.grpTemplateLetter   = this.Factory.CreateRibbonGroup();
     this.cmbCat    = this.Factory.CreateRibbonDropDown();
     this.cmbType   = this.Factory.CreateRibbonDropDown();
     this.txtFilter = this.Factory.CreateRibbonEditBox();
     this.btnAddTemplateToLetter = this.Factory.CreateRibbonButton();
     this.btnRefresh             = this.Factory.CreateRibbonButton();
     this.tabParegoo.SuspendLayout();
     this.ribbonGrpSave.SuspendLayout();
     this.grpPrint.SuspendLayout();
     this.grpTemplateLetter.SuspendLayout();
     //
     // tabParegoo
     //
     this.tabParegoo.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tabParegoo.Groups.Add(this.ribbonGrpSave);
     this.tabParegoo.Groups.Add(this.grpPrint);
     this.tabParegoo.Groups.Add(this.grpTemplateLetter);
     this.tabParegoo.Label = "پرقو";
     this.tabParegoo.Name  = "tabParegoo";
     //
     // ribbonGrpSave
     //
     this.ribbonGrpSave.Items.Add(this.btnSaveDocToParegoo);
     this.ribbonGrpSave.Items.Add(this.btnSaveAndClose);
     this.ribbonGrpSave.Label = "ذخیره";
     this.ribbonGrpSave.Name  = "ribbonGrpSave";
     //
     // btnSaveDocToParegoo
     //
     this.btnSaveDocToParegoo.Image     = ((System.Drawing.Image)(resources.GetObject("btnSaveDocToParegoo.Image")));
     this.btnSaveDocToParegoo.Label     = "ذخیره در پرقو";
     this.btnSaveDocToParegoo.Name      = "btnSaveDocToParegoo";
     this.btnSaveDocToParegoo.ShowImage = true;
     this.btnSaveDocToParegoo.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSaveDocToParegoo_Click);
     //
     // btnSaveAndClose
     //
     this.btnSaveAndClose.Image     = ((System.Drawing.Image)(resources.GetObject("btnSaveAndClose.Image")));
     this.btnSaveAndClose.Label     = "ذخیره و بستن";
     this.btnSaveAndClose.Name      = "btnSaveAndClose";
     this.btnSaveAndClose.ShowImage = true;
     this.btnSaveAndClose.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSaveAndClose_Click);
     //
     // grpPrint
     //
     this.grpPrint.Items.Add(this.btnPrintParegooDoc);
     this.grpPrint.Items.Add(this.btnPrintOnLetter);
     this.grpPrint.Label = "چاپ";
     this.grpPrint.Name  = "grpPrint";
     //
     // btnPrintParegooDoc
     //
     this.btnPrintParegooDoc.Image     = ((System.Drawing.Image)(resources.GetObject("btnPrintParegooDoc.Image")));
     this.btnPrintParegooDoc.Label     = "چاپ";
     this.btnPrintParegooDoc.Name      = "btnPrintParegooDoc";
     this.btnPrintParegooDoc.ShowImage = true;
     this.btnPrintParegooDoc.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnPrintParegooDoc_Click);
     //
     // btnPrintOnLetter
     //
     this.btnPrintOnLetter.Image     = ((System.Drawing.Image)(resources.GetObject("btnPrintOnLetter.Image")));
     this.btnPrintOnLetter.Label     = "چاپ روی فرم اصلی";
     this.btnPrintOnLetter.Name      = "btnPrintOnLetter";
     this.btnPrintOnLetter.ShowImage = true;
     this.btnPrintOnLetter.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnPrintOnLetter_Click);
     //
     // grpTemplateLetter
     //
     this.grpTemplateLetter.Items.Add(this.cmbCat);
     this.grpTemplateLetter.Items.Add(this.cmbType);
     this.grpTemplateLetter.Items.Add(this.txtFilter);
     this.grpTemplateLetter.Items.Add(this.btnAddTemplateToLetter);
     this.grpTemplateLetter.Items.Add(this.btnRefresh);
     this.grpTemplateLetter.Label = "متون تیپ";
     this.grpTemplateLetter.Name  = "grpTemplateLetter";
     //
     // cmbCat
     //
     this.cmbCat.Image             = ((System.Drawing.Image)(resources.GetObject("cmbCat.Image")));
     ribbonDropDownItemImpl1.Label = "Item0";
     ribbonDropDownItemImpl2.Label = "Item1";
     ribbonDropDownItemImpl3.Label = "Item2";
     ribbonDropDownItemImpl4.Label = "Item3";
     ribbonDropDownItemImpl5.Label = "Item4";
     ribbonDropDownItemImpl6.Label = "Item5";
     this.cmbCat.Items.Add(ribbonDropDownItemImpl1);
     this.cmbCat.Items.Add(ribbonDropDownItemImpl2);
     this.cmbCat.Items.Add(ribbonDropDownItemImpl3);
     this.cmbCat.Items.Add(ribbonDropDownItemImpl4);
     this.cmbCat.Items.Add(ribbonDropDownItemImpl5);
     this.cmbCat.Items.Add(ribbonDropDownItemImpl6);
     this.cmbCat.Label             = "نوع";
     this.cmbCat.Name              = "cmbCat";
     this.cmbCat.ShowImage         = true;
     this.cmbCat.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.cmbCat_SelectionChanged);
     //
     // cmbType
     //
     this.cmbType.Image     = ((System.Drawing.Image)(resources.GetObject("cmbType.Image")));
     this.cmbType.Label     = "عنوان";
     this.cmbType.Name      = "cmbType";
     this.cmbType.ShowImage = true;
     //
     // txtFilter
     //
     this.txtFilter.Label        = "فیلتر";
     this.txtFilter.Name         = "txtFilter";
     this.txtFilter.Text         = null;
     this.txtFilter.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.txtFilter_TextChanged);
     //
     // btnAddTemplateToLetter
     //
     this.btnAddTemplateToLetter.Label  = "اضافه کردن";
     this.btnAddTemplateToLetter.Name   = "btnAddTemplateToLetter";
     this.btnAddTemplateToLetter.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAddTemplateToLetter_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Label  = "تازه گردانی";
     this.btnRefresh.Name   = "btnRefresh";
     this.btnRefresh.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnRefresh_Click);
     //
     // ParegooRibbon
     //
     this.Name       = "ParegooRibbon";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tabParegoo);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.ParegooRibbon_Load);
     this.tabParegoo.ResumeLayout(false);
     this.tabParegoo.PerformLayout();
     this.ribbonGrpSave.ResumeLayout(false);
     this.ribbonGrpSave.PerformLayout();
     this.grpPrint.ResumeLayout(false);
     this.grpPrint.PerformLayout();
     this.grpTemplateLetter.ResumeLayout(false);
     this.grpTemplateLetter.PerformLayout();
 }
Example #22
0
 /// <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(Main_Ribbon));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
     this.公式与代码                     = this.Factory.CreateRibbonTab();
     this.Group_Equation            = this.Factory.CreateRibbonGroup();
     this.btn_InsertFieldCode       = this.Factory.CreateRibbonButton();
     this.btn_InsertEquation        = this.Factory.CreateRibbonButton();
     this.Group_Code                = this.Factory.CreateRibbonGroup();
     this.btn_InsertCodeBox         = this.Factory.CreateRibbonButton();
     this.dropDown_lineStep         = this.Factory.CreateRibbonDropDown();
     this.dropDown_CodeFont_ASCII   = this.Factory.CreateRibbonDropDown();
     this.dropDown_CodeFont_FarEast = this.Factory.CreateRibbonDropDown();
     this.Group_About               = this.Factory.CreateRibbonGroup();
     this.btn_AboutAddinAndAuthor   = this.Factory.CreateRibbonButton();
     this.公式与代码.SuspendLayout();
     this.Group_Equation.SuspendLayout();
     this.Group_Code.SuspendLayout();
     this.Group_About.SuspendLayout();
     this.SuspendLayout();
     //
     // 公式与代码
     //
     this.公式与代码.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.公式与代码.Groups.Add(this.Group_Equation);
     this.公式与代码.Groups.Add(this.Group_Code);
     this.公式与代码.Groups.Add(this.Group_About);
     this.公式与代码.Label = "公式与代码";
     this.公式与代码.Name  = "公式与代码";
     //
     // Group_Equation
     //
     this.Group_Equation.Items.Add(this.btn_InsertFieldCode);
     this.Group_Equation.Items.Add(this.btn_InsertEquation);
     this.Group_Equation.Label = "公式";
     this.Group_Equation.Name  = "Group_Equation";
     //
     // btn_InsertFieldCode
     //
     this.btn_InsertFieldCode.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_InsertFieldCode.Image       = ((System.Drawing.Image)(resources.GetObject("btn_InsertFieldCode.Image")));
     this.btn_InsertFieldCode.Label       = "插入 SEQ 域组合";
     this.btn_InsertFieldCode.Name        = "btn_InsertFieldCode";
     this.btn_InsertFieldCode.ShowImage   = true;
     this.btn_InsertFieldCode.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_InsertFieldCode_Click);
     //
     // btn_InsertEquation
     //
     this.btn_InsertEquation.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_InsertEquation.Image       = ((System.Drawing.Image)(resources.GetObject("btn_InsertEquation.Image")));
     this.btn_InsertEquation.Label       = "插入带编号的公式";
     this.btn_InsertEquation.Name        = "btn_InsertEquation";
     this.btn_InsertEquation.ShowImage   = true;
     this.btn_InsertEquation.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_InsertEquation_Click);
     //
     // Group_Code
     //
     this.Group_Code.Items.Add(this.btn_InsertCodeBox);
     this.Group_Code.Items.Add(this.dropDown_lineStep);
     this.Group_Code.Items.Add(this.dropDown_CodeFont_ASCII);
     this.Group_Code.Items.Add(this.dropDown_CodeFont_FarEast);
     this.Group_Code.Label = "代码";
     this.Group_Code.Name  = "Group_Code";
     //
     // btn_InsertCodeBox
     //
     this.btn_InsertCodeBox.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_InsertCodeBox.Image       = ((System.Drawing.Image)(resources.GetObject("btn_InsertCodeBox.Image")));
     this.btn_InsertCodeBox.Label       = "从剪贴板插入纯文本代码";
     this.btn_InsertCodeBox.Name        = "btn_InsertCodeBox";
     this.btn_InsertCodeBox.ShowImage   = true;
     this.btn_InsertCodeBox.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_InsertCodeBox_Click);
     //
     // dropDown_lineStep
     //
     this.dropDown_lineStep.Image  = ((System.Drawing.Image)(resources.GetObject("dropDown_lineStep.Image")));
     ribbonDropDownItemImpl1.Label = "1";
     ribbonDropDownItemImpl2.Label = "5";
     ribbonDropDownItemImpl3.Label = "10";
     ribbonDropDownItemImpl4.Label = "20";
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl1);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl2);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl3);
     this.dropDown_lineStep.Items.Add(ribbonDropDownItemImpl4);
     this.dropDown_lineStep.Label     = "行号步长";
     this.dropDown_lineStep.Name      = "dropDown_lineStep";
     this.dropDown_lineStep.ShowImage = true;
     //
     // dropDown_CodeFont_ASCII
     //
     this.dropDown_CodeFont_ASCII.Image = ((System.Drawing.Image)(resources.GetObject("dropDown_CodeFont_ASCII.Image")));
     ribbonDropDownItemImpl5.Label      = "Iosevka";
     ribbonDropDownItemImpl6.Label      = "LM Mono 10";
     ribbonDropDownItemImpl7.Label      = "Fira Code";
     ribbonDropDownItemImpl8.Label      = "Consolas";
     ribbonDropDownItemImpl9.Label      = "宋体";
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl5);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl6);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl7);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl8);
     this.dropDown_CodeFont_ASCII.Items.Add(ribbonDropDownItemImpl9);
     this.dropDown_CodeFont_ASCII.Label     = "代码字体";
     this.dropDown_CodeFont_ASCII.Name      = "dropDown_CodeFont_ASCII";
     this.dropDown_CodeFont_ASCII.ShowImage = true;
     //
     // dropDown_CodeFont_FarEast
     //
     this.dropDown_CodeFont_FarEast.Image = ((System.Drawing.Image)(resources.GetObject("dropDown_CodeFont_FarEast.Image")));
     ribbonDropDownItemImpl10.Label       = "宋体";
     ribbonDropDownItemImpl11.Label       = "等线";
     ribbonDropDownItemImpl12.Label       = "微软雅黑";
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl10);
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl11);
     this.dropDown_CodeFont_FarEast.Items.Add(ribbonDropDownItemImpl12);
     this.dropDown_CodeFont_FarEast.Label     = "中文字体";
     this.dropDown_CodeFont_FarEast.Name      = "dropDown_CodeFont_FarEast";
     this.dropDown_CodeFont_FarEast.ShowImage = true;
     //
     // Group_About
     //
     this.Group_About.Items.Add(this.btn_AboutAddinAndAuthor);
     this.Group_About.Label = "关于";
     this.Group_About.Name  = "Group_About";
     //
     // btn_AboutAddinAndAuthor
     //
     this.btn_AboutAddinAndAuthor.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_AboutAddinAndAuthor.Image       = ((System.Drawing.Image)(resources.GetObject("btn_AboutAddinAndAuthor.Image")));
     this.btn_AboutAddinAndAuthor.Label       = "关于插件及作者";
     this.btn_AboutAddinAndAuthor.Name        = "btn_AboutAddinAndAuthor";
     this.btn_AboutAddinAndAuthor.ShowImage   = true;
     this.btn_AboutAddinAndAuthor.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_AboutAddinAndAuthor_Click);
     //
     // Main_Ribbon
     //
     this.Name       = "Main_Ribbon";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.公式与代码);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.公式与代码.ResumeLayout(false);
     this.公式与代码.PerformLayout();
     this.Group_Equation.ResumeLayout(false);
     this.Group_Equation.PerformLayout();
     this.Group_Code.ResumeLayout(false);
     this.Group_Code.PerformLayout();
     this.Group_About.ResumeLayout(false);
     this.Group_About.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     this.tab1               = this.Factory.CreateRibbonTab();
     this.group1             = this.Factory.CreateRibbonGroup();
     this.box1               = this.Factory.CreateRibbonBox();
     this.ddl_InteropMethod  = this.Factory.CreateRibbonDropDown();
     this.btn_start          = this.Factory.CreateRibbonButton();
     this.mnu_Tools          = this.Factory.CreateRibbonMenu();
     this.btn_Tools_Settings = this.Factory.CreateRibbonButton();
     this.chkOpenWhenDone    = this.Factory.CreateRibbonCheckBox();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.box1.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.btn_start);
     this.group1.Items.Add(this.box1);
     this.group1.Items.Add(this.mnu_Tools);
     this.group1.Label = "ExcelIdea";
     this.group1.Name  = "group1";
     //
     // box1
     //
     this.box1.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
     this.box1.Items.Add(this.ddl_InteropMethod);
     this.box1.Items.Add(this.chkOpenWhenDone);
     this.box1.Name = "box1";
     //
     // ddl_InteropMethod
     //
     ribbonDropDownItemImpl1.Label     = "File";
     ribbonDropDownItemImpl1.ScreenTip = "File";
     ribbonDropDownItemImpl1.SuperTip  = "Transfer the data by saving and loading an Excel file";
     ribbonDropDownItemImpl1.Tag       = "file";
     ribbonDropDownItemImpl2.Label     = "IPC";
     ribbonDropDownItemImpl2.ScreenTip = "Inter-process Communication";
     ribbonDropDownItemImpl2.SuperTip  = "Transfer the data invisibly using IPC";
     ribbonDropDownItemImpl2.Tag       = "ipc";
     this.ddl_InteropMethod.Items.Add(ribbonDropDownItemImpl1);
     this.ddl_InteropMethod.Items.Add(ribbonDropDownItemImpl2);
     this.ddl_InteropMethod.Label     = "Comm. Method:";
     this.ddl_InteropMethod.Name      = "ddl_InteropMethod";
     this.ddl_InteropMethod.ScreenTip = "Excel <-> ACE communication method";
     this.ddl_InteropMethod.SuperTip  = "Specifies the method used for transferring Excel data to and from the Advanced Co" +
                                        "mputation Engine";
     this.ddl_InteropMethod.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ddl_InteropMethod_SelectionChanged);
     //
     // btn_start
     //
     this.btn_start.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btn_start.Label         = "Start";
     this.btn_start.Name          = "btn_start";
     this.btn_start.OfficeImageId = "StartTimer";
     this.btn_start.ShowImage     = true;
     this.btn_start.SuperTip      = "Start the workbook calculation";
     this.btn_start.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_start_Click);
     //
     // mnu_Tools
     //
     this.mnu_Tools.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.mnu_Tools.Items.Add(this.btn_Tools_Settings);
     this.mnu_Tools.Label     = "Tools";
     this.mnu_Tools.Name      = "mnu_Tools";
     this.mnu_Tools.ShowImage = true;
     //
     // btn_Tools_Settings
     //
     this.btn_Tools_Settings.Label     = "Settings";
     this.btn_Tools_Settings.Name      = "btn_Tools_Settings";
     this.btn_Tools_Settings.ShowImage = true;
     this.btn_Tools_Settings.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btn_Tools_Settings_Click);
     //
     // chkOpenWhenDone
     //
     this.chkOpenWhenDone.Label = "Open upon completion";
     this.chkOpenWhenDone.Name  = "chkOpenWhenDone";
     //
     // RibbonControl
     //
     this.Name       = "RibbonControl";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.RibbonControl_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.box1.ResumeLayout(false);
     this.box1.PerformLayout();
 }
 /// <summary>
 /// Erforderliche Methode für Designerunterstützung -
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     this.tab1                      = this.Factory.CreateRibbonTab();
     this.groupBarcode              = this.Factory.CreateRibbonGroup();
     this.ddCodeType                = this.Factory.CreateRibbonDropDown();
     this.checkBoxFitToCell         = this.Factory.CreateRibbonCheckBox();
     this.checkBoxCellToPictureSize = this.Factory.CreateRibbonCheckBox();
     this.checkBoxCellPosition      = this.Factory.CreateRibbonCheckBox();
     this.separator1                = this.Factory.CreateRibbonSeparator();
     this.btnEinfuegen              = this.Factory.CreateRibbonButton();
     this.ddCellBinding             = this.Factory.CreateRibbonDropDown();
     this.separator2                = this.Factory.CreateRibbonSeparator();
     this.tab1.SuspendLayout();
     this.groupBarcode.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.groupBarcode);
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // groupBarcode
     //
     this.groupBarcode.Items.Add(this.ddCodeType);
     this.groupBarcode.Items.Add(this.checkBoxFitToCell);
     this.groupBarcode.Items.Add(this.checkBoxCellToPictureSize);
     this.groupBarcode.Items.Add(this.separator2);
     this.groupBarcode.Items.Add(this.ddCellBinding);
     this.groupBarcode.Items.Add(this.checkBoxCellPosition);
     this.groupBarcode.Items.Add(this.separator1);
     this.groupBarcode.Items.Add(this.btnEinfuegen);
     this.groupBarcode.Label = "OBI for Excel";
     this.groupBarcode.Name  = "groupBarcode";
     //
     // ddCodeType
     //
     ribbonDropDownItemImpl1.Label = "Datamatrix";
     ribbonDropDownItemImpl1.Tag   = "DMC";
     this.ddCodeType.Items.Add(ribbonDropDownItemImpl1);
     this.ddCodeType.Label             = "Codetype";
     this.ddCodeType.Name              = "ddCodeType";
     this.ddCodeType.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.DdCodeType_SelectionChanged);
     //
     // checkBoxFitToCell
     //
     this.checkBoxFitToCell.Label     = "Adapt to cell size";
     this.checkBoxFitToCell.Name      = "checkBoxFitToCell";
     this.checkBoxFitToCell.ScreenTip = "The barcode is fitted directly into the cell size";
     this.checkBoxFitToCell.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CheckBoxFitToCell_Click);
     //
     // checkBoxCellToPictureSize
     //
     this.checkBoxCellToPictureSize.Label     = "Adapt cell to picture size";
     this.checkBoxCellToPictureSize.Name      = "checkBoxCellToPictureSize";
     this.checkBoxCellToPictureSize.ScreenTip = "The cell is adjusted to the image size";
     this.checkBoxCellToPictureSize.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.CheckBoxCellToPictureSize_Click);
     //
     // checkBoxCellPosition
     //
     this.checkBoxCellPosition.Checked   = true;
     this.checkBoxCellPosition.Enabled   = false;
     this.checkBoxCellPosition.Label     = "On cell position";
     this.checkBoxCellPosition.Name      = "checkBoxCellPosition";
     this.checkBoxCellPosition.ScreenTip = "Should the barcode be generated directly at the position of the cell?";
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // btnEinfuegen
     //
     this.btnEinfuegen.Label     = "Insert";
     this.btnEinfuegen.Name      = "btnEinfuegen";
     this.btnEinfuegen.ScreenTip = "If a cell is marked, the barcode is created as an image at this position.";
     this.btnEinfuegen.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.BtnEinfuegen_Click);
     //
     // ddCellBinding
     //
     ribbonDropDownItemImpl2.Label     = "Free Float";
     ribbonDropDownItemImpl2.ScreenTip = "Picture is free floating";
     ribbonDropDownItemImpl3.Label     = "Move";
     ribbonDropDownItemImpl3.ScreenTip = "Picture is moved with the cell";
     ribbonDropDownItemImpl4.Label     = "Move and Size";
     ribbonDropDownItemImpl4.ScreenTip = "Picture is moved and sized with the cell";
     this.ddCellBinding.Items.Add(ribbonDropDownItemImpl2);
     this.ddCellBinding.Items.Add(ribbonDropDownItemImpl3);
     this.ddCellBinding.Items.Add(ribbonDropDownItemImpl4);
     this.ddCellBinding.Label     = "Cell binding";
     this.ddCellBinding.Name      = "ddCellBinding";
     this.ddCellBinding.ScreenTip = "How should the picture be bound to the cell?";
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     //
     // RibbonDMMenu
     //
     this.Name       = "RibbonDMMenu";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.RibbonDMMenu_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.groupBarcode.ResumeLayout(false);
     this.groupBarcode.PerformLayout();
     this.ResumeLayout(false);
 }
Example #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(RibbonStackBuilder));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     this.tabAddInStackBuilder = this.Factory.CreateRibbonTab();
     this.gpStackBuilder       = this.Factory.CreateRibbonGroup();
     this.cbMode           = this.Factory.CreateRibbonDropDown();
     this.gpSettings       = this.Factory.CreateRibbonGroup();
     this.bnParameters     = this.Factory.CreateRibbonButton();
     this.gpHelp           = this.Factory.CreateRibbonGroup();
     this.bnOpenSampleFile = this.Factory.CreateRibbonButton();
     this.bnHelp           = this.Factory.CreateRibbonButton();
     this.tabAddInStackBuilder.SuspendLayout();
     this.gpStackBuilder.SuspendLayout();
     this.gpSettings.SuspendLayout();
     this.gpHelp.SuspendLayout();
     this.SuspendLayout();
     //
     // tabAddInStackBuilder
     //
     this.tabAddInStackBuilder.Groups.Add(this.gpStackBuilder);
     this.tabAddInStackBuilder.Groups.Add(this.gpSettings);
     this.tabAddInStackBuilder.Groups.Add(this.gpHelp);
     this.tabAddInStackBuilder.Label = "StackBuilder";
     this.tabAddInStackBuilder.Name  = "tabAddInStackBuilder";
     //
     // gpStackBuilder
     //
     this.gpStackBuilder.Items.Add(this.cbMode);
     this.gpStackBuilder.Label = "StackBuilder Add-in";
     this.gpStackBuilder.Name  = "gpStackBuilder";
     //
     // cbMode
     //
     ribbonDropDownItemImpl1.Image     = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl1.Image")));
     ribbonDropDownItemImpl1.Label     = "Per sheet";
     ribbonDropDownItemImpl1.ScreenTip = "Per sheet";
     ribbonDropDownItemImpl2.Image     = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl2.Image")));
     ribbonDropDownItemImpl2.Label     = "Per row";
     ribbonDropDownItemImpl2.ScreenTip = "Per row";
     this.cbMode.Items.Add(ribbonDropDownItemImpl1);
     this.cbMode.Items.Add(ribbonDropDownItemImpl2);
     this.cbMode.Label             = "Mode";
     this.cbMode.Name              = "cbMode";
     this.cbMode.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OnModeChanged);
     //
     // gpSettings
     //
     this.gpSettings.Items.Add(this.bnParameters);
     this.gpSettings.Label = "Settings";
     this.gpSettings.Name  = "gpSettings";
     //
     // bnParameters
     //
     this.bnParameters.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.bnParameters.Image       = ((System.Drawing.Image)(resources.GetObject("bnParameters.Image")));
     this.bnParameters.Label       = "Settings";
     this.bnParameters.Name        = "bnParameters";
     this.bnParameters.ScreenTip   = "Settings";
     this.bnParameters.ShowImage   = true;
     this.bnParameters.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OnParameters);
     //
     // gpHelp
     //
     this.gpHelp.Items.Add(this.bnOpenSampleFile);
     this.gpHelp.Items.Add(this.bnHelp);
     this.gpHelp.Label = "Help";
     this.gpHelp.Name  = "gpHelp";
     //
     // bnOpenSampleFile
     //
     this.bnOpenSampleFile.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.bnOpenSampleFile.Image       = ((System.Drawing.Image)(resources.GetObject("bnOpenSampleFile.Image")));
     this.bnOpenSampleFile.Label       = "Open sample file";
     this.bnOpenSampleFile.Name        = "bnOpenSampleFile";
     this.bnOpenSampleFile.ShowImage   = true;
     this.bnOpenSampleFile.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OnOpenSample);
     //
     // bnHelp
     //
     this.bnHelp.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.bnHelp.Image       = ((System.Drawing.Image)(resources.GetObject("bnHelp.Image")));
     this.bnHelp.Label       = "Help";
     this.bnHelp.Name        = "bnHelp";
     this.bnHelp.ShowImage   = true;
     this.bnHelp.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.OnShowHelpPage);
     //
     // RibbonStackBuilder
     //
     this.Name       = "RibbonStackBuilder";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tabAddInStackBuilder);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.OnRibbonStackBuilderLoad);
     this.tabAddInStackBuilder.ResumeLayout(false);
     this.tabAddInStackBuilder.PerformLayout();
     this.gpStackBuilder.ResumeLayout(false);
     this.gpStackBuilder.PerformLayout();
     this.gpSettings.ResumeLayout(false);
     this.gpSettings.PerformLayout();
     this.gpHelp.ResumeLayout(false);
     this.gpHelp.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 请勿
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem5 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem6 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem7 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem8 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     this.tControls = new Microsoft.Office.Tools.Ribbon.RibbonTab();
     this.gButtons = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.btnActionsPane = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.bgMoodFace = new Microsoft.Office.Tools.Ribbon.RibbonButtonGroup();
     this.btnHappy = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.btnNeutral = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.btnSad = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.sbtnAlign = new Microsoft.Office.Tools.Ribbon.RibbonSplitButton();
     this.btnLeft = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnCenter = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnRight = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
     this.ddFormatChart = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.cbMRUFind = new Microsoft.Office.Tools.Ribbon.RibbonComboBox();
     this.galShapes = new Microsoft.Office.Tools.Ribbon.RibbonGallery();
     this.gDynamicMenu = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.mDynamicMenu = new Microsoft.Office.Tools.Ribbon.RibbonMenu();
     this.cbButton = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
     this.cbSeparator = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
     this.cbSubMenu = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
     this.tControls.SuspendLayout();
     this.gButtons.SuspendLayout();
     this.bgMoodFace.SuspendLayout();
     this.gDynamicMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // tControls
     //
     this.tControls.Groups.Add(this.gButtons);
     this.tControls.Groups.Add(this.gDynamicMenu);
     this.tControls.Label = "Ribbon Control Sample";
     this.tControls.Name = "tControls";
     //
     // gButtons
     //
     this.gButtons.Items.Add(this.btnActionsPane);
     this.gButtons.Items.Add(this.bgMoodFace);
     this.gButtons.Items.Add(this.sbtnAlign);
     this.gButtons.Items.Add(this.separator1);
     this.gButtons.Items.Add(this.ddFormatChart);
     this.gButtons.Items.Add(this.cbMRUFind);
     this.gButtons.Items.Add(this.galShapes);
     this.gButtons.Label = "Working with Sheets";
     this.gButtons.Name = "gButtons";
     //
     // btnActionsPane
     //
     this.btnActionsPane.Label = "Show Actions Pane";
     this.btnActionsPane.Name = "btnActionsPane";
     this.btnActionsPane.ScreenTip = "Toggle Button";
     this.btnActionsPane.ShowImage = true;
     this.btnActionsPane.SuperTip = "A ToggleButton that appears pressed or unpressed.  Click the ToggleButton to show" +
         "/hide the Actions Pane.";
     this.btnActionsPane.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnActionsPane_Click);
     //
     // bgMoodFace
     //
     this.bgMoodFace.Items.Add(this.btnHappy);
     this.bgMoodFace.Items.Add(this.btnNeutral);
     this.bgMoodFace.Items.Add(this.btnSad);
     this.bgMoodFace.Name = "bgMoodFace";
     //
     // btnHappy
     //
     this.btnHappy.Image = global::RibbonControlsExcelWorkbook.Properties.Resources.happy;
     this.btnHappy.Label = "toggleButton1";
     this.btnHappy.Name = "btnHappy";
     this.btnHappy.ShowImage = true;
     this.btnHappy.ShowLabel = false;
     this.btnHappy.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnHappy_Click);
     //
     // btnNeutral
     //
     this.btnNeutral.Image = global::RibbonControlsExcelWorkbook.Properties.Resources.Neutral;
     this.btnNeutral.Label = "toggleButton2";
     this.btnNeutral.Name = "btnNeutral";
     this.btnNeutral.ShowImage = true;
     this.btnNeutral.ShowLabel = false;
     this.btnNeutral.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnNeutral_Click);
     //
     // btnSad
     //
     this.btnSad.Image = global::RibbonControlsExcelWorkbook.Properties.Resources.sad;
     this.btnSad.Label = "toggleButton3";
     this.btnSad.Name = "btnSad";
     this.btnSad.ShowImage = true;
     this.btnSad.ShowLabel = false;
     this.btnSad.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSad_Click);
     //
     // sbtnAlign
     //
     this.sbtnAlign.Items.Add(this.btnLeft);
     this.sbtnAlign.Items.Add(this.btnCenter);
     this.sbtnAlign.Items.Add(this.btnRight);
     this.sbtnAlign.Label = "Alignment";
     this.sbtnAlign.Name = "sbtnAlign";
     this.sbtnAlign.OfficeImageId = "AlignCenter";
     this.sbtnAlign.ScreenTip = "Split Button";
     this.sbtnAlign.SuperTip = "A Split Button is a button with a menu.  Click the button to center align text in" +
         " cell A4 or select the menu for other alignment options.";
     this.sbtnAlign.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.sbtnAlign_Click);
     //
     // btnLeft
     //
     this.btnLeft.Label = "Left Align";
     this.btnLeft.Name = "btnLeft";
     this.btnLeft.OfficeImageId = "AlignLeft";
     this.btnLeft.ScreenTip = "Button";
     this.btnLeft.ShowImage = true;
     this.btnLeft.SuperTip = "Button in a Split Button.";
     this.btnLeft.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnLeft_Click);
     //
     // btnCenter
     //
     this.btnCenter.Label = "Center Align";
     this.btnCenter.Name = "btnCenter";
     this.btnCenter.OfficeImageId = "AlignCenter";
     this.btnCenter.ScreenTip = "Button";
     this.btnCenter.ShowImage = true;
     this.btnCenter.SuperTip = "Button in a Split Button.";
     this.btnCenter.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnCenter_Click);
     //
     // btnRight
     //
     this.btnRight.Label = "Right Align";
     this.btnRight.Name = "btnRight";
     this.btnRight.OfficeImageId = "AlignRight";
     this.btnRight.ScreenTip = "Button";
     this.btnRight.ShowImage = true;
     this.btnRight.SuperTip = "Button in a Split Button.";
     this.btnRight.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnRight_Click);
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // ddFormatChart
     //
     ribbonDropDownItem1.Label = "Bar";
     ribbonDropDownItem1.OfficeImageId = "ChartTypeBarInsertGallery";
     ribbonDropDownItem1.ScreenTip = "DropDown Item";
     ribbonDropDownItem1.SuperTip = "Select DropDown Item to format the chart.";
     ribbonDropDownItem2.Label = "Column";
     ribbonDropDownItem2.OfficeImageId = "ChartTypeColumnInsertGallery";
     ribbonDropDownItem2.ScreenTip = "DropDown Item";
     ribbonDropDownItem2.SuperTip = "Select DropDown Item to format the chart.";
     ribbonDropDownItem3.Label = "Area";
     ribbonDropDownItem3.OfficeImageId = "ChartTypeAreaInsertGallery";
     ribbonDropDownItem3.ScreenTip = "DropDown Item";
     ribbonDropDownItem3.SuperTip = "Select DropDown Item to format the chart.";
     ribbonDropDownItem4.Label = "Pie";
     ribbonDropDownItem4.OfficeImageId = "ChartTypePieInsertGallery";
     ribbonDropDownItem4.ScreenTip = "DropDown Item";
     ribbonDropDownItem4.SuperTip = "Select DropDown Item to format the chart.";
     this.ddFormatChart.Items.Add(ribbonDropDownItem1);
     this.ddFormatChart.Items.Add(ribbonDropDownItem2);
     this.ddFormatChart.Items.Add(ribbonDropDownItem3);
     this.ddFormatChart.Items.Add(ribbonDropDownItem4);
     this.ddFormatChart.Label = "Format Chart";
     this.ddFormatChart.Name = "ddFormatChart";
     this.ddFormatChart.ScreenTip = "Drop Down";
     this.ddFormatChart.SuperTip = "A drop down list of options.  Select a chart type to format the chart on Sheet1.";
     this.ddFormatChart.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.ddFormatChart_SelectionChanged);
     //
     // cbMRUFind
     //
     ribbonDropDownItem5.Label = "Q1";
     ribbonDropDownItem6.Label = "Q2";
     ribbonDropDownItem7.Label = "Q3";
     ribbonDropDownItem8.Label = "Q4";
     this.cbMRUFind.Items.Add(ribbonDropDownItem5);
     this.cbMRUFind.Items.Add(ribbonDropDownItem6);
     this.cbMRUFind.Items.Add(ribbonDropDownItem7);
     this.cbMRUFind.Items.Add(ribbonDropDownItem8);
     this.cbMRUFind.Label = "MRU Find";
     this.cbMRUFind.Name = "cbMRUFind";
     this.cbMRUFind.ScreenTip = "Combo Box";
     this.cbMRUFind.SizeString = "Enter or select search text.";
     this.cbMRUFind.SuperTip = "ComboBox is a EditBox with a DropDown.  Select text from the list to find it in t" +
         "he spreadsheet.  Or, enter your own search string to add to the list.";
     this.cbMRUFind.Text = "Enter or select search text.";
     this.cbMRUFind.TextChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.cbMRUFind_TextChanged);
     //
     // galShapes
     //
     this.galShapes.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.galShapes.Image = global::RibbonControlsExcelWorkbook.Properties.Resources.AvocadoGreen;
     this.galShapes.Label = "Color";
     this.galShapes.Name = "galShapes";
     this.galShapes.ScreenTip = "Gallery";
     this.galShapes.ShowImage = true;
     this.galShapes.SuperTip = "A gallery is a multi-dimensional dropdown.  This gallery will format insert a dif" +
         "ferent colored sphere on to Sheet1.";
     this.galShapes.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.galShapes_ItemsLoading);
     this.galShapes.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.galShapes_Click);
     //
     // gDynamicMenu
     //
     this.gDynamicMenu.Items.Add(this.mDynamicMenu);
     this.gDynamicMenu.Items.Add(this.cbButton);
     this.gDynamicMenu.Items.Add(this.cbSeparator);
     this.gDynamicMenu.Items.Add(this.cbSubMenu);
     this.gDynamicMenu.Label = "Build Dynamic Menu";
     this.gDynamicMenu.Name = "gDynamicMenu";
     //
     // mDynamicMenu
     //
     this.mDynamicMenu.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.mDynamicMenu.Dynamic = true;
     this.mDynamicMenu.Label = "Dynamic Menu";
     this.mDynamicMenu.Name = "mDynamicMenu";
     this.mDynamicMenu.OfficeImageId = "QueryAppend";
     this.mDynamicMenu.ScreenTip = "Dynamic Menu";
     this.mDynamicMenu.ShowImage = true;
     this.mDynamicMenu.SuperTip = "This is a dynamic menu.  Use the checkboxes at the right to determine which contr" +
         "ols to add at runtime.";
     this.mDynamicMenu.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.mDynamicMenu_ItemsLoading);
     //
     // cbButton
     //
     this.cbButton.Label = "Button";
     this.cbButton.Name = "cbButton";
     this.cbButton.ScreenTip = "Check Box";
     this.cbButton.SuperTip = "Select to add control to Dynamic Menu.";
     //
     // cbSeparator
     //
     this.cbSeparator.Label = "Separator";
     this.cbSeparator.Name = "cbSeparator";
     this.cbSeparator.ScreenTip = "Check Box";
     this.cbSeparator.SuperTip = "Select to add control to Dynamic Menu.";
     //
     // cbSubMenu
     //
     this.cbSubMenu.Label = "SubMenu";
     this.cbSubMenu.Name = "cbSubMenu";
     this.cbSubMenu.ScreenTip = "Check Box";
     this.cbSubMenu.SuperTip = "Select to add control to Dynamic Menu.";
     //
     // RibbonControls
     //
     this.Name = "RibbonControls";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.StartFromScratch = true;
     this.Tabs.Add(this.tControls);
     this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.RibbonControls_Load);
     this.tControls.ResumeLayout(false);
     this.tControls.PerformLayout();
     this.gButtons.ResumeLayout(false);
     this.gButtons.PerformLayout();
     this.bgMoodFace.ResumeLayout(false);
     this.bgMoodFace.PerformLayout();
     this.gDynamicMenu.ResumeLayout(false);
     this.gDynamicMenu.PerformLayout();
     this.ResumeLayout(false);
 }
Example #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9  = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl13 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl14 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl15 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl16 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl17 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl18 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl19 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl20 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl21 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl22 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl23 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl24 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl25 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl26 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl27 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl28 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl29 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl30 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl31 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl32 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl33 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl34 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl35 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl36 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl37 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl38 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl39 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl40 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl41 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl42 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl43 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl44 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl45 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl46 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl47 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl48 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl49 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl50 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl51 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl52 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl53 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl54 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl55 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl56 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl57 = this.Factory.CreateRibbonDropDownItem();
     this.AzureRibbonTab                  = this.Factory.CreateRibbonTab();
     this.AuthenticationRibbonGroup       = this.Factory.CreateRibbonGroup();
     this.GetTokenButton                  = this.Factory.CreateRibbonButton();
     this.AuthTenantIdEditBox             = this.Factory.CreateRibbonEditBox();
     this.TenantTypeDropDown              = this.Factory.CreateRibbonDropDown();
     this.BillingAPIsRibbonGroup          = this.Factory.CreateRibbonGroup();
     this.GetReportButton                 = this.Factory.CreateRibbonButton();
     this.ReportTypeDropDown              = this.Factory.CreateRibbonDropDown();
     this.SubscriptionTypeDropDown        = this.Factory.CreateRibbonDropDown();
     this.TenantIdComboBox                = this.Factory.CreateRibbonComboBox();
     this.SubscriptionIdComboBox          = this.Factory.CreateRibbonComboBox();
     this.ForceReAuthCheckBox             = this.Factory.CreateRibbonCheckBox();
     this.StartDateEditBox                = this.Factory.CreateRibbonEditBox();
     this.EndDateEditBox                  = this.Factory.CreateRibbonEditBox();
     this.AggregationGranularityDropDown  = this.Factory.CreateRibbonDropDown();
     this.EnrollmentNumberComboBox        = this.Factory.CreateRibbonComboBox();
     this.EaApiKeyEditBox                 = this.Factory.CreateRibbonEditBox();
     this.PriceSheetBillingPeriodComboBox = this.Factory.CreateRibbonComboBox();
     this.ApplicationIdComboBox           = this.Factory.CreateRibbonComboBox();
     this.AppKeyComboBox                  = this.Factory.CreateRibbonComboBox();
     this.RateCardOfferDurableIdComboBox  = this.Factory.CreateRibbonComboBox();
     this.RateCardCurrencyComboBox        = this.Factory.CreateRibbonComboBox();
     this.RateCardLocaleComboBox          = this.Factory.CreateRibbonComboBox();
     this.RateCardRegionInfoComboBox      = this.Factory.CreateRibbonComboBox();
     this.AzureEnvironmentDropDown        = this.Factory.CreateRibbonDropDown();
     this.IncludeRawPayloadCheckBox       = this.Factory.CreateRibbonCheckBox();
     this.CspCustomerTenantIdComboBox     = this.Factory.CreateRibbonComboBox();
     this.ChunkSizeEditBox                = this.Factory.CreateRibbonEditBox();
     this.FillerLabel       = this.Factory.CreateRibbonLabel();
     this.HelpGroup         = this.Factory.CreateRibbonGroup();
     this.UpdateAddinButton = this.Factory.CreateRibbonButton();
     this.AzureRibbonTab.SuspendLayout();
     this.AuthenticationRibbonGroup.SuspendLayout();
     this.BillingAPIsRibbonGroup.SuspendLayout();
     this.HelpGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // AzureRibbonTab
     //
     this.AzureRibbonTab.Groups.Add(this.AuthenticationRibbonGroup);
     this.AzureRibbonTab.Groups.Add(this.BillingAPIsRibbonGroup);
     this.AzureRibbonTab.Groups.Add(this.HelpGroup);
     this.AzureRibbonTab.Label = "Azure";
     this.AzureRibbonTab.Name  = "AzureRibbonTab";
     //
     // AuthenticationRibbonGroup
     //
     this.AuthenticationRibbonGroup.Items.Add(this.GetTokenButton);
     this.AuthenticationRibbonGroup.Items.Add(this.AuthTenantIdEditBox);
     this.AuthenticationRibbonGroup.Items.Add(this.TenantTypeDropDown);
     this.AuthenticationRibbonGroup.Label = "Authentication";
     this.AuthenticationRibbonGroup.Name  = "AuthenticationRibbonGroup";
     //
     // GetTokenButton
     //
     this.GetTokenButton.Image     = global::ExcelAddIn1.Properties.Resources.Azure_Acitve_Directory_Access_Control;
     this.GetTokenButton.Label     = "Get Authentication Token";
     this.GetTokenButton.Name      = "GetTokenButton";
     this.GetTokenButton.ShowImage = true;
     this.GetTokenButton.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.GetTokenButton_Click);
     //
     // AuthTenantIdEditBox
     //
     this.AuthTenantIdEditBox.Label     = "Tenant Id";
     this.AuthTenantIdEditBox.Name      = "AuthTenantIdEditBox";
     this.AuthTenantIdEditBox.ScreenTip = "Tenant Id";
     this.AuthTenantIdEditBox.SuperTip  = "The user\'s tenant id (standard and CSP) or the customer tenant id (EA), in the fo" +
                                          "rm xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.";
     this.AuthTenantIdEditBox.Text = null;
     //
     // TenantTypeDropDown
     //
     ribbonDropDownItemImpl1.Label     = "Standard";
     ribbonDropDownItemImpl1.ScreenTip = "Standard";
     ribbonDropDownItemImpl1.SuperTip  = "Standard Azure account type.";
     ribbonDropDownItemImpl2.Label     = "CSP";
     ribbonDropDownItemImpl2.ScreenTip = "CSP";
     ribbonDropDownItemImpl2.SuperTip  = "Cloud Solution Provider (CSP) account type.";
     this.TenantTypeDropDown.Items.Add(ribbonDropDownItemImpl1);
     this.TenantTypeDropDown.Items.Add(ribbonDropDownItemImpl2);
     this.TenantTypeDropDown.Label = "Tenant Type";
     this.TenantTypeDropDown.Name  = "TenantTypeDropDown";
     //
     // BillingAPIsRibbonGroup
     //
     this.BillingAPIsRibbonGroup.Items.Add(this.GetReportButton);
     this.BillingAPIsRibbonGroup.Items.Add(this.ReportTypeDropDown);
     this.BillingAPIsRibbonGroup.Items.Add(this.SubscriptionTypeDropDown);
     this.BillingAPIsRibbonGroup.Items.Add(this.TenantIdComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.SubscriptionIdComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.ForceReAuthCheckBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.StartDateEditBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.EndDateEditBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.AggregationGranularityDropDown);
     this.BillingAPIsRibbonGroup.Items.Add(this.EnrollmentNumberComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.EaApiKeyEditBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.PriceSheetBillingPeriodComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.ApplicationIdComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.AppKeyComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.RateCardOfferDurableIdComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.RateCardCurrencyComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.RateCardLocaleComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.RateCardRegionInfoComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.AzureEnvironmentDropDown);
     this.BillingAPIsRibbonGroup.Items.Add(this.IncludeRawPayloadCheckBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.CspCustomerTenantIdComboBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.ChunkSizeEditBox);
     this.BillingAPIsRibbonGroup.Items.Add(this.FillerLabel);
     this.BillingAPIsRibbonGroup.Label = "Azure Usage && RateCard APIs";
     this.BillingAPIsRibbonGroup.Name  = "BillingAPIsRibbonGroup";
     //
     // GetReportButton
     //
     this.GetReportButton.Image     = global::ExcelAddIn1.Properties.Resources.BillingHub;
     this.GetReportButton.Label     = "Get Report";
     this.GetReportButton.Name      = "GetReportButton";
     this.GetReportButton.ScreenTip = "Get Report";
     this.GetReportButton.ShowImage = true;
     this.GetReportButton.SuperTip  = "Get the report corresponding to the Report Type selection.";
     this.GetReportButton.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.GetUsageReportButton_Click);
     //
     // ReportTypeDropDown
     //
     ribbonDropDownItemImpl3.Label = "Usage Report";
     ribbonDropDownItemImpl3.Tag   = "Usage";
     ribbonDropDownItemImpl4.Label = "RateCard/PriceSheet";
     ribbonDropDownItemImpl4.Tag   = "RateCard";
     this.ReportTypeDropDown.Items.Add(ribbonDropDownItemImpl3);
     this.ReportTypeDropDown.Items.Add(ribbonDropDownItemImpl4);
     this.ReportTypeDropDown.Label             = "Report Type";
     this.ReportTypeDropDown.Name              = "ReportTypeDropDown";
     this.ReportTypeDropDown.ScreenTip         = "Report Type";
     this.ReportTypeDropDown.SuperTip          = "The type of billing report to be generated.";
     this.ReportTypeDropDown.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ReportTypeDropDown_SelectionChanged);
     //
     // SubscriptionTypeDropDown
     //
     ribbonDropDownItemImpl5.Label = "Standard";
     ribbonDropDownItemImpl5.Tag   = "Standard";
     ribbonDropDownItemImpl6.Label = "Cloud Solution Provider (CSP)";
     ribbonDropDownItemImpl6.Tag   = "CSP";
     ribbonDropDownItemImpl7.Label = "Enterprise Agreement (EA)";
     ribbonDropDownItemImpl7.Tag   = "EA";
     this.SubscriptionTypeDropDown.Items.Add(ribbonDropDownItemImpl5);
     this.SubscriptionTypeDropDown.Items.Add(ribbonDropDownItemImpl6);
     this.SubscriptionTypeDropDown.Items.Add(ribbonDropDownItemImpl7);
     this.SubscriptionTypeDropDown.Label     = "Subscription Type";
     this.SubscriptionTypeDropDown.Name      = "SubscriptionTypeDropDown";
     this.SubscriptionTypeDropDown.ScreenTip = "Subscription Type";
     this.SubscriptionTypeDropDown.SuperTip  = "Subscription type for which to fetch the Usage Report of the RateCard (Standard o" +
                                               "r CSP) or PriceSheet (EA).";
     this.SubscriptionTypeDropDown.SelectionChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.SubscriptionTypeDropDown_SelectionChanged);
     //
     // TenantIdComboBox
     //
     this.TenantIdComboBox.Items.Add(ribbonDropDownItemImpl8);
     this.TenantIdComboBox.Label     = "Tenant Id";
     this.TenantIdComboBox.Name      = "TenantIdComboBox";
     this.TenantIdComboBox.ScreenTip = "Tenant Id";
     this.TenantIdComboBox.SuperTip  = "The user\'s tenant id (standard), Partner Tenant Id (CSP), or the customer tenant " +
                                       "id (EA), in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.";
     this.TenantIdComboBox.Text = null;
     //
     // SubscriptionIdComboBox
     //
     this.SubscriptionIdComboBox.Items.Add(ribbonDropDownItemImpl9);
     this.SubscriptionIdComboBox.Label     = "Subscription Id";
     this.SubscriptionIdComboBox.Name      = "SubscriptionIdComboBox";
     this.SubscriptionIdComboBox.ScreenTip = "Subscription Id";
     this.SubscriptionIdComboBox.SuperTip  = "Subscription id for which to get aggregate usage, in the form xxxxxxxx-xxxx-xxxx-" +
                                             "xxxx-xxxxxxxxxxxx.";
     this.SubscriptionIdComboBox.Text = null;
     //
     // ForceReAuthCheckBox
     //
     this.ForceReAuthCheckBox.Checked   = true;
     this.ForceReAuthCheckBox.Label     = "Show Authentication Dialog";
     this.ForceReAuthCheckBox.Name      = "ForceReAuthCheckBox";
     this.ForceReAuthCheckBox.ScreenTip = "Show Authentication Dialog";
     this.ForceReAuthCheckBox.SuperTip  = "Uncheck to use cached credentials. Keep checked to always show the user authentic" +
                                          "ation page and get fresh credentials.";
     //
     // StartDateEditBox
     //
     this.StartDateEditBox.Label     = "Report Start Date";
     this.StartDateEditBox.Name      = "StartDateEditBox";
     this.StartDateEditBox.ScreenTip = "Report Start Date";
     this.StartDateEditBox.SuperTip  = "Report Start Date (yyyy-mm-dd). It can include a time portion for standard and CS" +
                                       "P accounts.";
     this.StartDateEditBox.Text = null;
     //
     // EndDateEditBox
     //
     this.EndDateEditBox.Label     = "Report End Date";
     this.EndDateEditBox.Name      = "EndDateEditBox";
     this.EndDateEditBox.ScreenTip = "Report End Date";
     this.EndDateEditBox.SuperTip  = "Report End Date (yyyy-mm-dd).  It can include a time portion for standard and CSP" +
                                     " accounts.";
     this.EndDateEditBox.Text = null;
     //
     // AggregationGranularityDropDown
     //
     ribbonDropDownItemImpl10.Label = "Daily";
     ribbonDropDownItemImpl10.Tag   = "Daily";
     ribbonDropDownItemImpl11.Label = "Hourly";
     ribbonDropDownItemImpl11.Tag   = "Hourly";
     this.AggregationGranularityDropDown.Items.Add(ribbonDropDownItemImpl10);
     this.AggregationGranularityDropDown.Items.Add(ribbonDropDownItemImpl11);
     this.AggregationGranularityDropDown.Label     = "Aggregation Granularity";
     this.AggregationGranularityDropDown.Name      = "AggregationGranularityDropDown";
     this.AggregationGranularityDropDown.ScreenTip = "Aggregation Granularity";
     this.AggregationGranularityDropDown.SuperTip  = "Data granularity (Daily or Hourly). The default is Daily.";
     //
     // EnrollmentNumberComboBox
     //
     this.EnrollmentNumberComboBox.Items.Add(ribbonDropDownItemImpl12);
     this.EnrollmentNumberComboBox.Label     = "EA Enrollment Number";
     this.EnrollmentNumberComboBox.Name      = "EnrollmentNumberComboBox";
     this.EnrollmentNumberComboBox.ScreenTip = "EA Enrollment Number";
     this.EnrollmentNumberComboBox.SuperTip  = "The Enrollment Number for the EA for which usage data is to be collected.";
     this.EnrollmentNumberComboBox.Text      = null;
     //
     // EaApiKeyEditBox
     //
     this.EaApiKeyEditBox.Label     = "EA API Key";
     this.EaApiKeyEditBox.Name      = "EaApiKeyEditBox";
     this.EaApiKeyEditBox.ScreenTip = "EA API Key";
     this.EaApiKeyEditBox.SuperTip  = "An EA API Key (generated in the EA portal, http://ea.azure.com) is required for g" +
                                      "etting an EA Usage Report.";
     this.EaApiKeyEditBox.Text = null;
     //
     // PriceSheetBillingPeriodComboBox
     //
     this.PriceSheetBillingPeriodComboBox.Items.Add(ribbonDropDownItemImpl13);
     this.PriceSheetBillingPeriodComboBox.Label     = "EA Billing Period";
     this.PriceSheetBillingPeriodComboBox.Name      = "PriceSheetBillingPeriodComboBox";
     this.PriceSheetBillingPeriodComboBox.ScreenTip = "EA Billing Period";
     this.PriceSheetBillingPeriodComboBox.SuperTip  = "The billing period for which to fetch the EA Price Sheet. Leave empty to get the " +
                                                      "Price Sheet for the current billing period. The value is in the form YYYYMM. For" +
                                                      " example: 201708.";
     this.PriceSheetBillingPeriodComboBox.Text = null;
     //
     // ApplicationIdComboBox
     //
     this.ApplicationIdComboBox.Items.Add(ribbonDropDownItemImpl14);
     this.ApplicationIdComboBox.Label     = "App Id";
     this.ApplicationIdComboBox.Name      = "ApplicationIdComboBox";
     this.ApplicationIdComboBox.ScreenTip = "Application Id";
     this.ApplicationIdComboBox.SuperTip  = "An optional application id (GUID) of an AAD client application.";
     this.ApplicationIdComboBox.Text      = null;
     //
     // AppKeyComboBox
     //
     this.AppKeyComboBox.Items.Add(ribbonDropDownItemImpl15);
     this.AppKeyComboBox.Label     = "App Key";
     this.AppKeyComboBox.Name      = "AppKeyComboBox";
     this.AppKeyComboBox.ScreenTip = "App Key";
     this.AppKeyComboBox.SuperTip  = "Application key (secret) for the AAD application.";
     this.AppKeyComboBox.Text      = null;
     //
     // RateCardOfferDurableIdComboBox
     //
     ribbonDropDownItemImpl16.Label     = "MS-AZR-0003P";
     ribbonDropDownItemImpl16.ScreenTip = "MS-AZR-0003P";
     ribbonDropDownItemImpl16.SuperTip  = "Pay-As-You-Go";
     ribbonDropDownItemImpl16.Tag       = "MS-AZR-0003P";
     ribbonDropDownItemImpl17.Label     = "MS-AZR-0041P";
     ribbonDropDownItemImpl17.ScreenTip = "MS-AZR-0041P";
     ribbonDropDownItemImpl17.SuperTip  = "Support Plan 1";
     ribbonDropDownItemImpl17.Tag       = "MS-AZR-0041P";
     ribbonDropDownItemImpl18.Label     = "MS-AZR-0042P";
     ribbonDropDownItemImpl18.ScreenTip = "MS-AZR-0042P";
     ribbonDropDownItemImpl18.SuperTip  = "Support Plan 2";
     ribbonDropDownItemImpl18.Tag       = "MS-AZR-0042P";
     ribbonDropDownItemImpl19.Label     = "MS-AZR-0043P";
     ribbonDropDownItemImpl19.ScreenTip = "MS-AZR-0043P";
     ribbonDropDownItemImpl19.SuperTip  = "Support Plan 3";
     ribbonDropDownItemImpl19.Tag       = "MS-AZR-0043P";
     ribbonDropDownItemImpl20.Label     = "MS-AZR-0044P";
     ribbonDropDownItemImpl20.ScreenTip = "MS-AZR-0044P";
     ribbonDropDownItemImpl20.SuperTip  = "Free Trial";
     ribbonDropDownItemImpl20.Tag       = "MS-AZR-0044P";
     ribbonDropDownItemImpl21.Label     = "MS-AZR-0059P";
     ribbonDropDownItemImpl21.ScreenTip = "MS-AZR-0059P";
     ribbonDropDownItemImpl21.SuperTip  = "Visual Studio Professional subscribers";
     ribbonDropDownItemImpl21.Tag       = "MS-AZR-0059P";
     ribbonDropDownItemImpl22.Label     = "MS-AZR-0060P";
     ribbonDropDownItemImpl22.ScreenTip = "MS-AZR-0060P";
     ribbonDropDownItemImpl22.SuperTip  = "Visual Studio Test Professional subscribers";
     ribbonDropDownItemImpl22.Tag       = "MS-AZR-0060P";
     ribbonDropDownItemImpl23.Label     = "MS-AZR-0062P";
     ribbonDropDownItemImpl23.ScreenTip = "MS-AZR-0062P";
     ribbonDropDownItemImpl23.SuperTip  = "MSDN Platforms subscribers";
     ribbonDropDownItemImpl23.Tag       = "MS-AZR-0062P";
     ribbonDropDownItemImpl24.Label     = "MS-AZR-0063P";
     ribbonDropDownItemImpl24.ScreenTip = "MS-AZR-0063P";
     ribbonDropDownItemImpl24.SuperTip  = "Visual Studio Enterprise subscribers";
     ribbonDropDownItemImpl24.Tag       = "MS-AZR-0063P";
     ribbonDropDownItemImpl25.Label     = "MS-AZR-0064P";
     ribbonDropDownItemImpl25.ScreenTip = "MS-AZR-0064P";
     ribbonDropDownItemImpl25.SuperTip  = "Visual Studio Enterprise (BizSpark) subscribers";
     ribbonDropDownItemImpl25.Tag       = "MS-AZR-0064P";
     ribbonDropDownItemImpl26.Label     = "MS-AZR-0029P";
     ribbonDropDownItemImpl26.ScreenTip = "MS-AZR-0029P";
     ribbonDropDownItemImpl26.SuperTip  = "Visual Studio Enterprise (MPN) subscribers";
     ribbonDropDownItemImpl26.Tag       = "MS-AZR-0029P";
     ribbonDropDownItemImpl27.Label     = "MS-AZR-0022P";
     ribbonDropDownItemImpl27.ScreenTip = "MS-AZR-0022P";
     ribbonDropDownItemImpl27.SuperTip  = "Visual Studio Dev Essentials members";
     ribbonDropDownItemImpl27.Tag       = "MS-AZR-0022P";
     ribbonDropDownItemImpl28.Label     = "MS-AZR-0023P";
     ribbonDropDownItemImpl28.ScreenTip = "MS-AZR-0023P";
     ribbonDropDownItemImpl28.SuperTip  = "Pay-As-You-Go Dev/Test";
     ribbonDropDownItemImpl28.Tag       = "MS-AZR-0023P";
     ribbonDropDownItemImpl29.Label     = "MS-AZR-0148P";
     ribbonDropDownItemImpl29.ScreenTip = "MS-AZR-0148P";
     ribbonDropDownItemImpl29.SuperTip  = "Enterprise Dev/Test";
     ribbonDropDownItemImpl29.Tag       = "MS-AZR-0148P";
     ribbonDropDownItemImpl30.Label     = "MS-AZR-0025P";
     ribbonDropDownItemImpl30.ScreenTip = "MS-AZR-0025P";
     ribbonDropDownItemImpl30.SuperTip  = "Action Pack";
     ribbonDropDownItemImpl30.Tag       = "MS-AZR-0025P";
     ribbonDropDownItemImpl31.Label     = "MS-AZR-0036P";
     ribbonDropDownItemImpl31.ScreenTip = "MS-AZR-0036P";
     ribbonDropDownItemImpl31.SuperTip  = "Microsoft Azure Sponsored Offer";
     ribbonDropDownItemImpl31.Tag       = "MS-AZR-0036P";
     ribbonDropDownItemImpl32.Label     = "MS-AZR-0120P";
     ribbonDropDownItemImpl32.ScreenTip = "MS-AZR-0120P";
     ribbonDropDownItemImpl32.SuperTip  = "Azure Pass 1";
     ribbonDropDownItemImpl32.Tag       = "MS-AZR-0120P";
     ribbonDropDownItemImpl33.Label     = "MS-AZR-0121P";
     ribbonDropDownItemImpl33.ScreenTip = "MS-AZR-0121P";
     ribbonDropDownItemImpl33.SuperTip  = "Azure Pass 2";
     ribbonDropDownItemImpl33.Tag       = "MS-AZR-0121P";
     ribbonDropDownItemImpl34.Label     = "MS-AZR-0122P";
     ribbonDropDownItemImpl34.ScreenTip = "MS-AZR-0122P";
     ribbonDropDownItemImpl34.SuperTip  = "Azure Pass 3";
     ribbonDropDownItemImpl34.Tag       = "MS-AZR-0122P";
     ribbonDropDownItemImpl35.Label     = "MS-AZR-0123P";
     ribbonDropDownItemImpl35.ScreenTip = "MS-AZR-0123P";
     ribbonDropDownItemImpl35.SuperTip  = "Azure Pass 4";
     ribbonDropDownItemImpl35.Tag       = "MS-AZR-0123P";
     ribbonDropDownItemImpl36.Label     = "MS-AZR-0124P";
     ribbonDropDownItemImpl36.ScreenTip = "MS-AZR-0124P";
     ribbonDropDownItemImpl36.SuperTip  = "Azure Pass 5";
     ribbonDropDownItemImpl36.Tag       = "MS-AZR-0124P";
     ribbonDropDownItemImpl37.Label     = "MS-AZR-0125P";
     ribbonDropDownItemImpl37.ScreenTip = "MS-AZR-0125P";
     ribbonDropDownItemImpl37.SuperTip  = "Azure Pass 6";
     ribbonDropDownItemImpl37.Tag       = "MS-AZR-0125P";
     ribbonDropDownItemImpl38.Label     = "MS-AZR-0126P";
     ribbonDropDownItemImpl38.ScreenTip = "MS-AZR-0126P";
     ribbonDropDownItemImpl38.SuperTip  = "Azure Pass 7";
     ribbonDropDownItemImpl38.Tag       = "MS-AZR-0126P";
     ribbonDropDownItemImpl39.Label     = "MS-AZR-0127P";
     ribbonDropDownItemImpl39.ScreenTip = "MS-AZR-0127P";
     ribbonDropDownItemImpl39.SuperTip  = "Azure Pass 8";
     ribbonDropDownItemImpl39.Tag       = "MS-AZR-0127P";
     ribbonDropDownItemImpl40.Label     = "MS-AZR-0128P";
     ribbonDropDownItemImpl40.ScreenTip = "MS-AZR-0128P";
     ribbonDropDownItemImpl40.SuperTip  = "Azure Pass 9";
     ribbonDropDownItemImpl40.Tag       = "MS-AZR-0128P";
     ribbonDropDownItemImpl41.Label     = "MS-AZR-0129P";
     ribbonDropDownItemImpl41.ScreenTip = "MS-AZR-0129P";
     ribbonDropDownItemImpl41.SuperTip  = "Azure Pass 10";
     ribbonDropDownItemImpl41.Tag       = "MS-AZR-0129P";
     ribbonDropDownItemImpl42.Label     = "MS-AZR-0130P";
     ribbonDropDownItemImpl42.ScreenTip = "MS-AZR-0130P";
     ribbonDropDownItemImpl42.SuperTip  = "Azure Pass 11";
     ribbonDropDownItemImpl42.Tag       = "MS-AZR-0130P";
     ribbonDropDownItemImpl43.Label     = "MS-AZR-0111p";
     ribbonDropDownItemImpl43.ScreenTip = "MS-AZR-0111p";
     ribbonDropDownItemImpl43.SuperTip  = "Azure in Open Licensing";
     ribbonDropDownItemImpl43.Tag       = "MS-AZR-0111p";
     ribbonDropDownItemImpl44.Label     = "MS-AZR-0144P";
     ribbonDropDownItemImpl44.ScreenTip = "MS-AZR-0144P";
     ribbonDropDownItemImpl44.SuperTip  = "Microsoft Imagine";
     ribbonDropDownItemImpl44.Tag       = "MS-AZR-0144P";
     ribbonDropDownItemImpl45.Label     = "MS-AZR-0149P";
     ribbonDropDownItemImpl45.ScreenTip = "MS-AZR-0149P";
     ribbonDropDownItemImpl45.SuperTip  = "BizSpark Plus";
     ribbonDropDownItemImpl45.Tag       = "MS-AZR-0149P";
     ribbonDropDownItemImpl46.Label     = "MS-AZR-0145P";
     ribbonDropDownItemImpl46.ScreenTip = "MS-AZR-0145P";
     ribbonDropDownItemImpl46.SuperTip  = "Azure in CSP";
     ribbonDropDownItemImpl46.Tag       = "MS-AZR-0145P";
     ribbonDropDownItemImpl47.Label     = "MS-AZR-DE-0145P";
     ribbonDropDownItemImpl47.ScreenTip = "MS-AZR-DE-0145P";
     ribbonDropDownItemImpl47.SuperTip  = "Azure Germany in CSP for Microsoft Cloud Germany";
     ribbonDropDownItemImpl47.Tag       = "MS-AZR-DE-0145P";
     ribbonDropDownItemImpl48.Label     = "MS-AZR-DE-0044P";
     ribbonDropDownItemImpl48.ScreenTip = "MS-AZR-DE-0044P";
     ribbonDropDownItemImpl48.SuperTip  = "Azure Germany Free Trial";
     ribbonDropDownItemImpl48.Tag       = "MS-AZR-DE-0044P";
     ribbonDropDownItemImpl49.Label     = "MS-AZR-DE-0003P";
     ribbonDropDownItemImpl49.ScreenTip = "MS-AZR-DE-0003P";
     ribbonDropDownItemImpl49.SuperTip  = "Azure Germany Pay-As-You-Go";
     ribbonDropDownItemImpl49.Tag       = "MS-AZR-DE-0003P";
     ribbonDropDownItemImpl50.Label     = "MS-AZR-DE-0041P";
     ribbonDropDownItemImpl50.ScreenTip = "MS-AZR-DE-0041P";
     ribbonDropDownItemImpl50.SuperTip  = "Azure Germany Support Plan 1";
     ribbonDropDownItemImpl50.Tag       = "MS-AZR-DE-0041P";
     ribbonDropDownItemImpl51.Label     = "MS-AZR-DE-0042P";
     ribbonDropDownItemImpl51.ScreenTip = "MS-AZR-DE-0042P";
     ribbonDropDownItemImpl51.SuperTip  = "Azure Germany Support Plan 2";
     ribbonDropDownItemImpl51.Tag       = "MS-AZR-DE-0042P";
     ribbonDropDownItemImpl52.Label     = "MS-AZR-DE-0043P";
     ribbonDropDownItemImpl52.ScreenTip = "MS-AZR-DE-0043P";
     ribbonDropDownItemImpl52.SuperTip  = "Azure Germany Support Plan 3";
     ribbonDropDownItemImpl52.Tag       = "MS-AZR-DE-0043P";
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl16);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl17);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl18);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl19);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl20);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl21);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl22);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl23);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl24);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl25);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl26);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl27);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl28);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl29);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl30);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl31);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl32);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl33);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl34);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl35);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl36);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl37);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl38);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl39);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl40);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl41);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl42);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl43);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl44);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl45);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl46);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl47);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl48);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl49);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl50);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl51);
     this.RateCardOfferDurableIdComboBox.Items.Add(ribbonDropDownItemImpl52);
     this.RateCardOfferDurableIdComboBox.Label = "Offer Type";
     this.RateCardOfferDurableIdComboBox.Name  = "RateCardOfferDurableIdComboBox";
     this.RateCardOfferDurableIdComboBox.Text  = "MS-AZR-0003P";
     //
     // RateCardCurrencyComboBox
     //
     this.RateCardCurrencyComboBox.Label     = "Currency";
     this.RateCardCurrencyComboBox.Name      = "RateCardCurrencyComboBox";
     this.RateCardCurrencyComboBox.ScreenTip = "Currency";
     this.RateCardCurrencyComboBox.SuperTip  = "The currency in which to represent the rates in the RateCard. For example: USD fo" +
                                               "r US Dollars, GBP for Great Britain Pounds, and EUR for Euros, ";
     this.RateCardCurrencyComboBox.Text = "USD";
     //
     // RateCardLocaleComboBox
     //
     this.RateCardLocaleComboBox.Label     = "Locale";
     this.RateCardLocaleComboBox.Name      = "RateCardLocaleComboBox";
     this.RateCardLocaleComboBox.ScreenTip = "Locale";
     this.RateCardLocaleComboBox.SuperTip  = "The locale in which to return the RateCard in. For example: en-US, en-GB, es-ES, " +
                                             "or fr-FR.";
     this.RateCardLocaleComboBox.Text = "en-US";
     //
     // RateCardRegionInfoComboBox
     //
     this.RateCardRegionInfoComboBox.Label     = "Region";
     this.RateCardRegionInfoComboBox.Name      = "RateCardRegionInfoComboBox";
     this.RateCardRegionInfoComboBox.ScreenTip = "Region";
     this.RateCardRegionInfoComboBox.SuperTip  = "The region for which to generate a RateCard. For example: US for the United State" +
                                                 "s, FR for France, GB for Great Britain, or ES for Spain.";
     this.RateCardRegionInfoComboBox.Text = "US";
     //
     // AzureEnvironmentDropDown
     //
     ribbonDropDownItemImpl53.Label = "Commercial";
     ribbonDropDownItemImpl53.Tag   = "0";
     ribbonDropDownItemImpl54.Label = "US Gov";
     ribbonDropDownItemImpl54.Tag   = "1";
     ribbonDropDownItemImpl55.Label = "China";
     ribbonDropDownItemImpl55.Tag   = "2";
     ribbonDropDownItemImpl56.Label = "Germany";
     ribbonDropDownItemImpl56.Tag   = "3";
     this.AzureEnvironmentDropDown.Items.Add(ribbonDropDownItemImpl53);
     this.AzureEnvironmentDropDown.Items.Add(ribbonDropDownItemImpl54);
     this.AzureEnvironmentDropDown.Items.Add(ribbonDropDownItemImpl55);
     this.AzureEnvironmentDropDown.Items.Add(ribbonDropDownItemImpl56);
     this.AzureEnvironmentDropDown.Label     = "Environment";
     this.AzureEnvironmentDropDown.Name      = "AzureEnvironmentDropDown";
     this.AzureEnvironmentDropDown.ScreenTip = "Environment";
     this.AzureEnvironmentDropDown.SuperTip  = "Azure environment against which to authenticate and request reports.";
     //
     // IncludeRawPayloadCheckBox
     //
     this.IncludeRawPayloadCheckBox.Label     = "Include Raw Payload";
     this.IncludeRawPayloadCheckBox.Name      = "IncludeRawPayloadCheckBox";
     this.IncludeRawPayloadCheckBox.ScreenTip = "Include Raw Payload";
     this.IncludeRawPayloadCheckBox.SuperTip  = "Include the raw JSON payload in a separate worksheet. This is useful for troubles" +
                                                "hooting data integrity or corrupted data issues.";
     //
     // CspCustomerTenantIdComboBox
     //
     this.CspCustomerTenantIdComboBox.Items.Add(ribbonDropDownItemImpl57);
     this.CspCustomerTenantIdComboBox.Label     = "Customer Tenant Id";
     this.CspCustomerTenantIdComboBox.Name      = "CspCustomerTenantIdComboBox";
     this.CspCustomerTenantIdComboBox.ScreenTip = "Customer Tenant Id";
     this.CspCustomerTenantIdComboBox.SuperTip  = "The CSP customer tenant id in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. This" +
                                                  " is different from the partner tenant id entered in the \"Tenant Id\" box.";
     this.CspCustomerTenantIdComboBox.Text = null;
     //
     // ChunkSizeEditBox
     //
     this.ChunkSizeEditBox.Label     = "Chunk Size";
     this.ChunkSizeEditBox.Name      = "ChunkSizeEditBox";
     this.ChunkSizeEditBox.ScreenTip = "CSP Usage Results Chunk Size";
     this.ChunkSizeEditBox.SuperTip  = "The maximum number of results to return in each CSP usage API call. The default i" +
                                       "s 1000. The maximum allowed is 1000. The minimum allowed is 1.";
     this.ChunkSizeEditBox.Text = null;
     //
     // FillerLabel
     //
     this.FillerLabel.Label = " ";
     this.FillerLabel.Name  = "FillerLabel";
     //
     // HelpGroup
     //
     this.HelpGroup.Items.Add(this.UpdateAddinButton);
     this.HelpGroup.Label = "Help";
     this.HelpGroup.Name  = "HelpGroup";
     //
     // UpdateAddinButton
     //
     this.UpdateAddinButton.Image     = global::ExcelAddIn1.Properties.Resources.Update;
     this.UpdateAddinButton.Label     = "Update Add-in";
     this.UpdateAddinButton.Name      = "UpdateAddinButton";
     this.UpdateAddinButton.ScreenTip = "Update Add-in";
     this.UpdateAddinButton.ShowImage = true;
     this.UpdateAddinButton.SuperTip  = "Run the ClickOnce installer to update the add-in if a new version is available.";
     this.UpdateAddinButton.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.UpdateAddinButton_Click);
     //
     // AzureRibbon
     //
     this.Name       = "AzureRibbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.AzureRibbonTab);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.AzureRibbonTab_Load);
     this.AzureRibbonTab.ResumeLayout(false);
     this.AzureRibbonTab.PerformLayout();
     this.AuthenticationRibbonGroup.ResumeLayout(false);
     this.AuthenticationRibbonGroup.PerformLayout();
     this.BillingAPIsRibbonGroup.ResumeLayout(false);
     this.BillingAPIsRibbonGroup.PerformLayout();
     this.HelpGroup.ResumeLayout(false);
     this.HelpGroup.PerformLayout();
     this.ResumeLayout(false);
 }
Example #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(Ribbon1));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6 = this.Factory.CreateRibbonDropDownItem();
     this.tab1         = this.Factory.CreateRibbonTab();
     this.tab2         = this.Factory.CreateRibbonTab();
     this.group2       = this.Factory.CreateRibbonGroup();
     this.ribStartShow = this.Factory.CreateRibbonButton();
     this.group1       = this.Factory.CreateRibbonGroup();
     this.chkLeft      = this.Factory.CreateRibbonCheckBox();
     this.chkRight     = this.Factory.CreateRibbonCheckBox();
     this.group3       = this.Factory.CreateRibbonGroup();
     this.galImages    = this.Factory.CreateRibbonGallery();
     this.group4       = this.Factory.CreateRibbonGroup();
     this.ribFeedback  = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.tab2.SuspendLayout();
     this.group2.SuspendLayout();
     this.group1.SuspendLayout();
     this.group3.SuspendLayout();
     this.group4.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // tab2
     //
     this.tab2.Groups.Add(this.group2);
     this.tab2.Groups.Add(this.group1);
     this.tab2.Groups.Add(this.group3);
     this.tab2.Groups.Add(this.group4);
     this.tab2.Label = "Kinect Slider";
     this.tab2.Name  = "tab2";
     //
     // group2
     //
     this.group2.Items.Add(this.ribStartShow);
     this.group2.Label = "Slide Show";
     this.group2.Name  = "group2";
     //
     // ribStartShow
     //
     this.ribStartShow.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.ribStartShow.Label         = "Start SlideShow";
     this.ribStartShow.Name          = "ribStartShow";
     this.ribStartShow.OfficeImageId = "SlideShowFromBeginning";
     this.ribStartShow.ShowImage     = true;
     this.ribStartShow.Click        += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ribStartShow_Click);
     //
     // group1
     //
     this.group1.Items.Add(this.chkLeft);
     this.group1.Items.Add(this.chkRight);
     this.group1.Label = "Hand Selection";
     this.group1.Name  = "group1";
     //
     // chkLeft
     //
     this.chkLeft.Label  = "Left Hand";
     this.chkLeft.Name   = "chkLeft";
     this.chkLeft.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkLeft_Click);
     //
     // chkRight
     //
     this.chkRight.Checked = true;
     this.chkRight.Label   = "Right Hand";
     this.chkRight.Name    = "chkRight";
     this.chkRight.Click  += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.chkRight_Click);
     //
     // group3
     //
     this.group3.Items.Add(this.galImages);
     this.group3.Label = "Pointer";
     this.group3.Name  = "group3";
     //
     // galImages
     //
     this.galImages.ControlSize    = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.galImages.Image          = global::Kinect_Slider.Properties.Resources.RedSs;
     this.galImages.ItemImageSize  = new System.Drawing.Size(20, 20);
     ribbonDropDownItemImpl1.Image = global::Kinect_Slider.Properties.Resources.RedB;
     ribbonDropDownItemImpl1.Label = "Red Big";
     ribbonDropDownItemImpl2.Image = global::Kinect_Slider.Properties.Resources.RedSs;
     ribbonDropDownItemImpl2.Label = "Red Small";
     ribbonDropDownItemImpl3.Image = global::Kinect_Slider.Properties.Resources.BlueB;
     ribbonDropDownItemImpl3.Label = "Blue Big";
     ribbonDropDownItemImpl4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl4.Image")));
     ribbonDropDownItemImpl4.Label = "Blue Small";
     ribbonDropDownItemImpl5.Image = global::Kinect_Slider.Properties.Resources.YellowB;
     ribbonDropDownItemImpl5.Label = "Yellow Big";
     ribbonDropDownItemImpl6.Image = global::Kinect_Slider.Properties.Resources.YellowS;
     ribbonDropDownItemImpl6.Label = "Yellow Small";
     this.galImages.Items.Add(ribbonDropDownItemImpl1);
     this.galImages.Items.Add(ribbonDropDownItemImpl2);
     this.galImages.Items.Add(ribbonDropDownItemImpl3);
     this.galImages.Items.Add(ribbonDropDownItemImpl4);
     this.galImages.Items.Add(ribbonDropDownItemImpl5);
     this.galImages.Items.Add(ribbonDropDownItemImpl6);
     this.galImages.Label     = "Red Small";
     this.galImages.Name      = "galImages";
     this.galImages.ShowImage = true;
     this.galImages.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.galImages_Click);
     //
     // group4
     //
     this.group4.Items.Add(this.ribFeedback);
     this.group4.Name = "group4";
     //
     // ribFeedback
     //
     this.ribFeedback.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.ribFeedback.Image       = global::Kinect_Slider.Properties.Resources.bug;
     this.ribFeedback.Label       = "Bug/Feedback";
     this.ribFeedback.Name        = "ribFeedback";
     this.ribFeedback.ShowImage   = true;
     this.ribFeedback.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.ribFeedback_Click);
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.PowerPoint.Presentation";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.tab2);
     this.Close += new System.EventHandler(this.Ribbon1_Close);
     this.Load  += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.tab2.ResumeLayout(false);
     this.tab2.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.PerformLayout();
     this.group4.ResumeLayout(false);
     this.group4.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()
 {
     System.ComponentModel.ComponentResourceManager     resources             = new System.ComponentModel.ComponentResourceManager(typeof(XWikiRibbon));
     Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher ribbonDialogLauncher1 = new Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem   ribbonDropDownItem1   = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem   ribbonDropDownItem2   = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem   ribbonDropDownItem3   = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem   ribbonDropDownItem4   = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
     this.tab1                      = new Microsoft.Office.Tools.Ribbon.RibbonTab();
     this.xWikiTab                  = new Microsoft.Office.Tools.Ribbon.RibbonTab();
     this.xeGroup                   = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.btnNewPage                = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnPublishDocument        = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.toggleWikiExplorer        = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.attachmentsGroup          = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.uploadAttToPage           = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.downloadAtt               = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.currentDocumentGroup      = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.btnRefresh                = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnPreview                = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnViewActiveDocInBrowser = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.toggleAnnotations         = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
     this.selectionOptionsGroup     = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.btnAddPage                = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnEditPage               = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnUpload                 = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnDownload               = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnDownloadAndOpen        = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnShowPages              = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnShowAttachments        = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.btnViewInBrowser          = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.OptionsGroup              = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
     this.btnXWordOptions           = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.syncSaving                = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
     this.dropDownSyntax            = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.dropDownSaveFormat        = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
     this.separator1                = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
     this.btnAboutXWord             = new Microsoft.Office.Tools.Ribbon.RibbonButton();
     this.tab1.SuspendLayout();
     this.xWikiTab.SuspendLayout();
     this.xeGroup.SuspendLayout();
     this.attachmentsGroup.SuspendLayout();
     this.currentDocumentGroup.SuspendLayout();
     this.selectionOptionsGroup.SuspendLayout();
     this.OptionsGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Label   = "TabAddIns";
     this.tab1.Name    = "tab1";
     this.tab1.Visible = false;
     //
     // xWikiTab
     //
     this.xWikiTab.Groups.Add(this.xeGroup);
     this.xWikiTab.Groups.Add(this.attachmentsGroup);
     this.xWikiTab.Groups.Add(this.currentDocumentGroup);
     this.xWikiTab.Groups.Add(this.selectionOptionsGroup);
     this.xWikiTab.Groups.Add(this.OptionsGroup);
     this.xWikiTab.KeyTip = "X";
     this.xWikiTab.Label  = "XWord";
     this.xWikiTab.Name   = "xWikiTab";
     //
     // xeGroup
     //
     this.xeGroup.Items.Add(this.btnNewPage);
     this.xeGroup.Items.Add(this.btnPublishDocument);
     this.xeGroup.Items.Add(this.toggleWikiExplorer);
     this.xeGroup.Label = "XWiki Pages";
     this.xeGroup.Name  = "xeGroup";
     //
     // btnNewPage
     //
     this.btnNewPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnNewPage.Description = "Add a new page to the wiki.";
     this.btnNewPage.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_edit_add;
     this.btnNewPage.KeyTip      = "A";
     this.btnNewPage.Label       = "Add Page";
     this.btnNewPage.Name        = "btnNewPage";
     this.btnNewPage.ScreenTip   = "Add a new page to the wiki.";
     this.btnNewPage.ShowImage   = true;
     this.btnNewPage.SuperTip    = "You will be prompted to fill in a dialog box with the wiki space, the page name a" +
                                   "nd title. After that Word will open a new document that will be saved as your ne" +
                                   "w page.";
     this.btnNewPage.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnNewPage_Click);
     //
     // btnPublishDocument
     //
     this.btnPublishDocument.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnPublishDocument.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_apply;
     this.btnPublishDocument.Label       = "Publish Document";
     this.btnPublishDocument.Name        = "btnPublishDocument";
     this.btnPublishDocument.ScreenTip   = "Publish Page to XWiki";
     this.btnPublishDocument.ShowImage   = true;
     this.btnPublishDocument.SuperTip    = "Saves the current document as a wiki page on the XWiki server.";
     this.btnPublishDocument.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSavePage_Click);
     //
     // toggleWikiExplorer
     //
     this.toggleWikiExplorer.Checked     = true;
     this.toggleWikiExplorer.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.toggleWikiExplorer.Image       = global::XWord.Properties.Resources.Crystal_Clear_filesystem_folder_green;
     this.toggleWikiExplorer.Label       = "Wiki Explorer";
     this.toggleWikiExplorer.Name        = "toggleWikiExplorer";
     this.toggleWikiExplorer.ScreenTip   = "Toggle Wiki Explorer";
     this.toggleWikiExplorer.ShowImage   = true;
     this.toggleWikiExplorer.SuperTip    = "Use this button to show or to hide the wiki explorer.";
     this.toggleWikiExplorer.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.toggleWikiExplorer_Click);
     //
     // attachmentsGroup
     //
     this.attachmentsGroup.Items.Add(this.uploadAttToPage);
     this.attachmentsGroup.Items.Add(this.downloadAtt);
     this.attachmentsGroup.Label = "XWiki Attachments";
     this.attachmentsGroup.Name  = "attachmentsGroup";
     //
     // uploadAttToPage
     //
     this.uploadAttToPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.uploadAttToPage.Description = "Uploads the current document to the wiki.";
     this.uploadAttToPage.Enabled     = false;
     this.uploadAttToPage.Image       = global::XWord.Properties.Resources.Nuvola_apps_download_manager2;
     this.uploadAttToPage.Label       = "Attach Current Document";
     this.uploadAttToPage.Name        = "uploadAttToPage";
     this.uploadAttToPage.ScreenTip   = "Uploads the active document to the wiki.";
     this.uploadAttToPage.ShowImage   = true;
     this.uploadAttToPage.SuperTip    = "The file will be attached to the page that is selected in the wiki explorer.";
     this.uploadAttToPage.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.UploadAttToPage_Click);
     //
     // downloadAtt
     //
     this.downloadAtt.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.downloadAtt.Enabled     = false;
     this.downloadAtt.Image       = global::XWord.Properties.Resources.Nuvola_apps_download_manager;
     this.downloadAtt.Label       = "Download Selected File";
     this.downloadAtt.Name        = "downloadAtt";
     this.downloadAtt.ScreenTip   = "Download the selected attachment.";
     this.downloadAtt.ShowImage   = true;
     this.downloadAtt.SuperTip    = "Downloads the selected attachment to the local file system. To select an attchmen" +
                                    "t you must navigate the wiki using the Wiki explorer.";
     this.downloadAtt.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.downloadAtt_Click);
     //
     // currentDocumentGroup
     //
     this.currentDocumentGroup.Items.Add(this.btnRefresh);
     this.currentDocumentGroup.Items.Add(this.btnPreview);
     this.currentDocumentGroup.Items.Add(this.btnViewActiveDocInBrowser);
     this.currentDocumentGroup.Items.Add(this.toggleAnnotations);
     this.currentDocumentGroup.Label = "Active Document";
     this.currentDocumentGroup.Name  = "currentDocumentGroup";
     //
     // btnRefresh
     //
     this.btnRefresh.ControlSize   = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnRefresh.Label         = "Refresh Document";
     this.btnRefresh.Name          = "btnRefresh";
     this.btnRefresh.OfficeImageId = "BlogCategoriesRefresh";
     this.btnRefresh.ScreenTip     = "Refresh the current document";
     this.btnRefresh.ShowImage     = true;
     this.btnRefresh.SuperTip      = "Refresh the current document.";
     this.btnRefresh.Click        += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnRefresh_Click);
     //
     // btnPreview
     //
     this.btnPreview.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnPreview.Image       = ((System.Drawing.Image)(resources.GetObject("btnPreview.Image")));
     this.btnPreview.Label       = "Preview in Browser";
     this.btnPreview.Name        = "btnPreview";
     this.btnPreview.ScreenTip   = "View the edited page in browser.";
     this.btnPreview.ShowImage   = true;
     this.btnPreview.SuperTip    = "THe selected page will be opened in the system\'s default browser.";
     this.btnPreview.Visible     = false;
     //
     // btnViewActiveDocInBrowser
     //
     this.btnViewActiveDocInBrowser.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnViewActiveDocInBrowser.Image       = global::XWord.Properties.Resources.Nuvola_browser;
     this.btnViewActiveDocInBrowser.Label       = "View Last Saved Version";
     this.btnViewActiveDocInBrowser.Name        = "btnViewActiveDocInBrowser";
     this.btnViewActiveDocInBrowser.ScreenTip   = "View the last saved version of edited page in browser.";
     this.btnViewActiveDocInBrowser.ShowImage   = true;
     this.btnViewActiveDocInBrowser.SuperTip    = "The selected page will be opened in the system\'s default browser.";
     this.btnViewActiveDocInBrowser.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnViewActiveDocInBrowser_Click);
     //
     // toggleAnnotations
     //
     this.toggleAnnotations.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.toggleAnnotations.Image       = global::XWord.Properties.Resources.comment_icon;
     this.toggleAnnotations.Label       = "Show Annotations";
     this.toggleAnnotations.Name        = "toggleAnnotations";
     this.toggleAnnotations.ScreenTip   = "Toggle annotations";
     this.toggleAnnotations.ShowImage   = true;
     this.toggleAnnotations.SuperTip    = "Use this button to show or to hide the annotations.";
     this.toggleAnnotations.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.toggleAnnotations_Click);
     //
     // selectionOptionsGroup
     //
     this.selectionOptionsGroup.Items.Add(this.btnAddPage);
     this.selectionOptionsGroup.Items.Add(this.btnEditPage);
     this.selectionOptionsGroup.Items.Add(this.btnUpload);
     this.selectionOptionsGroup.Items.Add(this.btnDownload);
     this.selectionOptionsGroup.Items.Add(this.btnDownloadAndOpen);
     this.selectionOptionsGroup.Items.Add(this.btnShowPages);
     this.selectionOptionsGroup.Items.Add(this.btnShowAttachments);
     this.selectionOptionsGroup.Items.Add(this.btnViewInBrowser);
     this.selectionOptionsGroup.Label = "Wiki Explorer Selection";
     this.selectionOptionsGroup.Name  = "selectionOptionsGroup";
     //
     // btnAddPage
     //
     this.btnAddPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnAddPage.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_edit_add;
     this.btnAddPage.Label       = "Add Page";
     this.btnAddPage.Name        = "btnAddPage";
     this.btnAddPage.ScreenTip   = "Add a page to the selected space.";
     this.btnAddPage.ShowImage   = true;
     this.btnAddPage.SuperTip    = "You will be prompted to fill in a dialog box with the wiki space, the page name a" +
                                   "nd title. After that Word will open a new document that will be saved as your ne" +
                                   "w page.";
     this.btnAddPage.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAddPage_Click);
     //
     // btnEditPage
     //
     this.btnEditPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnEditPage.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_edit;
     this.btnEditPage.Label       = "Edit Page";
     this.btnEditPage.Name        = "btnEditPage";
     this.btnEditPage.ScreenTip   = "Edit the selected page.";
     this.btnEditPage.ShowImage   = true;
     this.btnEditPage.SuperTip    = "You will open the selected page in edit mode. A local html file will be used in W" +
                                    "ord and then it will be adapted and saved to the XWiki server.";
     this.btnEditPage.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnEditPage_Click);
     //
     // btnUpload
     //
     this.btnUpload.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnUpload.Image       = global::XWord.Properties.Resources.Nuvola_apps_download_manager2;
     this.btnUpload.Label       = "Upload";
     this.btnUpload.Name        = "btnUpload";
     this.btnUpload.ScreenTip   = "Upload the current document to the selected wiki page.";
     this.btnUpload.ShowImage   = true;
     this.btnUpload.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.UploadAttToPage_Click);
     //
     // btnDownload
     //
     this.btnDownload.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnDownload.Image       = global::XWord.Properties.Resources.Nuvola_apps_download_manager;
     this.btnDownload.Label       = "Download";
     this.btnDownload.Name        = "btnDownload";
     this.btnDownload.ScreenTip   = "Download the selected attachment.";
     this.btnDownload.ShowImage   = true;
     this.btnDownload.SuperTip    = "Downloads the selected attachment to the local file system. To select an attchmen" +
                                    "t you must navigate the wiki using the Wiki explorer.";
     this.btnDownload.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.downloadAtt_Click);
     //
     // btnDownloadAndOpen
     //
     this.btnDownloadAndOpen.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnDownloadAndOpen.Image       = global::XWord.Properties.Resources.Crystal_Clear_download_and_open;
     this.btnDownloadAndOpen.Label       = "Download and Open";
     this.btnDownloadAndOpen.Name        = "btnDownloadAndOpen";
     this.btnDownloadAndOpen.ScreenTip   = "Downloads and opens the selected attachment.";
     this.btnDownloadAndOpen.ShowImage   = true;
     this.btnDownloadAndOpen.SuperTip    = "You will be prompted to select a save location for the attachment. Then the file " +
                                           "will be opened with the default application that is assigned for its type.";
     this.btnDownloadAndOpen.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnDownloadAndOpen_Click);
     //
     // btnShowPages
     //
     this.btnShowPages.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnShowPages.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_view_tree96;
     this.btnShowPages.Label       = "Show Pages";
     this.btnShowPages.Name        = "btnShowPages";
     this.btnShowPages.ScreenTip   = "Shows the pages for the selected space.";
     this.btnShowPages.ShowImage   = true;
     this.btnShowPages.SuperTip    = "The selected space node will be expanded in order to see the pages.";
     this.btnShowPages.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowPages_Click);
     //
     // btnShowAttachments
     //
     this.btnShowAttachments.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnShowAttachments.Image       = global::XWord.Properties.Resources.Crystal_Clear_action_view_tree96;
     this.btnShowAttachments.Label       = "Show Attachments";
     this.btnShowAttachments.Name        = "btnShowAttachments";
     this.btnShowAttachments.ScreenTip   = "Shows the attachments for the selected page.";
     this.btnShowAttachments.ShowImage   = true;
     this.btnShowAttachments.SuperTip    = "The selected page node will be expanded in order to see the attachments.";
     this.btnShowAttachments.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowAttachments_Click);
     //
     // btnViewInBrowser
     //
     this.btnViewInBrowser.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnViewInBrowser.Image       = global::XWord.Properties.Resources.browser;
     this.btnViewInBrowser.Label       = "View in Browser";
     this.btnViewInBrowser.Name        = "btnViewInBrowser";
     this.btnViewInBrowser.ScreenTip   = "View the selected page in browser.";
     this.btnViewInBrowser.ShowImage   = true;
     this.btnViewInBrowser.SuperTip    = "THe selected page will be opened in the system\'s default browser.";
     this.btnViewInBrowser.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnViewInBrowser_Click);
     //
     // OptionsGroup
     //
     this.OptionsGroup.DialogLauncher = ribbonDialogLauncher1;
     this.OptionsGroup.Items.Add(this.btnXWordOptions);
     this.OptionsGroup.Items.Add(this.syncSaving);
     this.OptionsGroup.Items.Add(this.dropDownSyntax);
     this.OptionsGroup.Items.Add(this.dropDownSaveFormat);
     this.OptionsGroup.Items.Add(this.separator1);
     this.OptionsGroup.Items.Add(this.btnAboutXWord);
     this.OptionsGroup.Label = "XWord";
     this.OptionsGroup.Name  = "OptionsGroup";
     //
     // btnXWordOptions
     //
     this.btnXWordOptions.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnXWordOptions.Image       = global::XWord.Properties.Resources.Crystal_Clear_app_package_settings;
     this.btnXWordOptions.Label       = "XWord Options";
     this.btnXWordOptions.Name        = "btnXWordOptions";
     this.btnXWordOptions.ScreenTip   = "Shows the XWord Options dialog.";
     this.btnXWordOptions.ShowImage   = true;
     this.btnXWordOptions.SuperTip    = "Here you can setup a connection to a XWiki server or select the locations for you" +
                                        "r local wiki pages.";
     this.btnXWordOptions.Click += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Show_ConnectionDialog);
     //
     // syncSaving
     //
     this.syncSaving.Enabled = false;
     this.syncSaving.Label   = "Synchronize saving with Word";
     this.syncSaving.Name    = "syncSaving";
     this.syncSaving.Visible = false;
     this.syncSaving.Click  += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.SyncSaving_Click);
     //
     // dropDownSyntax
     //
     ribbonDropDownItem1.Label = "XWiki 2.0";
     ribbonDropDownItem2.Label = "XHTML";
     this.dropDownSyntax.Items.Add(ribbonDropDownItem1);
     this.dropDownSyntax.Items.Add(ribbonDropDownItem2);
     this.dropDownSyntax.Label             = "Server Syntax:       ";
     this.dropDownSyntax.Name              = "dropDownSyntax";
     this.dropDownSyntax.ScreenTip         = "The syntax used to save the page on the XWiki server.";
     this.dropDownSyntax.Visible           = false;
     this.dropDownSyntax.SelectionChanged += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSyntax_SelectionChanged);
     //
     // dropDownSaveFormat
     //
     ribbonDropDownItem3.Label = "HTML";
     ribbonDropDownItem4.Label = "Filtered HTML";
     this.dropDownSaveFormat.Items.Add(ribbonDropDownItem3);
     this.dropDownSaveFormat.Items.Add(ribbonDropDownItem4);
     this.dropDownSaveFormat.Label             = "Local Save Format:";
     this.dropDownSaveFormat.Name              = "dropDownSaveFormat";
     this.dropDownSaveFormat.ScreenTip         = "The format used to save your local wiki pages.";
     this.dropDownSaveFormat.Visible           = false;
     this.dropDownSaveFormat.ItemsLoading     += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSaveFormat_ItemsLoading);
     this.dropDownSaveFormat.SelectionChanged += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSaveFormat_SelectionChanged);
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // btnAboutXWord
     //
     this.btnAboutXWord.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnAboutXWord.Image       = global::XWord.Properties.Resources.XWiki;
     this.btnAboutXWord.Label       = "About XWord";
     this.btnAboutXWord.Name        = "btnAboutXWord";
     this.btnAboutXWord.ScreenTip   = "About XWord";
     this.btnAboutXWord.ShowImage   = true;
     this.btnAboutXWord.SuperTip    = "Displays a summay about this Word Extension.";
     this.btnAboutXWord.Click      += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAboutXWord_Click);
     //
     // XWikiRibbon
     //
     this.Name       = "XWikiRibbon";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tab1);
     this.Tabs.Add(this.xWikiTab);
     this.Load += new System.EventHandler <Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.XWikiRibbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.xWikiTab.ResumeLayout(false);
     this.xWikiTab.PerformLayout();
     this.xeGroup.ResumeLayout(false);
     this.xeGroup.PerformLayout();
     this.attachmentsGroup.ResumeLayout(false);
     this.attachmentsGroup.PerformLayout();
     this.currentDocumentGroup.ResumeLayout(false);
     this.currentDocumentGroup.PerformLayout();
     this.selectionOptionsGroup.ResumeLayout(false);
     this.selectionOptionsGroup.PerformLayout();
     this.OptionsGroup.ResumeLayout(false);
     this.OptionsGroup.PerformLayout();
     this.ResumeLayout(false);
 }
Example #30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     this.tab1       = this.Factory.CreateRibbonTab();
     this.group1     = this.Factory.CreateRibbonGroup();
     this.separator1 = this.Factory.CreateRibbonSeparator();
     this.button1    = this.Factory.CreateRibbonButton();
     this.button2    = this.Factory.CreateRibbonButton();
     this.button4    = this.Factory.CreateRibbonButton();
     this.button3    = this.Factory.CreateRibbonButton();
     this.button5    = this.Factory.CreateRibbonButton();
     this.button6    = this.Factory.CreateRibbonButton();
     this.gallery1   = this.Factory.CreateRibbonGallery();
     this.button7    = this.Factory.CreateRibbonButton();
     this.button8    = this.Factory.CreateRibbonButton();
     this.button9    = this.Factory.CreateRibbonButton();
     this.button10   = this.Factory.CreateRibbonButton();
     this.button11   = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "页面排版";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.button1);
     this.group1.Items.Add(this.button2);
     this.group1.Items.Add(this.separator1);
     this.group1.Items.Add(this.button4);
     this.group1.Items.Add(this.button5);
     this.group1.Items.Add(this.button3);
     this.group1.Items.Add(this.gallery1);
     this.group1.Items.Add(this.button6);
     this.group1.Label = "文档操作";
     this.group1.Name  = "group1";
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // button1
     //
     this.button1.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button1.Image       = global::WordAddIn1.Properties.Resources._267b;
     this.button1.Label       = "竖排";
     this.button1.Name        = "button1";
     this.button1.ShowImage   = true;
     this.button1.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button2.Image       = global::WordAddIn1.Properties.Resources._270a;
     this.button2.Label       = "字号变大";
     this.button2.Name        = "button2";
     this.button2.ShowImage   = true;
     this.button2.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button2_Click);
     //
     // button4
     //
     this.button4.Image     = global::WordAddIn1.Properties.Resources._2614;
     this.button4.Label     = "button4";
     this.button4.Name      = "button4";
     this.button4.ShowImage = true;
     this.button4.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Image     = global::WordAddIn1.Properties.Resources._267b;
     this.button3.Label     = "button3";
     this.button3.Name      = "button3";
     this.button3.ShowImage = true;
     //
     // button5
     //
     this.button5.Image     = global::WordAddIn1.Properties.Resources._2615;
     this.button5.Label     = "button5";
     this.button5.Name      = "button5";
     this.button5.ShowImage = true;
     //
     // button6
     //
     this.button6.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button6.Image       = global::WordAddIn1.Properties.Resources._2615;
     this.button6.Label       = "button6";
     this.button6.Name        = "button6";
     this.button6.ShowImage   = true;
     //
     // gallery1
     //
     this.gallery1.Buttons.Add(this.button7);
     this.gallery1.Buttons.Add(this.button8);
     this.gallery1.Buttons.Add(this.button9);
     this.gallery1.Buttons.Add(this.button10);
     this.gallery1.Buttons.Add(this.button11);
     this.gallery1.ColumnCount     = 3;
     this.gallery1.ControlSize     = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.gallery1.Description     = "test";
     this.gallery1.Image           = global::WordAddIn1.Properties.Resources._267b;
     ribbonDropDownItemImpl1.Image = global::WordAddIn1.Properties.Resources._2614;
     ribbonDropDownItemImpl1.Label = "Item0";
     ribbonDropDownItemImpl2.Image = global::WordAddIn1.Properties.Resources._2615;
     ribbonDropDownItemImpl2.Label = "Item1";
     ribbonDropDownItemImpl3.Image = global::WordAddIn1.Properties.Resources._267b;
     ribbonDropDownItemImpl3.Label = "Item2";
     ribbonDropDownItemImpl4.Image = global::WordAddIn1.Properties.Resources._270a;
     ribbonDropDownItemImpl4.Label = "Item3";
     this.gallery1.Items.Add(ribbonDropDownItemImpl1);
     this.gallery1.Items.Add(ribbonDropDownItemImpl2);
     this.gallery1.Items.Add(ribbonDropDownItemImpl3);
     this.gallery1.Items.Add(ribbonDropDownItemImpl4);
     this.gallery1.Label     = "gallery1";
     this.gallery1.Name      = "gallery1";
     this.gallery1.RowCount  = 3;
     this.gallery1.ShowImage = true;
     //
     // button7
     //
     this.button7.Image     = global::WordAddIn1.Properties.Resources._267b;
     this.button7.Label     = "button7";
     this.button7.Name      = "button7";
     this.button7.ShowImage = true;
     //
     // button8
     //
     this.button8.Image     = global::WordAddIn1.Properties.Resources._270a;
     this.button8.Label     = "button8";
     this.button8.Name      = "button8";
     this.button8.ShowImage = true;
     //
     // button9
     //
     this.button9.Image     = global::WordAddIn1.Properties.Resources._2600;
     this.button9.Label     = "button9";
     this.button9.Name      = "button9";
     this.button9.ShowImage = true;
     //
     // button10
     //
     this.button10.Image     = global::WordAddIn1.Properties.Resources._2615;
     this.button10.Label     = "button10";
     this.button10.Name      = "button10";
     this.button10.ShowImage = true;
     //
     // button11
     //
     this.button11.Image     = global::WordAddIn1.Properties.Resources._2614;
     this.button11.Label     = "button11";
     this.button11.Name      = "button11";
     this.button11.ShowImage = true;
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon1_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
 }
Example #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(SQLConfiguratorRibbon));
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
     this.tab1             = this.Factory.CreateRibbonTab();
     this.group1           = this.Factory.CreateRibbonGroup();
     this.lServer          = this.Factory.CreateRibbonLabel();
     this.lDb              = this.Factory.CreateRibbonLabel();
     this.lConnectState    = this.Factory.CreateRibbonLabel();
     this.separator1       = this.Factory.CreateRibbonSeparator();
     this.btnConnect       = this.Factory.CreateRibbonButton();
     this.group2           = this.Factory.CreateRibbonGroup();
     this.btnAction        = this.Factory.CreateRibbonButton();
     this.btnSQLSave       = this.Factory.CreateRibbonButton();
     this.group3           = this.Factory.CreateRibbonGroup();
     this.editorTypeSelect = this.Factory.CreateRibbonGallery();
     this.cmbItemChanger   = this.Factory.CreateRibbonGallery();
     this.btSqlEdit        = this.Factory.CreateRibbonButton();
     this.btnSetting       = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.group2.SuspendLayout();
     this.group3.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.Groups.Add(this.group1);
     this.tab1.Groups.Add(this.group2);
     this.tab1.Groups.Add(this.group3);
     this.tab1.Label = global::gk.SQLConfigurator.Properties.Settings.Default.PanelName;
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.lServer);
     this.group1.Items.Add(this.lDb);
     this.group1.Items.Add(this.lConnectState);
     this.group1.Items.Add(this.separator1);
     this.group1.Items.Add(this.btnConnect);
     this.group1.Label = "Подключение";
     this.group1.Name  = "group1";
     //
     // lServer
     //
     this.lServer.Label = "Сервер:";
     this.lServer.Name  = "lServer";
     //
     // lDb
     //
     this.lDb.Label = "БД:";
     this.lDb.Name  = "lDb";
     //
     // lConnectState
     //
     this.lConnectState.Label = "Состояние: ";
     this.lConnectState.Name  = "lConnectState";
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // btnConnect
     //
     this.btnConnect.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnConnect.Image       = global::gk.SQLConfigurator.Properties.Resources.database;
     this.btnConnect.Label       = "Выбрать БД";
     this.btnConnect.Name        = "btnConnect";
     this.btnConnect.ShowImage   = true;
     this.btnConnect.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnConnectSetings_Click);
     //
     // group2
     //
     this.group2.Items.Add(this.btnAction);
     this.group2.Items.Add(this.btnSQLSave);
     this.group2.Label = "Действия";
     this.group2.Name  = "group2";
     //
     // btnAction
     //
     this.btnAction.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnAction.Enabled     = false;
     this.btnAction.Image       = global::gk.SQLConfigurator.Properties.Resources.database_save;
     this.btnAction.Label       = "Выполнить";
     this.btnAction.Name        = "btnAction";
     this.btnAction.ShowImage   = true;
     this.btnAction.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnExecuteToDB_Click);
     //
     // btnSQLSave
     //
     this.btnSQLSave.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnSQLSave.Image       = global::gk.SQLConfigurator.Properties.Resources.script_save;
     this.btnSQLSave.Label       = "Сохранить в SQL файл";
     this.btnSQLSave.Name        = "btnSQLSave";
     this.btnSQLSave.ShowImage   = true;
     this.btnSQLSave.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSQLSave_Click);
     //
     // group3
     //
     this.group3.Items.Add(this.editorTypeSelect);
     this.group3.Items.Add(this.cmbItemChanger);
     this.group3.Items.Add(this.btSqlEdit);
     this.group3.Items.Add(this.btnSetting);
     this.group3.Label = "Настройки";
     this.group3.Name  = "group3";
     //
     // editorTypeSelect
     //
     this.editorTypeSelect.ColumnCount = 1;
     this.editorTypeSelect.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     ribbonDropDownItemImpl1.Image     = global::gk.SQLConfigurator.Properties.Resources.database_go;
     ribbonDropDownItemImpl1.Label     = "Получить";
     ribbonDropDownItemImpl2.Image     = global::gk.SQLConfigurator.Properties.Resources.database_edit;
     ribbonDropDownItemImpl2.Label     = "Изменить";
     ribbonDropDownItemImpl3.Image     = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl3.Image")));
     ribbonDropDownItemImpl3.Label     = "Создать";
     ribbonDropDownItemImpl4.Image     = global::gk.SQLConfigurator.Properties.Resources.database_refresh;
     ribbonDropDownItemImpl4.Label     = "Создать/Изменить";
     ribbonDropDownItemImpl5.Image     = global::gk.SQLConfigurator.Properties.Resources.database_delete;
     ribbonDropDownItemImpl5.Label     = "Удалить";
     this.editorTypeSelect.Items.Add(ribbonDropDownItemImpl1);
     this.editorTypeSelect.Items.Add(ribbonDropDownItemImpl2);
     this.editorTypeSelect.Items.Add(ribbonDropDownItemImpl3);
     this.editorTypeSelect.Items.Add(ribbonDropDownItemImpl4);
     this.editorTypeSelect.Items.Add(ribbonDropDownItemImpl5);
     this.editorTypeSelect.Label             = "Режим";
     this.editorTypeSelect.Name              = "editorTypeSelect";
     this.editorTypeSelect.RowCount          = 5;
     this.editorTypeSelect.ShowImage         = true;
     this.editorTypeSelect.ShowItemSelection = true;
     this.editorTypeSelect.Click            += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.editorTypeSelect_Click);
     //
     // cmbItemChanger
     //
     this.cmbItemChanger.ControlSize       = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.cmbItemChanger.Label             = "gallery1";
     this.cmbItemChanger.Name              = "cmbItemChanger";
     this.cmbItemChanger.RowCount          = 4;
     this.cmbItemChanger.ShowImage         = true;
     this.cmbItemChanger.ShowItemSelection = true;
     this.cmbItemChanger.Click            += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery1_Click);
     //
     // btSqlEdit
     //
     this.btSqlEdit.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btSqlEdit.Image       = global::gk.SQLConfigurator.Properties.Resources.script_edit;
     this.btSqlEdit.Label       = "Редактировать SQL";
     this.btSqlEdit.Name        = "btSqlEdit";
     this.btSqlEdit.ShowImage   = true;
     this.btSqlEdit.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btSqlEdit_Click);
     //
     // btnSetting
     //
     this.btnSetting.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.btnSetting.Image       = global::gk.SQLConfigurator.Properties.Resources.setting_tools;
     this.btnSetting.Label       = "Настройка";
     this.btnSetting.Name        = "btnSetting";
     this.btnSetting.ShowImage   = true;
     this.btnSetting.Click      += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnSetting_Click);
     //
     // SQLConfiguratorRibbon
     //
     this.Name       = "SQLConfiguratorRibbon";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.gLDSRibbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.group2.ResumeLayout(false);
     this.group2.PerformLayout();
     this.group3.ResumeLayout(false);
     this.group3.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()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8 = this.Factory.CreateRibbonDropDownItem();
     this.tab1          = this.Factory.CreateRibbonTab();
     this.group1        = this.Factory.CreateRibbonGroup();
     this.button8       = this.Factory.CreateRibbonButton();
     this.separator4    = this.Factory.CreateRibbonSeparator();
     this.buttonGroup1  = this.Factory.CreateRibbonButtonGroup();
     this.button10      = this.Factory.CreateRibbonButton();
     this.button9       = this.Factory.CreateRibbonButton();
     this.button11      = this.Factory.CreateRibbonButton();
     this.menu1         = this.Factory.CreateRibbonMenu();
     this.button7       = this.Factory.CreateRibbonButton();
     this.menu2         = this.Factory.CreateRibbonMenu();
     this.button6       = this.Factory.CreateRibbonButton();
     this.separator3    = this.Factory.CreateRibbonSeparator();
     this.splitButton1  = this.Factory.CreateRibbonSplitButton();
     this.button1       = this.Factory.CreateRibbonButton();
     this.menu3         = this.Factory.CreateRibbonMenu();
     this.button12      = this.Factory.CreateRibbonButton();
     this.button13      = this.Factory.CreateRibbonButton();
     this.dropDown1     = this.Factory.CreateRibbonDropDown();
     this.button2       = this.Factory.CreateRibbonButton();
     this.button3       = this.Factory.CreateRibbonButton();
     this.button4       = this.Factory.CreateRibbonButton();
     this.button5       = this.Factory.CreateRibbonButton();
     this.checkBox1     = this.Factory.CreateRibbonCheckBox();
     this.editBox1      = this.Factory.CreateRibbonEditBox();
     this.separator5    = this.Factory.CreateRibbonSeparator();
     this.label1        = this.Factory.CreateRibbonLabel();
     this.gallery1      = this.Factory.CreateRibbonGallery();
     this.separator1    = this.Factory.CreateRibbonSeparator();
     this.separator2    = this.Factory.CreateRibbonSeparator();
     this.toggleButton2 = this.Factory.CreateRibbonToggleButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.buttonGroup1.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.button8);
     this.group1.Items.Add(this.separator4);
     this.group1.Items.Add(this.buttonGroup1);
     this.group1.Items.Add(this.menu1);
     this.group1.Items.Add(this.separator3);
     this.group1.Items.Add(this.splitButton1);
     this.group1.Items.Add(this.dropDown1);
     this.group1.Items.Add(this.checkBox1);
     this.group1.Items.Add(this.editBox1);
     this.group1.Items.Add(this.separator5);
     this.group1.Items.Add(this.label1);
     this.group1.Items.Add(this.gallery1);
     this.group1.Label = "group1";
     this.group1.Name  = "group1";
     //
     // button8
     //
     this.button8.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.button8.Label       = "Large Button";
     this.button8.Name        = "button8";
     this.button8.ShowImage   = true;
     //
     // separator4
     //
     this.separator4.Name = "separator4";
     //
     // buttonGroup1
     //
     this.buttonGroup1.Items.Add(this.button10);
     this.buttonGroup1.Items.Add(this.button9);
     this.buttonGroup1.Items.Add(this.button11);
     this.buttonGroup1.Name = "buttonGroup1";
     //
     // button10
     //
     this.button10.Label         = "button10";
     this.button10.Name          = "button10";
     this.button10.OfficeImageId = "_1";
     this.button10.ShowImage     = true;
     this.button10.ShowLabel     = false;
     //
     // button9
     //
     this.button9.Label         = "button9";
     this.button9.Name          = "button9";
     this.button9.OfficeImageId = "_2";
     this.button9.ShowImage     = true;
     this.button9.ShowLabel     = false;
     //
     // button11
     //
     this.button11.Label         = "button11";
     this.button11.Name          = "button11";
     this.button11.OfficeImageId = "_3";
     this.button11.ShowImage     = true;
     this.button11.ShowLabel     = false;
     //
     // menu1
     //
     this.menu1.Items.Add(this.button7);
     this.menu1.Items.Add(this.menu2);
     this.menu1.Items.Add(this.button6);
     this.menu1.Label = "My Menu";
     this.menu1.Name  = "menu1";
     //
     // button7
     //
     this.button7.Label     = "button7";
     this.button7.Name      = "button7";
     this.button7.ShowImage = true;
     //
     // menu2
     //
     this.menu2.Label     = "menu2";
     this.menu2.Name      = "menu2";
     this.menu2.ShowImage = true;
     //
     // button6
     //
     this.button6.Label     = "button6";
     this.button6.Name      = "button6";
     this.button6.ShowImage = true;
     //
     // separator3
     //
     this.separator3.Name = "separator3";
     //
     // splitButton1
     //
     this.splitButton1.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
     this.splitButton1.Items.Add(this.button1);
     this.splitButton1.Items.Add(this.menu3);
     this.splitButton1.Label = "Split Button";
     this.splitButton1.Name  = "splitButton1";
     //
     // button1
     //
     this.button1.Label     = "Button on menu";
     this.button1.Name      = "button1";
     this.button1.ShowImage = true;
     //
     // menu3
     //
     this.menu3.Items.Add(this.button12);
     this.menu3.Items.Add(this.button13);
     this.menu3.Label     = "Submenu";
     this.menu3.Name      = "menu3";
     this.menu3.ShowImage = true;
     //
     // button12
     //
     this.button12.Label     = "A button";
     this.button12.Name      = "button12";
     this.button12.ShowImage = true;
     //
     // button13
     //
     this.button13.Label     = "Another Button";
     this.button13.Name      = "button13";
     this.button13.ShowImage = true;
     //
     // dropDown1
     //
     this.dropDown1.Buttons.Add(this.button2);
     this.dropDown1.Buttons.Add(this.button3);
     this.dropDown1.Buttons.Add(this.button4);
     this.dropDown1.Buttons.Add(this.button5);
     ribbonDropDownItemImpl5.Label = "Item0";
     ribbonDropDownItemImpl6.Label = "Item1";
     this.dropDown1.Items.Add(ribbonDropDownItemImpl5);
     this.dropDown1.Items.Add(ribbonDropDownItemImpl6);
     this.dropDown1.Label = "A drop down";
     this.dropDown1.Name  = "dropDown1";
     //
     // button2
     //
     this.button2.Label = "button2";
     this.button2.Name  = "button2";
     //
     // button3
     //
     this.button3.Label = "button3";
     this.button3.Name  = "button3";
     //
     // button4
     //
     this.button4.Label = "button4";
     this.button4.Name  = "button4";
     //
     // button5
     //
     this.button5.Label = "button5";
     this.button5.Name  = "button5";
     //
     // checkBox1
     //
     this.checkBox1.Label = "Check Box";
     this.checkBox1.Name  = "checkBox1";
     //
     // editBox1
     //
     this.editBox1.Label = "Edit Box";
     this.editBox1.Name  = "editBox1";
     this.editBox1.Text  = null;
     //
     // separator5
     //
     this.separator5.Name = "separator5";
     //
     // label1
     //
     this.label1.Label = "A label";
     this.label1.Name  = "label1";
     //
     // gallery1
     //
     ribbonDropDownItemImpl7.Label = "Item0";
     ribbonDropDownItemImpl8.Label = "Item1";
     this.gallery1.Items.Add(ribbonDropDownItemImpl7);
     this.gallery1.Items.Add(ribbonDropDownItemImpl8);
     this.gallery1.Label = "Gallery";
     this.gallery1.Name  = "gallery1";
     //
     // separator1
     //
     this.separator1.Name = "separator1";
     //
     // separator2
     //
     this.separator2.Name = "separator2";
     //
     // toggleButton2
     //
     this.toggleButton2.Label = "toggleButton2";
     this.toggleButton2.Name  = "toggleButton2";
     //
     // Ribbon1
     //
     this.Name       = "Ribbon1";
     this.RibbonType = "Microsoft.Excel.Workbook";
     this.Tabs.Add(this.tab1);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.PerformLayout();
     this.buttonGroup1.ResumeLayout(false);
     this.buttonGroup1.PerformLayout();
 }
Example #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
     Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
     System.ComponentModel.ComponentResourceManager   resources = new System.ComponentModel.ComponentResourceManager(typeof(Ribbon));
     this.tab1             = this.Factory.CreateRibbonTab();
     this.group1           = this.Factory.CreateRibbonGroup();
     this.cboStyle         = this.Factory.CreateRibbonDropDown();
     this.btnInsertIndex   = this.Factory.CreateRibbonButton();
     this.label1           = this.Factory.CreateRibbonLabel();
     this.btnAddReference  = this.Factory.CreateRibbonButton();
     this.btnEditReference = this.Factory.CreateRibbonButton();
     this.btnDelReference  = this.Factory.CreateRibbonButton();
     this.tab1.SuspendLayout();
     this.group1.SuspendLayout();
     this.SuspendLayout();
     //
     // tab1
     //
     this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
     this.tab1.Groups.Add(this.group1);
     this.tab1.Label = "TabAddIns";
     this.tab1.Name  = "tab1";
     //
     // group1
     //
     this.group1.Items.Add(this.cboStyle);
     this.group1.Items.Add(this.btnInsertIndex);
     this.group1.Items.Add(this.label1);
     this.group1.Items.Add(this.btnAddReference);
     this.group1.Items.Add(this.btnEditReference);
     this.group1.Items.Add(this.btnDelReference);
     this.group1.Label = "مرجعي";
     this.group1.Name  = "group1";
     //
     // cboStyle
     //
     ribbonDropDownItemImpl1.Label = "IEEE";
     ribbonDropDownItemImpl2.Label = "APA";
     ribbonDropDownItemImpl3.Label = "MLA";
     this.cboStyle.Items.Add(ribbonDropDownItemImpl1);
     this.cboStyle.Items.Add(ribbonDropDownItemImpl2);
     this.cboStyle.Items.Add(ribbonDropDownItemImpl3);
     this.cboStyle.Label = "النمط";
     this.cboStyle.Name  = "cboStyle";
     //
     // btnInsertIndex
     //
     this.btnInsertIndex.Image     = ((System.Drawing.Image)(resources.GetObject("btnInsertIndex.Image")));
     this.btnInsertIndex.Label     = "إدراج فهرس";
     this.btnInsertIndex.Name      = "btnInsertIndex";
     this.btnInsertIndex.ShowImage = true;
     //
     // label1
     //
     this.label1.Label = "   ";
     this.label1.Name  = "label1";
     //
     // btnAddReference
     //
     this.btnAddReference.Image     = ((System.Drawing.Image)(resources.GetObject("btnAddReference.Image")));
     this.btnAddReference.Label     = "إضافة مرجع";
     this.btnAddReference.Name      = "btnAddReference";
     this.btnAddReference.ShowImage = true;
     this.btnAddReference.Click    += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.btnAddReference_Click);
     //
     // btnEditReference
     //
     this.btnEditReference.Enabled   = false;
     this.btnEditReference.Image     = ((System.Drawing.Image)(resources.GetObject("btnEditReference.Image")));
     this.btnEditReference.Label     = "تعديل مرجع";
     this.btnEditReference.Name      = "btnEditReference";
     this.btnEditReference.ShowImage = true;
     //
     // btnDelReference
     //
     this.btnDelReference.Enabled   = false;
     this.btnDelReference.Image     = ((System.Drawing.Image)(resources.GetObject("btnDelReference.Image")));
     this.btnDelReference.Label     = "حذف مرجع";
     this.btnDelReference.Name      = "btnDelReference";
     this.btnDelReference.ShowImage = true;
     //
     // Ribbon
     //
     this.Name       = "Ribbon";
     this.RibbonType = "Microsoft.Word.Document";
     this.Tabs.Add(this.tab1);
     this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Ribbon_Load);
     this.tab1.ResumeLayout(false);
     this.tab1.PerformLayout();
     this.group1.ResumeLayout(false);
     this.group1.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XWikiRibbon));
            Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher ribbonDialogLauncher1 = new Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem1 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem2 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem3 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItem4 = new Microsoft.Office.Tools.Ribbon.RibbonDropDownItem();
            this.tab1 = new Microsoft.Office.Tools.Ribbon.RibbonTab();
            this.xWikiTab = new Microsoft.Office.Tools.Ribbon.RibbonTab();
            this.xeGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnNewPage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnPublishDocument = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.toggleWikiExplorer = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
            this.attachmentsGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.uploadAttToPage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.downloadAtt = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.currentDocumentGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnRefresh = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnPreview = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnViewActiveDocInBrowser = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.toggleAnnotations = new Microsoft.Office.Tools.Ribbon.RibbonToggleButton();
            this.selectionOptionsGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnAddPage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnEditPage = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnUpload = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnDownload = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnDownloadAndOpen = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnShowPages = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnShowAttachments = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.btnViewInBrowser = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.OptionsGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
            this.btnXWordOptions = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.syncSaving = new Microsoft.Office.Tools.Ribbon.RibbonCheckBox();
            this.dropDownSyntax = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
            this.dropDownSaveFormat = new Microsoft.Office.Tools.Ribbon.RibbonDropDown();
            this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
            this.btnAboutXWord = new Microsoft.Office.Tools.Ribbon.RibbonButton();
            this.tab1.SuspendLayout();
            this.xWikiTab.SuspendLayout();
            this.xeGroup.SuspendLayout();
            this.attachmentsGroup.SuspendLayout();
            this.currentDocumentGroup.SuspendLayout();
            this.selectionOptionsGroup.SuspendLayout();
            this.OptionsGroup.SuspendLayout();
            this.SuspendLayout();
            // 
            // tab1
            // 
            this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
            this.tab1.Label = "TabAddIns";
            this.tab1.Name = "tab1";
            this.tab1.Visible = false;
            // 
            // xWikiTab
            // 
            this.xWikiTab.Groups.Add(this.xeGroup);
            this.xWikiTab.Groups.Add(this.attachmentsGroup);
            this.xWikiTab.Groups.Add(this.currentDocumentGroup);
            this.xWikiTab.Groups.Add(this.selectionOptionsGroup);
            this.xWikiTab.Groups.Add(this.OptionsGroup);
            this.xWikiTab.KeyTip = "X";
            this.xWikiTab.Label = "XWord";
            this.xWikiTab.Name = "xWikiTab";
            // 
            // xeGroup
            // 
            this.xeGroup.Items.Add(this.btnNewPage);
            this.xeGroup.Items.Add(this.btnPublishDocument);
            this.xeGroup.Items.Add(this.toggleWikiExplorer);
            this.xeGroup.Label = "XWiki Pages";
            this.xeGroup.Name = "xeGroup";
            // 
            // btnNewPage
            // 
            this.btnNewPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnNewPage.Description = "Add a new page to the wiki.";
            this.btnNewPage.Image = global::XWord.Properties.Resources.Crystal_Clear_action_edit_add;
            this.btnNewPage.KeyTip = "A";
            this.btnNewPage.Label = "Add Page";
            this.btnNewPage.Name = "btnNewPage";
            this.btnNewPage.ScreenTip = "Add a new page to the wiki.";
            this.btnNewPage.ShowImage = true;
            this.btnNewPage.SuperTip = "You will be prompted to fill in a dialog box with the wiki space, the page name a" +
                "nd title. After that Word will open a new document that will be saved as your ne" +
                "w page.";
            this.btnNewPage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnNewPage_Click);
            // 
            // btnPublishDocument
            // 
            this.btnPublishDocument.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnPublishDocument.Image = global::XWord.Properties.Resources.Crystal_Clear_action_apply;
            this.btnPublishDocument.Label = "Publish Document";
            this.btnPublishDocument.Name = "btnPublishDocument";
            this.btnPublishDocument.ScreenTip = "Publish Page to XWiki";
            this.btnPublishDocument.ShowImage = true;
            this.btnPublishDocument.SuperTip = "Saves the current document as a wiki page on the XWiki server.";
            this.btnPublishDocument.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnSavePage_Click);
            // 
            // toggleWikiExplorer
            // 
            this.toggleWikiExplorer.Checked = true;
            this.toggleWikiExplorer.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.toggleWikiExplorer.Image = global::XWord.Properties.Resources.Crystal_Clear_filesystem_folder_green;
            this.toggleWikiExplorer.Label = "Wiki Explorer";
            this.toggleWikiExplorer.Name = "toggleWikiExplorer";
            this.toggleWikiExplorer.ScreenTip = "Toggle Wiki Explorer";
            this.toggleWikiExplorer.ShowImage = true;
            this.toggleWikiExplorer.SuperTip = "Use this button to show or to hide the wiki explorer.";
            this.toggleWikiExplorer.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.toggleWikiExplorer_Click);
            // 
            // attachmentsGroup
            // 
            this.attachmentsGroup.Items.Add(this.uploadAttToPage);
            this.attachmentsGroup.Items.Add(this.downloadAtt);
            this.attachmentsGroup.Label = "XWiki Attachments";
            this.attachmentsGroup.Name = "attachmentsGroup";
            // 
            // uploadAttToPage
            // 
            this.uploadAttToPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.uploadAttToPage.Description = "Uploads the current document to the wiki.";
            this.uploadAttToPage.Enabled = false;
            this.uploadAttToPage.Image = global::XWord.Properties.Resources.Nuvola_apps_download_manager2;
            this.uploadAttToPage.Label = "Attach Current Document";
            this.uploadAttToPage.Name = "uploadAttToPage";
            this.uploadAttToPage.ScreenTip = "Uploads the active document to the wiki.";
            this.uploadAttToPage.ShowImage = true;
            this.uploadAttToPage.SuperTip = "The file will be attached to the page that is selected in the wiki explorer.";
            this.uploadAttToPage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.UploadAttToPage_Click);
            // 
            // downloadAtt
            // 
            this.downloadAtt.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.downloadAtt.Enabled = false;
            this.downloadAtt.Image = global::XWord.Properties.Resources.Nuvola_apps_download_manager;
            this.downloadAtt.Label = "Download Selected File";
            this.downloadAtt.Name = "downloadAtt";
            this.downloadAtt.ScreenTip = "Download the selected attachment.";
            this.downloadAtt.ShowImage = true;
            this.downloadAtt.SuperTip = "Downloads the selected attachment to the local file system. To select an attchmen" +
                "t you must navigate the wiki using the Wiki explorer.";
            this.downloadAtt.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.downloadAtt_Click);
            // 
            // currentDocumentGroup
            // 
            this.currentDocumentGroup.Items.Add(this.btnRefresh);
            this.currentDocumentGroup.Items.Add(this.btnPreview);
            this.currentDocumentGroup.Items.Add(this.btnViewActiveDocInBrowser);
            this.currentDocumentGroup.Items.Add(this.toggleAnnotations);
            this.currentDocumentGroup.Label = "Active Document";
            this.currentDocumentGroup.Name = "currentDocumentGroup";
            // 
            // btnRefresh
            // 
            this.btnRefresh.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnRefresh.Label = "Refresh Document";
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.OfficeImageId = "BlogCategoriesRefresh";
            this.btnRefresh.ScreenTip = "Refresh the current document";
            this.btnRefresh.ShowImage = true;
            this.btnRefresh.SuperTip = "Refresh the current document.";
            this.btnRefresh.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnRefresh_Click);
            // 
            // btnPreview
            // 
            this.btnPreview.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnPreview.Image = ((System.Drawing.Image)(resources.GetObject("btnPreview.Image")));
            this.btnPreview.Label = "Preview in Browser";
            this.btnPreview.Name = "btnPreview";
            this.btnPreview.ScreenTip = "View the edited page in browser.";
            this.btnPreview.ShowImage = true;
            this.btnPreview.SuperTip = "THe selected page will be opened in the system\'s default browser.";
            this.btnPreview.Visible = false;
            // 
            // btnViewActiveDocInBrowser
            // 
            this.btnViewActiveDocInBrowser.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnViewActiveDocInBrowser.Image = global::XWord.Properties.Resources.Nuvola_browser;
            this.btnViewActiveDocInBrowser.Label = "View Last Saved Version";
            this.btnViewActiveDocInBrowser.Name = "btnViewActiveDocInBrowser";
            this.btnViewActiveDocInBrowser.ScreenTip = "View the last saved version of edited page in browser.";
            this.btnViewActiveDocInBrowser.ShowImage = true;
            this.btnViewActiveDocInBrowser.SuperTip = "The selected page will be opened in the system\'s default browser.";
            this.btnViewActiveDocInBrowser.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnViewActiveDocInBrowser_Click);
            // 
            // toggleAnnotations
            // 
            this.toggleAnnotations.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.toggleAnnotations.Image = global::XWord.Properties.Resources.comment_icon;
            this.toggleAnnotations.Label = "Show Annotations";
            this.toggleAnnotations.Name = "toggleAnnotations";
            this.toggleAnnotations.ScreenTip = "Toggle annotations";
            this.toggleAnnotations.ShowImage = true;
            this.toggleAnnotations.SuperTip = "Use this button to show or to hide the annotations.";
            this.toggleAnnotations.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.toggleAnnotations_Click);
            // 
            // selectionOptionsGroup
            // 
            this.selectionOptionsGroup.Items.Add(this.btnAddPage);
            this.selectionOptionsGroup.Items.Add(this.btnEditPage);
            this.selectionOptionsGroup.Items.Add(this.btnUpload);
            this.selectionOptionsGroup.Items.Add(this.btnDownload);
            this.selectionOptionsGroup.Items.Add(this.btnDownloadAndOpen);
            this.selectionOptionsGroup.Items.Add(this.btnShowPages);
            this.selectionOptionsGroup.Items.Add(this.btnShowAttachments);
            this.selectionOptionsGroup.Items.Add(this.btnViewInBrowser);
            this.selectionOptionsGroup.Label = "Wiki Explorer Selection";
            this.selectionOptionsGroup.Name = "selectionOptionsGroup";
            // 
            // btnAddPage
            // 
            this.btnAddPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnAddPage.Image = global::XWord.Properties.Resources.Crystal_Clear_action_edit_add;
            this.btnAddPage.Label = "Add Page";
            this.btnAddPage.Name = "btnAddPage";
            this.btnAddPage.ScreenTip = "Add a page to the selected space.";
            this.btnAddPage.ShowImage = true;
            this.btnAddPage.SuperTip = "You will be prompted to fill in a dialog box with the wiki space, the page name a" +
                "nd title. After that Word will open a new document that will be saved as your ne" +
                "w page.";
            this.btnAddPage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAddPage_Click);
            // 
            // btnEditPage
            // 
            this.btnEditPage.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnEditPage.Image = global::XWord.Properties.Resources.Crystal_Clear_action_edit;
            this.btnEditPage.Label = "Edit Page";
            this.btnEditPage.Name = "btnEditPage";
            this.btnEditPage.ScreenTip = "Edit the selected page.";
            this.btnEditPage.ShowImage = true;
            this.btnEditPage.SuperTip = "You will open the selected page in edit mode. A local html file will be used in W" +
                "ord and then it will be adapted and saved to the XWiki server.";
            this.btnEditPage.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnEditPage_Click);
            // 
            // btnUpload
            // 
            this.btnUpload.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnUpload.Image = global::XWord.Properties.Resources.Nuvola_apps_download_manager2;
            this.btnUpload.Label = "Upload";
            this.btnUpload.Name = "btnUpload";
            this.btnUpload.ScreenTip = "Upload the current document to the selected wiki page.";
            this.btnUpload.ShowImage = true;
            this.btnUpload.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.UploadAttToPage_Click);
            // 
            // btnDownload
            // 
            this.btnDownload.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnDownload.Image = global::XWord.Properties.Resources.Nuvola_apps_download_manager;
            this.btnDownload.Label = "Download";
            this.btnDownload.Name = "btnDownload";
            this.btnDownload.ScreenTip = "Download the selected attachment.";
            this.btnDownload.ShowImage = true;
            this.btnDownload.SuperTip = "Downloads the selected attachment to the local file system. To select an attchmen" +
                "t you must navigate the wiki using the Wiki explorer.";
            this.btnDownload.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.downloadAtt_Click);
            // 
            // btnDownloadAndOpen
            // 
            this.btnDownloadAndOpen.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnDownloadAndOpen.Image = global::XWord.Properties.Resources.Crystal_Clear_download_and_open;
            this.btnDownloadAndOpen.Label = "Download and Open";
            this.btnDownloadAndOpen.Name = "btnDownloadAndOpen";
            this.btnDownloadAndOpen.ScreenTip = "Downloads and opens the selected attachment.";
            this.btnDownloadAndOpen.ShowImage = true;
            this.btnDownloadAndOpen.SuperTip = "You will be prompted to select a save location for the attachment. Then the file " +
                "will be opened with the default application that is assigned for its type.";
            this.btnDownloadAndOpen.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnDownloadAndOpen_Click);
            // 
            // btnShowPages
            // 
            this.btnShowPages.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnShowPages.Image = global::XWord.Properties.Resources.Crystal_Clear_action_view_tree96;
            this.btnShowPages.Label = "Show Pages";
            this.btnShowPages.Name = "btnShowPages";
            this.btnShowPages.ScreenTip = "Shows the pages for the selected space.";
            this.btnShowPages.ShowImage = true;
            this.btnShowPages.SuperTip = "The selected space node will be expanded in order to see the pages.";
            this.btnShowPages.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowPages_Click);
            // 
            // btnShowAttachments
            // 
            this.btnShowAttachments.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnShowAttachments.Image = global::XWord.Properties.Resources.Crystal_Clear_action_view_tree96;
            this.btnShowAttachments.Label = "Show Attachments";
            this.btnShowAttachments.Name = "btnShowAttachments";
            this.btnShowAttachments.ScreenTip = "Shows the attachments for the selected page.";
            this.btnShowAttachments.ShowImage = true;
            this.btnShowAttachments.SuperTip = "The selected page node will be expanded in order to see the attachments.";
            this.btnShowAttachments.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowAttachments_Click);
            // 
            // btnViewInBrowser
            // 
            this.btnViewInBrowser.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnViewInBrowser.Image = global::XWord.Properties.Resources.browser;
            this.btnViewInBrowser.Label = "View in Browser";
            this.btnViewInBrowser.Name = "btnViewInBrowser";
            this.btnViewInBrowser.ScreenTip = "View the selected page in browser.";
            this.btnViewInBrowser.ShowImage = true;
            this.btnViewInBrowser.SuperTip = "THe selected page will be opened in the system\'s default browser.";
            this.btnViewInBrowser.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnViewInBrowser_Click);
            // 
            // OptionsGroup
            // 
            this.OptionsGroup.DialogLauncher = ribbonDialogLauncher1;
            this.OptionsGroup.Items.Add(this.btnXWordOptions);
            this.OptionsGroup.Items.Add(this.syncSaving);
            this.OptionsGroup.Items.Add(this.dropDownSyntax);
            this.OptionsGroup.Items.Add(this.dropDownSaveFormat);
            this.OptionsGroup.Items.Add(this.separator1);
            this.OptionsGroup.Items.Add(this.btnAboutXWord);
            this.OptionsGroup.Label = "XWord";
            this.OptionsGroup.Name = "OptionsGroup";
            // 
            // btnXWordOptions
            // 
            this.btnXWordOptions.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnXWordOptions.Image = global::XWord.Properties.Resources.Crystal_Clear_app_package_settings;
            this.btnXWordOptions.Label = "XWord Options";
            this.btnXWordOptions.Name = "btnXWordOptions";
            this.btnXWordOptions.ScreenTip = "Shows the XWord Options dialog.";
            this.btnXWordOptions.ShowImage = true;
            this.btnXWordOptions.SuperTip = "Here you can setup a connection to a XWiki server or select the locations for you" +
                "r local wiki pages.";
            this.btnXWordOptions.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.Show_ConnectionDialog);
            // 
            // syncSaving
            // 
            this.syncSaving.Enabled = false;
            this.syncSaving.Label = "Synchronize saving with Word";
            this.syncSaving.Name = "syncSaving";
            this.syncSaving.Visible = false;
            this.syncSaving.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.SyncSaving_Click);
            // 
            // dropDownSyntax
            // 
            ribbonDropDownItem1.Label = "XWiki 2.0";
            ribbonDropDownItem2.Label = "XHTML";
            this.dropDownSyntax.Items.Add(ribbonDropDownItem1);
            this.dropDownSyntax.Items.Add(ribbonDropDownItem2);
            this.dropDownSyntax.Label = "Server Syntax:       ";
            this.dropDownSyntax.Name = "dropDownSyntax";
            this.dropDownSyntax.ScreenTip = "The syntax used to save the page on the XWiki server.";
            this.dropDownSyntax.Visible = false;
            this.dropDownSyntax.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSyntax_SelectionChanged);
            // 
            // dropDownSaveFormat
            // 
            ribbonDropDownItem3.Label = "HTML";
            ribbonDropDownItem4.Label = "Filtered HTML";
            this.dropDownSaveFormat.Items.Add(ribbonDropDownItem3);
            this.dropDownSaveFormat.Items.Add(ribbonDropDownItem4);
            this.dropDownSaveFormat.Label = "Local Save Format:";
            this.dropDownSaveFormat.Name = "dropDownSaveFormat";
            this.dropDownSaveFormat.ScreenTip = "The format used to save your local wiki pages.";
            this.dropDownSaveFormat.Visible = false;
            this.dropDownSaveFormat.ItemsLoading += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSaveFormat_ItemsLoading);
            this.dropDownSaveFormat.SelectionChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.dropDownSaveFormat_SelectionChanged);
            // 
            // separator1
            // 
            this.separator1.Name = "separator1";
            // 
            // btnAboutXWord
            // 
            this.btnAboutXWord.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
            this.btnAboutXWord.Image = global::XWord.Properties.Resources.XWiki;
            this.btnAboutXWord.Label = "About XWord";
            this.btnAboutXWord.Name = "btnAboutXWord";
            this.btnAboutXWord.ScreenTip = "About XWord";
            this.btnAboutXWord.ShowImage = true;
            this.btnAboutXWord.SuperTip = "Displays a summay about this Word Extension.";
            this.btnAboutXWord.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnAboutXWord_Click);
            // 
            // XWikiRibbon
            // 
            this.Name = "XWikiRibbon";
            this.RibbonType = "Microsoft.Word.Document";
            this.Tabs.Add(this.tab1);
            this.Tabs.Add(this.xWikiTab);
            this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.XWikiRibbon_Load);
            this.tab1.ResumeLayout(false);
            this.tab1.PerformLayout();
            this.xWikiTab.ResumeLayout(false);
            this.xWikiTab.PerformLayout();
            this.xeGroup.ResumeLayout(false);
            this.xeGroup.PerformLayout();
            this.attachmentsGroup.ResumeLayout(false);
            this.attachmentsGroup.PerformLayout();
            this.currentDocumentGroup.ResumeLayout(false);
            this.currentDocumentGroup.PerformLayout();
            this.selectionOptionsGroup.ResumeLayout(false);
            this.selectionOptionsGroup.PerformLayout();
            this.OptionsGroup.ResumeLayout(false);
            this.OptionsGroup.PerformLayout();
            this.ResumeLayout(false);

        }