namespace Servise.Forms { partial class AddZac { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZac)); this.comboShare = new System.Windows.Forms.ComboBox(); this.textColvo = new System.Windows.Forms.TextBox(); this.Client = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.dataShare = new System.Windows.Forms.DataGridView(); this.button3 = new System.Windows.Forms.Button(); this.label15 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataShare)).BeginInit(); this.SuspendLayout(); // // comboShare // this.comboShare.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboShare.FormattingEnabled = true; this.comboShare.Location = new System.Drawing.Point(252, 172); this.comboShare.Margin = new System.Windows.Forms.Padding(2); this.comboShare.Name = "comboShare"; this.comboShare.Size = new System.Drawing.Size(165, 21); this.comboShare.TabIndex = 27; // // textColvo // this.textColvo.Location = new System.Drawing.Point(585, 172); this.textColvo.Margin = new System.Windows.Forms.Padding(2); this.textColvo.Name = "textColvo"; this.textColvo.Size = new System.Drawing.Size(165, 22); this.textColvo.TabIndex = 26; this.textColvo.Leave += new System.EventHandler(this.textColvo_Leave); // // Client // this.Client.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.Client.FormattingEnabled = true; this.Client.Location = new System.Drawing.Point(252, 223); this.Client.Margin = new System.Windows.Forms.Padding(2); this.Client.Name = "Client"; this.Client.Size = new System.Drawing.Size(165, 21); this.Client.TabIndex = 28; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(126, 262); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(160, 20); this.button1.TabIndex = 29; this.button1.Text = "Добавить к заказу"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(585, 223); this.textBox1.Margin = new System.Windows.Forms.Padding(2); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(165, 22); this.textBox1.TabIndex = 30; // // button2 // this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(395, 262); this.button2.Margin = new System.Windows.Forms.Padding(2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(160, 20); this.button2.TabIndex = 31; this.button2.Text = "Добавить починку"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // dataShare // this.dataShare.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.dataShare.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataShare.Location = new System.Drawing.Point(109, 302); this.dataShare.Margin = new System.Windows.Forms.Padding(2); this.dataShare.Name = "dataShare"; this.dataShare.RowHeadersWidth = 51; this.dataShare.RowTemplate.Height = 24; this.dataShare.Size = new System.Drawing.Size(761, 146); this.dataShare.TabIndex = 32; this.dataShare.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataShare_CellContentClick); // // button3 // this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button3.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(667, 262); this.button3.Margin = new System.Windows.Forms.Padding(2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(160, 20); this.button3.TabIndex = 33; this.button3.Text = "Назад"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label15.Location = new System.Drawing.Point(392, 98); this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(0, 15); this.label15.TabIndex = 40; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(496, 176); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 15); this.label1.TabIndex = 41; this.label1.Text = "Количество"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(501, 226); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 15); this.label2.TabIndex = 42; this.label2.Text = "Стоимость"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(186, 176); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(57, 15); this.label3.TabIndex = 43; this.label3.Text = "Деталь"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(189, 227); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 15); this.label4.TabIndex = 44; this.label4.Text = "Клиент"; // // AddZac // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Servise.Properties.Resources.auto_21; this.ClientSize = new System.Drawing.Size(1008, 680); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.label15); this.Controls.Add(this.button3); this.Controls.Add(this.dataShare); this.Controls.Add(this.button2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.Client); this.Controls.Add(this.comboShare); this.Controls.Add(this.textColvo); this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximumSize = new System.Drawing.Size(1024, 719); this.MinimumSize = new System.Drawing.Size(1024, 719); this.Name = "AddZac"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Добавление заказа"; this.Load += new System.EventHandler(this.AddZac_Load); ((System.ComponentModel.ISupportInitialize)(this.dataShare)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboShare; private System.Windows.Forms.TextBox textColvo; private System.Windows.Forms.ComboBox Client; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.DataGridView dataShare; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; } }