예제 #1
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddinModule));
     this.adxWordEvents              = new AddinExpress.MSO.ADXWordAppEvents(this.components);
     this.adxRibbonTab               = new AddinExpress.MSO.ADXRibbonTab(this.components);
     this.adxRibbonGroup1            = new AddinExpress.MSO.ADXRibbonGroup(this.components);
     this.rbAddReference             = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.ilSmall                    = new System.Windows.Forms.ImageList(this.components);
     this.rbEditReference            = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.rbInsertBibliography       = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.rbRefresh                  = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonSeparator1        = new AddinExpress.MSO.ADXRibbonSeparator(this.components);
     this.adxRibbonBox2              = new AddinExpress.MSO.ADXRibbonBox(this.components);
     this.rcbStyle                   = new AddinExpress.MSO.ADXRibbonComboBox(this.components);
     this.adxRibbonItem1             = new AddinExpress.MSO.ADXRibbonItem(this.components);
     this.adxRibbonBox1              = new AddinExpress.MSO.ADXRibbonBox(this.components);
     this.adxRibbonBox3              = new AddinExpress.MSO.ADXRibbonBox(this.components);
     this.rbMovePrevious             = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.rbMoveNext                 = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonBox4              = new AddinExpress.MSO.ADXRibbonBox(this.components);
     this.rbAbout                    = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.rbSettings                 = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.rbInsertTestData           = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonDialogBoxLauncher = new AddinExpress.MSO.ADXRibbonDialogBoxLauncher(this.components);
     this.adxCommandBar              = new AddinExpress.MSO.ADXCommandBar(this.components);
     this.cbbAddReference            = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbEditReference           = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbInsertBibliography      = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.ccbStyle                   = new AddinExpress.MSO.ADXCommandBarComboBox(this.components);
     this.cbbRefresh                 = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbMovePrevious            = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbMoveNext                = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbAbout                   = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.cbbSettings                = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     //
     // adxWordEvents
     //
     this.adxWordEvents.DocumentBeforeClose   += new AddinExpress.MSO.ADXHostBeforeAction_EventHandler(this.adxWordEvents_DocumentBeforeClose);
     this.adxWordEvents.DocumentBeforeSave    += new AddinExpress.MSO.ADXHostBeforeSave_EventHandler(this.adxWordEvents_DocumentBeforeSave);
     this.adxWordEvents.DocumentChange        += new System.EventHandler(this.adxWordEvents_DocumentChange);
     this.adxWordEvents.DocumentOpen          += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_DocumentOpen);
     this.adxWordEvents.NewDocument           += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_NewDocument);
     this.adxWordEvents.Startup               += new System.EventHandler(this.adxWordEvents_Startup);
     this.adxWordEvents.WindowActivate        += new AddinExpress.MSO.ADXHostWindow_EventHandler(this.adxWordEvents_WindowActivate);
     this.adxWordEvents.WindowSelectionChange += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_WindowSelectionChange);
     //
     // adxRibbonTab
     //
     this.adxRibbonTab.Caption = "Docear4Word";
     this.adxRibbonTab.Controls.Add(this.adxRibbonGroup1);
     this.adxRibbonTab.Id                = "adxRibbonTab_9ec41076f19448008200b738fd45d29a";
     this.adxRibbonTab.IdMso             = "TabReferences";
     this.adxRibbonTab.Ribbons           = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.adxRibbonTab.PropertyChanging += new AddinExpress.MSO.ADXRibbonPropertyChanging_EventHandler(this.adxRibbonTab_PropertyChanging);
     //
     // adxRibbonGroup1
     //
     this.adxRibbonGroup1.AutoScale = true;
     this.adxRibbonGroup1.Caption   = "Docear4Word";
     this.adxRibbonGroup1.Controls.Add(this.rbAddReference);
     this.adxRibbonGroup1.Controls.Add(this.rbEditReference);
     this.adxRibbonGroup1.Controls.Add(this.rbInsertBibliography);
     this.adxRibbonGroup1.Controls.Add(this.rbRefresh);
     this.adxRibbonGroup1.Controls.Add(this.adxRibbonSeparator1);
     this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox2);
     this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox1);
     this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox4);
     this.adxRibbonGroup1.Controls.Add(this.adxRibbonDialogBoxLauncher);
     this.adxRibbonGroup1.Id                    = "adxRibbonGroup_08905b6658624f098244bcdcf154a984";
     this.adxRibbonGroup1.Image                 = 1;
     this.adxRibbonGroup1.ImageList             = this.ilSmall;
     this.adxRibbonGroup1.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonGroup1.InsertBeforeIdMso     = "GroupCitationsAndBibliography";
     this.adxRibbonGroup1.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // rbAddReference
     //
     this.rbAddReference.Caption               = "Add Reference";
     this.rbAddReference.Id                    = "adxRibbonButton_a8af3773e4cb4c54a273540f3b5afb09";
     this.rbAddReference.Image                 = 1;
     this.rbAddReference.ImageList             = this.ilSmall;
     this.rbAddReference.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbAddReference.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbAddReference.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbAddReference_OnClick);
     //
     // ilSmall
     //
     this.ilSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmall.ImageStream")));
     this.ilSmall.TransparentColor = System.Drawing.Color.Transparent;
     this.ilSmall.Images.SetKeyName(0, "AboutSmall.png");
     this.ilSmall.Images.SetKeyName(1, "AddReferenceSmall.png");
     this.ilSmall.Images.SetKeyName(2, "BibTexSettingsSmall.png");
     this.ilSmall.Images.SetKeyName(3, "CreateBibliographySmall.png");
     this.ilSmall.Images.SetKeyName(4, "EditReferenceSmall.png");
     this.ilSmall.Images.SetKeyName(5, "RefreshSmall.png");
     this.ilSmall.Images.SetKeyName(6, "StatusBarSmall.png");
     this.ilSmall.Images.SetKeyName(7, "MoveNextSmall.png");
     this.ilSmall.Images.SetKeyName(8, "MovePreviousSmall.png");
     //
     // rbEditReference
     //
     this.rbEditReference.Caption               = "Edit Reference";
     this.rbEditReference.Id                    = "adxRibbonButton_9563a97bce9c40ce9f235691f6b22d1b";
     this.rbEditReference.Image                 = 4;
     this.rbEditReference.ImageList             = this.ilSmall;
     this.rbEditReference.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbEditReference.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbEditReference.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbEditReference_OnClick);
     //
     // rbInsertBibliography
     //
     this.rbInsertBibliography.Caption               = "Insert Bibliography";
     this.rbInsertBibliography.Id                    = "adxRibbonButton_2c46efe1f0df41e39b3a992e02822a36";
     this.rbInsertBibliography.Image                 = 3;
     this.rbInsertBibliography.ImageList             = this.ilSmall;
     this.rbInsertBibliography.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbInsertBibliography.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbInsertBibliography.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbInsertBibliography_OnClick);
     //
     // rbRefresh
     //
     this.rbRefresh.Caption               = "Refresh";
     this.rbRefresh.Id                    = "adxRibbonButton_65882f54a6c3486aacf5244813c76ed2";
     this.rbRefresh.Image                 = 5;
     this.rbRefresh.ImageList             = this.ilSmall;
     this.rbRefresh.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbRefresh.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbRefresh.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbRefresh_OnClick);
     //
     // adxRibbonSeparator1
     //
     this.adxRibbonSeparator1.Id      = "adxRibbonSeparator_890311211ebe4a47850fc49bc39a522f";
     this.adxRibbonSeparator1.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // adxRibbonBox2
     //
     this.adxRibbonBox2.Controls.Add(this.rcbStyle);
     this.adxRibbonBox2.Id      = "adxRibbonBox_e9202bec5e3b4df5af2a32fa98b416e0";
     this.adxRibbonBox2.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // rcbStyle
     //
     this.rcbStyle.Caption = "Style:";
     this.rcbStyle.Id      = "adxRibbonComboBox_6323cfef61ea48eab211e5e209e089ba";
     this.rcbStyle.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rcbStyle.Items.Add(this.adxRibbonItem1);
     this.rcbStyle.MaxLength  = 200;
     this.rcbStyle.Ribbons    = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rcbStyle.SizeString = "Modern Language Association";
     this.rcbStyle.OnChange  += new AddinExpress.MSO.ADXRibbonOnActionChange_EventHandler(this.rcbStyle_OnChange);
     //
     // adxRibbonItem1
     //
     this.adxRibbonItem1.Caption = "adxRibbonItem1";
     this.adxRibbonItem1.Id      = "adxRibbonItem_591cb68dcd4d4060bbff94138af0dcb2";
     this.adxRibbonItem1.ImageTransparentColor = System.Drawing.Color.Transparent;
     //
     // adxRibbonBox1
     //
     this.adxRibbonBox1.Controls.Add(this.adxRibbonBox3);
     this.adxRibbonBox1.Id      = "adxRibbonBox_d00382a109564b4392aa2e4618dffa50";
     this.adxRibbonBox1.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // adxRibbonBox3
     //
     this.adxRibbonBox3.Controls.Add(this.rbMovePrevious);
     this.adxRibbonBox3.Controls.Add(this.rbMoveNext);
     this.adxRibbonBox3.Id      = "adxRibbonBox_b30ee4f3fd29467f9988ec4d08abce85";
     this.adxRibbonBox3.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // rbMovePrevious
     //
     this.rbMovePrevious.Caption               = "Previous";
     this.rbMovePrevious.Description           = "Moves to the Previous citation/bibliography field";
     this.rbMovePrevious.Id                    = "adxRibbonButton_0fad5de143b54bf387b9685df35a73c2";
     this.rbMovePrevious.Image                 = 8;
     this.rbMovePrevious.ImageList             = this.ilSmall;
     this.rbMovePrevious.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbMovePrevious.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbMovePrevious.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbMovePrevious_OnClick);
     //
     // rbMoveNext
     //
     this.rbMoveNext.Caption               = "Next";
     this.rbMoveNext.Description           = "Moves to the next citation/bibliography field";
     this.rbMoveNext.Id                    = "adxRibbonButton_93ed45fa27cd493fb52e5c1e3c647bcd";
     this.rbMoveNext.Image                 = 7;
     this.rbMoveNext.ImageList             = this.ilSmall;
     this.rbMoveNext.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbMoveNext.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbMoveNext.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbMoveNext_OnClick);
     //
     // adxRibbonBox4
     //
     this.adxRibbonBox4.Controls.Add(this.rbAbout);
     this.adxRibbonBox4.Controls.Add(this.rbSettings);
     this.adxRibbonBox4.Controls.Add(this.rbInsertTestData);
     this.adxRibbonBox4.Id      = "adxRibbonBox_d5e0c551562846629972089581f7ee4e";
     this.adxRibbonBox4.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     //
     // rbAbout
     //
     this.rbAbout.Caption               = "About";
     this.rbAbout.Id                    = "adxRibbonButton_4013b15ca46947cebc49e9f35a09ccb6";
     this.rbAbout.Image                 = 0;
     this.rbAbout.ImageList             = this.ilSmall;
     this.rbAbout.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbAbout.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbAbout.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbAbout_OnClick);
     //
     // rbSettings
     //
     this.rbSettings.Caption               = "Settings";
     this.rbSettings.Id                    = "adxRibbonButton_25f422a4d23f471aa7ef1860f7fa7e81";
     this.rbSettings.Image                 = 2;
     this.rbSettings.ImageList             = this.ilSmall;
     this.rbSettings.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbSettings.Ribbons               = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbSettings.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbSettings_OnClick);
     //
     // rbInsertTestData
     //
     this.rbInsertTestData.Caption = "(Insert Test Data)";
     this.rbInsertTestData.Id      = "adxRibbonButton_649532e9e90e4e9795850ad027df9c51";
     this.rbInsertTestData.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.rbInsertTestData.Ribbons  = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.rbInsertTestData.Visible  = false;
     this.rbInsertTestData.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbInsertTestData_OnClick);
     //
     // adxRibbonDialogBoxLauncher
     //
     this.adxRibbonDialogBoxLauncher.Id        = "adxRibbonDialogBoxLauncher_9a779bc67f4d4025bfa3f1977db513d2";
     this.adxRibbonDialogBoxLauncher.Ribbons   = AddinExpress.MSO.ADXRibbons.msrWordDocument;
     this.adxRibbonDialogBoxLauncher.Visible   = false;
     this.adxRibbonDialogBoxLauncher.OnAction += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.adxRibbonDialogBoxLauncher_OnAction);
     //
     // adxCommandBar
     //
     this.adxCommandBar.CommandBarName = "Docear4Word";
     this.adxCommandBar.CommandBarTag  = "fc1ef6a0-c023-42f5-be32-b555b58cfcf3";
     this.adxCommandBar.Controls.Add(this.cbbAddReference);
     this.adxCommandBar.Controls.Add(this.cbbEditReference);
     this.adxCommandBar.Controls.Add(this.cbbInsertBibliography);
     this.adxCommandBar.Controls.Add(this.ccbStyle);
     this.adxCommandBar.Controls.Add(this.cbbRefresh);
     this.adxCommandBar.Controls.Add(this.cbbMovePrevious);
     this.adxCommandBar.Controls.Add(this.cbbMoveNext);
     this.adxCommandBar.Controls.Add(this.cbbAbout);
     this.adxCommandBar.Controls.Add(this.cbbSettings);
     this.adxCommandBar.SupportedApps = ((AddinExpress.MSO.ADXOfficeHostApp)((AddinExpress.MSO.ADXOfficeHostApp.ohaWord | AddinExpress.MSO.ADXOfficeHostApp.ohaInfoPath)));
     this.adxCommandBar.UpdateCounter = 13;
     //
     // cbbAddReference
     //
     this.cbbAddReference.Caption               = "Add Reference";
     this.cbbAddReference.ControlTag            = "be038f4a-3757-433e-90e9-dc8db2325510";
     this.cbbAddReference.Image                 = 1;
     this.cbbAddReference.ImageList             = this.ilSmall;
     this.cbbAddReference.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbAddReference.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbAddReference.UpdateCounter         = 9;
     this.cbbAddReference.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbAddReference_Click);
     //
     // cbbEditReference
     //
     this.cbbEditReference.Caption               = "Edit Reference";
     this.cbbEditReference.ControlTag            = "adec0a14-05a3-4d0f-9fd2-a4e2cd071cdc";
     this.cbbEditReference.Image                 = 4;
     this.cbbEditReference.ImageList             = this.ilSmall;
     this.cbbEditReference.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbEditReference.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbEditReference.UpdateCounter         = 13;
     this.cbbEditReference.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbEditReference_Click);
     //
     // cbbInsertBibliography
     //
     this.cbbInsertBibliography.Caption               = "Insert Bibliography";
     this.cbbInsertBibliography.ControlTag            = "7e4b0b15-442e-45a0-b692-f7d6f503fcc4";
     this.cbbInsertBibliography.Image                 = 3;
     this.cbbInsertBibliography.ImageList             = this.ilSmall;
     this.cbbInsertBibliography.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbInsertBibliography.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbInsertBibliography.UpdateCounter         = 20;
     this.cbbInsertBibliography.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbInsertBibliography_Click);
     //
     // ccbStyle
     //
     this.ccbStyle.Caption       = "Style Chooser";
     this.ccbStyle.ControlTag    = "39771c5a-5e82-4c23-8911-08fd20c28dd4";
     this.ccbStyle.DropDownWidth = 300;
     this.ccbStyle.UpdateCounter = 11;
     this.ccbStyle.Width         = 300;
     this.ccbStyle.Change       += new AddinExpress.MSO.ADXChange_EventHandler(this.ccbStyle_Change);
     //
     // cbbRefresh
     //
     this.cbbRefresh.Caption               = "Refresh";
     this.cbbRefresh.ControlTag            = "68458201-08f9-4bd9-8658-0592fe87c846";
     this.cbbRefresh.Image                 = 5;
     this.cbbRefresh.ImageList             = this.ilSmall;
     this.cbbRefresh.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbRefresh.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbRefresh.UpdateCounter         = 15;
     this.cbbRefresh.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbRefresh_Click);
     //
     // cbbMovePrevious
     //
     this.cbbMovePrevious.Caption               = "Previous";
     this.cbbMovePrevious.ControlTag            = "5fa544de-041a-4e1f-b3af-0b5c7aa65b05";
     this.cbbMovePrevious.Image                 = 8;
     this.cbbMovePrevious.ImageList             = this.ilSmall;
     this.cbbMovePrevious.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbMovePrevious.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbMovePrevious.UpdateCounter         = 8;
     this.cbbMovePrevious.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbPrevious_Click);
     //
     // cbbMoveNext
     //
     this.cbbMoveNext.Caption               = "Next";
     this.cbbMoveNext.ControlTag            = "15171e68-fc45-440c-8f82-ea7fcee862f3";
     this.cbbMoveNext.Image                 = 7;
     this.cbbMoveNext.ImageList             = this.ilSmall;
     this.cbbMoveNext.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbMoveNext.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbMoveNext.UpdateCounter         = 8;
     this.cbbMoveNext.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbNext_Click);
     //
     // cbbAbout
     //
     this.cbbAbout.BeginGroup            = true;
     this.cbbAbout.Caption               = "About";
     this.cbbAbout.ControlTag            = "e8b7bcaf-c97d-4d56-adc6-8d917f1d9d44";
     this.cbbAbout.Image                 = 0;
     this.cbbAbout.ImageList             = this.ilSmall;
     this.cbbAbout.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbAbout.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbAbout.UpdateCounter         = 13;
     this.cbbAbout.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbAbout_Click);
     //
     // cbbSettings
     //
     this.cbbSettings.Caption               = "Settings";
     this.cbbSettings.ControlTag            = "3cdae496-5e01-4f18-9bd3-ac3b89f8f0f9";
     this.cbbSettings.Image                 = 2;
     this.cbbSettings.ImageList             = this.ilSmall;
     this.cbbSettings.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.cbbSettings.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
     this.cbbSettings.UpdateCounter         = 7;
     this.cbbSettings.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbSettings_Click);
     //
     // AddinModule
     //
     this.AddinName             = "Docear4Word";
     this.Description           = "Inserts formatted references and reference lists from BibTeX/CSL files";
     this.RegisterForAllUsers   = true;
     this.SupportedApps         = AddinExpress.MSO.ADXOfficeHostApp.ohaWord;
     this.AddinStartupComplete += new AddinExpress.MSO.ADXEvents_EventHandler(this.AddinModule_AddinStartupComplete);
 }
예제 #2
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddinModule));
     this.QDCommandBar    = new AddinExpress.MSO.ADXCommandBar(this.components);
     this.btnLogin        = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.ilMain          = new System.Windows.Forms.ImageList(this.components);
     this.btnSetting      = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnDesign       = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnComment      = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnAnalysis     = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.adxExcelEvents  = new AddinExpress.MSO.ADXExcelAppEvents(this.components);
     this.adxRibbonTab1   = new AddinExpress.MSO.ADXRibbonTab(this.components);
     this.adxRibbonGroup1 = new AddinExpress.MSO.ADXRibbonGroup(this.components);
     this.adxLogin        = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRSetting     = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRDesign      = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRComment     = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRAnalysis    = new AddinExpress.MSO.ADXRibbonButton(this.components);
     //
     // QDCommandBar
     //
     this.QDCommandBar.CommandBarName = "TVC-UQD";
     this.QDCommandBar.CommandBarTag  = "1ca346fe-f8af-48ac-bb53-e85444232d09";
     this.QDCommandBar.Controls.Add(this.btnLogin);
     this.QDCommandBar.Controls.Add(this.btnSetting);
     this.QDCommandBar.Controls.Add(this.btnDesign);
     this.QDCommandBar.Controls.Add(this.btnComment);
     this.QDCommandBar.Controls.Add(this.btnAnalysis);
     this.QDCommandBar.Description   = "Tavicosoft Addin";
     this.QDCommandBar.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaExcel;
     this.QDCommandBar.UpdateCounter = 15;
     //
     // btnLogin
     //
     this.btnLogin.Caption               = "Login";
     this.btnLogin.ControlTag            = "3e334944-80b5-4d31-beab-e482e1ea4463";
     this.btnLogin.Image                 = 4;
     this.btnLogin.ImageList             = this.ilMain;
     this.btnLogin.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnLogin.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnLogin.UpdateCounter         = 7;
     this.btnLogin.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnLogin_Click);
     //
     // ilMain
     //
     this.ilMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
     this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
     this.ilMain.Images.SetKeyName(0, "Design");
     this.ilMain.Images.SetKeyName(1, "Setting");
     this.ilMain.Images.SetKeyName(2, "Analysis");
     this.ilMain.Images.SetKeyName(3, "Comment");
     this.ilMain.Images.SetKeyName(4, "Login");
     //
     // btnSetting
     //
     this.btnSetting.Caption               = "Setting";
     this.btnSetting.ControlTag            = "045b2d4c-d402-4971-951d-e680641c70e7";
     this.btnSetting.Image                 = 1;
     this.btnSetting.ImageList             = this.ilMain;
     this.btnSetting.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnSetting.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndWrapCaption;
     this.btnSetting.UpdateCounter         = 20;
     this.btnSetting.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnSetting_Click);
     //
     // btnDesign
     //
     this.btnDesign.Caption               = "Design";
     this.btnDesign.ControlTag            = "65808cf7-fbba-400e-954c-7ae93e214ae9";
     this.btnDesign.Image                 = 0;
     this.btnDesign.ImageList             = this.ilMain;
     this.btnDesign.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnDesign.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndWrapCaption;
     this.btnDesign.UpdateCounter         = 10;
     this.btnDesign.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnDesign_Click);
     //
     // btnComment
     //
     this.btnComment.Caption               = "Comment";
     this.btnComment.ControlTag            = "628d01ab-07cd-4377-b5d7-851d931ec005";
     this.btnComment.Image                 = 3;
     this.btnComment.ImageList             = this.ilMain;
     this.btnComment.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnComment.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnComment.UpdateCounter         = 7;
     this.btnComment.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnComment_Click);
     //
     // btnAnalysis
     //
     this.btnAnalysis.Caption               = "Analysis";
     this.btnAnalysis.ControlTag            = "a44bc5bb-d924-44ab-8827-7974ce11ee49";
     this.btnAnalysis.Image                 = 2;
     this.btnAnalysis.ImageList             = this.ilMain;
     this.btnAnalysis.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnAnalysis.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnAnalysis.UpdateCounter         = 7;
     this.btnAnalysis.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnAnalysis_Click);
     //
     // adxExcelEvents
     //
     this.adxExcelEvents.SheetSelectionChange   += new AddinExpress.MSO.ADXExcelSheet_EventHandler(this.adxExcelEvents_SheetSelectionChange);
     this.adxExcelEvents.SheetBeforeDoubleClick += new AddinExpress.MSO.ADXExcelSheetBefore_EventHandler(this.adxExcelEvents_SheetBeforeDoubleClick);
     //
     // adxRibbonTab1
     //
     this.adxRibbonTab1.Caption = "TVC-UQD";
     this.adxRibbonTab1.Controls.Add(this.adxRibbonGroup1);
     this.adxRibbonTab1.Id      = "adxRibbonTab_72d9a8860ea24ea08ec7ced4085f0b35";
     this.adxRibbonTab1.Ribbons = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     //
     // adxRibbonGroup1
     //
     this.adxRibbonGroup1.Caption = "Command";
     this.adxRibbonGroup1.Controls.Add(this.adxLogin);
     this.adxRibbonGroup1.Controls.Add(this.btnRSetting);
     this.adxRibbonGroup1.Controls.Add(this.btnRDesign);
     this.adxRibbonGroup1.Controls.Add(this.btnRComment);
     this.adxRibbonGroup1.Controls.Add(this.btnRAnalysis);
     this.adxRibbonGroup1.Id = "adxRibbonGroup_81754909ad5e45eb9ea84f07866d115e";
     this.adxRibbonGroup1.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonGroup1.Ribbons = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     //
     // adxLogin
     //
     this.adxLogin.Caption               = "Login";
     this.adxLogin.Id                    = "adxRibbonButton_0505baae132e43b499c301bb7bf26d13";
     this.adxLogin.Image                 = 4;
     this.adxLogin.ImageList             = this.ilMain;
     this.adxLogin.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxLogin.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.adxLogin.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.adxLogin.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRLogin_OnClick);
     //
     // btnRSetting
     //
     this.btnRSetting.Caption               = "Setting";
     this.btnRSetting.Id                    = "adxRibbonButton_78c501bd03b741d88605e8a2439aaa50";
     this.btnRSetting.Image                 = 1;
     this.btnRSetting.ImageList             = this.ilMain;
     this.btnRSetting.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRSetting.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRSetting.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRSetting.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRSetting_OnClick);
     //
     // btnRDesign
     //
     this.btnRDesign.Caption               = "Design";
     this.btnRDesign.Id                    = "adxRibbonButton_adea41b72bc74ee2afa29109733273ee";
     this.btnRDesign.Image                 = 0;
     this.btnRDesign.ImageList             = this.ilMain;
     this.btnRDesign.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRDesign.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRDesign.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRDesign.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRDesign_OnClick);
     //
     // btnRComment
     //
     this.btnRComment.Caption               = "Comment";
     this.btnRComment.Id                    = "adxRibbonButton_38eb5c511e4544c5adb5875c2a99edf0";
     this.btnRComment.Image                 = 3;
     this.btnRComment.ImageList             = this.ilMain;
     this.btnRComment.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRComment.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRComment.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRComment.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRComment_OnClick);
     //
     // btnRAnalysis
     //
     this.btnRAnalysis.Caption               = "Analysis";
     this.btnRAnalysis.Id                    = "adxRibbonButton_d1d6b2c5c61b4c97aaae713ea9547164";
     this.btnRAnalysis.Image                 = 2;
     this.btnRAnalysis.ImageList             = this.ilMain;
     this.btnRAnalysis.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRAnalysis.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRAnalysis.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRAnalysis.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRAnalysis_OnClick);
     //
     // AddinModule
     //
     this.AddinName     = "OfficeAddin";
     this.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaExcel;
 }
예제 #3
0
		/// <summary>
		/// Required by designer support - do not modify
		/// the following method
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddinModule));
			this.adxWordEvents = new AddinExpress.MSO.ADXWordAppEvents(this.components);
			this.adxRibbonTab = new AddinExpress.MSO.ADXRibbonTab(this.components);
			this.adxRibbonGroup1 = new AddinExpress.MSO.ADXRibbonGroup(this.components);
			this.rbAddReference = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.ilSmall = new System.Windows.Forms.ImageList(this.components);
			this.rbEditReference = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.rbInsertBibliography = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.rbRefresh = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.adxRibbonSeparator1 = new AddinExpress.MSO.ADXRibbonSeparator(this.components);
			this.adxRibbonBox2 = new AddinExpress.MSO.ADXRibbonBox(this.components);
			this.rcbStyle = new AddinExpress.MSO.ADXRibbonComboBox(this.components);
			this.adxRibbonItem1 = new AddinExpress.MSO.ADXRibbonItem(this.components);
			this.adxRibbonBox1 = new AddinExpress.MSO.ADXRibbonBox(this.components);
			this.adxRibbonBox3 = new AddinExpress.MSO.ADXRibbonBox(this.components);
			this.rbMovePrevious = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.rbMoveNext = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.adxRibbonBox4 = new AddinExpress.MSO.ADXRibbonBox(this.components);
			this.rbAbout = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.rbSettings = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.rbInsertTestData = new AddinExpress.MSO.ADXRibbonButton(this.components);
			this.adxRibbonDialogBoxLauncher = new AddinExpress.MSO.ADXRibbonDialogBoxLauncher(this.components);
			this.adxCommandBar = new AddinExpress.MSO.ADXCommandBar(this.components);
			this.cbbAddReference = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbEditReference = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbInsertBibliography = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.ccbStyle = new AddinExpress.MSO.ADXCommandBarComboBox(this.components);
			this.cbbRefresh = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbMovePrevious = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbMoveNext = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbAbout = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			this.cbbSettings = new AddinExpress.MSO.ADXCommandBarButton(this.components);
			// 
			// adxWordEvents
			// 
			this.adxWordEvents.DocumentBeforeClose += new AddinExpress.MSO.ADXHostBeforeAction_EventHandler(this.adxWordEvents_DocumentBeforeClose);
			this.adxWordEvents.DocumentBeforeSave += new AddinExpress.MSO.ADXHostBeforeSave_EventHandler(this.adxWordEvents_DocumentBeforeSave);
			this.adxWordEvents.DocumentChange += new System.EventHandler(this.adxWordEvents_DocumentChange);
			this.adxWordEvents.DocumentOpen += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_DocumentOpen);
			this.adxWordEvents.NewDocument += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_NewDocument);
			this.adxWordEvents.Startup += new System.EventHandler(this.adxWordEvents_Startup);
			this.adxWordEvents.WindowActivate += new AddinExpress.MSO.ADXHostWindow_EventHandler(this.adxWordEvents_WindowActivate);
			this.adxWordEvents.WindowSelectionChange += new AddinExpress.MSO.ADXHostActiveObject_EventHandler(this.adxWordEvents_WindowSelectionChange);
			// 
			// adxRibbonTab
			// 
			this.adxRibbonTab.Caption = "Docear4Word";
			this.adxRibbonTab.Controls.Add(this.adxRibbonGroup1);
			this.adxRibbonTab.Id = "adxRibbonTab_9ec41076f19448008200b738fd45d29a";
			this.adxRibbonTab.IdMso = "TabReferences";
			this.adxRibbonTab.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.adxRibbonTab.PropertyChanging += new AddinExpress.MSO.ADXRibbonPropertyChanging_EventHandler(this.adxRibbonTab_PropertyChanging);
			// 
			// adxRibbonGroup1
			// 
			this.adxRibbonGroup1.AutoScale = true;
			this.adxRibbonGroup1.Caption = "Docear4Word";
			this.adxRibbonGroup1.Controls.Add(this.rbAddReference);
			this.adxRibbonGroup1.Controls.Add(this.rbEditReference);
			this.adxRibbonGroup1.Controls.Add(this.rbInsertBibliography);
			this.adxRibbonGroup1.Controls.Add(this.rbRefresh);
			this.adxRibbonGroup1.Controls.Add(this.adxRibbonSeparator1);
			this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox2);
			this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox1);
			this.adxRibbonGroup1.Controls.Add(this.adxRibbonBox4);
			this.adxRibbonGroup1.Controls.Add(this.adxRibbonDialogBoxLauncher);
			this.adxRibbonGroup1.Id = "adxRibbonGroup_08905b6658624f098244bcdcf154a984";
			this.adxRibbonGroup1.Image = 1;
			this.adxRibbonGroup1.ImageList = this.ilSmall;
			this.adxRibbonGroup1.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.adxRibbonGroup1.InsertBeforeIdMso = "GroupCitationsAndBibliography";
			this.adxRibbonGroup1.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// rbAddReference
			// 
			this.rbAddReference.Caption = "Add Reference";
			this.rbAddReference.Id = "adxRibbonButton_a8af3773e4cb4c54a273540f3b5afb09";
			this.rbAddReference.Image = 1;
			this.rbAddReference.ImageList = this.ilSmall;
			this.rbAddReference.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbAddReference.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbAddReference.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbAddReference_OnClick);
			// 
			// ilSmall
			// 
			this.ilSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmall.ImageStream")));
			this.ilSmall.TransparentColor = System.Drawing.Color.Transparent;
			this.ilSmall.Images.SetKeyName(0, "AboutSmall.png");
			this.ilSmall.Images.SetKeyName(1, "AddReferenceSmall.png");
			this.ilSmall.Images.SetKeyName(2, "BibTexSettingsSmall.png");
			this.ilSmall.Images.SetKeyName(3, "CreateBibliographySmall.png");
			this.ilSmall.Images.SetKeyName(4, "EditReferenceSmall.png");
			this.ilSmall.Images.SetKeyName(5, "RefreshSmall.png");
			this.ilSmall.Images.SetKeyName(6, "StatusBarSmall.png");
			this.ilSmall.Images.SetKeyName(7, "MoveNextSmall.png");
			this.ilSmall.Images.SetKeyName(8, "MovePreviousSmall.png");
			// 
			// rbEditReference
			// 
			this.rbEditReference.Caption = "Edit Reference";
			this.rbEditReference.Id = "adxRibbonButton_9563a97bce9c40ce9f235691f6b22d1b";
			this.rbEditReference.Image = 4;
			this.rbEditReference.ImageList = this.ilSmall;
			this.rbEditReference.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbEditReference.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbEditReference.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbEditReference_OnClick);
			// 
			// rbInsertBibliography
			// 
			this.rbInsertBibliography.Caption = "Insert Bibliography";
			this.rbInsertBibliography.Id = "adxRibbonButton_2c46efe1f0df41e39b3a992e02822a36";
			this.rbInsertBibliography.Image = 3;
			this.rbInsertBibliography.ImageList = this.ilSmall;
			this.rbInsertBibliography.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbInsertBibliography.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbInsertBibliography.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbInsertBibliography_OnClick);
			// 
			// rbRefresh
			// 
			this.rbRefresh.Caption = "Refresh";
			this.rbRefresh.Id = "adxRibbonButton_65882f54a6c3486aacf5244813c76ed2";
			this.rbRefresh.Image = 5;
			this.rbRefresh.ImageList = this.ilSmall;
			this.rbRefresh.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbRefresh.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbRefresh.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbRefresh_OnClick);
			// 
			// adxRibbonSeparator1
			// 
			this.adxRibbonSeparator1.Id = "adxRibbonSeparator_890311211ebe4a47850fc49bc39a522f";
			this.adxRibbonSeparator1.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// adxRibbonBox2
			// 
			this.adxRibbonBox2.Controls.Add(this.rcbStyle);
			this.adxRibbonBox2.Id = "adxRibbonBox_e9202bec5e3b4df5af2a32fa98b416e0";
			this.adxRibbonBox2.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// rcbStyle
			// 
			this.rcbStyle.Caption = "Style:";
			this.rcbStyle.Id = "adxRibbonComboBox_6323cfef61ea48eab211e5e209e089ba";
			this.rcbStyle.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rcbStyle.Items.Add(this.adxRibbonItem1);
			this.rcbStyle.MaxLength = 200;
			this.rcbStyle.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rcbStyle.SizeString = "Modern Language Association";
			this.rcbStyle.OnChange += new AddinExpress.MSO.ADXRibbonOnActionChange_EventHandler(this.rcbStyle_OnChange);
			// 
			// adxRibbonItem1
			// 
			this.adxRibbonItem1.Caption = "adxRibbonItem1";
			this.adxRibbonItem1.Id = "adxRibbonItem_591cb68dcd4d4060bbff94138af0dcb2";
			this.adxRibbonItem1.ImageTransparentColor = System.Drawing.Color.Transparent;
			// 
			// adxRibbonBox1
			// 
			this.adxRibbonBox1.Controls.Add(this.adxRibbonBox3);
			this.adxRibbonBox1.Id = "adxRibbonBox_d00382a109564b4392aa2e4618dffa50";
			this.adxRibbonBox1.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// adxRibbonBox3
			// 
			this.adxRibbonBox3.Controls.Add(this.rbMovePrevious);
			this.adxRibbonBox3.Controls.Add(this.rbMoveNext);
			this.adxRibbonBox3.Id = "adxRibbonBox_b30ee4f3fd29467f9988ec4d08abce85";
			this.adxRibbonBox3.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// rbMovePrevious
			// 
			this.rbMovePrevious.Caption = "Previous";
			this.rbMovePrevious.Description = "Moves to the Previous citation/bibliography field";
			this.rbMovePrevious.Id = "adxRibbonButton_0fad5de143b54bf387b9685df35a73c2";
			this.rbMovePrevious.Image = 8;
			this.rbMovePrevious.ImageList = this.ilSmall;
			this.rbMovePrevious.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbMovePrevious.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbMovePrevious.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbMovePrevious_OnClick);
			// 
			// rbMoveNext
			// 
			this.rbMoveNext.Caption = "Next";
			this.rbMoveNext.Description = "Moves to the next citation/bibliography field";
			this.rbMoveNext.Id = "adxRibbonButton_93ed45fa27cd493fb52e5c1e3c647bcd";
			this.rbMoveNext.Image = 7;
			this.rbMoveNext.ImageList = this.ilSmall;
			this.rbMoveNext.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbMoveNext.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbMoveNext.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbMoveNext_OnClick);
			// 
			// adxRibbonBox4
			// 
			this.adxRibbonBox4.Controls.Add(this.rbAbout);
			this.adxRibbonBox4.Controls.Add(this.rbSettings);
			this.adxRibbonBox4.Controls.Add(this.rbInsertTestData);
			this.adxRibbonBox4.Id = "adxRibbonBox_d5e0c551562846629972089581f7ee4e";
			this.adxRibbonBox4.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			// 
			// rbAbout
			// 
			this.rbAbout.Caption = "About";
			this.rbAbout.Id = "adxRibbonButton_4013b15ca46947cebc49e9f35a09ccb6";
			this.rbAbout.Image = 0;
			this.rbAbout.ImageList = this.ilSmall;
			this.rbAbout.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbAbout.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbAbout.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbAbout_OnClick);
			// 
			// rbSettings
			// 
			this.rbSettings.Caption = "Settings";
			this.rbSettings.Id = "adxRibbonButton_25f422a4d23f471aa7ef1860f7fa7e81";
			this.rbSettings.Image = 2;
			this.rbSettings.ImageList = this.ilSmall;
			this.rbSettings.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbSettings.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbSettings.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbSettings_OnClick);
			// 
			// rbInsertTestData
			// 
			this.rbInsertTestData.Caption = "(Insert Test Data)";
			this.rbInsertTestData.Id = "adxRibbonButton_649532e9e90e4e9795850ad027df9c51";
			this.rbInsertTestData.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.rbInsertTestData.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.rbInsertTestData.Visible = false;
			this.rbInsertTestData.OnClick += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.rbInsertTestData_OnClick);
			// 
			// adxRibbonDialogBoxLauncher
			// 
			this.adxRibbonDialogBoxLauncher.Id = "adxRibbonDialogBoxLauncher_9a779bc67f4d4025bfa3f1977db513d2";
			this.adxRibbonDialogBoxLauncher.Ribbons = AddinExpress.MSO.ADXRibbons.msrWordDocument;
			this.adxRibbonDialogBoxLauncher.Visible = false;
			this.adxRibbonDialogBoxLauncher.OnAction += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.adxRibbonDialogBoxLauncher_OnAction);
			// 
			// adxCommandBar
			// 
			this.adxCommandBar.CommandBarName = "Docear4Word";
			this.adxCommandBar.CommandBarTag = "fc1ef6a0-c023-42f5-be32-b555b58cfcf3";
			this.adxCommandBar.Controls.Add(this.cbbAddReference);
			this.adxCommandBar.Controls.Add(this.cbbEditReference);
			this.adxCommandBar.Controls.Add(this.cbbInsertBibliography);
			this.adxCommandBar.Controls.Add(this.ccbStyle);
			this.adxCommandBar.Controls.Add(this.cbbRefresh);
			this.adxCommandBar.Controls.Add(this.cbbMovePrevious);
			this.adxCommandBar.Controls.Add(this.cbbMoveNext);
			this.adxCommandBar.Controls.Add(this.cbbAbout);
			this.adxCommandBar.Controls.Add(this.cbbSettings);
			this.adxCommandBar.SupportedApps = ((AddinExpress.MSO.ADXOfficeHostApp)((AddinExpress.MSO.ADXOfficeHostApp.ohaWord | AddinExpress.MSO.ADXOfficeHostApp.ohaInfoPath)));
			this.adxCommandBar.UpdateCounter = 13;
			// 
			// cbbAddReference
			// 
			this.cbbAddReference.Caption = "Add Reference";
			this.cbbAddReference.ControlTag = "be038f4a-3757-433e-90e9-dc8db2325510";
			this.cbbAddReference.Image = 1;
			this.cbbAddReference.ImageList = this.ilSmall;
			this.cbbAddReference.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbAddReference.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbAddReference.UpdateCounter = 9;
			this.cbbAddReference.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbAddReference_Click);
			// 
			// cbbEditReference
			// 
			this.cbbEditReference.Caption = "Edit Reference";
			this.cbbEditReference.ControlTag = "adec0a14-05a3-4d0f-9fd2-a4e2cd071cdc";
			this.cbbEditReference.Image = 4;
			this.cbbEditReference.ImageList = this.ilSmall;
			this.cbbEditReference.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbEditReference.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbEditReference.UpdateCounter = 13;
			this.cbbEditReference.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbEditReference_Click);
			// 
			// cbbInsertBibliography
			// 
			this.cbbInsertBibliography.Caption = "Insert Bibliography";
			this.cbbInsertBibliography.ControlTag = "7e4b0b15-442e-45a0-b692-f7d6f503fcc4";
			this.cbbInsertBibliography.Image = 3;
			this.cbbInsertBibliography.ImageList = this.ilSmall;
			this.cbbInsertBibliography.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbInsertBibliography.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbInsertBibliography.UpdateCounter = 20;
			this.cbbInsertBibliography.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbInsertBibliography_Click);
			// 
			// ccbStyle
			// 
			this.ccbStyle.Caption = "Style Chooser";
			this.ccbStyle.ControlTag = "39771c5a-5e82-4c23-8911-08fd20c28dd4";
			this.ccbStyle.DropDownWidth = 300;
			this.ccbStyle.UpdateCounter = 11;
			this.ccbStyle.Width = 300;
			this.ccbStyle.Change += new AddinExpress.MSO.ADXChange_EventHandler(this.ccbStyle_Change);
			// 
			// cbbRefresh
			// 
			this.cbbRefresh.Caption = "Refresh";
			this.cbbRefresh.ControlTag = "68458201-08f9-4bd9-8658-0592fe87c846";
			this.cbbRefresh.Image = 5;
			this.cbbRefresh.ImageList = this.ilSmall;
			this.cbbRefresh.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbRefresh.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbRefresh.UpdateCounter = 15;
			this.cbbRefresh.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbRefresh_Click);
			// 
			// cbbMovePrevious
			// 
			this.cbbMovePrevious.Caption = "Previous";
			this.cbbMovePrevious.ControlTag = "5fa544de-041a-4e1f-b3af-0b5c7aa65b05";
			this.cbbMovePrevious.Image = 8;
			this.cbbMovePrevious.ImageList = this.ilSmall;
			this.cbbMovePrevious.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbMovePrevious.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbMovePrevious.UpdateCounter = 8;
			this.cbbMovePrevious.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbPrevious_Click);
			// 
			// cbbMoveNext
			// 
			this.cbbMoveNext.Caption = "Next";
			this.cbbMoveNext.ControlTag = "15171e68-fc45-440c-8f82-ea7fcee862f3";
			this.cbbMoveNext.Image = 7;
			this.cbbMoveNext.ImageList = this.ilSmall;
			this.cbbMoveNext.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbMoveNext.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbMoveNext.UpdateCounter = 8;
			this.cbbMoveNext.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbNext_Click);
			// 
			// cbbAbout
			// 
			this.cbbAbout.BeginGroup = true;
			this.cbbAbout.Caption = "About";
			this.cbbAbout.ControlTag = "e8b7bcaf-c97d-4d56-adc6-8d917f1d9d44";
			this.cbbAbout.Image = 0;
			this.cbbAbout.ImageList = this.ilSmall;
			this.cbbAbout.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbAbout.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbAbout.UpdateCounter = 13;
			this.cbbAbout.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbAbout_Click);
			// 
			// cbbSettings
			// 
			this.cbbSettings.Caption = "Settings";
			this.cbbSettings.ControlTag = "3cdae496-5e01-4f18-9bd3-ac3b89f8f0f9";
			this.cbbSettings.Image = 2;
			this.cbbSettings.ImageList = this.ilSmall;
			this.cbbSettings.ImageTransparentColor = System.Drawing.Color.Transparent;
			this.cbbSettings.Style = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIcon;
			this.cbbSettings.UpdateCounter = 7;
			this.cbbSettings.Click += new AddinExpress.MSO.ADXClick_EventHandler(this.cbbSettings_Click);
			// 
			// AddinModule
			// 
			this.AddinName = "Docear4Word";
			this.Description = "Inserts formatted references and reference lists from BibTeX/CSL files";
			this.RegisterForAllUsers = true;
			this.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaWord;
			this.AddinStartupComplete += new AddinExpress.MSO.ADXEvents_EventHandler(this.AddinModule_AddinStartupComplete);
			this.OnSendMessage += new AddinExpress.MSO.ADXSendMessage_EventHandler(this.AddinModule_OnSendMessage);
			this.OnRibbonLoaded += new AddinExpress.MSO.ADXRibbonLoaded_EventHandler(this.AddinModule_OnRibbonLoaded);

		}
예제 #4
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddinModule));
     this.QDCommandBar     = new AddinExpress.MSO.ADXCommandBar(this.components);
     this.btnLogin         = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.ilMain           = new System.Windows.Forms.ImageList(this.components);
     this.btnSetting       = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnDesign        = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnComment       = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnAnalysis1     = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.btnViewCol       = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.adxExcelEvents   = new AddinExpress.MSO.ADXExcelAppEvents(this.components);
     this.adxRibbonTab1    = new AddinExpress.MSO.ADXRibbonTab(this.components);
     this.adxRibbonGroup1  = new AddinExpress.MSO.ADXRibbonGroup(this.components);
     this.adxLogin         = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRSetting      = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRDesign       = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnRComment      = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btbR1Analysis    = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.btnView          = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonButton1 = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonButton2 = new AddinExpress.MSO.ADXRibbonButton(this.components);
     this.adxRibbonButton3 = new AddinExpress.MSO.ADXRibbonButton(this.components);
     //
     // QDCommandBar
     //
     this.QDCommandBar.CommandBarName = "TVC-QD";
     this.QDCommandBar.CommandBarTag  = "1ca346fe-f8af-48ac-bb53-e85444232d09";
     this.QDCommandBar.Controls.Add(this.btnLogin);
     this.QDCommandBar.Controls.Add(this.btnSetting);
     this.QDCommandBar.Controls.Add(this.btnDesign);
     this.QDCommandBar.Controls.Add(this.btnComment);
     this.QDCommandBar.Controls.Add(this.btnAnalysis1);
     this.QDCommandBar.Controls.Add(this.btnViewCol);
     this.QDCommandBar.Description   = "Tavicosoft Addin";
     this.QDCommandBar.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaExcel;
     this.QDCommandBar.UpdateCounter = 18;
     //
     // btnLogin
     //
     this.btnLogin.Caption               = "Login";
     this.btnLogin.ControlTag            = "3e334944-80b5-4d31-beab-e482e1ea4463";
     this.btnLogin.Image                 = 9;
     this.btnLogin.ImageList             = this.ilMain;
     this.btnLogin.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnLogin.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnLogin.UpdateCounter         = 9;
     this.btnLogin.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnLogin_Click);
     //
     // ilMain
     //
     this.ilMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
     this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
     this.ilMain.Images.SetKeyName(0, "1334119670_login.png");
     this.ilMain.Images.SetKeyName(1, "1334119724_setting.png");
     this.ilMain.Images.SetKeyName(2, "1334120016_pie_chart.png");
     this.ilMain.Images.SetKeyName(3, "comment.png");
     this.ilMain.Images.SetKeyName(4, "design.png");
     this.ilMain.Images.SetKeyName(5, "columns.png");
     this.ilMain.Images.SetKeyName(6, "toolbox.png");
     this.ilMain.Images.SetKeyName(7, "setting.png");
     this.ilMain.Images.SetKeyName(8, "comment-edit.png");
     this.ilMain.Images.SetKeyName(9, "logon.png");
     this.ilMain.Images.SetKeyName(10, "analysis.png");
     this.ilMain.Images.SetKeyName(11, "data_table.png");
     //
     // btnSetting
     //
     this.btnSetting.Caption               = "Setting";
     this.btnSetting.ControlTag            = "045b2d4c-d402-4971-951d-e680641c70e7";
     this.btnSetting.Image                 = 7;
     this.btnSetting.ImageList             = this.ilMain;
     this.btnSetting.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnSetting.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndWrapCaption;
     this.btnSetting.UpdateCounter         = 22;
     this.btnSetting.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnSetting_Click);
     //
     // btnDesign
     //
     this.btnDesign.Caption               = "Design";
     this.btnDesign.ControlTag            = "65808cf7-fbba-400e-954c-7ae93e214ae9";
     this.btnDesign.Image                 = 11;
     this.btnDesign.ImageList             = this.ilMain;
     this.btnDesign.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnDesign.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndWrapCaption;
     this.btnDesign.UpdateCounter         = 13;
     this.btnDesign.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnDesign_Click);
     //
     // btnComment
     //
     this.btnComment.Caption               = "Comment";
     this.btnComment.ControlTag            = "628d01ab-07cd-4377-b5d7-851d931ec005";
     this.btnComment.Image                 = 8;
     this.btnComment.ImageList             = this.ilMain;
     this.btnComment.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnComment.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnComment.UpdateCounter         = 9;
     this.btnComment.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnComment_Click);
     //
     // btnAnalysis1
     //
     this.btnAnalysis1.Caption               = "Analysis";
     this.btnAnalysis1.ControlTag            = "3abd8d65-8e67-4d42-b337-60db8666c0e8";
     this.btnAnalysis1.Image                 = 10;
     this.btnAnalysis1.ImageList             = this.ilMain;
     this.btnAnalysis1.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnAnalysis1.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnAnalysis1.UpdateCounter         = 10;
     this.btnAnalysis1.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnAnalysis1_Click);
     //
     // btnViewCol
     //
     this.btnViewCol.Caption               = "ToolBox";
     this.btnViewCol.ControlTag            = "5a27efb9-c965-4baa-b0fb-fcb546fcf171";
     this.btnViewCol.Image                 = 6;
     this.btnViewCol.ImageList             = this.ilMain;
     this.btnViewCol.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnViewCol.Style                 = AddinExpress.MSO.ADXMsoButtonStyle.adxMsoButtonIconAndCaption;
     this.btnViewCol.UpdateCounter         = 10;
     this.btnViewCol.Click                += new AddinExpress.MSO.ADXClick_EventHandler(this.btnViewCol_Click);
     //
     // adxExcelEvents
     //
     this.adxExcelEvents.SheetSelectionChange   += new AddinExpress.MSO.ADXExcelSheet_EventHandler(this.adxExcelEvents_SheetSelectionChange);
     this.adxExcelEvents.SheetBeforeDoubleClick += new AddinExpress.MSO.ADXExcelSheetBefore_EventHandler(this.adxExcelEvents_SheetBeforeDoubleClick);
     //
     // adxRibbonTab1
     //
     this.adxRibbonTab1.Caption = "TVC-QD";
     this.adxRibbonTab1.Controls.Add(this.adxRibbonGroup1);
     this.adxRibbonTab1.Id      = "adxRibbonTab_72d9a8860ea24ea08ec7ced4085f0b35";
     this.adxRibbonTab1.Ribbons = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     //
     // adxRibbonGroup1
     //
     this.adxRibbonGroup1.Caption = "Command";
     this.adxRibbonGroup1.Controls.Add(this.adxLogin);
     this.adxRibbonGroup1.Controls.Add(this.btnRSetting);
     this.adxRibbonGroup1.Controls.Add(this.btnRDesign);
     this.adxRibbonGroup1.Controls.Add(this.btnRComment);
     this.adxRibbonGroup1.Controls.Add(this.btbR1Analysis);
     this.adxRibbonGroup1.Controls.Add(this.btnView);
     this.adxRibbonGroup1.Id = "adxRibbonGroup_81754909ad5e45eb9ea84f07866d115e";
     this.adxRibbonGroup1.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonGroup1.Ribbons = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     //
     // adxLogin
     //
     this.adxLogin.Caption               = "Login";
     this.adxLogin.Id                    = "adxRibbonButton_0505baae132e43b499c301bb7bf26d13";
     this.adxLogin.Image                 = 9;
     this.adxLogin.ImageList             = this.ilMain;
     this.adxLogin.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxLogin.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.adxLogin.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.adxLogin.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRLogin_OnClick);
     //
     // btnRSetting
     //
     this.btnRSetting.Caption               = "Setting";
     this.btnRSetting.Id                    = "adxRibbonButton_78c501bd03b741d88605e8a2439aaa50";
     this.btnRSetting.Image                 = 7;
     this.btnRSetting.ImageList             = this.ilMain;
     this.btnRSetting.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRSetting.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRSetting.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRSetting.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRSetting_OnClick);
     //
     // btnRDesign
     //
     this.btnRDesign.Caption               = "Design";
     this.btnRDesign.Id                    = "adxRibbonButton_adea41b72bc74ee2afa29109733273ee";
     this.btnRDesign.Image                 = 11;
     this.btnRDesign.ImageList             = this.ilMain;
     this.btnRDesign.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRDesign.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRDesign.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRDesign.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRDesign_OnClick);
     //
     // btnRComment
     //
     this.btnRComment.Caption               = "Comment";
     this.btnRComment.Id                    = "adxRibbonButton_38eb5c511e4544c5adb5875c2a99edf0";
     this.btnRComment.Image                 = 8;
     this.btnRComment.ImageList             = this.ilMain;
     this.btnRComment.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnRComment.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnRComment.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnRComment.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnRComment_OnClick);
     //
     // btbR1Analysis
     //
     this.btbR1Analysis.Caption               = "Analysis";
     this.btbR1Analysis.Id                    = "adxRibbonButton_308c8acbaddc414e81ce21f8d7d66082";
     this.btbR1Analysis.Image                 = 10;
     this.btbR1Analysis.ImageList             = this.ilMain;
     this.btbR1Analysis.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btbR1Analysis.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btbR1Analysis.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btbR1Analysis.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btbR1Analysis_OnClick);
     //
     // btnView
     //
     this.btnView.Caption               = "ToolBox";
     this.btnView.Id                    = "adxRibbonButton_4738252f541f462daea013d0309a0eb1";
     this.btnView.Image                 = 6;
     this.btnView.ImageList             = this.ilMain;
     this.btnView.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btnView.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.btnView.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     this.btnView.OnClick              += new AddinExpress.MSO.ADXRibbonOnAction_EventHandler(this.btnView_OnClick);
     //
     // adxRibbonButton1
     //
     this.adxRibbonButton1.Caption               = "Analysis";
     this.adxRibbonButton1.Id                    = "adxRibbonButton_d1d6b2c5c61b4c97aaae713ea9547164";
     this.adxRibbonButton1.Image                 = 2;
     this.adxRibbonButton1.ImageList             = this.ilMain;
     this.adxRibbonButton1.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonButton1.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.adxRibbonButton1.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     //
     // adxRibbonButton2
     //
     this.adxRibbonButton2.Caption               = "Analysis";
     this.adxRibbonButton2.Id                    = "adxRibbonButton_d1d6b2c5c61b4c97aaae713ea9547164";
     this.adxRibbonButton2.Image                 = 2;
     this.adxRibbonButton2.ImageList             = this.ilMain;
     this.adxRibbonButton2.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonButton2.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.adxRibbonButton2.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     //
     // adxRibbonButton3
     //
     this.adxRibbonButton3.Caption               = "Analysis";
     this.adxRibbonButton3.Id                    = "adxRibbonButton_d1d6b2c5c61b4c97aaae713ea9547164";
     this.adxRibbonButton3.Image                 = 2;
     this.adxRibbonButton3.ImageList             = this.ilMain;
     this.adxRibbonButton3.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.adxRibbonButton3.Ribbons               = AddinExpress.MSO.ADXRibbons.msrExcelWorkbook;
     this.adxRibbonButton3.Size                  = AddinExpress.MSO.ADXRibbonXControlSize.Large;
     //
     // AddinModule
     //
     this.AddinName     = "OfficeAddin";
     this.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaExcel;
 }