namespace Diplom_B { partial class DocForm { /// /// 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.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.dogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.docToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.izvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.postToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.izdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.zakToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.docGridView = new System.Windows.Forms.DataGridView(); this.resetSearchButton = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.searchBox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.delIzvButton = new System.Windows.Forms.Button(); this.addIzvButton = new System.Windows.Forms.Button(); this.izvGridView = new System.Windows.Forms.DataGridView(); this.primechanieBox = new System.Windows.Forms.RichTextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.linkFileLabel = new System.Windows.Forms.LinkLabel(); this.resetFileButton = new System.Windows.Forms.Button(); this.fileLoadButton = new System.Windows.Forms.Button(); this.errorLabel = new System.Windows.Forms.Label(); this.selectButton = new System.Windows.Forms.Button(); this.createButton = new System.Windows.Forms.Button(); this.changeButton = new System.Windows.Forms.Button(); this.idLabel = new System.Windows.Forms.Label(); this.resetButton = new System.Windows.Forms.Button(); this.deleteButton = new System.Windows.Forms.Button(); this.nameBox = new System.Windows.Forms.TextBox(); this.decNumBox = new System.Windows.Forms.TextBox(); this.invNumBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.selectFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.delDogButton = new System.Windows.Forms.Button(); this.addDogButton = new System.Windows.Forms.Button(); this.dogGridView = new System.Windows.Forms.DataGridView(); this.mainMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.docGridView)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.izvGridView)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dogGridView)).BeginInit(); this.SuspendLayout(); // // mainMenuStrip // this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dogToolStripMenuItem, this.docToolStripMenuItem, this.izvToolStripMenuItem, this.postToolStripMenuItem, this.izdToolStripMenuItem, this.zakToolStripMenuItem, this.setToolStripMenuItem}); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.Size = new System.Drawing.Size(986, 24); this.mainMenuStrip.TabIndex = 20; this.mainMenuStrip.Text = "menuStrip1"; // // dogToolStripMenuItem // this.dogToolStripMenuItem.Name = "dogToolStripMenuItem"; this.dogToolStripMenuItem.Size = new System.Drawing.Size(66, 20); this.dogToolStripMenuItem.Text = "Договор"; this.dogToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // docToolStripMenuItem // this.docToolStripMenuItem.Name = "docToolStripMenuItem"; this.docToolStripMenuItem.Size = new System.Drawing.Size(82, 20); this.docToolStripMenuItem.Text = "Документы"; this.docToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // izvToolStripMenuItem // this.izvToolStripMenuItem.Name = "izvToolStripMenuItem"; this.izvToolStripMenuItem.Size = new System.Drawing.Size(82, 20); this.izvToolStripMenuItem.Text = "Извещения"; this.izvToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // postToolStripMenuItem // this.postToolStripMenuItem.Name = "postToolStripMenuItem"; this.postToolStripMenuItem.Size = new System.Drawing.Size(71, 20); this.postToolStripMenuItem.Text = "Поставки"; this.postToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // izdToolStripMenuItem // this.izdToolStripMenuItem.Name = "izdToolStripMenuItem"; this.izdToolStripMenuItem.Size = new System.Drawing.Size(65, 20); this.izdToolStripMenuItem.Text = "Изделия"; this.izdToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // zakToolStripMenuItem // this.zakToolStripMenuItem.Name = "zakToolStripMenuItem"; this.zakToolStripMenuItem.Size = new System.Drawing.Size(76, 20); this.zakToolStripMenuItem.Text = "Заказчики"; this.zakToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // setToolStripMenuItem // this.setToolStripMenuItem.Name = "setToolStripMenuItem"; this.setToolStripMenuItem.Size = new System.Drawing.Size(79, 20); this.setToolStripMenuItem.Text = "Настройки"; this.setToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click); // // docGridView // this.docGridView.AllowUserToAddRows = false; this.docGridView.AllowUserToDeleteRows = false; this.docGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.docGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.docGridView.Location = new System.Drawing.Point(324, 53); this.docGridView.Name = "docGridView"; this.docGridView.RowHeadersVisible = false; this.docGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.docGridView.Size = new System.Drawing.Size(650, 680); this.docGridView.TabIndex = 25; this.docGridView.CurrentCellChanged += new System.EventHandler(this.docGridView_CurrentCellChanged); // // resetSearchButton // this.resetSearchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.resetSearchButton.Location = new System.Drawing.Point(899, 25); this.resetSearchButton.Name = "resetSearchButton"; this.resetSearchButton.Size = new System.Drawing.Size(75, 23); this.resetSearchButton.TabIndex = 24; this.resetSearchButton.Text = "Сбросить"; this.resetSearchButton.UseVisualStyleBackColor = true; this.resetSearchButton.Click += new System.EventHandler(this.resetSearchButton_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(321, 30); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(39, 13); this.label10.TabIndex = 23; this.label10.Text = "Поиск"; // // searchBox // this.searchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.searchBox.Location = new System.Drawing.Point(366, 27); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(527, 20); this.searchBox.TabIndex = 22; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.primechanieBox); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.errorLabel); this.groupBox1.Controls.Add(this.selectButton); this.groupBox1.Controls.Add(this.createButton); this.groupBox1.Controls.Add(this.changeButton); this.groupBox1.Controls.Add(this.idLabel); this.groupBox1.Controls.Add(this.resetButton); this.groupBox1.Controls.Add(this.deleteButton); this.groupBox1.Controls.Add(this.nameBox); this.groupBox1.Controls.Add(this.decNumBox); this.groupBox1.Controls.Add(this.invNumBox); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 27); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(303, 706); this.groupBox1.TabIndex = 21; this.groupBox1.TabStop = false; this.groupBox1.Text = "Информационное окно"; // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox3.Controls.Add(this.delIzvButton); this.groupBox3.Controls.Add(this.addIzvButton); this.groupBox3.Controls.Add(this.izvGridView); this.groupBox3.Location = new System.Drawing.Point(-1, 504); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(303, 196); this.groupBox3.TabIndex = 36; this.groupBox3.TabStop = false; this.groupBox3.Text = "Связанные извещения"; // // delIzvButton // this.delIzvButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.delIzvButton.Location = new System.Drawing.Point(155, 167); this.delIzvButton.Name = "delIzvButton"; this.delIzvButton.Size = new System.Drawing.Size(68, 23); this.delIzvButton.TabIndex = 34; this.delIzvButton.Text = "Удалить"; this.delIzvButton.UseVisualStyleBackColor = true; this.delIzvButton.Click += new System.EventHandler(this.delIzvButton_Click); // // addIzvButton // this.addIzvButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.addIzvButton.Location = new System.Drawing.Point(229, 167); this.addIzvButton.Name = "addIzvButton"; this.addIzvButton.Size = new System.Drawing.Size(68, 23); this.addIzvButton.TabIndex = 34; this.addIzvButton.Text = "Добавить"; this.addIzvButton.UseVisualStyleBackColor = true; this.addIzvButton.Click += new System.EventHandler(this.addIzvButton_Click); // // izvGridView // this.izvGridView.AllowUserToAddRows = false; this.izvGridView.AllowUserToDeleteRows = false; this.izvGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.izvGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.izvGridView.Location = new System.Drawing.Point(6, 19); this.izvGridView.Name = "izvGridView"; this.izvGridView.RowHeadersVisible = false; this.izvGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.izvGridView.Size = new System.Drawing.Size(290, 142); this.izvGridView.TabIndex = 35; // // primechanieBox // this.primechanieBox.Location = new System.Drawing.Point(106, 123); this.primechanieBox.Name = "primechanieBox"; this.primechanieBox.Size = new System.Drawing.Size(191, 72); this.primechanieBox.TabIndex = 35; this.primechanieBox.Text = ""; // // groupBox2 // this.groupBox2.Controls.Add(this.linkFileLabel); this.groupBox2.Controls.Add(this.resetFileButton); this.groupBox2.Controls.Add(this.fileLoadButton); this.groupBox2.Location = new System.Drawing.Point(6, 201); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(290, 40); this.groupBox2.TabIndex = 33; this.groupBox2.TabStop = false; this.groupBox2.Text = "Файл"; // // linkFileLabel // this.linkFileLabel.AutoSize = true; this.linkFileLabel.Location = new System.Drawing.Point(6, 16); this.linkFileLabel.Name = "linkFileLabel"; this.linkFileLabel.Size = new System.Drawing.Size(93, 13); this.linkFileLabel.TabIndex = 22; this.linkFileLabel.TabStop = true; this.linkFileLabel.Text = "Ссылка на файл."; this.linkFileLabel.Visible = false; this.linkFileLabel.VisitedLinkColor = System.Drawing.Color.Blue; this.linkFileLabel.Click += new System.EventHandler(this.linkFileLabel_Click); // // resetFileButton // this.resetFileButton.Location = new System.Drawing.Point(142, 11); this.resetFileButton.Name = "resetFileButton"; this.resetFileButton.Size = new System.Drawing.Size(68, 23); this.resetFileButton.TabIndex = 32; this.resetFileButton.Text = "Удалить"; this.resetFileButton.UseVisualStyleBackColor = true; this.resetFileButton.Click += new System.EventHandler(this.resetFileButton_Click); // // fileLoadButton // this.fileLoadButton.Location = new System.Drawing.Point(216, 11); this.fileLoadButton.Name = "fileLoadButton"; this.fileLoadButton.Size = new System.Drawing.Size(68, 23); this.fileLoadButton.TabIndex = 23; this.fileLoadButton.Text = "Выбрать"; this.fileLoadButton.UseVisualStyleBackColor = true; this.fileLoadButton.Click += new System.EventHandler(this.fileLoadButton_Click); // // errorLabel // this.errorLabel.AutoSize = true; this.errorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.errorLabel.ForeColor = System.Drawing.Color.Red; this.errorLabel.Location = new System.Drawing.Point(6, 281); this.errorLabel.Name = "errorLabel"; this.errorLabel.Size = new System.Drawing.Size(149, 13); this.errorLabel.TabIndex = 31; this.errorLabel.Text = "Информация об ошибке"; this.errorLabel.Visible = false; // // selectButton // this.selectButton.Location = new System.Drawing.Point(228, 276); this.selectButton.Name = "selectButton"; this.selectButton.Size = new System.Drawing.Size(68, 23); this.selectButton.TabIndex = 30; this.selectButton.Text = "Выбрать"; this.selectButton.UseVisualStyleBackColor = true; this.selectButton.Visible = false; this.selectButton.Click += new System.EventHandler(this.selectButton_Click); // // createButton // this.createButton.Location = new System.Drawing.Point(228, 247); this.createButton.Name = "createButton"; this.createButton.Size = new System.Drawing.Size(68, 23); this.createButton.TabIndex = 26; this.createButton.Text = "Создать"; this.createButton.UseVisualStyleBackColor = true; this.createButton.Click += new System.EventHandler(this.createButton_Click); // // changeButton // this.changeButton.Location = new System.Drawing.Point(154, 247); this.changeButton.Name = "changeButton"; this.changeButton.Size = new System.Drawing.Size(68, 23); this.changeButton.TabIndex = 27; this.changeButton.Text = "Изменить"; this.changeButton.UseVisualStyleBackColor = true; this.changeButton.Click += new System.EventHandler(this.changeButton_Click); // // idLabel // this.idLabel.AutoSize = true; this.idLabel.Location = new System.Drawing.Point(106, 22); this.idLabel.Name = "idLabel"; this.idLabel.Size = new System.Drawing.Size(69, 13); this.idLabel.TabIndex = 24; this.idLabel.Text = "Номер в БД"; // // resetButton // this.resetButton.Location = new System.Drawing.Point(6, 247); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(68, 23); this.resetButton.TabIndex = 29; this.resetButton.Text = "Сбросить"; this.resetButton.UseVisualStyleBackColor = true; this.resetButton.Click += new System.EventHandler(this.resetButton_Click); // // deleteButton // this.deleteButton.Location = new System.Drawing.Point(80, 247); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(68, 23); this.deleteButton.TabIndex = 28; this.deleteButton.Text = "Удалить"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // nameBox // this.nameBox.Location = new System.Drawing.Point(106, 97); this.nameBox.Name = "nameBox"; this.nameBox.Size = new System.Drawing.Size(191, 20); this.nameBox.TabIndex = 19; // // decNumBox // this.decNumBox.Location = new System.Drawing.Point(106, 71); this.decNumBox.Name = "decNumBox"; this.decNumBox.Size = new System.Drawing.Size(191, 20); this.decNumBox.TabIndex = 18; // // invNumBox // this.invNumBox.Location = new System.Drawing.Point(106, 45); this.invNumBox.Name = "invNumBox"; this.invNumBox.Size = new System.Drawing.Size(191, 20); this.invNumBox.TabIndex = 17; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(30, 126); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 13); this.label5.TabIndex = 13; this.label5.Text = "Примечание"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(43, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(57, 13); this.label4.TabIndex = 12; this.label4.Text = "Название"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 11; this.label3.Text = "Инвентарный №"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 13); this.label2.TabIndex = 10; this.label2.Text = "Децимальный №"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(82, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(18, 13); this.label1.TabIndex = 9; this.label1.Text = "№"; // // selectFileDialog // this.selectFileDialog.Title = "Выбор файла для загрузки"; // // saveFileDialog // this.saveFileDialog.Title = "Сохранить файл как"; // // groupBox4 // this.groupBox4.Controls.Add(this.delDogButton); this.groupBox4.Controls.Add(this.addDogButton); this.groupBox4.Controls.Add(this.dogGridView); this.groupBox4.Location = new System.Drawing.Point(0, 305); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(303, 193); this.groupBox4.TabIndex = 37; this.groupBox4.TabStop = false; this.groupBox4.Text = "Связанные договора"; // // delDogButton // this.delDogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.delDogButton.Location = new System.Drawing.Point(155, 164); this.delDogButton.Name = "delDogButton"; this.delDogButton.Size = new System.Drawing.Size(68, 23); this.delDogButton.TabIndex = 34; this.delDogButton.Text = "Удалить"; this.delDogButton.UseVisualStyleBackColor = true; this.delDogButton.Click += new System.EventHandler(this.delDogButton_Click); // // addDogButton // this.addDogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.addDogButton.Location = new System.Drawing.Point(229, 164); this.addDogButton.Name = "addDogButton"; this.addDogButton.Size = new System.Drawing.Size(68, 23); this.addDogButton.TabIndex = 34; this.addDogButton.Text = "Добавить"; this.addDogButton.UseVisualStyleBackColor = true; this.addDogButton.Click += new System.EventHandler(this.addDogButton_Click); // // dogGridView // this.dogGridView.AllowUserToAddRows = false; this.dogGridView.AllowUserToDeleteRows = false; this.dogGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dogGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dogGridView.Location = new System.Drawing.Point(6, 19); this.dogGridView.Name = "dogGridView"; this.dogGridView.RowHeadersVisible = false; this.dogGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dogGridView.Size = new System.Drawing.Size(290, 139); this.dogGridView.TabIndex = 35; // // DocForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(986, 745); this.Controls.Add(this.docGridView); this.Controls.Add(this.resetSearchButton); this.Controls.Add(this.label10); this.Controls.Add(this.searchBox); this.Controls.Add(this.groupBox1); this.Controls.Add(this.mainMenuStrip); this.Name = "DocForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DocForm"; this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.docGridView)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.izvGridView)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dogGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem dogToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem docToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem izvToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem postToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem izdToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem zakToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setToolStripMenuItem; private System.Windows.Forms.DataGridView docGridView; private System.Windows.Forms.Button resetSearchButton; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox searchBox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.LinkLabel linkFileLabel; private System.Windows.Forms.Button resetFileButton; private System.Windows.Forms.Button fileLoadButton; private System.Windows.Forms.Label errorLabel; private System.Windows.Forms.Button selectButton; private System.Windows.Forms.Button createButton; private System.Windows.Forms.Button changeButton; private System.Windows.Forms.Label idLabel; private System.Windows.Forms.Button resetButton; private System.Windows.Forms.Button deleteButton; private System.Windows.Forms.TextBox nameBox; private System.Windows.Forms.TextBox decNumBox; private System.Windows.Forms.TextBox invNumBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox primechanieBox; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button delIzvButton; private System.Windows.Forms.Button addIzvButton; private System.Windows.Forms.DataGridView izvGridView; private System.Windows.Forms.OpenFileDialog selectFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button delDogButton; private System.Windows.Forms.Button addDogButton; private System.Windows.Forms.DataGridView dogGridView; } }