namespace tkaniGK { partial class menedzer { /// /// 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(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.nomerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.vpolneniaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zakazhikDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.menedzerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.stoimostDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zakazBindingSource = new System.Windows.Forms.BindingSource(this.components); this.gaydukTkaniDataSet = new tkaniGK.GaydukTkaniDataSet(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.idizdeliaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nomerzakazaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.kolichestvoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zakazanizdeliaBindingSource = new System.Windows.Forms.BindingSource(this.components); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.zakazTableAdapter = new tkaniGK.GaydukTkaniDataSetTableAdapters.zakazTableAdapter(); this.furnitura12BindingSource = new System.Windows.Forms.BindingSource(this.components); this.furnitura12TableAdapter = new tkaniGK.GaydukTkaniDataSetTableAdapters.furnitura12TableAdapter(); this.zakazan_izdeliaTableAdapter = new tkaniGK.GaydukTkaniDataSetTableAdapters.zakazan_izdeliaTableAdapter(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zakazBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gaydukTkaniDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zakazanizdeliaBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.furnitura12BindingSource)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nomerDataGridViewTextBoxColumn, this.dataDataGridViewTextBoxColumn, this.vpolneniaDataGridViewTextBoxColumn, this.zakazhikDataGridViewTextBoxColumn, this.menedzerDataGridViewTextBoxColumn, this.stoimostDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.zakazBindingSource; this.dataGridView1.Location = new System.Drawing.Point(12, 12); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(646, 150); this.dataGridView1.TabIndex = 0; // // nomerDataGridViewTextBoxColumn // this.nomerDataGridViewTextBoxColumn.DataPropertyName = "nomer"; this.nomerDataGridViewTextBoxColumn.HeaderText = "nomer"; this.nomerDataGridViewTextBoxColumn.Name = "nomerDataGridViewTextBoxColumn"; // // dataDataGridViewTextBoxColumn // this.dataDataGridViewTextBoxColumn.DataPropertyName = "data"; this.dataDataGridViewTextBoxColumn.HeaderText = "data"; this.dataDataGridViewTextBoxColumn.Name = "dataDataGridViewTextBoxColumn"; // // vpolneniaDataGridViewTextBoxColumn // this.vpolneniaDataGridViewTextBoxColumn.DataPropertyName = "vpolnenia"; this.vpolneniaDataGridViewTextBoxColumn.HeaderText = "vpolnenia"; this.vpolneniaDataGridViewTextBoxColumn.Name = "vpolneniaDataGridViewTextBoxColumn"; // // zakazhikDataGridViewTextBoxColumn // this.zakazhikDataGridViewTextBoxColumn.DataPropertyName = "zakazhik"; this.zakazhikDataGridViewTextBoxColumn.HeaderText = "zakazhik"; this.zakazhikDataGridViewTextBoxColumn.Name = "zakazhikDataGridViewTextBoxColumn"; // // menedzerDataGridViewTextBoxColumn // this.menedzerDataGridViewTextBoxColumn.DataPropertyName = "menedzer"; this.menedzerDataGridViewTextBoxColumn.HeaderText = "menedzer"; this.menedzerDataGridViewTextBoxColumn.Name = "menedzerDataGridViewTextBoxColumn"; // // stoimostDataGridViewTextBoxColumn // this.stoimostDataGridViewTextBoxColumn.DataPropertyName = "stoimost"; this.stoimostDataGridViewTextBoxColumn.HeaderText = "stoimost"; this.stoimostDataGridViewTextBoxColumn.Name = "stoimostDataGridViewTextBoxColumn"; // // zakazBindingSource // this.zakazBindingSource.DataMember = "zakaz"; this.zakazBindingSource.DataSource = this.gaydukTkaniDataSet; // // gaydukTkaniDataSet // this.gaydukTkaniDataSet.DataSetName = "GaydukTkaniDataSet"; this.gaydukTkaniDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // dataGridView2 // this.dataGridView2.AutoGenerateColumns = false; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idizdeliaDataGridViewTextBoxColumn, this.nomerzakazaDataGridViewTextBoxColumn, this.kolichestvoDataGridViewTextBoxColumn}); this.dataGridView2.DataSource = this.zakazanizdeliaBindingSource; this.dataGridView2.Location = new System.Drawing.Point(13, 186); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(645, 150); this.dataGridView2.TabIndex = 1; // // idizdeliaDataGridViewTextBoxColumn // this.idizdeliaDataGridViewTextBoxColumn.DataPropertyName = "id_izdelia"; this.idizdeliaDataGridViewTextBoxColumn.HeaderText = "id_izdelia"; this.idizdeliaDataGridViewTextBoxColumn.Name = "idizdeliaDataGridViewTextBoxColumn"; // // nomerzakazaDataGridViewTextBoxColumn // this.nomerzakazaDataGridViewTextBoxColumn.DataPropertyName = "nomer_zakaza"; this.nomerzakazaDataGridViewTextBoxColumn.HeaderText = "nomer_zakaza"; this.nomerzakazaDataGridViewTextBoxColumn.Name = "nomerzakazaDataGridViewTextBoxColumn"; // // kolichestvoDataGridViewTextBoxColumn // this.kolichestvoDataGridViewTextBoxColumn.DataPropertyName = "kolichestvo"; this.kolichestvoDataGridViewTextBoxColumn.HeaderText = "kolichestvo"; this.kolichestvoDataGridViewTextBoxColumn.Name = "kolichestvoDataGridViewTextBoxColumn"; // // zakazanizdeliaBindingSource // this.zakazanizdeliaBindingSource.DataMember = "zakazan_izdelia"; this.zakazanizdeliaBindingSource.DataSource = this.gaydukTkaniDataSet; // // button1 // this.button1.Location = new System.Drawing.Point(664, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 3; this.button1.Text = "добавить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(689, 319); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 4; this.button2.Text = "добавить"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button4 // this.button4.Location = new System.Drawing.Point(664, 41); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 6; this.button4.Text = "удалить"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(664, 186); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 7; this.button5.Text = "удалить"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // zakazTableAdapter // this.zakazTableAdapter.ClearBeforeFill = true; // // furnitura12BindingSource // this.furnitura12BindingSource.DataMember = "furnitura12"; this.furnitura12BindingSource.DataSource = this.gaydukTkaniDataSet; // // furnitura12TableAdapter // this.furnitura12TableAdapter.ClearBeforeFill = true; // // zakazan_izdeliaTableAdapter // this.zakazan_izdeliaTableAdapter.ClearBeforeFill = true; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(664, 228); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 8; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(664, 255); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 9; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(664, 282); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 10; // // menedzer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(843, 428); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView2); this.Controls.Add(this.dataGridView1); this.Name = "menedzer"; this.Text = "менеджер"; this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zakazBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gaydukTkaniDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zakazanizdeliaBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.furnitura12BindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private GaydukTkaniDataSet gaydukTkaniDataSet; private System.Windows.Forms.BindingSource zakazBindingSource; private GaydukTkaniDataSetTableAdapters.zakazTableAdapter zakazTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn nomerDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn dataDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn vpolneniaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn zakazhikDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn menedzerDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn stoimostDataGridViewTextBoxColumn; private System.Windows.Forms.BindingSource furnitura12BindingSource; private GaydukTkaniDataSetTableAdapters.furnitura12TableAdapter furnitura12TableAdapter; private System.Windows.Forms.BindingSource zakazanizdeliaBindingSource; private GaydukTkaniDataSetTableAdapters.zakazan_izdeliaTableAdapter zakazan_izdeliaTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn idizdeliaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nomerzakazaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn kolichestvoDataGridViewTextBoxColumn; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; } }