mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 14:30:26 +00:00
118 lines
5.3 KiB
C#
118 lines
5.3 KiB
C#
namespace Toolbox.Library.Forms
|
|
{
|
|
partial class STCollapsePanelButton
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
|
|
this.alternativeLabel = new Toolbox.Library.Forms.STLabel();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pictureBox1.Image = global::Toolbox.Library.Properties.Resources.arrowMinimize_;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(30, 18);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Location = new System.Drawing.Point(342, 0);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(17, 17);
|
|
this.pictureBox2.TabIndex = 2;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// stLabel1
|
|
//
|
|
this.stLabel1.AutoSize = true;
|
|
this.stLabel1.Location = new System.Drawing.Point(36, 3);
|
|
this.stLabel1.Name = "stLabel1";
|
|
this.stLabel1.Size = new System.Drawing.Size(43, 13);
|
|
this.stLabel1.TabIndex = 1;
|
|
this.stLabel1.Text = "Untitled";
|
|
this.stLabel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
//
|
|
// alternativeLabel
|
|
//
|
|
this.alternativeLabel.AutoSize = true;
|
|
this.alternativeLabel.Location = new System.Drawing.Point(194, 3);
|
|
this.alternativeLabel.Name = "alternativeLabel";
|
|
this.alternativeLabel.Size = new System.Drawing.Size(0, 13);
|
|
this.alternativeLabel.TabIndex = 3;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Location = new System.Drawing.Point(325, 0);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(17, 17);
|
|
this.pictureBox3.TabIndex = 4;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// STCollapsePanelButton
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.Controls.Add(this.alternativeLabel);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.stLabel1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Name = "STCollapsePanelButton";
|
|
this.Size = new System.Drawing.Size(372, 17);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private STLabel stLabel1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private STLabel alternativeLabel;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
}
|
|
}
|