191 lines
11 KiB
C#
191 lines
11 KiB
C#
|
namespace RyzStudio.Windows.ThemedForms
|
|||
|
{
|
|||
|
partial class BorderlessToolForm
|
|||
|
{
|
|||
|
/// <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 Windows Form 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.lblDescription = new System.Windows.Forms.Label();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.imgbxMenu = new RyzStudio.Windows.Forms.ImageBox();
|
|||
|
this.imgbxMaximise = new RyzStudio.Windows.Forms.ImageBox();
|
|||
|
this.imgbxMinimise = new RyzStudio.Windows.Forms.ImageBox();
|
|||
|
this.imgbxClose = new RyzStudio.Windows.Forms.ImageBox();
|
|||
|
this.area1 = new System.Windows.Forms.Panel();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMenu)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMaximise)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMinimise)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// lblDescription
|
|||
|
//
|
|||
|
this.lblDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.lblDescription.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblDescription.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
|||
|
this.lblDescription.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.lblDescription.Name = "lblDescription";
|
|||
|
this.lblDescription.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|||
|
this.lblDescription.Size = new System.Drawing.Size(194, 30);
|
|||
|
this.lblDescription.TabIndex = 148;
|
|||
|
this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblDescription.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
|
|||
|
this.lblDescription.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label1_MouseClick);
|
|||
|
this.lblDescription.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label1_MouseDown);
|
|||
|
this.lblDescription.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label1_MouseMove);
|
|||
|
this.lblDescription.MouseUp += new System.Windows.Forms.MouseEventHandler(this.label1_MouseUp);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.panel1.Cursor = System.Windows.Forms.Cursors.SizeNWSE;
|
|||
|
this.panel1.Location = new System.Drawing.Point(335, 595);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(5, 5);
|
|||
|
this.panel1.TabIndex = 150;
|
|||
|
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
|
|||
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
|
|||
|
this.panel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseUp);
|
|||
|
//
|
|||
|
// imgbxMenu
|
|||
|
//
|
|||
|
this.imgbxMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.imgbxMenu.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.imgbxMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.imgbxMenu.ErrorImage = null;
|
|||
|
this.imgbxMenu.HighlightImage = global::AppLauncher.Properties.Resources.form16_menu2;
|
|||
|
this.imgbxMenu.Image = global::AppLauncher.Properties.Resources.form16_menu;
|
|||
|
this.imgbxMenu.InitialImage = null;
|
|||
|
this.imgbxMenu.Location = new System.Drawing.Point(224, 4);
|
|||
|
this.imgbxMenu.Name = "imgbxMenu";
|
|||
|
this.imgbxMenu.NormalImage = global::AppLauncher.Properties.Resources.form16_menu;
|
|||
|
this.imgbxMenu.Size = new System.Drawing.Size(24, 24);
|
|||
|
this.imgbxMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.imgbxMenu.TabIndex = 149;
|
|||
|
this.imgbxMenu.TabStop = false;
|
|||
|
//
|
|||
|
// imgbxMaximise
|
|||
|
//
|
|||
|
this.imgbxMaximise.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.imgbxMaximise.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.imgbxMaximise.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.imgbxMaximise.ErrorImage = null;
|
|||
|
this.imgbxMaximise.HighlightImage = global::AppLauncher.Properties.Resources.form16_maximise2;
|
|||
|
this.imgbxMaximise.Image = global::AppLauncher.Properties.Resources.form16_maximise;
|
|||
|
this.imgbxMaximise.InitialImage = null;
|
|||
|
this.imgbxMaximise.Location = new System.Drawing.Point(280, 4);
|
|||
|
this.imgbxMaximise.Name = "imgbxMaximise";
|
|||
|
this.imgbxMaximise.NormalImage = global::AppLauncher.Properties.Resources.form16_maximise;
|
|||
|
this.imgbxMaximise.Size = new System.Drawing.Size(24, 24);
|
|||
|
this.imgbxMaximise.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.imgbxMaximise.TabIndex = 147;
|
|||
|
this.imgbxMaximise.TabStop = false;
|
|||
|
//
|
|||
|
// imgbxMinimise
|
|||
|
//
|
|||
|
this.imgbxMinimise.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.imgbxMinimise.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.imgbxMinimise.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.imgbxMinimise.ErrorImage = null;
|
|||
|
this.imgbxMinimise.HighlightImage = global::AppLauncher.Properties.Resources.form16_minimise2;
|
|||
|
this.imgbxMinimise.Image = global::AppLauncher.Properties.Resources.form16_minimise;
|
|||
|
this.imgbxMinimise.InitialImage = null;
|
|||
|
this.imgbxMinimise.Location = new System.Drawing.Point(252, 4);
|
|||
|
this.imgbxMinimise.Name = "imgbxMinimise";
|
|||
|
this.imgbxMinimise.NormalImage = global::AppLauncher.Properties.Resources.form16_minimise;
|
|||
|
this.imgbxMinimise.Size = new System.Drawing.Size(24, 24);
|
|||
|
this.imgbxMinimise.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.imgbxMinimise.TabIndex = 146;
|
|||
|
this.imgbxMinimise.TabStop = false;
|
|||
|
//
|
|||
|
// imgbxClose
|
|||
|
//
|
|||
|
this.imgbxClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.imgbxClose.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.imgbxClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|||
|
this.imgbxClose.ErrorImage = null;
|
|||
|
this.imgbxClose.HighlightImage = global::AppLauncher.Properties.Resources.form16_close2;
|
|||
|
this.imgbxClose.Image = global::AppLauncher.Properties.Resources.form16_close;
|
|||
|
this.imgbxClose.InitialImage = null;
|
|||
|
this.imgbxClose.Location = new System.Drawing.Point(308, 4);
|
|||
|
this.imgbxClose.Name = "imgbxClose";
|
|||
|
this.imgbxClose.NormalImage = global::AppLauncher.Properties.Resources.form16_close;
|
|||
|
this.imgbxClose.Size = new System.Drawing.Size(24, 24);
|
|||
|
this.imgbxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.imgbxClose.TabIndex = 145;
|
|||
|
this.imgbxClose.TabStop = false;
|
|||
|
//
|
|||
|
// area1
|
|||
|
//
|
|||
|
this.area1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.area1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.area1.Cursor = System.Windows.Forms.Cursors.SizeNS;
|
|||
|
this.area1.Location = new System.Drawing.Point(0, 595);
|
|||
|
this.area1.Name = "area1";
|
|||
|
this.area1.Size = new System.Drawing.Size(334, 5);
|
|||
|
this.area1.TabIndex = 151;
|
|||
|
this.area1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
|
|||
|
this.area1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
|
|||
|
this.area1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
|
|||
|
//
|
|||
|
// BorderlessToolForm
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.ClientSize = new System.Drawing.Size(340, 600);
|
|||
|
this.Controls.Add(this.area1);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Controls.Add(this.imgbxMenu);
|
|||
|
this.Controls.Add(this.lblDescription);
|
|||
|
this.Controls.Add(this.imgbxMaximise);
|
|||
|
this.Controls.Add(this.imgbxMinimise);
|
|||
|
this.Controls.Add(this.imgbxClose);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.MinimumSize = new System.Drawing.Size(40, 0);
|
|||
|
this.Name = "BorderlessToolForm";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMenu)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMaximise)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxMinimise)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.imgbxClose)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
protected internal Forms.ImageBox imgbxMaximise;
|
|||
|
protected internal Forms.ImageBox imgbxMinimise;
|
|||
|
protected internal Forms.ImageBox imgbxClose;
|
|||
|
protected internal System.Windows.Forms.Label lblDescription;
|
|||
|
protected internal Forms.ImageBox imgbxMenu;
|
|||
|
protected internal System.Windows.Forms.Panel panel1;
|
|||
|
protected internal System.Windows.Forms.Panel area1;
|
|||
|
}
|
|||
|
}
|