namespace Швейная_фабрика { partial class fManager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pnlLogo = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.lblTitle = new System.Windows.Forms.Label(); this.pbxLogo = new System.Windows.Forms.PictureBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.lblEditProfile = new System.Windows.Forms.ToolStripLabel(); this.lblUserName = new System.Windows.Forms.ToolStripLabel(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.flpTextures = new System.Windows.Forms.FlowLayoutPanel(); this.pnlLogo.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit(); this.toolStrip1.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // pnlLogo // this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlLogo.Controls.Add(this.panel2); this.pnlLogo.Controls.Add(this.pbxLogo); this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top; this.pnlLogo.Location = new System.Drawing.Point(0, 0); this.pnlLogo.Name = "pnlLogo"; this.pnlLogo.Size = new System.Drawing.Size(624, 64); this.pnlLogo.TabIndex = 20; // // panel2 // this.panel2.Controls.Add(this.lblTitle); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(64, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(558, 62); this.panel2.TabIndex = 2; // // lblTitle // this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(558, 62); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Швейная фабрика"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pbxLogo // this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left; this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo; this.pbxLogo.Location = new System.Drawing.Point(0, 0); this.pbxLogo.Name = "pbxLogo"; this.pbxLogo.Size = new System.Drawing.Size(64, 62); this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxLogo.TabIndex = 1; this.pbxLogo.TabStop = false; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblEditProfile, this.lblUserName}); this.toolStrip1.Location = new System.Drawing.Point(0, 64); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(624, 25); this.toolStrip1.TabIndex = 21; this.toolStrip1.Text = "toolStrip1"; // // lblEditProfile // this.lblEditProfile.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.lblEditProfile.Name = "lblEditProfile"; this.lblEditProfile.Size = new System.Drawing.Size(149, 22); this.lblEditProfile.Text = "Редактирование профиля"; // // lblUserName // this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(109, 22); this.lblUserName.Text = "Имя пользователя"; // // tabControl // this.tabControl.Controls.Add(this.tabPage1); this.tabControl.Controls.Add(this.tabPage2); this.tabControl.Controls.Add(this.tabPage3); this.tabControl.Controls.Add(this.tabPage4); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 89); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(624, 352); this.tabControl.TabIndex = 22; // // tabPage1 // this.tabPage1.Controls.Add(this.flpTextures); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(616, 326); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Список тканей"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(616, 326); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Список фурнитур"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Controls.Add(this.button2); this.tabPage3.Controls.Add(this.button1); this.tabPage3.Controls.Add(this.dataGridView1); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(616, 326); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Список изделий"; this.tabPage3.UseVisualStyleBackColor = true; // // tabPage4 // this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(616, 326); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Список заказов"; this.tabPage4.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(6, 6); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(604, 285); this.dataGridView1.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(6, 297); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(150, 23); this.button1.TabIndex = 1; this.button1.Text = "Создание изделий"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(460, 297); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(150, 23); this.button2.TabIndex = 2; this.button2.Text = "Редактирование изделий"; this.button2.UseVisualStyleBackColor = true; // // flpTextures // this.flpTextures.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.flpTextures.Location = new System.Drawing.Point(6, 7); this.flpTextures.Name = "flpTextures"; this.flpTextures.Size = new System.Drawing.Size(604, 313); this.flpTextures.TabIndex = 0; // // fManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 441); this.Controls.Add(this.tabControl); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.pnlLogo); this.Name = "fManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Швейная фабрика"; this.Load += new System.EventHandler(this.fManager_Load); this.pnlLogo.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.tabControl.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel pnlLogo; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.PictureBox pbxLogo; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripLabel lblUserName; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.ToolStripLabel lblEditProfile; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.FlowLayoutPanel flpTextures; } }