Пример #1
0
 /// <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(ManageElement));
     this._bRemove        = new ActiveQLibrary.CustomControl.ButtonXP();
     this._lbItem         = new System.Windows.Forms.ListBox();
     this._bAdd           = new ActiveQLibrary.CustomControl.ButtonXP();
     this._bUp            = new ActiveQLibrary.CustomControl.ButtonXP();
     this._bDown          = new ActiveQLibrary.CustomControl.ButtonXP();
     this._openFileDiaXml = new System.Windows.Forms.OpenFileDialog();
     this._openDirDia     = new ActiveQLibrary.CustomControl.FolderBrowser();
     this._openFileDia    = new System.Windows.Forms.OpenFileDialog();
     this._toolTipAdd     = new System.Windows.Forms.ToolTip(this.components);
     this._toolTipRemove  = new System.Windows.Forms.ToolTip(this.components);
     this._tbAddString    = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // _bRemove
     //
     this._bRemove._Image        = null;
     this._bRemove.DefaultScheme = false;
     this._bRemove.Image         = null;
     this._bRemove.Location      = new System.Drawing.Point(264, 124);
     this._bRemove.Name          = "_bRemove";
     this._bRemove.Scheme        = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
     this._bRemove.Size          = new System.Drawing.Size(72, 23);
     this._bRemove.SizeImgButton = new System.Drawing.Size(0, 0);
     this._bRemove.TabIndex      = 4;
     this._bRemove.Text          = "Remove";
     this._bRemove.Click        += new System.EventHandler(this._bRemove_Click);
     //
     // _lbItem
     //
     this._lbItem.HorizontalScrollbar = true;
     this._lbItem.Location            = new System.Drawing.Point(8, 8);
     this._lbItem.Name                  = "_lbItem";
     this._lbItem.Size                  = new System.Drawing.Size(328, 108);
     this._lbItem.TabIndex              = 0;
     this._lbItem.KeyDown              += new System.Windows.Forms.KeyEventHandler(this._lbItem_KeyDown);
     this._lbItem.SelectedValueChanged += new System.EventHandler(this._lbItem_SelectedValueChanged);
     //
     // _bAdd
     //
     this._bAdd._Image        = null;
     this._bAdd.DefaultScheme = false;
     this._bAdd.Image         = null;
     this._bAdd.Location      = new System.Drawing.Point(192, 124);
     this._bAdd.Name          = "_bAdd";
     this._bAdd.Scheme        = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
     this._bAdd.Size          = new System.Drawing.Size(72, 23);
     this._bAdd.SizeImgButton = new System.Drawing.Size(24, 24);
     this._bAdd.TabIndex      = 3;
     this._bAdd.Text          = "Add";
     this._bAdd.Click        += new System.EventHandler(this._bAdd_Click);
     //
     // _bUp
     //
     this._bUp._Image        = null;
     this._bUp.DefaultScheme = false;
     this._bUp.Image         = ((System.Drawing.Bitmap)(resources.GetObject("_bUp.Image")));
     this._bUp.Location      = new System.Drawing.Point(336, 8);
     this._bUp.Name          = "_bUp";
     this._bUp.Scheme        = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
     this._bUp.Size          = new System.Drawing.Size(32, 32);
     this._bUp.SizeImgButton = new System.Drawing.Size(0, 0);
     this._bUp.TabIndex      = 1;
     this._bUp.Click        += new System.EventHandler(this._bUp_Click);
     //
     // _bDown
     //
     this._bDown._Image        = null;
     this._bDown.DefaultScheme = false;
     this._bDown.Image         = ((System.Drawing.Bitmap)(resources.GetObject("_bDown.Image")));
     this._bDown.Location      = new System.Drawing.Point(336, 88);
     this._bDown.Name          = "_bDown";
     this._bDown.Scheme        = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
     this._bDown.Size          = new System.Drawing.Size(32, 32);
     this._bDown.SizeImgButton = new System.Drawing.Size(0, 0);
     this._bDown.TabIndex      = 2;
     this._bDown.Click        += new System.EventHandler(this._bDown_Click);
     //
     // _openFileDiaXml
     //
     this._openFileDiaXml.Filter = "XML files|*.xml";
     //
     // _tbAddString
     //
     this._tbAddString.Location     = new System.Drawing.Point(8, 125);
     this._tbAddString.Name         = "_tbAddString";
     this._tbAddString.Size         = new System.Drawing.Size(176, 20);
     this._tbAddString.TabIndex     = 5;
     this._tbAddString.Text         = "";
     this._tbAddString.KeyDown     += new System.Windows.Forms.KeyEventHandler(this._tbAddString_KeyDown);
     this._tbAddString.TextChanged += new System.EventHandler(this._tbAddString_TextChanged);
     //
     // ManageElement
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._tbAddString,
         this._bDown,
         this._bUp,
         this._bRemove,
         this._lbItem,
         this._bAdd
     });
     this.Name         = "ManageElement";
     this.Size         = new System.Drawing.Size(400, 152);
     this.Load        += new System.EventHandler(this.ManageElement_Load);
     this.SizeChanged += new System.EventHandler(this.ManageElement_SizeChanged);
     this.Paint       += new System.Windows.Forms.PaintEventHandler(this.ManageElement_Paint);
     this.ResumeLayout(false);
 }
Пример #2
0
		/// <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(ManageElement));
			this._bRemove = new ActiveQLibrary.CustomControl.ButtonXP();
			this._lbItem = new System.Windows.Forms.ListBox();
			this._bAdd = new ActiveQLibrary.CustomControl.ButtonXP();
			this._bUp = new ActiveQLibrary.CustomControl.ButtonXP();
			this._bDown = new ActiveQLibrary.CustomControl.ButtonXP();
			this._openFileDiaXml = new System.Windows.Forms.OpenFileDialog();
			this._openDirDia = new ActiveQLibrary.CustomControl.FolderBrowser();
			this._openFileDia = new System.Windows.Forms.OpenFileDialog();
			this._toolTipAdd = new System.Windows.Forms.ToolTip(this.components);
			this._toolTipRemove = new System.Windows.Forms.ToolTip(this.components);
			this._tbAddString = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// _bRemove
			// 
			this._bRemove._Image = null;
			this._bRemove.DefaultScheme = false;
			this._bRemove.Image = null;
			this._bRemove.Location = new System.Drawing.Point(264, 124);
			this._bRemove.Name = "_bRemove";
			this._bRemove.Scheme = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
			this._bRemove.Size = new System.Drawing.Size(72, 23);
			this._bRemove.SizeImgButton = new System.Drawing.Size(0, 0);
			this._bRemove.TabIndex = 4;
			this._bRemove.Text = "Remove";
			this._bRemove.Click += new System.EventHandler(this._bRemove_Click);
			// 
			// _lbItem
			// 
			this._lbItem.HorizontalScrollbar = true;
			this._lbItem.Location = new System.Drawing.Point(8, 8);
			this._lbItem.Name = "_lbItem";
			this._lbItem.Size = new System.Drawing.Size(328, 108);
			this._lbItem.TabIndex = 0;
			this._lbItem.KeyDown += new System.Windows.Forms.KeyEventHandler(this._lbItem_KeyDown);
			this._lbItem.SelectedValueChanged += new System.EventHandler(this._lbItem_SelectedValueChanged);
			// 
			// _bAdd
			// 
			this._bAdd._Image = null;
			this._bAdd.DefaultScheme = false;
			this._bAdd.Image = null;
			this._bAdd.Location = new System.Drawing.Point(192, 124);
			this._bAdd.Name = "_bAdd";
			this._bAdd.Scheme = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
			this._bAdd.Size = new System.Drawing.Size(72, 23);
			this._bAdd.SizeImgButton = new System.Drawing.Size(24, 24);
			this._bAdd.TabIndex = 3;
			this._bAdd.Text = "Add";
			this._bAdd.Click += new System.EventHandler(this._bAdd_Click);
			// 
			// _bUp
			// 
			this._bUp._Image = null;
			this._bUp.DefaultScheme = false;
			this._bUp.Image = ((System.Drawing.Bitmap)(resources.GetObject("_bUp.Image")));
			this._bUp.Location = new System.Drawing.Point(336, 8);
			this._bUp.Name = "_bUp";
			this._bUp.Scheme = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
			this._bUp.Size = new System.Drawing.Size(32, 32);
			this._bUp.SizeImgButton = new System.Drawing.Size(0, 0);
			this._bUp.TabIndex = 1;
			this._bUp.Click += new System.EventHandler(this._bUp_Click);
			// 
			// _bDown
			// 
			this._bDown._Image = null;
			this._bDown.DefaultScheme = false;
			this._bDown.Image = ((System.Drawing.Bitmap)(resources.GetObject("_bDown.Image")));
			this._bDown.Location = new System.Drawing.Point(336, 88);
			this._bDown.Name = "_bDown";
			this._bDown.Scheme = ActiveQLibrary.CustomControl.ButtonXP.Schemes.Silver;
			this._bDown.Size = new System.Drawing.Size(32, 32);
			this._bDown.SizeImgButton = new System.Drawing.Size(0, 0);
			this._bDown.TabIndex = 2;
			this._bDown.Click += new System.EventHandler(this._bDown_Click);
			// 
			// _openFileDiaXml
			// 
			this._openFileDiaXml.Filter = "XML files|*.xml";
			// 
			// _tbAddString
			// 
			this._tbAddString.Location = new System.Drawing.Point(8, 125);
			this._tbAddString.Name = "_tbAddString";
			this._tbAddString.Size = new System.Drawing.Size(176, 20);
			this._tbAddString.TabIndex = 5;
			this._tbAddString.Text = "";
			this._tbAddString.KeyDown += new System.Windows.Forms.KeyEventHandler(this._tbAddString_KeyDown);
			this._tbAddString.TextChanged += new System.EventHandler(this._tbAddString_TextChanged);
			// 
			// ManageElement
			// 
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this._tbAddString,
																		  this._bDown,
																		  this._bUp,
																		  this._bRemove,
																		  this._lbItem,
																		  this._bAdd});
			this.Name = "ManageElement";
			this.Size = new System.Drawing.Size(400, 152);
			this.Load += new System.EventHandler(this.ManageElement_Load);
			this.SizeChanged += new System.EventHandler(this.ManageElement_SizeChanged);
			this.Paint += new System.Windows.Forms.PaintEventHandler(this.ManageElement_Paint);
			this.ResumeLayout(false);

		}