コード例 #1
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.IE11CommandItem = new AddinExpress.IE.ADXIECommandItem(this.components);
     //
     // IE11CommandItem
     //
     this.IE11CommandItem.ActiveIcon  = "Icons.Chat_48";
     this.IE11CommandItem.Caption     = "Medtronic Feedback Extension";
     this.IE11CommandItem.CommandGuid = "{D729A016-23AD-402E-8C6D-4B343F1E9806}";
     this.IE11CommandItem.OnClick    += new AddinExpress.IE.ADXIECommandClick_EventHandler(this.IE11CommandItem_OnClick);
     //
     // IEModule
     //
     this.Commands.Add(this.IE11CommandItem);
     this.HandleShortcuts   = true;
     this.LoadInMainProcess = false;
     this.ModuleName        = "Medtronic_IEAddOn";
 }
コード例 #2
0
 /// <summary>
 /// Required by designer support - do not modify
 /// the following method
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.adxieAdvancedBarsManager1  = new AddinExpress.IE.ADXIEAdvancedBarsManager(this.components);
     this.advBarItemPasswordLeftPane = new AddinExpress.IE.ADXIEAdvancedBarItem(this.components);
     this.cmdPasswordKeeper          = new AddinExpress.IE.ADXIECommandItem(this.components);
     this.adxiehtmlDocEvents1        = new AddinExpress.IE.ADXIEHTMLDocEvents(this.components);
     this.contextMenu          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripAddLogin    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripAddPassword = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenu.SuspendLayout();
     //
     // adxieAdvancedBarsManager1
     //
     this.adxieAdvancedBarsManager1.Bars.Add(this.advBarItemPasswordLeftPane);
     //
     // advBarItemPasswordLeftPane
     //
     this.advBarItemPasswordLeftPane.ApplyChangesForAllTabs = true;
     this.advBarItemPasswordLeftPane.BarType  = "PasswordKeeper.MyIEAdvancedBar1";
     this.advBarItemPasswordLeftPane.Id       = "{735574D4-000F-4945-9343-B03C6FB871B5}";
     this.advBarItemPasswordLeftPane.MenuText = "Password Keeper";
     this.advBarItemPasswordLeftPane.Shortcut = System.Windows.Forms.Shortcut.AltF12;
     this.advBarItemPasswordLeftPane.Visible  = true;
     //
     // cmdPasswordKeeper
     //
     this.cmdPasswordKeeper.ActiveIcon  = "Icons.SampleIcon2";
     this.cmdPasswordKeeper.Caption     = "Password Keeper";
     this.cmdPasswordKeeper.CommandGuid = "{75235D32-8F17-4E67-9964-2890A4D6A04E}";
     //
     // contextMenu
     //
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripAddLogin,
         this.toolStripAddPassword
     });
     this.contextMenu.Name = "contextMenu";
     this.contextMenu.Size = new System.Drawing.Size(150, 48);
     //
     // toolStripAddLogin
     //
     this.toolStripAddLogin.Name = "toolStripAddLogin";
     this.toolStripAddLogin.Size = new System.Drawing.Size(149, 22);
     this.toolStripAddLogin.Text = "Set Login Field";
     //
     // toolStripAddPassword
     //
     this.toolStripAddPassword.Name = "toolStripAddPassword";
     this.toolStripAddPassword.Size = new System.Drawing.Size(149, 22);
     this.toolStripAddPassword.Text = "Set Password Field";
     //
     // IEModule
     //
     this.Commands.Add(this.cmdPasswordKeeper);
     this.HandleShortcuts    = true;
     this.LoadInMainProcess  = false;
     this.ModuleName         = "PasswordKeeper";
     this.OnConnect         += new AddinExpress.IE.ADXIEConnect_EventHandler(this.IEModule_OnConnect);
     this.OnShowContextMenu += new AddinExpress.IE.ADXIEShowContextMenu_EventHandler(this.IEModule_OnShowContextMenu);
     this.contextMenu.ResumeLayout(false);
 }