namespace proba
{
partial class Sales
{
///
/// 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(Sales));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.TextForSearch = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.text_price2 = new System.Windows.Forms.TextBox();
this.text_price1 = new System.Windows.Forms.TextBox();
this.text_name = new System.Windows.Forms.TextBox();
this.countryBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.viewtoolsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.button_back = new System.Windows.Forms.Button();
this.button_buy = new System.Windows.Forms.Button();
this.progectMPGG1DataSet1BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.pictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.viewtoolsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.progectMPGG1DataSet1BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 166);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.Size = new System.Drawing.Size(933, 237);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(64, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(394, 26);
this.label2.TabIndex = 3;
this.label2.Text = "ПОИСК ДОСТУПНЫХ ТОВАРОВ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.label1.Location = new System.Drawing.Point(15, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(107, 17);
this.label1.TabIndex = 27;
this.label1.Text = "Модуль поиска";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(759, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(48, 57);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 24;
this.pictureBox1.TabStop = false;
//
// TextForSearch
//
this.TextForSearch.AutoSize = true;
this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.TextForSearch.Location = new System.Drawing.Point(40, 16);
this.TextForSearch.Name = "TextForSearch";
this.TextForSearch.Size = new System.Drawing.Size(219, 24);
this.TextForSearch.TabIndex = 23;
this.TextForSearch.Text = "Название инструмента";
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.text_price2);
this.panel2.Controls.Add(this.text_price1);
this.panel2.Controls.Add(this.text_name);
this.panel2.Controls.Add(this.TextForSearch);
this.panel2.Controls.Add(this.pictureBox1);
this.panel2.Location = new System.Drawing.Point(24, 48);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(897, 102);
this.panel2.TabIndex = 26;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(605, 117);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(10, 13);
this.label8.TabIndex = 35;
this.label8.Text = "-";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.label7.Location = new System.Drawing.Point(615, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 24);
this.label7.TabIndex = 34;
this.label7.Text = "До";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.label6.Location = new System.Drawing.Point(447, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 24);
this.label6.TabIndex = 33;
this.label6.Text = "От";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.label5.Location = new System.Drawing.Point(522, 5);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 24);
this.label5.TabIndex = 32;
this.label5.Text = "Цена";
//
// text_price2
//
this.text_price2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.text_price2.Location = new System.Drawing.Point(554, 43);
this.text_price2.MaxLength = 9;
this.text_price2.Name = "text_price2";
this.text_price2.Size = new System.Drawing.Size(140, 26);
this.text_price2.TabIndex = 31;
this.text_price2.TextChanged += new System.EventHandler(this.text_price2_TextChanged);
//
// text_price1
//
this.text_price1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.text_price1.Location = new System.Drawing.Point(396, 43);
this.text_price1.MaxLength = 9;
this.text_price1.Name = "text_price1";
this.text_price1.Size = new System.Drawing.Size(140, 26);
this.text_price1.TabIndex = 30;
this.text_price1.TextChanged += new System.EventHandler(this.text_price1_TextChanged);
//
// text_name
//
this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.text_name.Location = new System.Drawing.Point(29, 43);
this.text_name.MaxLength = 25;
this.text_name.Name = "text_name";
this.text_name.Size = new System.Drawing.Size(242, 26);
this.text_name.TabIndex = 26;
this.text_name.TextChanged += new System.EventHandler(this.text_name_TextChanged);
//
// countryBindingSource
//
this.countryBindingSource.DataMember = "Country";
//
// viewtoolsBindingSource
//
this.viewtoolsBindingSource.DataMember = "View_tools";
//
// button_back
//
this.button_back.BackColor = System.Drawing.Color.Gray;
this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_back.Location = new System.Drawing.Point(34, 420);
this.button_back.Name = "button_back";
this.button_back.Size = new System.Drawing.Size(111, 30);
this.button_back.TabIndex = 28;
this.button_back.Text = "Назад";
this.button_back.UseVisualStyleBackColor = false;
this.button_back.Click += new System.EventHandler(this.button_back_Click_1);
//
// button_buy
//
this.button_buy.BackColor = System.Drawing.Color.Gray;
this.button_buy.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_buy.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_buy.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_buy.Location = new System.Drawing.Point(772, 418);
this.button_buy.Name = "button_buy";
this.button_buy.Size = new System.Drawing.Size(111, 30);
this.button_buy.TabIndex = 29;
this.button_buy.Text = "Приобрести";
this.button_buy.UseVisualStyleBackColor = false;
this.button_buy.Click += new System.EventHandler(this.button_buy_Click);
//
// pictureBox2
//
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(853, 4);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(68, 39);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 30;
this.pictureBox2.TabStop = false;
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
//
// Sales
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
this.ClientSize = new System.Drawing.Size(933, 464);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.button_buy);
this.Controls.Add(this.button_back);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.label2);
this.Controls.Add(this.dataGridView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(949, 503);
this.MinimumSize = new System.Drawing.Size(949, 503);
this.Name = "Sales";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Поиск товара";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
this.Load += new System.EventHandler(this.Sales_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.countryBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.viewtoolsBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.progectMPGG1DataSet1BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label TextForSearch;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox text_name;
private System.Windows.Forms.Button button_back;
private System.Windows.Forms.Button button_buy;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox text_price2;
private System.Windows.Forms.TextBox text_price1;
private System.Windows.Forms.BindingSource progectMPGG1DataSet1BindingSource;
private System.Windows.Forms.BindingSource viewtoolsBindingSource;
private System.Windows.Forms.BindingSource countryBindingSource;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
}
}