Diplom_B/DogForm.Designer.cs
2021-07-19 14:12:18 +05:00

897 lines
39 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Diplom_B
{
partial class DogForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.errorLabel = new System.Windows.Forms.Label();
this.idLabel = new System.Windows.Forms.Label();
this.zakDecNumLinkLabel = new System.Windows.Forms.LinkLabel();
this.prikZapBox = new System.Windows.Forms.TextBox();
this.datePicker = new System.Windows.Forms.DateTimePicker();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.izdGridView = new System.Windows.Forms.DataGridView();
this.addIzdButton = new System.Windows.Forms.Button();
this.changeIzdButton = new System.Windows.Forms.Button();
this.izdDecNumLinkLabel = new System.Windows.Forms.LinkLabel();
this.delIzdButton = new System.Windows.Forms.Button();
this.kolvoBox = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = 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.deleteButton = new System.Windows.Forms.Button();
this.resetButton = new System.Windows.Forms.Button();
this.primechanieBox = new System.Windows.Forms.RichTextBox();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.garantiiBox = new System.Windows.Forms.RichTextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dogNumBox = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.docGridView = new System.Windows.Forms.DataGridView();
this.addDocButton = new System.Windows.Forms.Button();
this.delDocButton = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.postGridView = new System.Windows.Forms.DataGridView();
this.addPostButton = new System.Windows.Forms.Button();
this.delPostButton = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label17 = new System.Windows.Forms.Label();
this.addPlatejBox = new System.Windows.Forms.Button();
this.changePlatejBox = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.delPlatejBox = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.platejBox = new System.Windows.Forms.TextBox();
this.platejGridView = new System.Windows.Forms.DataGridView();
this.avansLabel = new System.Windows.Forms.Label();
this.ostalosLabel = new System.Windows.Forms.Label();
this.cenaGlobalLabel = new System.Windows.Forms.Label();
this.dogGridView = new System.Windows.Forms.DataGridView();
this.resetSearchButton = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.searchBox = new System.Windows.Forms.TextBox();
this.mainMenuStrip.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.izdGridView)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.docGridView)).BeginInit();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.postGridView)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.platejGridView)).BeginInit();
((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(1150, 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);
//
// 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.errorLabel);
this.groupBox1.Controls.Add(this.idLabel);
this.groupBox1.Controls.Add(this.zakDecNumLinkLabel);
this.groupBox1.Controls.Add(this.prikZapBox);
this.groupBox1.Controls.Add(this.datePicker);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.selectButton);
this.groupBox1.Controls.Add(this.createButton);
this.groupBox1.Controls.Add(this.changeButton);
this.groupBox1.Controls.Add(this.deleteButton);
this.groupBox1.Controls.Add(this.resetButton);
this.groupBox1.Controls.Add(this.primechanieBox);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.garantiiBox);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.dogNumBox);
this.groupBox1.Location = new System.Drawing.Point(12, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(306, 772);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Инфомационное окно 1";
//
// 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, 339);
this.errorLabel.Name = "errorLabel";
this.errorLabel.Size = new System.Drawing.Size(149, 13);
this.errorLabel.TabIndex = 63;
this.errorLabel.Text = "Информация об ошибке";
this.errorLabel.Visible = false;
//
// idLabel
//
this.idLabel.AutoSize = true;
this.idLabel.Location = new System.Drawing.Point(110, 22);
this.idLabel.Name = "idLabel";
this.idLabel.Size = new System.Drawing.Size(18, 13);
this.idLabel.TabIndex = 62;
this.idLabel.Text = "№";
//
// zakDecNumLinkLabel
//
this.zakDecNumLinkLabel.AutoSize = true;
this.zakDecNumLinkLabel.Location = new System.Drawing.Point(110, 74);
this.zakDecNumLinkLabel.Name = "zakDecNumLinkLabel";
this.zakDecNumLinkLabel.Size = new System.Drawing.Size(83, 13);
this.zakDecNumLinkLabel.TabIndex = 60;
this.zakDecNumLinkLabel.TabStop = true;
this.zakDecNumLinkLabel.Text = "Наименование";
this.zakDecNumLinkLabel.VisitedLinkColor = System.Drawing.Color.Blue;
this.zakDecNumLinkLabel.Click += new System.EventHandler(this.selectZak_Click);
//
// prikZapBox
//
this.prikZapBox.Location = new System.Drawing.Point(110, 123);
this.prikZapBox.Name = "prikZapBox";
this.prikZapBox.Size = new System.Drawing.Size(190, 20);
this.prikZapBox.TabIndex = 61;
//
// datePicker
//
this.datePicker.CustomFormat = "yyyy.MM.dd";
this.datePicker.Location = new System.Drawing.Point(110, 97);
this.datePicker.Name = "datePicker";
this.datePicker.Size = new System.Drawing.Size(190, 20);
this.datePicker.TabIndex = 60;
//
// groupBox3
//
this.groupBox3.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.groupBox3.Controls.Add(this.izdGridView);
this.groupBox3.Controls.Add(this.addIzdButton);
this.groupBox3.Controls.Add(this.changeIzdButton);
this.groupBox3.Controls.Add(this.izdDecNumLinkLabel);
this.groupBox3.Controls.Add(this.delIzdButton);
this.groupBox3.Controls.Add(this.kolvoBox);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Location = new System.Drawing.Point(6, 363);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(294, 403);
this.groupBox3.TabIndex = 51;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Изделия";
//
// izdGridView
//
this.izdGridView.AllowUserToAddRows = false;
this.izdGridView.AllowUserToDeleteRows = false;
this.izdGridView.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.izdGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.izdGridView.Location = new System.Drawing.Point(6, 75);
this.izdGridView.Name = "izdGridView";
this.izdGridView.RowHeadersVisible = false;
this.izdGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.izdGridView.Size = new System.Drawing.Size(282, 322);
this.izdGridView.TabIndex = 59;
this.izdGridView.CurrentCellChanged += new System.EventHandler(this.izdGridView_CurrentCellChanged);
//
// addIzdButton
//
this.addIzdButton.Location = new System.Drawing.Point(219, 46);
this.addIzdButton.Name = "addIzdButton";
this.addIzdButton.Size = new System.Drawing.Size(69, 23);
this.addIzdButton.TabIndex = 54;
this.addIzdButton.Text = "Добавить";
this.addIzdButton.UseVisualStyleBackColor = true;
this.addIzdButton.Click += new System.EventHandler(this.addIzdButton_Click);
//
// changeIzdButton
//
this.changeIzdButton.Location = new System.Drawing.Point(144, 46);
this.changeIzdButton.Name = "changeIzdButton";
this.changeIzdButton.Size = new System.Drawing.Size(69, 23);
this.changeIzdButton.TabIndex = 53;
this.changeIzdButton.Text = "Изменить";
this.changeIzdButton.UseVisualStyleBackColor = true;
this.changeIzdButton.Click += new System.EventHandler(this.changeIzdButton_Click);
//
// izdDecNumLinkLabel
//
this.izdDecNumLinkLabel.AutoSize = true;
this.izdDecNumLinkLabel.Location = new System.Drawing.Point(55, 23);
this.izdDecNumLinkLabel.Name = "izdDecNumLinkLabel";
this.izdDecNumLinkLabel.Size = new System.Drawing.Size(94, 13);
this.izdDecNumLinkLabel.TabIndex = 57;
this.izdDecNumLinkLabel.TabStop = true;
this.izdDecNumLinkLabel.Text = "Децимальный №";
this.izdDecNumLinkLabel.VisitedLinkColor = System.Drawing.Color.Blue;
this.izdDecNumLinkLabel.Click += new System.EventHandler(this.selectizd_Click);
//
// delIzdButton
//
this.delIzdButton.Location = new System.Drawing.Point(69, 46);
this.delIzdButton.Name = "delIzdButton";
this.delIzdButton.Size = new System.Drawing.Size(69, 23);
this.delIzdButton.TabIndex = 52;
this.delIzdButton.Text = "Удалить";
this.delIzdButton.UseVisualStyleBackColor = true;
this.delIzdButton.Click += new System.EventHandler(this.delIzdButton_Click);
//
// kolvoBox
//
this.kolvoBox.Location = new System.Drawing.Point(249, 20);
this.kolvoBox.Name = "kolvoBox";
this.kolvoBox.Size = new System.Drawing.Size(39, 20);
this.kolvoBox.TabIndex = 54;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(202, 23);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 13);
this.label16.TabIndex = 53;
this.label16.Text = "Кол-во";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(4, 23);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(45, 13);
this.label15.TabIndex = 52;
this.label15.Text = "Дец. №";
//
// selectButton
//
this.selectButton.Location = new System.Drawing.Point(231, 334);
this.selectButton.Name = "selectButton";
this.selectButton.Size = new System.Drawing.Size(69, 23);
this.selectButton.TabIndex = 50;
this.selectButton.Text = "Выбрать";
this.selectButton.UseVisualStyleBackColor = true;
this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
//
// createButton
//
this.createButton.Location = new System.Drawing.Point(231, 305);
this.createButton.Name = "createButton";
this.createButton.Size = new System.Drawing.Size(69, 23);
this.createButton.TabIndex = 49;
this.createButton.Text = "Создать";
this.createButton.UseVisualStyleBackColor = true;
this.createButton.Click += new System.EventHandler(this.createButton_Click);
//
// changeButton
//
this.changeButton.Location = new System.Drawing.Point(156, 305);
this.changeButton.Name = "changeButton";
this.changeButton.Size = new System.Drawing.Size(69, 23);
this.changeButton.TabIndex = 48;
this.changeButton.Text = "Изменить";
this.changeButton.UseVisualStyleBackColor = true;
this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
//
// deleteButton
//
this.deleteButton.Location = new System.Drawing.Point(81, 305);
this.deleteButton.Name = "deleteButton";
this.deleteButton.Size = new System.Drawing.Size(69, 23);
this.deleteButton.TabIndex = 47;
this.deleteButton.Text = "Удалить";
this.deleteButton.UseVisualStyleBackColor = true;
this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
//
// resetButton
//
this.resetButton.Location = new System.Drawing.Point(6, 305);
this.resetButton.Name = "resetButton";
this.resetButton.Size = new System.Drawing.Size(69, 23);
this.resetButton.TabIndex = 46;
this.resetButton.Text = "Сбросить";
this.resetButton.UseVisualStyleBackColor = true;
this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
//
// primechanieBox
//
this.primechanieBox.Location = new System.Drawing.Point(110, 227);
this.primechanieBox.Name = "primechanieBox";
this.primechanieBox.Size = new System.Drawing.Size(190, 72);
this.primechanieBox.TabIndex = 44;
this.primechanieBox.Text = "";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(34, 230);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(70, 13);
this.label10.TabIndex = 43;
this.label10.Text = "Примечание";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 126);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(98, 13);
this.label8.TabIndex = 42;
this.label8.Text = "Приказ о запуске";
//
// garantiiBox
//
this.garantiiBox.Location = new System.Drawing.Point(110, 149);
this.garantiiBox.Name = "garantiiBox";
this.garantiiBox.Size = new System.Drawing.Size(190, 72);
this.garantiiBox.TabIndex = 41;
this.garantiiBox.Text = "";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(50, 152);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(54, 13);
this.label7.TabIndex = 40;
this.label7.Text = "Гарантии";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(21, 100);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 13);
this.label6.TabIndex = 39;
this.label6.Text = "Дата поставки";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(49, 74);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 38;
this.label4.Text = "Заказчик";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(39, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 13);
this.label3.TabIndex = 37;
this.label3.Text = "Договор №";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(86, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(18, 13);
this.label1.TabIndex = 35;
this.label1.Text = "№";
//
// dogNumBox
//
this.dogNumBox.Location = new System.Drawing.Point(110, 45);
this.dogNumBox.Name = "dogNumBox";
this.dogNumBox.Size = new System.Drawing.Size(190, 20);
this.dogNumBox.TabIndex = 23;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox2.Controls.Add(this.groupBox6);
this.groupBox2.Controls.Add(this.groupBox5);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Location = new System.Drawing.Point(324, 27);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(242, 772);
this.groupBox2.TabIndex = 22;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Информационное окно 2";
//
// groupBox6
//
this.groupBox6.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.groupBox6.Controls.Add(this.docGridView);
this.groupBox6.Controls.Add(this.addDocButton);
this.groupBox6.Controls.Add(this.delDocButton);
this.groupBox6.Location = new System.Drawing.Point(6, 538);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(230, 228);
this.groupBox6.TabIndex = 77;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Документы";
//
// 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(6, 19);
this.docGridView.Name = "docGridView";
this.docGridView.RowHeadersVisible = false;
this.docGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.docGridView.Size = new System.Drawing.Size(218, 174);
this.docGridView.TabIndex = 60;
//
// addDocButton
//
this.addDocButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.addDocButton.Location = new System.Drawing.Point(155, 199);
this.addDocButton.Name = "addDocButton";
this.addDocButton.Size = new System.Drawing.Size(69, 23);
this.addDocButton.TabIndex = 62;
this.addDocButton.Text = "Добавить";
this.addDocButton.UseVisualStyleBackColor = true;
this.addDocButton.Click += new System.EventHandler(this.addDocButton_Click);
//
// delDocButton
//
this.delDocButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.delDocButton.Location = new System.Drawing.Point(80, 199);
this.delDocButton.Name = "delDocButton";
this.delDocButton.Size = new System.Drawing.Size(69, 23);
this.delDocButton.TabIndex = 60;
this.delDocButton.Text = "Удалить";
this.delDocButton.UseVisualStyleBackColor = true;
this.delDocButton.Click += new System.EventHandler(this.delDocButton_Click);
//
// groupBox5
//
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox5.Controls.Add(this.postGridView);
this.groupBox5.Controls.Add(this.addPostButton);
this.groupBox5.Controls.Add(this.delPostButton);
this.groupBox5.Location = new System.Drawing.Point(6, 299);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(230, 233);
this.groupBox5.TabIndex = 76;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Поставки";
//
// postGridView
//
this.postGridView.AllowUserToAddRows = false;
this.postGridView.AllowUserToDeleteRows = false;
this.postGridView.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.postGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.postGridView.Location = new System.Drawing.Point(6, 19);
this.postGridView.Name = "postGridView";
this.postGridView.RowHeadersVisible = false;
this.postGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.postGridView.Size = new System.Drawing.Size(218, 179);
this.postGridView.TabIndex = 60;
//
// addPostButton
//
this.addPostButton.Location = new System.Drawing.Point(156, 204);
this.addPostButton.Name = "addPostButton";
this.addPostButton.Size = new System.Drawing.Size(69, 23);
this.addPostButton.TabIndex = 62;
this.addPostButton.Text = "Добавить";
this.addPostButton.UseVisualStyleBackColor = true;
this.addPostButton.Click += new System.EventHandler(this.addPostButton_Click);
//
// delPostButton
//
this.delPostButton.Location = new System.Drawing.Point(81, 204);
this.delPostButton.Name = "delPostButton";
this.delPostButton.Size = new System.Drawing.Size(69, 23);
this.delPostButton.TabIndex = 60;
this.delPostButton.Text = "Удалить";
this.delPostButton.UseVisualStyleBackColor = true;
this.delPostButton.Click += new System.EventHandler(this.delPostButton_Click);
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.addPlatejBox);
this.groupBox4.Controls.Add(this.changePlatejBox);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.delPlatejBox);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.platejBox);
this.groupBox4.Controls.Add(this.platejGridView);
this.groupBox4.Controls.Add(this.avansLabel);
this.groupBox4.Controls.Add(this.ostalosLabel);
this.groupBox4.Controls.Add(this.cenaGlobalLabel);
this.groupBox4.Location = new System.Drawing.Point(6, 19);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(230, 274);
this.groupBox4.TabIndex = 75;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Платежи";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(16, 94);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(46, 13);
this.label17.TabIndex = 83;
this.label17.Text = "Платёж";
//
// addPlatejBox
//
this.addPlatejBox.Location = new System.Drawing.Point(156, 117);
this.addPlatejBox.Name = "addPlatejBox";
this.addPlatejBox.Size = new System.Drawing.Size(69, 23);
this.addPlatejBox.TabIndex = 55;
this.addPlatejBox.Text = "Добавить";
this.addPlatejBox.UseVisualStyleBackColor = true;
this.addPlatejBox.Click += new System.EventHandler(this.addPlatejBox_Click);
//
// changePlatejBox
//
this.changePlatejBox.Location = new System.Drawing.Point(81, 117);
this.changePlatejBox.Name = "changePlatejBox";
this.changePlatejBox.Size = new System.Drawing.Size(69, 23);
this.changePlatejBox.TabIndex = 54;
this.changePlatejBox.Text = "Изменить";
this.changePlatejBox.UseVisualStyleBackColor = true;
this.changePlatejBox.Click += new System.EventHandler(this.changePlatejBox_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(33, 13);
this.label5.TabIndex = 76;
this.label5.Text = "Цена";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 68);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 13);
this.label11.TabIndex = 78;
this.label11.Text = "Осталось";
//
// delPlatejBox
//
this.delPlatejBox.Location = new System.Drawing.Point(6, 117);
this.delPlatejBox.Name = "delPlatejBox";
this.delPlatejBox.Size = new System.Drawing.Size(69, 23);
this.delPlatejBox.TabIndex = 53;
this.delPlatejBox.Text = "Удалить";
this.delPlatejBox.UseVisualStyleBackColor = true;
this.delPlatejBox.Click += new System.EventHandler(this.delPlatejBox_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(24, 42);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(38, 13);
this.label9.TabIndex = 77;
this.label9.Text = "Аванс";
//
// platejBox
//
this.platejBox.Location = new System.Drawing.Point(68, 91);
this.platejBox.Name = "platejBox";
this.platejBox.Size = new System.Drawing.Size(157, 20);
this.platejBox.TabIndex = 82;
//
// platejGridView
//
this.platejGridView.AllowUserToAddRows = false;
this.platejGridView.AllowUserToDeleteRows = false;
this.platejGridView.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.platejGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.platejGridView.Location = new System.Drawing.Point(6, 146);
this.platejGridView.Name = "platejGridView";
this.platejGridView.RowHeadersVisible = false;
this.platejGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.platejGridView.Size = new System.Drawing.Size(218, 122);
this.platejGridView.TabIndex = 58;
this.platejGridView.CurrentCellChanged += new System.EventHandler(this.platejGridView_CurrentCellChanged);
//
// avansLabel
//
this.avansLabel.AutoSize = true;
this.avansLabel.Location = new System.Drawing.Point(68, 42);
this.avansLabel.Name = "avansLabel";
this.avansLabel.Size = new System.Drawing.Size(33, 13);
this.avansLabel.TabIndex = 81;
this.avansLabel.Text = "Цена";
//
// ostalosLabel
//
this.ostalosLabel.AutoSize = true;
this.ostalosLabel.Location = new System.Drawing.Point(68, 68);
this.ostalosLabel.Name = "ostalosLabel";
this.ostalosLabel.Size = new System.Drawing.Size(33, 13);
this.ostalosLabel.TabIndex = 80;
this.ostalosLabel.Text = "Цена";
//
// cenaGlobalLabel
//
this.cenaGlobalLabel.AutoSize = true;
this.cenaGlobalLabel.Location = new System.Drawing.Point(68, 16);
this.cenaGlobalLabel.Name = "cenaGlobalLabel";
this.cenaGlobalLabel.Size = new System.Drawing.Size(33, 13);
this.cenaGlobalLabel.TabIndex = 79;
this.cenaGlobalLabel.Text = "Цена";
//
// 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)
| System.Windows.Forms.AnchorStyles.Right)));
this.dogGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dogGridView.Location = new System.Drawing.Point(572, 55);
this.dogGridView.Name = "dogGridView";
this.dogGridView.RowHeadersVisible = false;
this.dogGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dogGridView.Size = new System.Drawing.Size(566, 744);
this.dogGridView.TabIndex = 29;
this.dogGridView.CurrentCellChanged += new System.EventHandler(this.dogGridView_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(1063, 27);
this.resetSearchButton.Name = "resetSearchButton";
this.resetSearchButton.Size = new System.Drawing.Size(75, 23);
this.resetSearchButton.TabIndex = 28;
this.resetSearchButton.Text = "Сбросить";
this.resetSearchButton.UseVisualStyleBackColor = true;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(572, 32);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(39, 13);
this.label19.TabIndex = 27;
this.label19.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(617, 29);
this.searchBox.Name = "searchBox";
this.searchBox.Size = new System.Drawing.Size(440, 20);
this.searchBox.TabIndex = 26;
//
// DogForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1150, 811);
this.Controls.Add(this.dogGridView);
this.Controls.Add(this.resetSearchButton);
this.Controls.Add(this.label19);
this.Controls.Add(this.searchBox);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.mainMenuStrip);
this.Name = "DogForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Договора";
this.mainMenuStrip.ResumeLayout(false);
this.mainMenuStrip.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.izdGridView)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.docGridView)).EndInit();
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.postGridView)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.platejGridView)).EndInit();
((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.GroupBox groupBox1;
private System.Windows.Forms.RichTextBox garantiiBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox dogNumBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button selectButton;
private System.Windows.Forms.Button createButton;
private System.Windows.Forms.Button changeButton;
private System.Windows.Forms.Button deleteButton;
private System.Windows.Forms.Button resetButton;
private System.Windows.Forms.RichTextBox primechanieBox;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.DataGridView platejGridView;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.DataGridView izdGridView;
private System.Windows.Forms.Button addIzdButton;
private System.Windows.Forms.Button changeIzdButton;
private System.Windows.Forms.LinkLabel izdDecNumLinkLabel;
private System.Windows.Forms.Button delIzdButton;
private System.Windows.Forms.TextBox kolvoBox;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button addPlatejBox;
private System.Windows.Forms.Button changePlatejBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button delPlatejBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox platejBox;
private System.Windows.Forms.Label avansLabel;
private System.Windows.Forms.Label ostalosLabel;
private System.Windows.Forms.Label cenaGlobalLabel;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.DataGridView postGridView;
private System.Windows.Forms.Button addPostButton;
private System.Windows.Forms.Button delPostButton;
private System.Windows.Forms.DataGridView dogGridView;
private System.Windows.Forms.Button resetSearchButton;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox searchBox;
private System.Windows.Forms.TextBox prikZapBox;
private System.Windows.Forms.DateTimePicker datePicker;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.DataGridView docGridView;
private System.Windows.Forms.Button addDocButton;
private System.Windows.Forms.Button delDocButton;
private System.Windows.Forms.Label idLabel;
private System.Windows.Forms.Label errorLabel;
private System.Windows.Forms.LinkLabel zakDecNumLinkLabel;
private System.Windows.Forms.Label label4;
}
}