286 lines
15 KiB
C#
286 lines
15 KiB
C#
|
|
namespace KursovayaDvornikovAM
|
|||
|
|
{
|
|||
|
|
partial class MainForm
|
|||
|
|
{
|
|||
|
|
/// <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(MainForm));
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.CloseButton = new System.Windows.Forms.Label();
|
|||
|
|
this.HideButton = new System.Windows.Forms.Label();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.WarehouseButton = new System.Windows.Forms.Button();
|
|||
|
|
this.ProductsButton = new System.Windows.Forms.Button();
|
|||
|
|
this.UserButton = new System.Windows.Forms.Button();
|
|||
|
|
this.ProviderButton = new System.Windows.Forms.Button();
|
|||
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
|
this.label2.ForeColor = System.Drawing.Color.DarkOliveGreen;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(346, 62);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(189, 35);
|
|||
|
|
this.label2.TabIndex = 19;
|
|||
|
|
this.label2.Text = "Главный экран";
|
|||
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
|
this.label1.ForeColor = System.Drawing.Color.ForestGreen;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(364, 9);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(156, 38);
|
|||
|
|
this.label1.TabIndex = 11;
|
|||
|
|
this.label1.Text = "Любимчик";
|
|||
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|||
|
|
//
|
|||
|
|
// CloseButton
|
|||
|
|
//
|
|||
|
|
this.CloseButton.AutoSize = true;
|
|||
|
|
this.CloseButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.CloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
|
this.CloseButton.Location = new System.Drawing.Point(861, 0);
|
|||
|
|
this.CloseButton.Name = "CloseButton";
|
|||
|
|
this.CloseButton.Size = new System.Drawing.Size(20, 20);
|
|||
|
|
this.CloseButton.TabIndex = 20;
|
|||
|
|
this.CloseButton.Text = "X";
|
|||
|
|
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
|
|||
|
|
this.CloseButton.MouseEnter += new System.EventHandler(this.CloseButton_MouseEnter);
|
|||
|
|
this.CloseButton.MouseLeave += new System.EventHandler(this.CloseButton_MouseLeave);
|
|||
|
|
//
|
|||
|
|
// HideButton
|
|||
|
|
//
|
|||
|
|
this.HideButton.AutoSize = true;
|
|||
|
|
this.HideButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.HideButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
|
this.HideButton.Location = new System.Drawing.Point(837, 0);
|
|||
|
|
this.HideButton.Name = "HideButton";
|
|||
|
|
this.HideButton.Size = new System.Drawing.Size(18, 20);
|
|||
|
|
this.HideButton.TabIndex = 21;
|
|||
|
|
this.HideButton.Text = "_";
|
|||
|
|
this.HideButton.Click += new System.EventHandler(this.HideButton_Click);
|
|||
|
|
this.HideButton.MouseEnter += new System.EventHandler(this.HideButton_MouseEnter_1);
|
|||
|
|
this.HideButton.MouseLeave += new System.EventHandler(this.HideButton_MouseLeave);
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.label3.Location = new System.Drawing.Point(264, 206);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(103, 35);
|
|||
|
|
this.label3.TabIndex = 28;
|
|||
|
|
this.label3.Text = "Товары";
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.label4.Location = new System.Drawing.Point(264, 411);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(184, 35);
|
|||
|
|
this.label4.TabIndex = 29;
|
|||
|
|
this.label4.Text = "Пользователи";
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.label5.Location = new System.Drawing.Point(649, 206);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(104, 35);
|
|||
|
|
this.label5.TabIndex = 30;
|
|||
|
|
this.label5.Text = "Склады";
|
|||
|
|
this.label5.Click += new System.EventHandler(this.label5_Click);
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.label6.Location = new System.Drawing.Point(649, 411);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(160, 35);
|
|||
|
|
this.label6.TabIndex = 31;
|
|||
|
|
this.label6.Text = "Поставщики";
|
|||
|
|
//
|
|||
|
|
// WarehouseButton
|
|||
|
|
//
|
|||
|
|
this.WarehouseButton.BackColor = System.Drawing.Color.Red;
|
|||
|
|
this.WarehouseButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("WarehouseButton.BackgroundImage")));
|
|||
|
|
this.WarehouseButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.WarehouseButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.WarehouseButton.Location = new System.Drawing.Point(470, 136);
|
|||
|
|
this.WarehouseButton.Name = "WarehouseButton";
|
|||
|
|
this.WarehouseButton.Size = new System.Drawing.Size(150, 152);
|
|||
|
|
this.WarehouseButton.TabIndex = 27;
|
|||
|
|
this.WarehouseButton.UseVisualStyleBackColor = false;
|
|||
|
|
this.WarehouseButton.Click += new System.EventHandler(this.WarehouseButton_Click);
|
|||
|
|
//
|
|||
|
|
// ProductsButton
|
|||
|
|
//
|
|||
|
|
this.ProductsButton.BackColor = System.Drawing.Color.SpringGreen;
|
|||
|
|
this.ProductsButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProductsButton.BackgroundImage")));
|
|||
|
|
this.ProductsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.ProductsButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.ProductsButton.Location = new System.Drawing.Point(92, 136);
|
|||
|
|
this.ProductsButton.Name = "ProductsButton";
|
|||
|
|
this.ProductsButton.Size = new System.Drawing.Size(150, 152);
|
|||
|
|
this.ProductsButton.TabIndex = 26;
|
|||
|
|
this.ProductsButton.UseVisualStyleBackColor = false;
|
|||
|
|
this.ProductsButton.Click += new System.EventHandler(this.ProductsButton_Click);
|
|||
|
|
//
|
|||
|
|
// UserButton
|
|||
|
|
//
|
|||
|
|
this.UserButton.BackColor = System.Drawing.Color.Yellow;
|
|||
|
|
this.UserButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UserButton.BackgroundImage")));
|
|||
|
|
this.UserButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.UserButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.UserButton.Location = new System.Drawing.Point(92, 341);
|
|||
|
|
this.UserButton.Name = "UserButton";
|
|||
|
|
this.UserButton.Size = new System.Drawing.Size(150, 152);
|
|||
|
|
this.UserButton.TabIndex = 25;
|
|||
|
|
this.UserButton.UseVisualStyleBackColor = false;
|
|||
|
|
this.UserButton.Click += new System.EventHandler(this.UserButton_Click);
|
|||
|
|
//
|
|||
|
|
// ProviderButton
|
|||
|
|
//
|
|||
|
|
this.ProviderButton.BackColor = System.Drawing.Color.Aqua;
|
|||
|
|
this.ProviderButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProviderButton.BackgroundImage")));
|
|||
|
|
this.ProviderButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.ProviderButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.ProviderButton.Location = new System.Drawing.Point(470, 341);
|
|||
|
|
this.ProviderButton.Name = "ProviderButton";
|
|||
|
|
this.ProviderButton.Size = new System.Drawing.Size(150, 152);
|
|||
|
|
this.ProviderButton.TabIndex = 24;
|
|||
|
|
this.ProviderButton.UseVisualStyleBackColor = false;
|
|||
|
|
this.ProviderButton.Click += new System.EventHandler(this.ProviderButton_Click_1);
|
|||
|
|
//
|
|||
|
|
// pictureBox2
|
|||
|
|
//
|
|||
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|||
|
|
this.pictureBox2.Location = new System.Drawing.Point(770, 531);
|
|||
|
|
this.pictureBox2.Name = "pictureBox2";
|
|||
|
|
this.pictureBox2.Size = new System.Drawing.Size(111, 104);
|
|||
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
|
this.pictureBox2.TabIndex = 18;
|
|||
|
|
this.pictureBox2.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// pictureBox1
|
|||
|
|
//
|
|||
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|||
|
|
this.pictureBox1.Location = new System.Drawing.Point(770, 531);
|
|||
|
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
|
this.pictureBox1.Size = new System.Drawing.Size(111, 104);
|
|||
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
|
this.pictureBox1.TabIndex = 18;
|
|||
|
|
this.pictureBox1.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// label7
|
|||
|
|
//
|
|||
|
|
this.label7.AutoSize = true;
|
|||
|
|
this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|||
|
|
this.label7.ForeColor = System.Drawing.Color.MediumBlue;
|
|||
|
|
this.label7.Location = new System.Drawing.Point(676, 606);
|
|||
|
|
this.label7.Name = "label7";
|
|||
|
|
this.label7.Size = new System.Drawing.Size(88, 20);
|
|||
|
|
this.label7.TabIndex = 32;
|
|||
|
|
this.label7.Text = "Наш офис";
|
|||
|
|
this.label7.Click += new System.EventHandler(this.label7_Click);
|
|||
|
|
this.label7.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label7_MouseMove);
|
|||
|
|
//
|
|||
|
|
// MainForm
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.BackColor = System.Drawing.Color.PaleGoldenrod;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(881, 635);
|
|||
|
|
this.Controls.Add(this.label7);
|
|||
|
|
this.Controls.Add(this.label6);
|
|||
|
|
this.Controls.Add(this.label5);
|
|||
|
|
this.Controls.Add(this.label4);
|
|||
|
|
this.Controls.Add(this.label3);
|
|||
|
|
this.Controls.Add(this.WarehouseButton);
|
|||
|
|
this.Controls.Add(this.ProductsButton);
|
|||
|
|
this.Controls.Add(this.UserButton);
|
|||
|
|
this.Controls.Add(this.ProviderButton);
|
|||
|
|
this.Controls.Add(this.HideButton);
|
|||
|
|
this.Controls.Add(this.CloseButton);
|
|||
|
|
this.Controls.Add(this.label2);
|
|||
|
|
this.Controls.Add(this.pictureBox2);
|
|||
|
|
this.Controls.Add(this.pictureBox1);
|
|||
|
|
this.Controls.Add(this.label1);
|
|||
|
|
this.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
|
this.Name = "MainForm";
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
|
this.Text = "Любимчик";
|
|||
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|||
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
|
|||
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.Label HideButton;
|
|||
|
|
private System.Windows.Forms.Button ProviderButton;
|
|||
|
|
private System.Windows.Forms.Button UserButton;
|
|||
|
|
private System.Windows.Forms.Button ProductsButton;
|
|||
|
|
private System.Windows.Forms.Button WarehouseButton;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|||
|
|
private System.Windows.Forms.Label label7;
|
|||
|
|
private System.Windows.Forms.Label CloseButton;
|
|||
|
|
}
|
|||
|
|
}
|