2021-07-15 16:58:51 +05:00
namespace Diplom_B
{
partial class IzdForm
{
/// <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 ( )
{
2021-07-17 09:33:09 +05:00
this . idzGridView = new System . Windows . Forms . DataGridView ( ) ;
2021-07-16 16:43:55 +05:00
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
this . clearButton = new System . Windows . Forms . Button ( ) ;
this . idLable = new System . Windows . Forms . Label ( ) ;
this . label10 = new System . Windows . Forms . Label ( ) ;
this . nameBox = new System . Windows . Forms . TextBox ( ) ;
this . errorLable = new System . Windows . Forms . Label ( ) ;
this . selectButton = new System . Windows . Forms . Button ( ) ;
this . deleteButton = new System . Windows . Forms . Button ( ) ;
this . changeButton = new System . Windows . Forms . Button ( ) ;
this . createButton = new System . Windows . Forms . Button ( ) ;
this . label9 = new System . Windows . Forms . Label ( ) ;
this . glavKonstrBox = new System . Windows . Forms . TextBox ( ) ;
this . label8 = new System . Windows . Forms . Label ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . vedBox = new System . Windows . Forms . TextBox ( ) ;
this . otdRazBox = new System . Windows . Forms . TextBox ( ) ;
this . cenaBox = new System . Windows . Forms . TextBox ( ) ;
this . literaBox = new System . Windows . Forms . TextBox ( ) ;
this . shifrBox = new System . Windows . Forms . TextBox ( ) ;
this . decBox = new System . Windows . Forms . TextBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
2021-07-17 09:33:09 +05:00
this . label1 = new System . Windows . Forms . Label ( ) ;
this . resetSearchButton = new System . Windows . Forms . Button ( ) ;
this . searchBox = new System . Windows . Forms . TextBox ( ) ;
this . mainMenuStrip = 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 . п о с т а в к и ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . и з д е л и я ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . з а к а з ч и к и ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . н а с т р о й к и ToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2021-07-16 16:43:55 +05:00
( ( System . ComponentModel . ISupportInitialize ) ( this . idzGridView ) ) . BeginInit ( ) ;
2021-07-17 09:33:09 +05:00
this . groupBox1 . SuspendLayout ( ) ;
this . mainMenuStrip . SuspendLayout ( ) ;
2021-07-16 16:43:55 +05:00
this . SuspendLayout ( ) ;
//
2021-07-17 09:33:09 +05:00
// idzGridView
2021-07-16 16:43:55 +05:00
//
2021-07-17 09:33:09 +05:00
this . idzGridView . AllowUserToAddRows = false ;
this . idzGridView . AllowUserToDeleteRows = false ;
this . idzGridView . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
2021-07-15 16:58:51 +05:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2021-07-17 09:33:09 +05:00
this . idzGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . idzGridView . Location = new System . Drawing . Point ( 345 , 55 ) ;
this . idzGridView . Name = "idzGridView" ;
this . idzGridView . RowHeadersVisible = false ;
this . idzGridView . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . idzGridView . Size = new System . Drawing . Size ( 684 , 292 ) ;
this . idzGridView . TabIndex = 12 ;
2021-07-16 16:43:55 +05:00
//
// groupBox1
//
this . groupBox1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2021-07-15 16:58:51 +05:00
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2021-07-16 16:43:55 +05:00
this . groupBox1 . Controls . Add ( this . clearButton ) ;
this . groupBox1 . Controls . Add ( this . idLable ) ;
this . groupBox1 . Controls . Add ( this . label10 ) ;
this . groupBox1 . Controls . Add ( this . nameBox ) ;
this . groupBox1 . Controls . Add ( this . errorLable ) ;
this . groupBox1 . Controls . Add ( this . selectButton ) ;
this . groupBox1 . Controls . Add ( this . deleteButton ) ;
this . groupBox1 . Controls . Add ( this . changeButton ) ;
this . groupBox1 . Controls . Add ( this . createButton ) ;
this . groupBox1 . Controls . Add ( this . label9 ) ;
this . groupBox1 . Controls . Add ( this . glavKonstrBox ) ;
this . groupBox1 . Controls . Add ( this . label8 ) ;
this . groupBox1 . Controls . Add ( this . label7 ) ;
this . groupBox1 . Controls . Add ( this . label6 ) ;
this . groupBox1 . Controls . Add ( this . label5 ) ;
this . groupBox1 . Controls . Add ( this . label4 ) ;
this . groupBox1 . Controls . Add ( this . label3 ) ;
this . groupBox1 . Controls . Add ( this . vedBox ) ;
this . groupBox1 . Controls . Add ( this . otdRazBox ) ;
this . groupBox1 . Controls . Add ( this . cenaBox ) ;
this . groupBox1 . Controls . Add ( this . literaBox ) ;
this . groupBox1 . Controls . Add ( this . shifrBox ) ;
this . groupBox1 . Controls . Add ( this . decBox ) ;
this . groupBox1 . Controls . Add ( this . label2 ) ;
2021-07-17 09:33:09 +05:00
this . groupBox1 . Location = new System . Drawing . Point ( 12 , 27 ) ;
2021-07-16 16:43:55 +05:00
this . groupBox1 . Name = "groupBox1" ;
2021-07-17 09:33:09 +05:00
this . groupBox1 . Size = new System . Drawing . Size ( 324 , 320 ) ;
this . groupBox1 . TabIndex = 11 ;
2021-07-16 16:43:55 +05:00
this . groupBox1 . TabStop = false ;
this . groupBox1 . Text = "Информационное окно" ;
//
// clearButton
//
this . clearButton . Location = new System . Drawing . Point ( 9 , 255 ) ;
this . clearButton . Name = "clearButton" ;
this . clearButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . clearButton . TabIndex = 24 ;
this . clearButton . Text = "Сбросить" ;
this . clearButton . UseVisualStyleBackColor = true ;
//
// idLable
//
this . idLable . AutoSize = true ;
this . idLable . Location = new System . Drawing . Point ( 129 , 24 ) ;
this . idLable . Name = "idLable" ;
this . idLable . Size = new System . Drawing . Size ( 69 , 13 ) ;
this . idLable . TabIndex = 23 ;
this . idLable . Text = "Номер в БД" ;
//
// label10
//
this . label10 . AutoSize = true ;
this . label10 . Location = new System . Drawing . Point ( 40 , 50 ) ;
this . label10 . Name = "label10" ;
this . label10 . Size = new System . Drawing . Size ( 83 , 13 ) ;
this . label10 . TabIndex = 22 ;
this . label10 . Text = "Наименование" ;
//
// nameBox
//
this . nameBox . Location = new System . Drawing . Point ( 129 , 47 ) ;
this . nameBox . Name = "nameBox" ;
this . nameBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . nameBox . TabIndex = 21 ;
//
// errorLable
//
this . errorLable . AutoSize = true ;
this . errorLable . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . errorLable . ForeColor = System . Drawing . Color . Red ;
this . errorLable . Location = new System . Drawing . Point ( 6 , 289 ) ;
this . errorLable . Name = "errorLable" ;
this . errorLable . Size = new System . Drawing . Size ( 149 , 13 ) ;
this . errorLable . TabIndex = 20 ;
this . errorLable . Text = "Информация о б ошибке" ;
this . errorLable . Visible = false ;
//
// selectButton
//
this . selectButton . Location = new System . Drawing . Point ( 239 , 284 ) ;
this . selectButton . Name = "selectButton" ;
this . selectButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . selectButton . TabIndex = 19 ;
this . selectButton . Text = "Выбрать" ;
this . selectButton . UseVisualStyleBackColor = true ;
this . selectButton . Visible = false ;
//
// deleteButton
//
this . deleteButton . Location = new System . Drawing . Point ( 87 , 255 ) ;
this . deleteButton . Name = "deleteButton" ;
this . deleteButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . deleteButton . TabIndex = 18 ;
this . deleteButton . Text = "Удалить" ;
this . deleteButton . UseVisualStyleBackColor = true ;
//
// changeButton
//
this . changeButton . Location = new System . Drawing . Point ( 163 , 255 ) ;
this . changeButton . Name = "changeButton" ;
this . changeButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . changeButton . TabIndex = 17 ;
this . changeButton . Text = "Изменить" ;
this . changeButton . UseVisualStyleBackColor = true ;
//
// createButton
//
this . createButton . Location = new System . Drawing . Point ( 239 , 255 ) ;
this . createButton . Name = "createButton" ;
this . createButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . createButton . TabIndex = 16 ;
this . createButton . Text = "Создать" ;
this . createButton . UseVisualStyleBackColor = true ;
//
// label9
//
this . label9 . AutoSize = true ;
this . label9 . Location = new System . Drawing . Point ( 6 , 232 ) ;
this . label9 . Name = "label9" ;
this . label9 . Size = new System . Drawing . Size ( 117 , 13 ) ;
this . label9 . TabIndex = 15 ;
this . label9 . Text = "Главный конструктор" ;
//
// glavKonstrBox
//
this . glavKonstrBox . Location = new System . Drawing . Point ( 129 , 229 ) ;
this . glavKonstrBox . Name = "glavKonstrBox" ;
this . glavKonstrBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . glavKonstrBox . TabIndex = 14 ;
//
// label8
//
this . label8 . AutoSize = true ;
this . label8 . Location = new System . Drawing . Point ( 71 , 206 ) ;
this . label8 . Name = "label8" ;
this . label8 . Size = new System . Drawing . Size ( 52 , 13 ) ;
this . label8 . TabIndex = 13 ;
this . label8 . Text = "Ведущий" ;
//
// label7
//
this . label7 . AutoSize = true ;
this . label7 . Location = new System . Drawing . Point ( 18 , 180 ) ;
this . label7 . Name = "label7" ;
this . label7 . Size = new System . Drawing . Size ( 105 , 13 ) ;
this . label7 . TabIndex = 12 ;
this . label7 . Text = "Отдел-разработчик" ;
//
// label6
//
this . label6 . AutoSize = true ;
this . label6 . Location = new System . Drawing . Point ( 90 , 154 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 33 , 13 ) ;
this . label6 . TabIndex = 11 ;
this . label6 . Text = "Цена" ;
//
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Location = new System . Drawing . Point ( 79 , 128 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 44 , 13 ) ;
this . label5 . TabIndex = 10 ;
this . label5 . Text = "Литера" ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 87 , 102 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 36 , 13 ) ;
this . label4 . TabIndex = 9 ;
this . label4 . Text = "Шифр" ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 29 , 76 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 94 , 13 ) ;
this . label3 . TabIndex = 8 ;
this . label3 . Text = "Децимальный №" ;
//
// vedBox
//
this . vedBox . Location = new System . Drawing . Point ( 129 , 203 ) ;
this . vedBox . Name = "vedBox" ;
this . vedBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . vedBox . TabIndex = 7 ;
//
// otdRazBox
//
this . otdRazBox . Location = new System . Drawing . Point ( 129 , 177 ) ;
this . otdRazBox . Name = "otdRazBox" ;
this . otdRazBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . otdRazBox . TabIndex = 6 ;
//
// cenaBox
//
this . cenaBox . Location = new System . Drawing . Point ( 129 , 151 ) ;
this . cenaBox . Name = "cenaBox" ;
this . cenaBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . cenaBox . TabIndex = 5 ;
//
// literaBox
//
this . literaBox . Location = new System . Drawing . Point ( 129 , 125 ) ;
this . literaBox . Name = "literaBox" ;
this . literaBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . literaBox . TabIndex = 4 ;
//
// shifrBox
//
this . shifrBox . Location = new System . Drawing . Point ( 129 , 99 ) ;
this . shifrBox . Name = "shifrBox" ;
this . shifrBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . shifrBox . TabIndex = 3 ;
//
// decBox
//
this . decBox . Location = new System . Drawing . Point ( 129 , 73 ) ;
this . decBox . Name = "decBox" ;
this . decBox . Size = new System . Drawing . Size ( 185 , 20 ) ;
this . decBox . TabIndex = 2 ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 105 , 24 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 18 , 13 ) ;
this . label2 . TabIndex = 0 ;
this . label2 . Text = "№" ;
//
2021-07-17 09:33:09 +05:00
// label1
2021-07-16 16:43:55 +05:00
//
2021-07-17 09:33:09 +05:00
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 342 , 32 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 39 , 13 ) ;
this . label1 . TabIndex = 10 ;
this . label1 . Text = "Поиск" ;
//
// 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 ( 954 , 27 ) ;
this . resetSearchButton . Name = "resetSearchButton" ;
this . resetSearchButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . resetSearchButton . TabIndex = 9 ;
this . resetSearchButton . Text = "Сбросить" ;
this . resetSearchButton . UseVisualStyleBackColor = true ;
//
// searchBox
//
this . searchBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
2021-07-15 23:13:18 +05:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2021-07-17 09:33:09 +05:00
this . searchBox . Location = new System . Drawing . Point ( 387 , 29 ) ;
this . searchBox . Name = "searchBox" ;
this . searchBox . Size = new System . Drawing . Size ( 561 , 20 ) ;
this . searchBox . TabIndex = 8 ;
this . searchBox . Tag = "" ;
//
// mainMenuStrip
//
this . mainMenuStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . д о г о в о р ToolStripMenuItem ,
this . д о к у м е н т ы ToolStripMenuItem ,
this . и з в е щ е н и я ToolStripMenuItem ,
this . п о с т а в к и ToolStripMenuItem ,
this . и з д е л и я ToolStripMenuItem ,
this . з а к а з ч и к и ToolStripMenuItem ,
this . н а с т р о й к и ToolStripMenuItem } ) ;
this . mainMenuStrip . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . mainMenuStrip . Name = "mainMenuStrip" ;
this . mainMenuStrip . Size = new System . Drawing . Size ( 1041 , 24 ) ;
this . mainMenuStrip . TabIndex = 13 ;
this . mainMenuStrip . Text = "menuStrip1" ;
//
// до г о во р ToolStripMenuItem
//
this . д о г о в о р ToolStripMenuItem . Name = "до г о во р ToolStripMenuItem" ;
this . д о г о в о р ToolStripMenuItem . Size = new System . Drawing . Size ( 66 , 20 ) ;
this . д о г о в о р ToolStripMenuItem . Text = "Договор" ;
//
// до ку ме нтыToolStripMenuItem
//
this . д о к у м е н т ы ToolStripMenuItem . Name = "до ку ме нтыToolStripMenuItem" ;
this . д о к у м е н т ы ToolStripMenuItem . Size = new System . Drawing . Size ( 82 , 20 ) ;
this . д о к у м е н т ы ToolStripMenuItem . Text = "Документы" ;
//
// изве ще нияToolStripMenuItem
//
this . и з в е щ е н и я ToolStripMenuItem . Name = "изве ще нияToolStripMenuItem" ;
this . и з в е щ е н и я ToolStripMenuItem . Size = new System . Drawing . Size ( 82 , 20 ) ;
this . и з в е щ е н и я ToolStripMenuItem . Text = "Извещения" ;
//
// по с та вкиToolStripMenuItem
//
this . п о с т а в к и ToolStripMenuItem . Name = "по с та вкиToolStripMenuItem" ;
this . п о с т а в к и ToolStripMenuItem . Size = new System . Drawing . Size ( 71 , 20 ) ;
this . п о с т а в к и ToolStripMenuItem . Text = "Поставки" ;
//
// изде лияToolStripMenuItem
//
this . и з д е л и я ToolStripMenuItem . Name = "изде лияToolStripMenuItem" ;
this . и з д е л и я ToolStripMenuItem . Size = new System . Drawing . Size ( 65 , 20 ) ;
this . и з д е л и я ToolStripMenuItem . Text = "Изделия" ;
//
// за ка зчикиToolStripMenuItem
//
this . з а к а з ч и к и ToolStripMenuItem . Name = "за ка зчикиToolStripMenuItem" ;
this . з а к а з ч и к и ToolStripMenuItem . Size = new System . Drawing . Size ( 76 , 20 ) ;
this . з а к а з ч и к и ToolStripMenuItem . Text = "Заказчики" ;
//
// на с тр о йкиToolStripMenuItem
//
this . н а с т р о й к и ToolStripMenuItem . Name = "на с тр о йкиToolStripMenuItem" ;
this . н а с т р о й к и ToolStripMenuItem . Size = new System . Drawing . Size ( 79 , 20 ) ;
this . н а с т р о й к и ToolStripMenuItem . Text = "Настройки" ;
2021-07-16 16:43:55 +05:00
//
// IzdForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2021-07-17 09:33:09 +05:00
this . ClientSize = new System . Drawing . Size ( 1041 , 359 ) ;
this . Controls . Add ( this . mainMenuStrip ) ;
2021-07-16 16:43:55 +05:00
this . Controls . Add ( this . idzGridView ) ;
this . Controls . Add ( this . groupBox1 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . resetSearchButton ) ;
this . Controls . Add ( this . searchBox ) ;
this . Name = "IzdForm" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "Изделия" ;
2021-07-17 09:33:09 +05:00
( ( System . ComponentModel . ISupportInitialize ) ( this . idzGridView ) ) . EndInit ( ) ;
2021-07-16 16:43:55 +05:00
this . groupBox1 . ResumeLayout ( false ) ;
this . groupBox1 . PerformLayout ( ) ;
2021-07-17 09:33:09 +05:00
this . mainMenuStrip . ResumeLayout ( false ) ;
this . mainMenuStrip . PerformLayout ( ) ;
2021-07-16 16:43:55 +05:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2021-07-15 16:58:51 +05:00
}
#endregion
2021-07-17 09:33:09 +05:00
private System . Windows . Forms . DataGridView idzGridView ;
2021-07-15 16:58:51 +05:00
private System . Windows . Forms . GroupBox groupBox1 ;
2021-07-17 09:33:09 +05:00
private System . Windows . Forms . Button clearButton ;
private System . Windows . Forms . Label idLable ;
private System . Windows . Forms . Label label10 ;
private System . Windows . Forms . TextBox nameBox ;
2021-07-15 16:58:51 +05:00
private System . Windows . Forms . Label errorLable ;
private System . Windows . Forms . Button selectButton ;
private System . Windows . Forms . Button deleteButton ;
private System . Windows . Forms . Button changeButton ;
private System . Windows . Forms . Button createButton ;
private System . Windows . Forms . Label label9 ;
private System . Windows . Forms . TextBox glavKonstrBox ;
private System . Windows . Forms . Label label8 ;
private System . Windows . Forms . Label label7 ;
private System . Windows . Forms . Label label6 ;
2021-07-17 09:33:09 +05:00
private System . Windows . Forms . Label label5 ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . TextBox vedBox ;
private System . Windows . Forms . TextBox otdRazBox ;
private System . Windows . Forms . TextBox cenaBox ;
private System . Windows . Forms . TextBox literaBox ;
private System . Windows . Forms . TextBox shifrBox ;
private System . Windows . Forms . TextBox decBox ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Button resetSearchButton ;
private System . Windows . Forms . TextBox searchBox ;
private System . Windows . Forms . MenuStrip mainMenuStrip ;
private System . Windows . Forms . ToolStripMenuItem д о г о в о р ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem д о к у м е н т ы ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem и з в е щ е н и я ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem п о с т а в к и ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem и з д е л и я ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem з а к а з ч и к и ToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem н а с т р о й к и ToolStripMenuItem ;
}
2021-07-15 16:58:51 +05:00
}