本文整理汇总了C#中System.ComponentModel.IContainer类的典型用法代码示例。如果您正苦于以下问题:C# IContainer类的具体用法?C# IContainer怎么用?C# IContainer使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
IContainer类属于System.ComponentModel命名空间,在下文中一共展示了IContainer类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Splash));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(632, 416);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// Splash
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(632, 416);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox1});
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Splash";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Splash";
this.ResumeLayout(false);
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MEImages));
this.buttonImages = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// buttonImages
//
this.buttonImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("buttonImages.ImageStream")));
this.buttonImages.TransparentColor = System.Drawing.Color.Fuchsia;
this.buttonImages.Images.SetKeyName(0, "");
this.buttonImages.Images.SetKeyName(1, "Headed Comp Rule.ico");
this.buttonImages.Images.SetKeyName(2, "non-Headed Comp Rule.ico");
this.buttonImages.Images.SetKeyName(3, "Phoneme.ico");
this.buttonImages.Images.SetKeyName(4, "");
this.buttonImages.Images.SetKeyName(5, "Natural Class.ico");
this.buttonImages.Images.SetKeyName(6, "Environment.ico");
this.buttonImages.Images.SetKeyName(7, "adhoc Morpheme rule.ico");
this.buttonImages.Images.SetKeyName(8, "adhoc Allomorph rule.ico");
this.buttonImages.Images.SetKeyName(9, "adhoc Group.ico");
this.buttonImages.Images.SetKeyName(10, "Insert Cat.ico");
this.buttonImages.Images.SetKeyName(11, "Insert Feature.ico");
this.buttonImages.Images.SetKeyName(12, "Insert Complex Feature.ico");
this.buttonImages.Images.SetKeyName(13, "Exception Feature.ico");
this.buttonImages.Images.SetKeyName(14, "Metathesis.ico");
//
// MEImages
//
this.Name = "MEImages";
this.ResumeLayout(false);
}
示例3: InitializeComponent
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
ServiceName = "SensorMonitor(ASTP)";
_core = new Core();
}
示例4: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PortMapViewer));
this._treeView = new System.Windows.Forms.TreeView();
this._imageList = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// _treeView
//
this._treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this._treeView.Dock = System.Windows.Forms.DockStyle.Fill;
this._treeView.ImageList = this._imageList;
this._treeView.Location = new System.Drawing.Point(0, 0);
this._treeView.Name = "_treeView";
this._treeView.Size = new System.Drawing.Size(150, 150);
this._treeView.TabIndex = 0;
//
// _imageList
//
this._imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this._imageList.ImageSize = new System.Drawing.Size(16, 16);
this._imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream")));
this._imageList.TransparentColor = System.Drawing.Color.Transparent;
//
// PortMapViewer
//
this.Controls.Add(this._treeView);
this.Name = "PortMapViewer";
this.ResumeLayout(false);
}
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSplash));
this.tmrClose = new System.Windows.Forms.Timer(this.components);
this.picSplash = new System.Windows.Forms.PictureBox();
this.lblCopyright = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tmrClose
//
this.tmrClose.Enabled = true;
this.tmrClose.Interval = 2500;
this.tmrClose.Tick += new System.EventHandler(this.tmrClose_Tick);
//
// picSplash
//
this.picSplash.Image = ((System.Drawing.Image)(resources.GetObject("picSplash.Image")));
this.picSplash.Location = new System.Drawing.Point(0, 0);
this.picSplash.Name = "picSplash";
this.picSplash.Size = new System.Drawing.Size(448, 200);
this.picSplash.TabIndex = 0;
this.picSplash.TabStop = false;
//
// lblCopyright
//
this.lblCopyright.BackColor = System.Drawing.SystemColors.Window;
this.lblCopyright.Location = new System.Drawing.Point(232, 168);
this.lblCopyright.Name = "lblCopyright";
this.lblCopyright.Size = new System.Drawing.Size(208, 24);
this.lblCopyright.TabIndex = 2;
this.lblCopyright.Text = "Kostas Stroggylos 2003-2004";
this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(161)));
this.label1.Location = new System.Drawing.Point(144, 96);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(296, 23);
this.label1.TabIndex = 6;
this.label1.Text = "A.U.E.B. Distributed Web Crawling Project";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// frmSplash
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(448, 200);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblCopyright);
this.Controls.Add(this.picSplash);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSplash";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmSplash";
this.ResumeLayout(false);
}
示例6: startTweenEvent
public void startTweenEvent(object _objHolder,
int _destXpos,
int _destYpos,
string _animType,
int _timeInterval)
{
counter = 0;
timeStart = counter;
timeDest = _timeInterval;
animType = _animType;
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer1.Interval = 5;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
objHolder = new System.Windows.Forms.Control();
objHolder = (Control)_objHolder;
objTimer = this.timer1;
Arr_startPos[0] = objHolder.Location.X;
Arr_startPos[1] = objHolder.Location.Y;
Arr_destPos[0] = _destXpos;
Arr_destPos[1] = _destYpos;
objTimer.Stop();
objTimer.Enabled = false;
objTimer.Enabled = true;
}
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegistryBrowser));
this.tvRegistry = new System.Windows.Forms.TreeView();
this.ilTreeImages = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// tvRegistry
//
this.tvRegistry.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvRegistry.ImageList = this.ilTreeImages;
this.tvRegistry.Name = "tvRegistry";
this.tvRegistry.Size = new System.Drawing.Size(392, 333);
this.tvRegistry.TabIndex = 0;
this.tvRegistry.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvRegistry_BeforeExpand);
//
// ilTreeImages
//
this.ilTreeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.ilTreeImages.ImageSize = new System.Drawing.Size(13, 13);
this.ilTreeImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilTreeImages.ImageStream")));
this.ilTreeImages.TransparentColor = System.Drawing.Color.Transparent;
//
// RegistryBrowser
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(392, 333);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.tvRegistry});
this.Name = "RegistryBrowser";
this.Text = "Registry Browser";
this.ResumeLayout(false);
}
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PicasaExitButton));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
this.imageList1.ImageSize = new System.Drawing.Size(13, 13);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(13, 13);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
//
// PicasaExitButton
//
this.Controls.Add(this.pictureBox1);
this.Name = "PicasaExitButton";
this.Size = new System.Drawing.Size(13, 13);
this.ResumeLayout(false);
}
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LayerTool));
this.imageList = new System.Windows.Forms.ImageList(this.components);
//
// imageList
//
this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
this.imageList.ImageSize = new System.Drawing.Size(16, 16);
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Magenta;
//
// LayerTool
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(234, 166);
this.ControlBox = false;
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LayerTool";
this.ShowInTaskbar = false;
this.Text = "LayerTool";
this.TopMost = true;
}
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this._tvProcess = new System.Windows.Forms.TreeView();
this._ilState = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// _tvProcess
//
this._tvProcess.Dock = System.Windows.Forms.DockStyle.Fill;
this._tvProcess.HideSelection = false;
this._tvProcess.ImageList = this._ilState;
this._tvProcess.Location = new System.Drawing.Point(0, 0);
this._tvProcess.Name = "_tvProcess";
this._tvProcess.Size = new System.Drawing.Size(150, 150);
this._tvProcess.TabIndex = 0;
this._tvProcess.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._tvProcess_AfterSelect);
this._tvProcess.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this._tvProcess_BeforeSelect);
//
// _ilState
//
this._ilState.ImageSize = new System.Drawing.Size(16, 16);
this._ilState.TransparentColor = System.Drawing.Color.Transparent;
//
// ProcessTree
//
this.Controls.Add(this._tvProcess);
this.Name = "ProcessTree";
this.Load += new System.EventHandler(this.ProcessTree_Load);
this.ResumeLayout(false);
}
示例11: startTweenEvent
///<summary>
///this method kicks off the process
///</summary>
public void startTweenEvent(object _objHolder, int _destXpos, int _destYpos, string _animType, int _timeInterval)
{
//inits the parameters for the tween process
counter = 0;
timeStart = counter;
timeDest = _timeInterval;
animType = _animType;
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer1.Interval = 1;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//Manages the object passed in to be tweened.
//I create a new instance of a control and then force the object to convert to
//a control. Doing it this way, the method accepts ANY control,
//rather than hard-coding "Button" or some other specific control.
objHolder = new System.Windows.Forms.Control();
objHolder = (Control) _objHolder;
objTimer = this.timer1;
//initializes the object's position in the pos Arrays
Arr_startPos[0] = objHolder.Location.X;
Arr_startPos[1] = objHolder.Location.Y;
Arr_destPos[0] = _destXpos;
Arr_destPos[1] = _destYpos;
//resets the timer and finally starts it
objTimer.Stop();
objTimer.Enabled = false;
objTimer.Enabled = true;
}
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DoubleBox));
this.lblCaption = new System.Windows.Forms.Label();
this.txtValue = new System.Windows.Forms.TextBox();
this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// lblCaption
//
resources.ApplyResources(this.lblCaption, "lblCaption");
this.lblCaption.Name = "lblCaption";
//
// txtValue
//
resources.ApplyResources(this.txtValue, "txtValue");
this.txtValue.Name = "txtValue";
this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
//
// DoubleBox
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txtValue);
this.Controls.Add(this.lblCaption);
this.Name = "DoubleBox";
this.ResumeLayout(false);
this.PerformLayout();
}
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImageViewer));
this.imageListTools = new System.Windows.Forms.ImageList(this.components);
this.PictureBox1 = new System.Windows.Forms.PictureBox();
this.ToolBarMain = new OpenDental.UI.ODToolBar();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
this.SuspendLayout();
//
// imageListTools
//
this.imageListTools.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTools.ImageStream")));
this.imageListTools.TransparentColor = System.Drawing.Color.Transparent;
this.imageListTools.Images.SetKeyName(0,"");
this.imageListTools.Images.SetKeyName(1,"");
//
// PictureBox1
//
this.PictureBox1.BackColor = System.Drawing.SystemColors.Window;
this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.PictureBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.PictureBox1.Location = new System.Drawing.Point(0,25);
this.PictureBox1.Name = "PictureBox1";
this.PictureBox1.Size = new System.Drawing.Size(903,673);
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PictureBox1.TabIndex = 12;
this.PictureBox1.TabStop = false;
this.PictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
this.PictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseMove);
this.PictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseUp);
//
// ToolBarMain
//
this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top;
this.ToolBarMain.ImageList = this.imageListTools;
this.ToolBarMain.Location = new System.Drawing.Point(0,0);
this.ToolBarMain.Name = "ToolBarMain";
this.ToolBarMain.Size = new System.Drawing.Size(903,25);
this.ToolBarMain.TabIndex = 11;
this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick);
//
// FormImageViewer
//
this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
this.ClientSize = new System.Drawing.Size(903,698);
this.Controls.Add(this.PictureBox1);
this.Controls.Add(this.ToolBarMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormImageViewer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Image Viewer";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormImageViewer_Load);
this.Resize += new System.EventHandler(this.FormImageViewer_Resize);
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.ResumeLayout(false);
}
示例14: ItopVectorControl
public ItopVectorControl()
{
//int num1;
this.components = null;
this.pageSetting=new PageSettings();
this.svgDocument = new SvgDocument();
this.mainIcon = null;
this.roots = new Hashtable(0x10);
this.unnamed = string.Empty;
this.InitializeComponent();
this.mainIcon = this.GetIconFromResource(base.GetType(), "ItopVector.ItopVectorControl.Resource.main.ico");
this.CreateMenu();
this.drawArea1.OperationChanged += new EventHandler(this.ChangeOperation);
this.drawArea1.ScaleChanged += new EventHandler(this.ChangeScale);
this.drawArea1.OnTrackPopup += new TrackPopupEventHandler(this.TrackPopup);
this.drawArea1.OnTipEvent += new OnTipEventHandler(this.ToolTip);
this.drawArea1.PostBrushEvent += new PostBrushEventHandler(this.PostBrush);
this.drawArea1.LeftClick +=new SvgElementEventHandler(drawArea1_LeftClick);
this.drawArea1.DoubleLeftClick+=new SvgElementEventHandler(drawArea1_DoubleLeftClick);
this.drawArea1.RightClick+=new SvgElementEventHandler(drawArea1_RightClick);
this.drawArea1.MoveOver+=new SvgElementEventHandler(drawArea1_MoveOver);
this.drawArea1.MoveIn+=new SvgElementEventHandler(drawArea1_MoveIn);
this.drawArea1.MoveOut+=new SvgElementEventHandler(drawArea1_MoveOut);
this.drawArea1.DragAndDrop+=new DragEventHandler(drawArea1_DragDrop);
this.drawArea1.PaintMap+=new PaintMapEventHandler(drawArea1_PaintMap);
this.drawArea1.AfterPaintPage+=new PaintMapEventHandler(drawArea1_AfterPaintPage);
this.Disposed+=new EventHandler(DocumentControl_Disposed);
this.UpdateProperty();
this.unnamed = ItopVector.Resource.LayoutManager.GetLabelForName("unnamedelement").Trim();
this.drawArea1.OnMouseUp += new MouseEventHandler(drawArea1_OnMouseUp);
}
示例15: InitializeComponent
/// <summary>
/// Required by designer support - do not modify
/// the following method
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.adxieKeyboardCommand = new AddinExpress.IE.ADXIEKeyboardShortcut(this.components);
this.adxieAdvancedSearchBarItem = new AddinExpress.IE.ADXIEBarItem(this.components);
//
// adxieKeyboardCommand
//
this.adxieKeyboardCommand.ShortcutText = "Ctrl+F";
this.adxieKeyboardCommand.OnAction += new AddinExpress.IE.ADXIEKeyboardShortcut_EventHandler(this.adxieKeyboardCommand_OnAction);
//
// adxieAdvancedSearchBarItem
//
this.adxieAdvancedSearchBarItem.BarType = "AddinExpress.AdvancedSearch.AdvancedSearchIEBar";
this.adxieAdvancedSearchBarItem.HelpText = "Add-in Express Advanced search engine";
this.adxieAdvancedSearchBarItem.LoadAtStartup = true;
this.adxieAdvancedSearchBarItem.MaxSize = 200;
this.adxieAdvancedSearchBarItem.MenuText = "Advanced Search";
this.adxieAdvancedSearchBarItem.MinSize = 200;
this.adxieAdvancedSearchBarItem.Title = "Advanced Search";
//
// IEAdvancedSearch
//
this.Bars.Add(this.adxieAdvancedSearchBarItem);
this.HandleShortcuts = true;
this.ModuleName = "AdvancedSearchForIE";
this.OnTabChanged += new AddinExpress.IE.ADXIETabChanged_EventHandler(this.IEAdvancedSearch_OnTabChanged);
this.OnSendMessage += new AddinExpress.IE.ADXIESendMessage_EventHandler(this.IEAdvancedSearch_OnSendMessage);
this.OnConnect += new AddinExpress.IE.ADXIEConnect_EventHandler(this.IEAdvancedSearch_OnConnect);
}