namespace СУБД_Швейная_фабрика { partial class FormManager { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager)); this.panel1 = new System.Windows.Forms.Panel(); this.btnEdit = new System.Windows.Forms.Button(); this.lblFIO = new System.Windows.Forms.Label(); this.pbxPhoto = new System.Windows.Forms.PictureBox(); this.dgvProducts = new System.Windows.Forms.DataGridView(); this.bsProducts = new System.Windows.Forms.BindingSource(this.components); this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet(); this.productsTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ProductsTableAdapter(); this.idProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.titleProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lenghtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnAdd = new System.Windows.Forms.Button(); this.tbxTitle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbxLenght = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbxWidth = new System.Windows.Forms.TextBox(); this.btnDrop = new System.Windows.Forms.Button(); this.btnProducts = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.panel1.Controls.Add(this.btnProducts); 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(13, 7, 13, 7); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1161, 105); this.panel1.TabIndex = 2; // // 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(802, 50); this.btnEdit.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(176, 47); 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(255, 34); this.lblFIO.Margin = new System.Windows.Forms.Padding(13, 0, 13, 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(992, 0); this.pbxPhoto.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7); this.pbxPhoto.Name = "pbxPhoto"; this.pbxPhoto.Size = new System.Drawing.Size(169, 105); this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxPhoto.TabIndex = 0; this.pbxPhoto.TabStop = false; // // dgvProducts // this.dgvProducts.AllowUserToAddRows = false; this.dgvProducts.AllowUserToDeleteRows = false; this.dgvProducts.AutoGenerateColumns = false; this.dgvProducts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvProducts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idProductDataGridViewTextBoxColumn, this.titleProductDataGridViewTextBoxColumn, this.lenghtDataGridViewTextBoxColumn, this.widthDataGridViewTextBoxColumn}); this.dgvProducts.DataSource = this.bsProducts; this.dgvProducts.Location = new System.Drawing.Point(0, 109); this.dgvProducts.Name = "dgvProducts"; this.dgvProducts.ReadOnly = true; this.dgvProducts.Size = new System.Drawing.Size(798, 455); this.dgvProducts.TabIndex = 3; this.dgvProducts.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProducts_CellClick); // // bsProducts // this.bsProducts.DataMember = "Products"; this.bsProducts.DataSource = this.fabrikaLDADataSet; // // fabrikaLDADataSet // this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet"; this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productsTableAdapter // this.productsTableAdapter.ClearBeforeFill = true; // // idProductDataGridViewTextBoxColumn // this.idProductDataGridViewTextBoxColumn.DataPropertyName = "IdProduct"; this.idProductDataGridViewTextBoxColumn.HeaderText = "IdProduct"; this.idProductDataGridViewTextBoxColumn.Name = "idProductDataGridViewTextBoxColumn"; this.idProductDataGridViewTextBoxColumn.ReadOnly = true; this.idProductDataGridViewTextBoxColumn.Visible = false; this.idProductDataGridViewTextBoxColumn.Width = 250; // // titleProductDataGridViewTextBoxColumn // this.titleProductDataGridViewTextBoxColumn.DataPropertyName = "TitleProduct"; this.titleProductDataGridViewTextBoxColumn.HeaderText = "Название продукта"; this.titleProductDataGridViewTextBoxColumn.Name = "titleProductDataGridViewTextBoxColumn"; this.titleProductDataGridViewTextBoxColumn.ReadOnly = true; this.titleProductDataGridViewTextBoxColumn.Width = 250; // // lenghtDataGridViewTextBoxColumn // this.lenghtDataGridViewTextBoxColumn.DataPropertyName = "Lenght"; this.lenghtDataGridViewTextBoxColumn.HeaderText = "Длина"; this.lenghtDataGridViewTextBoxColumn.Name = "lenghtDataGridViewTextBoxColumn"; this.lenghtDataGridViewTextBoxColumn.ReadOnly = true; this.lenghtDataGridViewTextBoxColumn.Width = 250; // // widthDataGridViewTextBoxColumn // this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width"; this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина"; this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn"; this.widthDataGridViewTextBoxColumn.ReadOnly = true; this.widthDataGridViewTextBoxColumn.Width = 250; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAdd.Location = new System.Drawing.Point(868, 339); this.btnAdd.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(234, 42); this.btnAdd.TabIndex = 9; this.btnAdd.Text = "Добавить изделие"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // tbxTitle // this.tbxTitle.Location = new System.Drawing.Point(868, 163); this.tbxTitle.Name = "tbxTitle"; this.tbxTitle.Size = new System.Drawing.Size(234, 29); this.tbxTitle.TabIndex = 10; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(864, 138); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 22); this.label1.TabIndex = 11; this.label1.Text = "Название"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(864, 198); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 22); this.label2.TabIndex = 13; this.label2.Text = "Длина"; // // tbxLenght // this.tbxLenght.Location = new System.Drawing.Point(868, 223); this.tbxLenght.Name = "tbxLenght"; this.tbxLenght.Size = new System.Drawing.Size(234, 29); this.tbxLenght.TabIndex = 12; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(864, 259); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 22); this.label3.TabIndex = 15; this.label3.Text = "Ширина"; // // tbxWidth // this.tbxWidth.Location = new System.Drawing.Point(868, 284); this.tbxWidth.Name = "tbxWidth"; this.tbxWidth.Size = new System.Drawing.Size(234, 29); this.tbxWidth.TabIndex = 14; // // btnDrop // this.btnDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDrop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnDrop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDrop.Location = new System.Drawing.Point(868, 397); this.btnDrop.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8); this.btnDrop.Name = "btnDrop"; this.btnDrop.Size = new System.Drawing.Size(234, 42); this.btnDrop.TabIndex = 16; this.btnDrop.Text = "Сброс выделения"; this.btnDrop.UseVisualStyleBackColor = false; this.btnDrop.Click += new System.EventHandler(this.btnDrop_Click); // // btnProducts // this.btnProducts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnProducts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.btnProducts.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnProducts.Location = new System.Drawing.Point(11, 51); this.btnProducts.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8); this.btnProducts.Name = "btnProducts"; this.btnProducts.Size = new System.Drawing.Size(176, 47); this.btnProducts.TabIndex = 9; this.btnProducts.Text = "Вывод заказов"; this.btnProducts.UseVisualStyleBackColor = false; this.btnProducts.Click += new System.EventHandler(this.btnProducts_Click); // // FormManager // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1161, 628); this.Controls.Add(this.btnDrop); this.Controls.Add(this.label3); this.Controls.Add(this.tbxWidth); this.Controls.Add(this.label2); this.Controls.Add(this.tbxLenght); this.Controls.Add(this.label1); this.Controls.Add(this.tbxTitle); this.Controls.Add(this.btnAdd); this.Controls.Add(this.dgvProducts); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.Name = "FormManager"; this.Text = "СУБД Швейная фабрика"; this.Load += new System.EventHandler(this.FormManager_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Label lblFIO; private System.Windows.Forms.PictureBox pbxPhoto; private System.Windows.Forms.DataGridView dgvProducts; private System.Windows.Forms.BindingSource bsProducts; private FabrikaLDADataSet fabrikaLDADataSet; private FabrikaLDADataSetTableAdapters.ProductsTableAdapter productsTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn idProductDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn titleProductDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn lenghtDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.TextBox tbxTitle; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbxLenght; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbxWidth; private System.Windows.Forms.Button btnDrop; private System.Windows.Forms.Button btnProducts; } }