namespace garment_factory { partial class fZakazchik { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fZakazchik)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.BtnAddZakaz = new System.Windows.Forms.Button(); this.BtnLev = new System.Windows.Forms.Button(); this.BtnProfile = new System.Windows.Forms.Button(); this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet(); this.BsUsers = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager(); this.LblIdUser = new System.Windows.Forms.Label(); this.dgvZakaz = new System.Windows.Forms.DataGridView(); this.izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tkani = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.furnitura = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.countizdel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.countfurnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id_userTextBox = new System.Windows.Forms.TextBox(); this.FIO = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); 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(6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(786, 123); this.panel1.TabIndex = 1; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(146, 0); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(646, 123); this.label1.TabIndex = 1; this.label1.Text = "Рабочее место заказчика"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(146, 123); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // BtnAddZakaz // this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnAddZakaz.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnAddZakaz.Location = new System.Drawing.Point(459, 129); this.BtnAddZakaz.Name = "BtnAddZakaz"; this.BtnAddZakaz.Size = new System.Drawing.Size(186, 33); this.BtnAddZakaz.TabIndex = 30; this.BtnAddZakaz.Text = "Добавить заказ"; this.BtnAddZakaz.UseVisualStyleBackColor = false; this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click); // // BtnLev // this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnLev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnLev.Location = new System.Drawing.Point(266, 129); this.BtnLev.Name = "BtnLev"; this.BtnLev.Size = new System.Drawing.Size(187, 33); this.BtnLev.TabIndex = 29; this.BtnLev.Text = "Нечеткий поиск"; this.BtnLev.UseVisualStyleBackColor = false; this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click); // // BtnProfile // this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnProfile.Location = new System.Drawing.Point(651, 129); this.BtnProfile.Name = "BtnProfile"; this.BtnProfile.Size = new System.Drawing.Size(123, 33); this.BtnProfile.TabIndex = 27; this.BtnProfile.Text = "Профиль пользователя"; this.BtnProfile.UseVisualStyleBackColor = false; this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click); // // fabrika2024DataSet // this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet"; this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // BsUsers // this.BsUsers.DataMember = "Users"; this.BsUsers.DataSource = this.fabrika2024DataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CvetaTableAdapter = null; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdelieTableAdapter = null; this.tableAdapterManager.OrdersTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // LblIdUser // this.LblIdUser.AutoSize = true; this.LblIdUser.Location = new System.Drawing.Point(-68, 246); this.LblIdUser.Name = "LblIdUser"; this.LblIdUser.Size = new System.Drawing.Size(69, 24); this.LblIdUser.TabIndex = 36; this.LblIdUser.Text = "label2"; // // dgvZakaz // this.dgvZakaz.AllowUserToAddRows = false; this.dgvZakaz.AllowUserToDeleteRows = false; this.dgvZakaz.BackgroundColor = System.Drawing.Color.White; this.dgvZakaz.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.izdelie, this.tkani, this.furnitura, this.countizdel, this.countfurnit}); this.dgvZakaz.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.dgvZakaz.Location = new System.Drawing.Point(16, 180); this.dgvZakaz.Name = "dgvZakaz"; this.dgvZakaz.ReadOnly = true; this.dgvZakaz.RowHeadersVisible = false; dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.dgvZakaz.RowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvZakaz.Size = new System.Drawing.Size(759, 257); this.dgvZakaz.TabIndex = 37; // // izdelie // this.izdelie.HeaderText = "Изделие"; this.izdelie.Name = "izdelie"; this.izdelie.ReadOnly = true; this.izdelie.Width = 140; // // tkani // this.tkani.HeaderText = "Ткань"; this.tkani.Name = "tkani"; this.tkani.ReadOnly = true; this.tkani.Width = 150; // // furnitura // this.furnitura.HeaderText = "Фурнитура "; this.furnitura.Name = "furnitura"; this.furnitura.ReadOnly = true; this.furnitura.Width = 140; // // countizdel // this.countizdel.HeaderText = "Кол-во изделий "; this.countizdel.Name = "countizdel"; this.countizdel.ReadOnly = true; this.countizdel.Width = 150; // // countfurnit // this.countfurnit.HeaderText = "Кол-во фурнитуры"; this.countfurnit.Name = "countfurnit"; this.countfurnit.ReadOnly = true; this.countfurnit.Width = 170; // // id_userTextBox // this.id_userTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Id_user", true)); this.id_userTextBox.Location = new System.Drawing.Point(969, 244); this.id_userTextBox.Name = "id_userTextBox"; this.id_userTextBox.Size = new System.Drawing.Size(100, 32); this.id_userTextBox.TabIndex = 38; // // FIO // this.FIO.AutoSize = true; this.FIO.Location = new System.Drawing.Point(12, 138); this.FIO.Name = "FIO"; this.FIO.Size = new System.Drawing.Size(69, 24); this.FIO.TabIndex = 39; this.FIO.Text = "label2"; // // fZakazchik // this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(786, 449); this.Controls.Add(this.FIO); this.Controls.Add(this.id_userTextBox); this.Controls.Add(this.dgvZakaz); this.Controls.Add(this.LblIdUser); this.Controls.Add(this.BtnAddZakaz); this.Controls.Add(this.BtnLev); this.Controls.Add(this.BtnProfile); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6); this.MaximizeBox = false; this.Name = "fZakazchik"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.fZakazchik_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button BtnAddZakaz; private System.Windows.Forms.Button BtnLev; private System.Windows.Forms.Button BtnProfile; private Fabrika2024DataSet fabrika2024DataSet; private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager; public System.Windows.Forms.BindingSource BsUsers; public System.Windows.Forms.Label LblIdUser; private System.Windows.Forms.DataGridView dgvZakaz; private System.Windows.Forms.DataGridViewTextBoxColumn izdelie; private System.Windows.Forms.DataGridViewTextBoxColumn tkani; private System.Windows.Forms.DataGridViewTextBoxColumn furnitura; private System.Windows.Forms.DataGridViewTextBoxColumn countizdel; private System.Windows.Forms.DataGridViewTextBoxColumn countfurnit; public System.Windows.Forms.TextBox id_userTextBox; private System.Windows.Forms.Label FIO; } }