namespace СУБД_Швейная_фабрика { partial class FormZakazchik { /// /// 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(FormZakazchik)); this.BtnAddZakaz = new System.Windows.Forms.Button(); this.BtnLev = new System.Windows.Forms.Button(); this.DgvZakaz = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BtnProfile = new System.Windows.Forms.Button(); this.OtchLabel = new System.Windows.Forms.Label(); this.BsUsers = new System.Windows.Forms.BindingSource(this.components); this.db_22factoryDataSet1 = new СУБД_Швейная_фабрика.db_22factoryDataSet(); this.NameLabel = new System.Windows.Forms.Label(); this.FamLabel = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.usersTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TableAdapterManager(); this.LblIdUser = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // BtnAddZakaz // this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnAddZakaz.Location = new System.Drawing.Point(406, 118); this.BtnAddZakaz.Margin = new System.Windows.Forms.Padding(2); this.BtnAddZakaz.Name = "BtnAddZakaz"; this.BtnAddZakaz.Size = new System.Drawing.Size(154, 23); this.BtnAddZakaz.TabIndex = 21; 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)(156)))), ((int)(((byte)(26))))); this.BtnLev.Location = new System.Drawing.Point(248, 118); this.BtnLev.Margin = new System.Windows.Forms.Padding(2); this.BtnLev.Name = "BtnLev"; this.BtnLev.Size = new System.Drawing.Size(154, 23); this.BtnLev.TabIndex = 20; this.BtnLev.Text = "Нечеткий поиск"; this.BtnLev.UseVisualStyleBackColor = false; this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click); // // DgvZakaz // this.DgvZakaz.AllowUserToAddRows = false; this.DgvZakaz.AllowUserToDeleteRows = false; this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6}); this.DgvZakaz.Location = new System.Drawing.Point(8, 345); this.DgvZakaz.Margin = new System.Windows.Forms.Padding(2); this.DgvZakaz.Name = "DgvZakaz"; this.DgvZakaz.ReadOnly = true; this.DgvZakaz.RowHeadersVisible = false; this.DgvZakaz.RowTemplate.Height = 24; this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgvZakaz.Size = new System.Drawing.Size(664, 242); this.DgvZakaz.TabIndex = 19; // // Column1 // this.Column1.HeaderText = "Изделие"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.HeaderText = "Кол-во изделий"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.HeaderText = "Ткань"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.HeaderText = "Фурнитура"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "Кол-во фурнитуры"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; // // Column6 // this.Column6.HeaderText = "Менеджер"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; // // BtnProfile // this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnProfile.Location = new System.Drawing.Point(88, 118); this.BtnProfile.Margin = new System.Windows.Forms.Padding(2); this.BtnProfile.Name = "BtnProfile"; this.BtnProfile.Size = new System.Drawing.Size(154, 23); this.BtnProfile.TabIndex = 18; this.BtnProfile.Text = "Профиль пользователя"; this.BtnProfile.UseVisualStyleBackColor = false; this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click); // // OtchLabel // this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true)); this.OtchLabel.Location = new System.Drawing.Point(9, 156); this.OtchLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.OtchLabel.Name = "OtchLabel"; this.OtchLabel.Size = new System.Drawing.Size(75, 19); this.OtchLabel.TabIndex = 17; this.OtchLabel.Text = "label2"; // // BsUsers // this.BsUsers.DataMember = "Users"; this.BsUsers.DataSource = this.db_22factoryDataSet1; // // db_22factoryDataSet1 // this.db_22factoryDataSet1.DataSetName = "db_22factoryDataSet"; this.db_22factoryDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // NameLabel // this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true)); this.NameLabel.Location = new System.Drawing.Point(9, 137); this.NameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(75, 19); this.NameLabel.TabIndex = 16; this.NameLabel.Text = "label2"; // // FamLabel // this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true)); this.FamLabel.Location = new System.Drawing.Point(9, 118); this.FamLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.FamLabel.Name = "FamLabel"; this.FamLabel.Size = new System.Drawing.Size(75, 19); this.FamLabel.TabIndex = 15; this.FamLabel.Text = "label2"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); 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(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(683, 106); this.panel1.TabIndex = 14; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(280, 41); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(240, 24); this.label1.TabIndex = 1; this.label1.Text = "Рабочее место заказчика"; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(130, 106); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ColorTableAdapter = null; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdelieTableAdapter = null; this.tableAdapterManager.OrdersTableAdapter = null; this.tableAdapterManager.RolesTableAdapter = null; this.tableAdapterManager.TkanTableAdapter = null; this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // LblIdUser // this.LblIdUser.AutoSize = true; this.LblIdUser.Location = new System.Drawing.Point(766, 124); this.LblIdUser.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LblIdUser.Name = "LblIdUser"; this.LblIdUser.Size = new System.Drawing.Size(35, 13); this.LblIdUser.TabIndex = 22; this.LblIdUser.Text = "label2"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(8, 168); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(664, 162); this.textBox1.TabIndex = 23; // // FormZakazchik // 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(683, 598); this.Controls.Add(this.textBox1); this.Controls.Add(this.LblIdUser); this.Controls.Add(this.BtnAddZakaz); this.Controls.Add(this.BtnLev); this.Controls.Add(this.DgvZakaz); this.Controls.Add(this.BtnProfile); this.Controls.Add(this.OtchLabel); this.Controls.Add(this.NameLabel); this.Controls.Add(this.FamLabel); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormZakazchik"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FormZakazchik_Load); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BtnAddZakaz; private System.Windows.Forms.Button BtnLev; private System.Windows.Forms.DataGridView DgvZakaz; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.Button BtnProfile; private System.Windows.Forms.Label OtchLabel; private System.Windows.Forms.Label NameLabel; private System.Windows.Forms.Label FamLabel; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private db_22factoryDataSet db_22factoryDataSet1; private db_22factoryDataSetTableAdapters.UsersTableAdapter usersTableAdapter; private db_22factoryDataSetTableAdapters.TableAdapterManager tableAdapterManager; public System.Windows.Forms.BindingSource BsUsers; public System.Windows.Forms.Label LblIdUser; public System.Windows.Forms.TextBox textBox1; } }