/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ButtonMultiSelection));
     this.btMain  = new System.Windows.Forms.Button();
     this.btArrow = new DevAge.Windows.Forms.DropDownButton();
     this.SuspendLayout();
     //
     // btMain
     //
     this.btMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btMain.Location = new System.Drawing.Point(0, 0);
     this.btMain.Name     = "btMain";
     this.btMain.Size     = new System.Drawing.Size(61, 23);
     this.btMain.TabIndex = 0;
     this.btMain.Text     = "button1";
     this.btMain.Click   += new System.EventHandler(this.btMain_Click);
     //
     // btArrow
     //
     this.btArrow.Dock     = System.Windows.Forms.DockStyle.Right;
     this.btArrow.Location = new System.Drawing.Point(61, 0);
     this.btArrow.Name     = "btArrow";
     this.btArrow.Size     = new System.Drawing.Size(14, 23);
     this.btArrow.TabIndex = 1;
     this.btArrow.Click   += new System.EventHandler(this.btArrow_Click);
     //
     // ButtonMultiSelection
     //
     this.Controls.Add(this.btMain);
     this.Controls.Add(this.btArrow);
     this.Name = "ButtonMultiSelection";
     this.Size = new System.Drawing.Size(75, 23);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ButtonMultiSelection));
            this.btMain = new System.Windows.Forms.Button();
			this.btArrow = new DevAge.Windows.Forms.DropDownButton();
			this.SuspendLayout();
			// 
			// btMain
			// 
			this.btMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.btMain.Location = new System.Drawing.Point(0, 0);
			this.btMain.Name = "btMain";
			this.btMain.Size = new System.Drawing.Size(61, 23);
			this.btMain.TabIndex = 0;
			this.btMain.Text = "button1";
			this.btMain.Click += new System.EventHandler(this.btMain_Click);
			// 
			// btArrow
			// 
			this.btArrow.Dock = System.Windows.Forms.DockStyle.Right;
			this.btArrow.Location = new System.Drawing.Point(61, 0);
			this.btArrow.Name = "btArrow";
			this.btArrow.Size = new System.Drawing.Size(14, 23);
			this.btArrow.TabIndex = 1;
			this.btArrow.Click += new System.EventHandler(this.btArrow_Click);
			// 
			// ButtonMultiSelection
			// 
			this.Controls.Add(this.btMain);
			this.Controls.Add(this.btArrow);
			this.Name = "ButtonMultiSelection";
			this.Size = new System.Drawing.Size(75, 23);
			this.ResumeLayout(false);

		}