namespace OsadchiStr { partial class Пункты_выдачи { /// /// 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(Пункты_выдачи)); this.panel1 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.indexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cityDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.streetDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.homeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pynktvidachiimportBindingSource = new System.Windows.Forms.BindingSource(this.components); this._05TradeDataSet = new OsadchiStr._05TradeDataSet(); this.panel2 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pynkt_vidachi_importTableAdapter = new OsadchiStr._05TradeDataSetTableAdapters.pynkt_vidachi_importTableAdapter(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pynktvidachiimportBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1042, 589); this.panel1.TabIndex = 0; // // button4 // this.button4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(851, 546); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(179, 31); this.button4.TabIndex = 14; this.button4.Text = "Главное меню"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.Location = new System.Drawing.Point(560, 343); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(286, 35); this.label8.TabIndex = 13; this.label8.Text = "Управление записями:"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.YellowGreen; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.button2); this.panel4.Controls.Add(this.button1); this.panel4.Location = new System.Drawing.Point(566, 381); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(279, 196); this.panel4.TabIndex = 12; // // button3 // this.button3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(43, 105); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(190, 34); this.button3.TabIndex = 2; this.button3.Text = "Сохранить запись"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(54, 55); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(172, 34); this.button2.TabIndex = 1; this.button2.Text = "Удалить запись"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(20, 7); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(239, 34); this.button1.TabIndex = 0; this.button1.Text = "Добавить новую запись"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.YellowGreen; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.textBox4); this.panel3.Controls.Add(this.textBox3); this.panel3.Controls.Add(this.textBox2); this.panel3.Controls.Add(this.textBox1); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.label4); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label2); this.panel3.Controls.Add(this.label1); this.panel3.ForeColor = System.Drawing.Color.Black; this.panel3.Location = new System.Drawing.Point(12, 344); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(518, 233); this.panel3.TabIndex = 11; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(232, 142); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(241, 20); this.textBox4.TabIndex = 10; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(232, 104); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(241, 20); this.textBox3.TabIndex = 9; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(232, 72); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(241, 20); this.textBox2.TabIndex = 8; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(232, 42); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(241, 20); this.textBox1.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(132, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(58, 26); this.label5.TabIndex = 4; this.label5.Text = "Дом:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(114, 98); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(76, 26); this.label4.TabIndex = 3; this.label4.Text = "Улица:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(117, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(73, 26); this.label3.TabIndex = 2; this.label3.Text = "Город:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(107, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 26); this.label2.TabIndex = 1; this.label2.Text = "Индекс:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(85, 27); this.label1.TabIndex = 0; this.label1.Text = "Запись:"; // // dataGridView1 // this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.indexDataGridViewTextBoxColumn, this.cityDataGridViewTextBoxColumn, this.streetDataGridViewTextBoxColumn, this.homeDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.pynktvidachiimportBindingSource; this.dataGridView1.Location = new System.Drawing.Point(12, 106); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(1018, 232); this.dataGridView1.TabIndex = 10; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // indexDataGridViewTextBoxColumn // this.indexDataGridViewTextBoxColumn.DataPropertyName = "Index"; this.indexDataGridViewTextBoxColumn.HeaderText = "Индекс"; this.indexDataGridViewTextBoxColumn.Name = "indexDataGridViewTextBoxColumn"; // // cityDataGridViewTextBoxColumn // this.cityDataGridViewTextBoxColumn.DataPropertyName = "City"; this.cityDataGridViewTextBoxColumn.HeaderText = "Город"; this.cityDataGridViewTextBoxColumn.Name = "cityDataGridViewTextBoxColumn"; // // streetDataGridViewTextBoxColumn // this.streetDataGridViewTextBoxColumn.DataPropertyName = "Street"; this.streetDataGridViewTextBoxColumn.HeaderText = "Улица"; this.streetDataGridViewTextBoxColumn.Name = "streetDataGridViewTextBoxColumn"; // // homeDataGridViewTextBoxColumn // this.homeDataGridViewTextBoxColumn.DataPropertyName = "Home"; this.homeDataGridViewTextBoxColumn.HeaderText = "Дом"; this.homeDataGridViewTextBoxColumn.Name = "homeDataGridViewTextBoxColumn"; // // pynktvidachiimportBindingSource // this.pynktvidachiimportBindingSource.DataMember = "pynkt_vidachi_import"; this.pynktvidachiimportBindingSource.DataSource = this._05TradeDataSet; // // _05TradeDataSet // this._05TradeDataSet.DataSetName = "_05TradeDataSet"; this._05TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // panel2 // this.panel2.BackColor = System.Drawing.Color.ForestGreen; this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1042, 100); this.panel2.TabIndex = 0; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.Location = new System.Drawing.Point(421, 29); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(263, 45); this.label9.TabIndex = 21; this.label9.Text = "Пункты выдачи"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(109, 76); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 20; this.pictureBox1.TabStop = false; // // pynkt_vidachi_importTableAdapter // this.pynkt_vidachi_importTableAdapter.ClearBeforeFill = true; // // Пункты_выдачи // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1042, 589); this.Controls.Add(this.panel1); this.Name = "Пункты_выдачи"; this.Text = "Пункты_выдачи"; this.Load += new System.EventHandler(this.Пункты_выдачи_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pynktvidachiimportBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label9; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView dataGridView1; private _05TradeDataSet _05TradeDataSet; private System.Windows.Forms.BindingSource pynktvidachiimportBindingSource; private _05TradeDataSetTableAdapters.pynkt_vidachi_importTableAdapter pynkt_vidachi_importTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn indexDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn cityDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn streetDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn homeDataGridViewTextBoxColumn; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label8; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }