namespace proba
{
partial class Издатель
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Издатель));
this.EditionTab = new System.Windows.Forms.DataGridView();
this.button_delete = new System.Windows.Forms.Button();
this.button_insert = new System.Windows.Forms.Button();
this.button_add = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button_back = new System.Windows.Forms.Button();
this.StrokaSearch = new System.Windows.Forms.TextBox();
this.TextForSearch = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.EditionTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// EditionTab
//
this.EditionTab.AllowUserToAddRows = false;
this.EditionTab.AllowUserToDeleteRows = false;
this.EditionTab.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.EditionTab.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.EditionTab.Location = new System.Drawing.Point(33, 79);
this.EditionTab.Name = "EditionTab";
this.EditionTab.ReadOnly = true;
this.EditionTab.Size = new System.Drawing.Size(260, 277);
this.EditionTab.TabIndex = 1;
this.EditionTab.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick_1);
//
// button_delete
//
this.button_delete.BackColor = System.Drawing.Color.Gray;
this.button_delete.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_delete.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_delete.Location = new System.Drawing.Point(326, 96);
this.button_delete.Name = "button_delete";
this.button_delete.Size = new System.Drawing.Size(111, 30);
this.button_delete.TabIndex = 13;
this.button_delete.Text = "Удалить";
this.button_delete.UseVisualStyleBackColor = false;
this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
//
// button_insert
//
this.button_insert.BackColor = System.Drawing.Color.Gray;
this.button_insert.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_insert.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_insert.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_insert.Location = new System.Drawing.Point(326, 154);
this.button_insert.Name = "button_insert";
this.button_insert.Size = new System.Drawing.Size(111, 30);
this.button_insert.TabIndex = 14;
this.button_insert.Text = "Изменить";
this.button_insert.UseVisualStyleBackColor = false;
this.button_insert.Click += new System.EventHandler(this.button_insert_Click);
//
// button_add
//
this.button_add.BackColor = System.Drawing.Color.Gray;
this.button_add.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_add.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_add.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
this.button_add.Location = new System.Drawing.Point(326, 212);
this.button_add.Name = "button_add";
this.button_add.Size = new System.Drawing.Size(111, 30);
this.button_add.TabIndex = 15;
this.button_add.Text = "Добавить";
this.button_add.UseVisualStyleBackColor = false;
this.button_add.Click += new System.EventHandler(this.button_add_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Gray;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button1.Location = new System.Drawing.Point(326, 270);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(111, 30);
this.button1.TabIndex = 19;
this.button1.Text = "Сохранить";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button_back
//
this.button_back.BackColor = System.Drawing.Color.Gray;
this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_back.Location = new System.Drawing.Point(325, 322);
this.button_back.Name = "button_back";
this.button_back.Size = new System.Drawing.Size(111, 30);
this.button_back.TabIndex = 20;
this.button_back.Text = "Назад";
this.button_back.UseVisualStyleBackColor = false;
this.button_back.Click += new System.EventHandler(this.button_back_Click);
//
// StrokaSearch
//
this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.StrokaSearch.Location = new System.Drawing.Point(196, 26);
this.StrokaSearch.MaxLength = 25;
this.StrokaSearch.Name = "StrokaSearch";
this.StrokaSearch.Size = new System.Drawing.Size(184, 26);
this.StrokaSearch.TabIndex = 21;
this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged_1);
//
// TextForSearch
//
this.TextForSearch.AutoSize = true;
this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.TextForSearch.Location = new System.Drawing.Point(12, 28);
this.TextForSearch.Name = "TextForSearch";
this.TextForSearch.Size = new System.Drawing.Size(178, 24);
this.TextForSearch.TabIndex = 22;
this.TextForSearch.Text = "Введите название";
//
// pictureBox1
//
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(386, 17);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(68, 39);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 23;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
//
// Издатель
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
this.ClientSize = new System.Drawing.Size(479, 378);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.TextForSearch);
this.Controls.Add(this.StrokaSearch);
this.Controls.Add(this.button_back);
this.Controls.Add(this.button1);
this.Controls.Add(this.button_add);
this.Controls.Add(this.button_insert);
this.Controls.Add(this.button_delete);
this.Controls.Add(this.EditionTab);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(495, 417);
this.MinimumSize = new System.Drawing.Size(495, 417);
this.Name = "Издатель";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Издательство";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.EditionTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView EditionTab;
private System.Windows.Forms.Button button_delete;
private System.Windows.Forms.Button button_insert;
private System.Windows.Forms.Button button_add;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button_back;
private System.Windows.Forms.TextBox StrokaSearch;
private System.Windows.Forms.Label TextForSearch;
private System.Windows.Forms.PictureBox pictureBox1;
}
}