| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace CarApp
- {
- partial class Form1
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- components.Dispose();
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.BackgroundColor = System.Drawing.Color.LightBlue;
- this.dataGridView1.ColumnHeadersHeight = 34;
- this.dataGridView1.Location = new System.Drawing.Point(12, 60);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 62;
- this.dataGridView1.Size = new System.Drawing.Size(650, 350);
- this.dataGridView1.TabIndex = 0;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.LightCyan;
- this.button1.Location = new System.Drawing.Point(12, 12);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(90, 30);
- this.button1.TabIndex = 5;
- this.button1.Text = "Загрузить";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.LightCyan;
- this.button2.Location = new System.Drawing.Point(110, 12);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(90, 30);
- this.button2.TabIndex = 4;
- this.button2.Text = "Поиск";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.BackColor = System.Drawing.Color.LightCyan;
- this.button3.Location = new System.Drawing.Point(210, 12);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(90, 30);
- this.button3.TabIndex = 3;
- this.button3.Text = "Экспорт";
- this.button3.UseVisualStyleBackColor = false;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.LightCyan;
- this.button4.Location = new System.Drawing.Point(310, 12);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(90, 30);
- this.button4.TabIndex = 2;
- this.button4.Text = "Добавить";
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button5
- //
- this.button5.BackColor = System.Drawing.Color.LightCyan;
- this.button5.Location = new System.Drawing.Point(410, 12);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(90, 30);
- this.button5.TabIndex = 1;
- this.button5.Text = "Удалить";
- this.button5.UseVisualStyleBackColor = false;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(512, 16);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(150, 26);
- this.textBox1.TabIndex = 0;
- //
- // Form1
- //
- this.ClientSize = new System.Drawing.Size(684, 421);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form1";
- this.Text = "Автосалон";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.TextBox textBox1;
- }
- }
|