namespace CheTransApp { partial class MainForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ComboBox comboBoxQueries; private System.Windows.Forms.Button btnShowQuery; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.ComboBox comboBoxTables; private System.Windows.Forms.Button btnShowTable; 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.comboBoxQueries = new System.Windows.Forms.ComboBox(); this.btnShowQuery = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.comboBoxTables = new System.Windows.Forms.ComboBox(); this.btnShowTable = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(12, 60); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(760, 350); this.dataGridView1.TabIndex = 0; // // comboBoxQueries // this.comboBoxQueries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxQueries.FormattingEnabled = true; this.comboBoxQueries.Location = new System.Drawing.Point(12, 12); this.comboBoxQueries.Name = "comboBoxQueries"; this.comboBoxQueries.Size = new System.Drawing.Size(400, 21); this.comboBoxQueries.TabIndex = 1; // // btnShowQuery // this.btnShowQuery.Location = new System.Drawing.Point(420, 10); this.btnShowQuery.Name = "btnShowQuery"; this.btnShowQuery.Size = new System.Drawing.Size(120, 25); this.btnShowQuery.TabIndex = 2; this.btnShowQuery.Text = "Показать"; this.btnShowQuery.UseVisualStyleBackColor = true; this.btnShowQuery.Click += new System.EventHandler(this.btnShowQuery_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(560, 10); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(70, 25); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = true; // // btnEdit // this.btnEdit.Location = new System.Drawing.Point(640, 10); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(70, 25); this.btnEdit.TabIndex = 4; this.btnEdit.Text = "Изменить"; this.btnEdit.UseVisualStyleBackColor = true; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(720, 10); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(70, 25); this.btnDelete.TabIndex = 5; this.btnDelete.Text = "Удалить"; this.btnDelete.UseVisualStyleBackColor = true; // // comboBoxTables // this.comboBoxTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTables.FormattingEnabled = true; this.comboBoxTables.Location = new System.Drawing.Point(12, 12); this.comboBoxTables.Name = "comboBoxTables"; this.comboBoxTables.Size = new System.Drawing.Size(400, 21); this.comboBoxTables.TabIndex = 6; // // btnShowTable // this.btnShowTable.Location = new System.Drawing.Point(420, 10); this.btnShowTable.Name = "btnShowTable"; this.btnShowTable.Size = new System.Drawing.Size(120, 25); this.btnShowTable.TabIndex = 7; this.btnShowTable.Text = "Показать"; this.btnShowTable.UseVisualStyleBackColor = true; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 460); this.Controls.Add(this.btnShowTable); this.Controls.Add(this.comboBoxTables); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnShowQuery); this.Controls.Add(this.comboBoxQueries); this.Controls.Add(this.dataGridView1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CheTrans - Транспортная система"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } } }