318 lines
17 KiB
C#
318 lines
17 KiB
C#
namespace Tutorial
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnDash = new System.Windows.Forms.Button();
|
|
this.btnCalender = new System.Windows.Forms.Button();
|
|
this.btnsocial = new System.Windows.Forms.Button();
|
|
this.lbltime = new System.Windows.Forms.Label();
|
|
this.lbldate = new System.Windows.Forms.Label();
|
|
this.FormLoader = new System.Windows.Forms.Panel();
|
|
this.lblwinuser = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.lbltitle = new System.Windows.Forms.Label();
|
|
this.guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(this.components);
|
|
this.lblContact = new System.Windows.Forms.Button();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.panel1.Controls.Add(this.lblContact);
|
|
this.panel1.Controls.Add(this.lblwinuser);
|
|
this.panel1.Controls.Add(this.pictureBox3);
|
|
this.panel1.Controls.Add(this.pictureBox2);
|
|
this.panel1.Controls.Add(this.btnsocial);
|
|
this.panel1.Controls.Add(this.btnCalender);
|
|
this.panel1.Controls.Add(this.btnDash);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(175, 565);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|
this.panel2.Controls.Add(this.pictureBox5);
|
|
this.panel2.Controls.Add(this.pictureBox4);
|
|
this.panel2.Controls.Add(this.FormLoader);
|
|
this.panel2.Controls.Add(this.lbltitle);
|
|
this.panel2.Controls.Add(this.lbldate);
|
|
this.panel2.Controls.Add(this.lbltime);
|
|
this.panel2.Location = new System.Drawing.Point(174, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(804, 81);
|
|
this.panel2.TabIndex = 1;
|
|
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
|
|
this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
|
|
this.panel2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
|
|
//
|
|
// btnDash
|
|
//
|
|
this.btnDash.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(154)))), ((int)(((byte)(205)))));
|
|
this.btnDash.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnDash.FlatAppearance.BorderSize = 0;
|
|
this.btnDash.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnDash.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDash.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.btnDash.Location = new System.Drawing.Point(0, 148);
|
|
this.btnDash.Name = "btnDash";
|
|
this.btnDash.Size = new System.Drawing.Size(175, 37);
|
|
this.btnDash.TabIndex = 1;
|
|
this.btnDash.Text = "Dashboard";
|
|
this.btnDash.UseVisualStyleBackColor = false;
|
|
this.btnDash.Click += new System.EventHandler(this.btnDash_Click);
|
|
//
|
|
// btnCalender
|
|
//
|
|
this.btnCalender.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(154)))), ((int)(((byte)(205)))));
|
|
this.btnCalender.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnCalender.FlatAppearance.BorderSize = 0;
|
|
this.btnCalender.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCalender.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCalender.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.btnCalender.Location = new System.Drawing.Point(0, 197);
|
|
this.btnCalender.Name = "btnCalender";
|
|
this.btnCalender.Size = new System.Drawing.Size(175, 37);
|
|
this.btnCalender.TabIndex = 2;
|
|
this.btnCalender.Text = "Calender";
|
|
this.btnCalender.UseVisualStyleBackColor = false;
|
|
this.btnCalender.Click += new System.EventHandler(this.btnCalender_Click);
|
|
//
|
|
// btnsocial
|
|
//
|
|
this.btnsocial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(154)))), ((int)(((byte)(205)))));
|
|
this.btnsocial.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnsocial.FlatAppearance.BorderSize = 0;
|
|
this.btnsocial.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnsocial.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnsocial.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.btnsocial.Location = new System.Drawing.Point(0, 247);
|
|
this.btnsocial.Name = "btnsocial";
|
|
this.btnsocial.Size = new System.Drawing.Size(175, 37);
|
|
this.btnsocial.TabIndex = 3;
|
|
this.btnsocial.Text = "Social";
|
|
this.btnsocial.UseVisualStyleBackColor = false;
|
|
this.btnsocial.Click += new System.EventHandler(this.btnsocial_Click);
|
|
//
|
|
// lbltime
|
|
//
|
|
this.lbltime.AutoSize = true;
|
|
this.lbltime.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbltime.ForeColor = System.Drawing.Color.White;
|
|
this.lbltime.Location = new System.Drawing.Point(529, 10);
|
|
this.lbltime.Name = "lbltime";
|
|
this.lbltime.Size = new System.Drawing.Size(55, 20);
|
|
this.lbltime.TabIndex = 0;
|
|
this.lbltime.Text = "{time}";
|
|
//
|
|
// lbldate
|
|
//
|
|
this.lbldate.AutoSize = true;
|
|
this.lbldate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbldate.ForeColor = System.Drawing.Color.White;
|
|
this.lbldate.Location = new System.Drawing.Point(529, 42);
|
|
this.lbldate.Name = "lbldate";
|
|
this.lbldate.Size = new System.Drawing.Size(57, 20);
|
|
this.lbldate.TabIndex = 1;
|
|
this.lbldate.Text = "{date}";
|
|
//
|
|
// FormLoader
|
|
//
|
|
this.FormLoader.Location = new System.Drawing.Point(1, 81);
|
|
this.FormLoader.Name = "FormLoader";
|
|
this.FormLoader.Size = new System.Drawing.Size(803, 484);
|
|
this.FormLoader.TabIndex = 2;
|
|
//
|
|
// lblwinuser
|
|
//
|
|
this.lblwinuser.AutoSize = true;
|
|
this.lblwinuser.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblwinuser.ForeColor = System.Drawing.Color.White;
|
|
this.lblwinuser.Location = new System.Drawing.Point(4, 108);
|
|
this.lblwinuser.Name = "lblwinuser";
|
|
this.lblwinuser.Size = new System.Drawing.Size(56, 20);
|
|
this.lblwinuser.TabIndex = 2;
|
|
this.lblwinuser.Text = "{user}";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// lbltitle
|
|
//
|
|
this.lbltitle.AutoSize = true;
|
|
this.lbltitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbltitle.ForeColor = System.Drawing.Color.White;
|
|
this.lbltitle.Location = new System.Drawing.Point(16, 23);
|
|
this.lbltitle.Name = "lbltitle";
|
|
this.lbltitle.Size = new System.Drawing.Size(82, 31);
|
|
this.lbltitle.TabIndex = 2;
|
|
this.lbltitle.Text = "{title}";
|
|
//
|
|
// guna2Elipse1
|
|
//
|
|
this.guna2Elipse1.BorderRadius = 30;
|
|
this.guna2Elipse1.TargetControl = this;
|
|
//
|
|
// lblContact
|
|
//
|
|
this.lblContact.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(154)))), ((int)(((byte)(205)))));
|
|
this.lblContact.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.lblContact.FlatAppearance.BorderSize = 0;
|
|
this.lblContact.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.lblContact.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblContact.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.lblContact.Location = new System.Drawing.Point(1, 297);
|
|
this.lblContact.Name = "lblContact";
|
|
this.lblContact.Size = new System.Drawing.Size(175, 37);
|
|
this.lblContact.TabIndex = 7;
|
|
this.lblContact.Text = "Contact";
|
|
this.lblContact.UseVisualStyleBackColor = false;
|
|
this.lblContact.Click += new System.EventHandler(this.lblContact_Click);
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.Location = new System.Drawing.Point(0, 530);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(41, 35);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox3.TabIndex = 6;
|
|
this.pictureBox3.TabStop = false;
|
|
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(132, 530);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(43, 35);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 5;
|
|
this.pictureBox2.TabStop = false;
|
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(8, 10);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(157, 85);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
|
this.pictureBox4.Location = new System.Drawing.Point(760, 3);
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size(30, 27);
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox4.TabIndex = 3;
|
|
this.pictureBox4.TabStop = false;
|
|
this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
this.pictureBox5.Location = new System.Drawing.Point(724, 3);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(30, 27);
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox5.TabIndex = 4;
|
|
this.pictureBox5.TabStop = false;
|
|
this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(976, 565);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Button btnsocial;
|
|
private System.Windows.Forms.Button btnCalender;
|
|
private System.Windows.Forms.Button btnDash;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lbldate;
|
|
private System.Windows.Forms.Label lbltime;
|
|
private System.Windows.Forms.Label lblwinuser;
|
|
private System.Windows.Forms.Panel FormLoader;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Label lbltitle;
|
|
private System.Windows.Forms.Button lblContact;
|
|
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
}
|
|
}
|
|
|