namespace WindowsFormsApp4 { partial class Form1 { /// /// 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView1.Location = new System.Drawing.Point(348, 85); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(646, 296); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.MistyRose; this.label1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(264, 32); this.label1.TabIndex = 1; this.label1.Text = "Главная страница"; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(92, 85); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(188, 52); this.button1.TabIndex = 2; this.button1.Text = "Авто"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.MistyRose; this.label2.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(12, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(346, 25); this.label2.TabIndex = 6; this.label2.Text = "Выберите таблицу для вывода"; // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(92, 201); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(188, 52); this.button4.TabIndex = 9; this.button4.Text = "Пользователи"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.Location = new System.Drawing.Point(92, 143); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(188, 52); this.button5.TabIndex = 10; this.button5.Text = "Продажи"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // chart1 // chartArea3.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea3); legend3.Name = "Legend1"; this.chart1.Legends.Add(legend3); this.chart1.Location = new System.Drawing.Point(348, 409); this.chart1.Name = "chart1"; series3.ChartArea = "ChartArea1"; series3.Legend = "Legend1"; series3.Name = "Series1"; this.chart1.Series.Add(series3); this.chart1.Size = new System.Drawing.Size(646, 278); this.chart1.TabIndex = 11; this.chart1.Text = "chart1"; this.chart1.Click += new System.EventHandler(this.chart1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(104, 505); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(188, 60); this.button2.TabIndex = 12; this.button2.Text = "Кол-во автомобилей"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.Red; this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(1000, 228); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(136, 64); this.button3.TabIndex = 13; this.button3.Text = "Удалить Авто"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button6 // this.button6.BackColor = System.Drawing.Color.Lime; this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button6.Location = new System.Drawing.Point(1000, 85); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(136, 70); this.button6.TabIndex = 14; this.button6.Text = "Добавить новое авто"; this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // button8 // this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button8.Location = new System.Drawing.Point(1000, 298); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(136, 83); this.button8.TabIndex = 16; this.button8.Text = "Добавить продажу"; this.button8.UseVisualStyleBackColor = false; // // button7 // this.button7.BackColor = System.Drawing.Color.Yellow; this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button7.Location = new System.Drawing.Point(1000, 161); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(136, 61); this.button7.TabIndex = 17; this.button7.Text = "Изменить Авто"; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button7_Click_2); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MistyRose; this.ClientSize = new System.Drawing.Size(1171, 714); this.Controls.Add(this.button7); this.Controls.Add(this.button8); this.Controls.Add(this.button6); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.chart1); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.label2); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.dataGridView1); this.Name = "Form1"; this.Text = "Bd"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; } }