Example #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.toolsControl = new PaintDotNet.ToolsControl();
     this.SuspendLayout();
     //
     // toolsControl
     //
     this.toolsControl.Location         = new System.Drawing.Point(0, 0);
     this.toolsControl.Name             = "toolsControl";
     this.toolsControl.Size             = new System.Drawing.Size(50, 88);
     this.toolsControl.TabIndex         = 0;
     this.toolsControl.RelinquishFocus += new EventHandler(ToolsControl_RelinquishFocus);
     //
     // MainToolBarForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(50, 273);
     this.Controls.Add(this.toolsControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ToolsForm";
     this.Controls.SetChildIndex(this.toolsControl, 0);
     this.ResumeLayout(false);
 }
Example #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.toolsControl = new PaintDotNet.ToolsControl();
     this.SuspendLayout();
     // 
     // toolsControl
     // 
     this.toolsControl.Location = new System.Drawing.Point(0, 0);
     this.toolsControl.Name = "toolsControl";
     this.toolsControl.Size = new System.Drawing.Size(50, 88);
     this.toolsControl.TabIndex = 0;
     this.toolsControl.RelinquishFocus += new EventHandler(ToolsControl_RelinquishFocus);
     // 
     // MainToolBarForm
     // 
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(50, 273);
     this.Controls.Add(this.toolsControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "ToolsForm";
     this.Controls.SetChildIndex(this.toolsControl, 0);
     this.ResumeLayout(false);
 }