namespace Servise.Forms.User { partial class Poch { /// /// 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(Poch)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.label30 = new System.Windows.Forms.Label(); this.Client = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(122, 242); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.Size = new System.Drawing.Size(731, 200); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // label30 // this.label30.AutoSize = true; this.label30.BackColor = System.Drawing.Color.Transparent; this.label30.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.Location = new System.Drawing.Point(125, 185); this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(44, 15); this.label30.TabIndex = 40; this.label30.Text = "Клиент"; // // Client // this.Client.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Client.FormattingEnabled = true; this.Client.Location = new System.Drawing.Point(175, 181); this.Client.Margin = new System.Windows.Forms.Padding(2); this.Client.Name = "Client"; this.Client.Size = new System.Drawing.Size(200, 23); this.Client.TabIndex = 39; this.Client.SelectedIndexChanged += new System.EventHandler(this.Client_SelectedIndexChanged); // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold); this.button1.Location = new System.Drawing.Point(122, 217); 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 = 43; this.button1.Text = "Поиск клиента"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button3 // this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button3.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold); this.button3.Location = new System.Drawing.Point(318, 217); 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 = 44; this.button3.Text = "Назад"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // Poch // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gold; this.BackgroundImage = global::Servise.Properties.Resources.auto_21; this.ClientSize = new System.Drawing.Size(1008, 680); this.Controls.Add(this.button3); this.Controls.Add(this.button1); this.Controls.Add(this.label30); this.Controls.Add(this.Client); this.Controls.Add(this.dataGridView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(1024, 719); this.MinimumSize = new System.Drawing.Size(1024, 719); this.Name = "Poch"; this.Text = "Починка"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Poch_FormClosed); this.Load += new System.EventHandler(this.Poch_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label30; private System.Windows.Forms.ComboBox Client; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; } }