Пример #1
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.mainMenu   = new AddinExpress.MSO.ADXOlExplorerMainMenu(this.components);
     this.popup      = new AddinExpress.MSO.ADXCommandBarPopup(this.components);
     this.import     = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.configure  = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     //
     // mainMenu
     //
     this.mainMenu.CommandBarName = "Menu Bar";
     this.mainMenu.CommandBarTag  = "32663e6f-5298-4846-9992-b8059226334c";
     this.mainMenu.Controls.Add(this.popup);
     this.mainMenu.Temporary     = true;
     this.mainMenu.UpdateCounter = 3;
     this.mainMenu.UseForRibbon  = true;
     //
     // popup
     //
     this.popup.Before  = 7;
     this.popup.Caption = "OpenKM";
     this.popup.Controls.Add(this.import);
     this.popup.Controls.Add(this.configure);
     this.popup.ControlTag    = "26c5c726-2d1e-4121-8e0f-692aa7820812";
     this.popup.Temporary     = true;
     this.popup.UpdateCounter = 9;
     //
     // import
     //
     this.import.Caption               = "Import e-mail";
     this.import.ControlTag            = "e6b75742-754b-4e58-889c-365eeb56160d";
     this.import.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.import.Temporary             = true;
     this.import.UpdateCounter         = 2;
     //
     // configure
     //
     this.configure.Caption               = "Configure";
     this.configure.ControlTag            = "eccd89ff-7553-4b33-8e2b-25846598ffdc";
     this.configure.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.configure.Temporary             = true;
     this.configure.UpdateCounter         = 1;
     //
     // AddinModule
     //
     this.AddinName     = "OpenKMOutlookAddIn";
     this.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaOutlook;
 }
Пример #2
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.mainMenu = new AddinExpress.MSO.ADXOlExplorerMainMenu(this.components);
     this.popup = new AddinExpress.MSO.ADXCommandBarPopup(this.components);
     this.import = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     this.configure = new AddinExpress.MSO.ADXCommandBarButton(this.components);
     //
     // mainMenu
     //
     this.mainMenu.CommandBarName = "Menu Bar";
     this.mainMenu.CommandBarTag = "32663e6f-5298-4846-9992-b8059226334c";
     this.mainMenu.Controls.Add(this.popup);
     this.mainMenu.Temporary = true;
     this.mainMenu.UpdateCounter = 3;
     this.mainMenu.UseForRibbon = true;
     //
     // popup
     //
     this.popup.Before = 7;
     this.popup.Caption = "OpenKM";
     this.popup.Controls.Add(this.import);
     this.popup.Controls.Add(this.configure);
     this.popup.ControlTag = "26c5c726-2d1e-4121-8e0f-692aa7820812";
     this.popup.Temporary = true;
     this.popup.UpdateCounter = 9;
     //
     // import
     //
     this.import.Caption = "Import e-mail";
     this.import.ControlTag = "e6b75742-754b-4e58-889c-365eeb56160d";
     this.import.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.import.Temporary = true;
     this.import.UpdateCounter = 2;
     //
     // configure
     //
     this.configure.Caption = "Configure";
     this.configure.ControlTag = "eccd89ff-7553-4b33-8e2b-25846598ffdc";
     this.configure.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.configure.Temporary = true;
     this.configure.UpdateCounter = 1;
     //
     // AddinModule
     //
     this.AddinName = "OpenKMOutlookAddIn";
     this.SupportedApps = AddinExpress.MSO.ADXOfficeHostApp.ohaOutlook;
 }