namespace CarRent { partial class FormRentals { /// /// 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.buttonUpdate = new System.Windows.Forms.Button(); this.buttonAdd = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.филиалыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.автомобилиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.клиентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.comboBoxClientsEmail = new System.Windows.Forms.ComboBox(); this.buttonAddReview = new System.Windows.Forms.Button(); this.тестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // buttonUpdate // this.buttonUpdate.Location = new System.Drawing.Point(950, 91); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Size = new System.Drawing.Size(75, 23); this.buttonUpdate.TabIndex = 13; this.buttonUpdate.Text = "Обновить"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(950, 62); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(75, 23); this.buttonAdd.TabIndex = 12; this.buttonAdd.Text = "Создать"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // dataGridView // this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(12, 33); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowTemplate.Height = 25; this.dataGridView.Size = new System.Drawing.Size(912, 411); this.dataGridView.TabIndex = 11; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.филиалыToolStripMenuItem, this.автомобилиToolStripMenuItem, this.клиентыToolStripMenuItem, this.тестыToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1060, 24); this.menuStrip1.TabIndex = 10; this.menuStrip1.Text = "menuStrip1"; // // филиалыToolStripMenuItem // this.филиалыToolStripMenuItem.Name = "филиалыToolStripMenuItem"; this.филиалыToolStripMenuItem.Size = new System.Drawing.Size(71, 20); this.филиалыToolStripMenuItem.Text = "Филиалы"; this.филиалыToolStripMenuItem.Click += new System.EventHandler(this.филиалыToolStripMenuItem_Click); // // автомобилиToolStripMenuItem // this.автомобилиToolStripMenuItem.Name = "автомобилиToolStripMenuItem"; this.автомобилиToolStripMenuItem.Size = new System.Drawing.Size(89, 20); this.автомобилиToolStripMenuItem.Text = "Автомобили"; this.автомобилиToolStripMenuItem.Click += new System.EventHandler(this.автомобилиToolStripMenuItem_Click); // // клиентыToolStripMenuItem // this.клиентыToolStripMenuItem.Name = "клиентыToolStripMenuItem"; this.клиентыToolStripMenuItem.Size = new System.Drawing.Size(67, 20); this.клиентыToolStripMenuItem.Text = "Клиенты"; this.клиентыToolStripMenuItem.Click += new System.EventHandler(this.клиентыToolStripMenuItem_Click); // // comboBoxClientsEmail // this.comboBoxClientsEmail.FormattingEnabled = true; this.comboBoxClientsEmail.Location = new System.Drawing.Point(930, 33); this.comboBoxClientsEmail.Name = "comboBoxClientsEmail"; this.comboBoxClientsEmail.Size = new System.Drawing.Size(121, 23); this.comboBoxClientsEmail.TabIndex = 14; // // buttonAddReview // this.buttonAddReview.Location = new System.Drawing.Point(950, 148); this.buttonAddReview.Name = "buttonAddReview"; this.buttonAddReview.Size = new System.Drawing.Size(75, 44); this.buttonAddReview.TabIndex = 15; this.buttonAddReview.Text = "Добавить отзыв"; this.buttonAddReview.UseVisualStyleBackColor = true; this.buttonAddReview.Click += new System.EventHandler(this.buttonAddReview_Click); // // тестыToolStripMenuItem // this.тестыToolStripMenuItem.Name = "тестыToolStripMenuItem"; this.тестыToolStripMenuItem.Size = new System.Drawing.Size(51, 20); this.тестыToolStripMenuItem.Text = "Тесты"; this.тестыToolStripMenuItem.Click += new System.EventHandler(this.testsToolStripMenuItem_Click); // // FormRentals // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1060, 450); this.Controls.Add(this.buttonAddReview); this.Controls.Add(this.comboBoxClientsEmail); this.Controls.Add(this.buttonUpdate); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.dataGridView); this.Controls.Add(this.menuStrip1); this.Name = "FormRentals"; this.Text = "Аренда автомобилей"; this.Load += new System.EventHandler(this.FormRentals_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonUpdate; private Button buttonAdd; private DataGridView dataGridView; private MenuStrip menuStrip1; private ToolStripMenuItem филиалыToolStripMenuItem; private ToolStripMenuItem автомобилиToolStripMenuItem; private ToolStripMenuItem клиентыToolStripMenuItem; private ComboBox comboBoxClientsEmail; private Button buttonAddReview; private ToolStripMenuItem тестыToolStripMenuItem; } }