namespace СУБД_Швейная_фабрика { partial class FormClient { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClient)); this.panel1 = new System.Windows.Forms.Panel(); this.btnFind = new System.Windows.Forms.Button(); this.btnNewOrder = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.lblFIO = new System.Windows.Forms.Label(); this.pbxPhoto = new System.Windows.Forms.PictureBox(); this.tControl = new System.Windows.Forms.TabControl(); this.tabCloth = new System.Windows.Forms.TabPage(); this.tlpPanelCloth = new System.Windows.Forms.TableLayoutPanel(); this.tabFur = new System.Windows.Forms.TabPage(); this.tlpFur = new System.Windows.Forms.TableLayoutPanel(); this.tabProducts = new System.Windows.Forms.TabPage(); this.tlpProducts = new System.Windows.Forms.TableLayoutPanel(); this.tabOrders = new System.Windows.Forms.TabPage(); this.tlpOrders = new System.Windows.Forms.TableLayoutPanel(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit(); this.tControl.SuspendLayout(); this.tabCloth.SuspendLayout(); this.tabFur.SuspendLayout(); this.tabProducts.SuspendLayout(); this.tabOrders.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.panel1.Controls.Add(this.btnFind); this.panel1.Controls.Add(this.btnNewOrder); this.panel1.Controls.Add(this.btnEdit); this.panel1.Controls.Add(this.lblFIO); this.panel1.Controls.Add(this.pbxPhoto); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(895, 92); this.panel1.TabIndex = 1; // // btnFind // this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnFind.Location = new System.Drawing.Point(7, 14); this.btnFind.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(96, 28); this.btnFind.TabIndex = 10; this.btnFind.Text = "Поиск ткани"; this.btnFind.UseVisualStyleBackColor = false; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // btnNewOrder // this.btnNewOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNewOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnNewOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNewOrder.Location = new System.Drawing.Point(7, 59); this.btnNewOrder.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.btnNewOrder.Name = "btnNewOrder"; this.btnNewOrder.Size = new System.Drawing.Size(96, 28); this.btnNewOrder.TabIndex = 9; this.btnNewOrder.Text = "Создать заказ"; this.btnNewOrder.UseVisualStyleBackColor = false; this.btnNewOrder.Click += new System.EventHandler(this.btnNewOrder_Click); // // btnEdit // this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEdit.Location = new System.Drawing.Point(694, 59); this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(96, 28); this.btnEdit.TabIndex = 8; this.btnEdit.Text = "Редактировать"; this.btnEdit.UseVisualStyleBackColor = false; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // lblFIO // this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lblFIO.AutoSize = true; this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblFIO.Location = new System.Drawing.Point(200, 29); this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lblFIO.Name = "lblFIO"; this.lblFIO.Size = new System.Drawing.Size(391, 37); this.lblFIO.TabIndex = 1; this.lblFIO.Text = "Фамилия Имя Отчество"; // // pbxPhoto // this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right; this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo; this.pbxPhoto.Location = new System.Drawing.Point(803, 0); this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4); this.pbxPhoto.Name = "pbxPhoto"; this.pbxPhoto.Size = new System.Drawing.Size(92, 92); this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxPhoto.TabIndex = 0; this.pbxPhoto.TabStop = false; // // tControl // this.tControl.Controls.Add(this.tabCloth); this.tControl.Controls.Add(this.tabFur); this.tControl.Controls.Add(this.tabProducts); this.tControl.Controls.Add(this.tabOrders); this.tControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tControl.Location = new System.Drawing.Point(0, 92); this.tControl.Name = "tControl"; this.tControl.SelectedIndex = 0; this.tControl.Size = new System.Drawing.Size(895, 422); this.tControl.TabIndex = 2; // // tabCloth // this.tabCloth.BackColor = System.Drawing.Color.White; this.tabCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tabCloth.Controls.Add(this.tlpPanelCloth); this.tabCloth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tabCloth.Location = new System.Drawing.Point(4, 22); this.tabCloth.Name = "tabCloth"; this.tabCloth.Padding = new System.Windows.Forms.Padding(3); this.tabCloth.Size = new System.Drawing.Size(887, 396); this.tabCloth.TabIndex = 0; this.tabCloth.Text = "Ткани"; // // tlpPanelCloth // this.tlpPanelCloth.AutoScroll = true; this.tlpPanelCloth.ColumnCount = 1; this.tlpPanelCloth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpPanelCloth.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpPanelCloth.Location = new System.Drawing.Point(3, 3); this.tlpPanelCloth.Name = "tlpPanelCloth"; this.tlpPanelCloth.RowCount = 1; this.tlpPanelCloth.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpPanelCloth.Size = new System.Drawing.Size(879, 388); this.tlpPanelCloth.TabIndex = 0; // // tabFur // this.tabFur.Controls.Add(this.tlpFur); this.tabFur.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tabFur.Location = new System.Drawing.Point(4, 22); this.tabFur.Name = "tabFur"; this.tabFur.Padding = new System.Windows.Forms.Padding(3); this.tabFur.Size = new System.Drawing.Size(887, 396); this.tabFur.TabIndex = 1; this.tabFur.Text = "Фурнитура"; this.tabFur.UseVisualStyleBackColor = true; // // tlpFur // this.tlpFur.AutoScroll = true; this.tlpFur.ColumnCount = 3; this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpFur.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpFur.Location = new System.Drawing.Point(3, 3); this.tlpFur.Name = "tlpFur"; this.tlpFur.RowCount = 3; this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpFur.Size = new System.Drawing.Size(881, 390); this.tlpFur.TabIndex = 0; // // tabProducts // this.tabProducts.Controls.Add(this.tlpProducts); this.tabProducts.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tabProducts.Location = new System.Drawing.Point(4, 22); this.tabProducts.Name = "tabProducts"; this.tabProducts.Padding = new System.Windows.Forms.Padding(3); this.tabProducts.Size = new System.Drawing.Size(887, 396); this.tabProducts.TabIndex = 2; this.tabProducts.Text = "Изделия"; this.tabProducts.UseVisualStyleBackColor = true; // // tlpProducts // this.tlpProducts.AutoScroll = true; this.tlpProducts.ColumnCount = 1; this.tlpProducts.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpProducts.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpProducts.Location = new System.Drawing.Point(3, 3); this.tlpProducts.Name = "tlpProducts"; this.tlpProducts.RowCount = 1; this.tlpProducts.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpProducts.Size = new System.Drawing.Size(881, 390); this.tlpProducts.TabIndex = 0; // // tabOrders // this.tabOrders.Controls.Add(this.tlpOrders); this.tabOrders.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tabOrders.Location = new System.Drawing.Point(4, 22); this.tabOrders.Name = "tabOrders"; this.tabOrders.Size = new System.Drawing.Size(887, 396); this.tabOrders.TabIndex = 3; this.tabOrders.Text = "Заказы"; this.tabOrders.UseVisualStyleBackColor = true; // // tlpOrders // this.tlpOrders.AutoScroll = true; this.tlpOrders.ColumnCount = 1; this.tlpOrders.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpOrders.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpOrders.Location = new System.Drawing.Point(0, 0); this.tlpOrders.Name = "tlpOrders"; this.tlpOrders.RowCount = 1; this.tlpOrders.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpOrders.Size = new System.Drawing.Size(887, 396); this.tlpOrders.TabIndex = 0; // // FormClient // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(895, 514); this.Controls.Add(this.tControl); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(911, 2000); this.MinimumSize = new System.Drawing.Size(911, 514); this.Name = "FormClient"; this.Text = "СУБД Швейная фабрика"; this.Load += new System.EventHandler(this.FormClient_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit(); this.tControl.ResumeLayout(false); this.tabCloth.ResumeLayout(false); this.tabFur.ResumeLayout(false); this.tabProducts.ResumeLayout(false); this.tabOrders.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblFIO; private System.Windows.Forms.PictureBox pbxPhoto; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.TabControl tControl; private System.Windows.Forms.TabPage tabCloth; private System.Windows.Forms.TableLayoutPanel tlpPanelCloth; private System.Windows.Forms.TabPage tabFur; private System.Windows.Forms.TabPage tabProducts; private System.Windows.Forms.TabPage tabOrders; private System.Windows.Forms.TableLayoutPanel tlpFur; private System.Windows.Forms.TableLayoutPanel tlpProducts; private System.Windows.Forms.TableLayoutPanel tlpOrders; private System.Windows.Forms.Button btnNewOrder; private System.Windows.Forms.Button btnFind; } }