191 lines
11 KiB
C#
191 lines
11 KiB
C#
namespace RyzStudio.Windows.ThemedForms
|
|
{
|
|
partial class BorderlessForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BorderlessForm));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.area1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox4 = new RyzStudio.Windows.Forms.ImageBox();
|
|
this.pictureBox2 = new RyzStudio.Windows.Forms.ImageBox();
|
|
this.pictureBox1 = new RyzStudio.Windows.Forms.ImageBox();
|
|
this.pictureBox3 = new RyzStudio.Windows.Forms.ImageBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
|
|
this.label1.Location = new System.Drawing.Point(1, 1);
|
|
this.label1.Name = "label1";
|
|
this.label1.Padding = new System.Windows.Forms.Padding(48, 0, 0, 0);
|
|
this.label1.Size = new System.Drawing.Size(454, 48);
|
|
this.label1.TabIndex = 148;
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
|
|
this.label1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label1_MouseClick);
|
|
this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label1_MouseDown);
|
|
this.label1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label1_MouseMove);
|
|
this.label1.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(594, 674);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(6, 6);
|
|
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);
|
|
//
|
|
// 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(1, 674);
|
|
this.area1.Name = "area1";
|
|
this.area1.Size = new System.Drawing.Size(592, 6);
|
|
this.area1.TabIndex = 152;
|
|
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);
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox4.ErrorImage = null;
|
|
this.pictureBox4.HighlightImage = global::hiim.dply.Properties.Resources.form20_menu2;
|
|
this.pictureBox4.Image = global::hiim.dply.Properties.Resources.form20_menu;
|
|
this.pictureBox4.InitialImage = null;
|
|
this.pictureBox4.Location = new System.Drawing.Point(460, 11);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.NormalImage = global::hiim.dply.Properties.Resources.form20_menu;
|
|
this.pictureBox4.Size = new System.Drawing.Size(28, 28);
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox4.TabIndex = 149;
|
|
this.pictureBox4.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox2.ErrorImage = null;
|
|
this.pictureBox2.HighlightImage = global::hiim.dply.Properties.Resources.form20_maximise2;
|
|
this.pictureBox2.Image = global::hiim.dply.Properties.Resources.form20_maximise;
|
|
this.pictureBox2.InitialImage = null;
|
|
this.pictureBox2.Location = new System.Drawing.Point(528, 11);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.NormalImage = global::hiim.dply.Properties.Resources.form20_maximise;
|
|
this.pictureBox2.Size = new System.Drawing.Size(28, 28);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox2.TabIndex = 147;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.ErrorImage = null;
|
|
this.pictureBox1.HighlightImage = global::hiim.dply.Properties.Resources.form20_minimise2;
|
|
this.pictureBox1.Image = global::hiim.dply.Properties.Resources.form20_minimise;
|
|
this.pictureBox1.InitialImage = null;
|
|
this.pictureBox1.Location = new System.Drawing.Point(494, 11);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.NormalImage = global::hiim.dply.Properties.Resources.form20_minimise;
|
|
this.pictureBox1.Size = new System.Drawing.Size(28, 28);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox1.TabIndex = 146;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox3.ErrorImage = null;
|
|
this.pictureBox3.HighlightImage = global::hiim.dply.Properties.Resources.form20_close2;
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.InitialImage = null;
|
|
this.pictureBox3.Location = new System.Drawing.Point(562, 11);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.NormalImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.NormalImage")));
|
|
this.pictureBox3.Size = new System.Drawing.Size(28, 28);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox3.TabIndex = 145;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// BorderlessForm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ClientSize = new System.Drawing.Size(600, 680);
|
|
this.Controls.Add(this.area1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.pictureBox4);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "BorderlessForm";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected internal Forms.ImageBox pictureBox2;
|
|
protected internal Forms.ImageBox pictureBox1;
|
|
protected internal Forms.ImageBox pictureBox3;
|
|
protected internal System.Windows.Forms.Label label1;
|
|
protected internal Forms.ImageBox pictureBox4;
|
|
protected internal System.Windows.Forms.Panel panel1;
|
|
protected internal System.Windows.Forms.Panel area1;
|
|
}
|
|
} |