2021-07-16 16:43:55 +05:00
namespace Diplom_B
{
2021-07-17 09:33:09 +05:00
partial class ZakForm
2021-07-16 16:43:55 +05:00
{
/// <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 . zakGridView = 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 . adressBox = new System . Windows . Forms . RichTextBox ( ) ;
this . errorLabel = new System . Windows . Forms . Label ( ) ;
this . SelectZakButton = new System . Windows . Forms . Button ( ) ;
this . createZakButton = new System . Windows . Forms . Button ( ) ;
this . changeZakButton = new System . Windows . Forms . Button ( ) ;
this . idLabel = new System . Windows . Forms . Label ( ) ;
this . resetZakButton = new System . Windows . Forms . Button ( ) ;
this . deleteZakButton = new System . Windows . Forms . Button ( ) ;
this . emailBox = new System . Windows . Forms . TextBox ( ) ;
this . phoneBox = new System . Windows . Forms . TextBox ( ) ;
this . nameBox = 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 ( ) ;
2021-07-17 09:33:09 +05:00
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 . zakGridView ) ) . BeginInit ( ) ;
this . groupBox1 . SuspendLayout ( ) ;
2021-07-17 09:33:09 +05:00
this . mainMenuStrip . SuspendLayout ( ) ;
2021-07-16 16:43:55 +05:00
this . SuspendLayout ( ) ;
//
// zakGridView
//
this . zakGridView . AllowUserToAddRows = false ;
this . zakGridView . AllowUserToDeleteRows = false ;
this . zakGridView . 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 . zakGridView . AutoSizeRowsMode = System . Windows . Forms . DataGridViewAutoSizeRowsMode . AllCells ;
this . zakGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
2021-07-17 09:33:09 +05:00
this . zakGridView . Location = new System . Drawing . Point ( 324 , 53 ) ;
2021-07-16 16:43:55 +05:00
this . zakGridView . Name = "zakGridView" ;
this . zakGridView . RowHeadersVisible = false ;
this . zakGridView . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
2021-07-17 09:33:09 +05:00
this . zakGridView . Size = new System . Drawing . Size ( 501 , 291 ) ;
this . zakGridView . TabIndex = 14 ;
2021-07-16 16:43:55 +05:00
//
// resetSearchButton
//
this . resetSearchButton . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2021-07-17 09:33:09 +05:00
this . resetSearchButton . Location = new System . Drawing . Point ( 750 , 25 ) ;
2021-07-16 16:43:55 +05:00
this . resetSearchButton . Name = "resetSearchButton" ;
this . resetSearchButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
2021-07-17 09:33:09 +05:00
this . resetSearchButton . TabIndex = 13 ;
2021-07-16 16:43:55 +05:00
this . resetSearchButton . Text = "Сбросить" ;
this . resetSearchButton . UseVisualStyleBackColor = true ;
//
// label10
//
this . label10 . AutoSize = true ;
2021-07-17 09:33:09 +05:00
this . label10 . Location = new System . Drawing . Point ( 321 , 30 ) ;
2021-07-16 16:43:55 +05:00
this . label10 . Name = "label10" ;
this . label10 . Size = new System . Drawing . Size ( 39 , 13 ) ;
2021-07-17 09:33:09 +05:00
this . label10 . TabIndex = 12 ;
2021-07-16 16:43:55 +05:00
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 ) ) ) ;
2021-07-17 09:33:09 +05:00
this . searchBox . Location = new System . Drawing . Point ( 366 , 27 ) ;
2021-07-16 16:43:55 +05:00
this . searchBox . Name = "searchBox" ;
this . searchBox . Size = new System . Drawing . Size ( 378 , 20 ) ;
2021-07-17 09:33:09 +05:00
this . searchBox . TabIndex = 11 ;
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 )
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . groupBox1 . Controls . Add ( this . adressBox ) ;
this . groupBox1 . Controls . Add ( this . errorLabel ) ;
this . groupBox1 . Controls . Add ( this . SelectZakButton ) ;
this . groupBox1 . Controls . Add ( this . createZakButton ) ;
this . groupBox1 . Controls . Add ( this . changeZakButton ) ;
this . groupBox1 . Controls . Add ( this . idLabel ) ;
this . groupBox1 . Controls . Add ( this . resetZakButton ) ;
this . groupBox1 . Controls . Add ( this . deleteZakButton ) ;
this . groupBox1 . Controls . Add ( this . emailBox ) ;
this . groupBox1 . Controls . Add ( this . phoneBox ) ;
this . groupBox1 . Controls . Add ( this . nameBox ) ;
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 ) ;
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 ( 303 , 317 ) ;
this . groupBox1 . TabIndex = 10 ;
2021-07-16 16:43:55 +05:00
this . groupBox1 . TabStop = false ;
this . groupBox1 . Text = "Информационное окно" ;
//
// adressBox
//
this . adressBox . Location = new System . Drawing . Point ( 102 , 71 ) ;
this . adressBox . Name = "adressBox" ;
this . adressBox . Size = new System . Drawing . Size ( 194 , 124 ) ;
this . adressBox . TabIndex = 32 ;
this . adressBox . Text = "" ;
//
// 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 , 290 ) ;
this . errorLabel . Name = "errorLabel" ;
this . errorLabel . Size = new System . Drawing . Size ( 149 , 13 ) ;
this . errorLabel . TabIndex = 31 ;
this . errorLabel . Text = "Информация о б ошибке" ;
this . errorLabel . Visible = false ;
//
// SelectZakButton
//
this . SelectZakButton . Location = new System . Drawing . Point ( 228 , 285 ) ;
this . SelectZakButton . Name = "SelectZakButton" ;
this . SelectZakButton . Size = new System . Drawing . Size ( 68 , 23 ) ;
this . SelectZakButton . TabIndex = 30 ;
this . SelectZakButton . Text = "Выбрать" ;
this . SelectZakButton . UseVisualStyleBackColor = true ;
this . SelectZakButton . Visible = false ;
//
// createZakButton
//
this . createZakButton . Location = new System . Drawing . Point ( 228 , 256 ) ;
this . createZakButton . Name = "createZakButton" ;
this . createZakButton . Size = new System . Drawing . Size ( 68 , 23 ) ;
this . createZakButton . TabIndex = 26 ;
this . createZakButton . Text = "Создать" ;
this . createZakButton . UseVisualStyleBackColor = true ;
//
// changeZakButton
//
this . changeZakButton . Location = new System . Drawing . Point ( 154 , 256 ) ;
this . changeZakButton . Name = "changeZakButton" ;
this . changeZakButton . Size = new System . Drawing . Size ( 68 , 23 ) ;
this . changeZakButton . TabIndex = 27 ;
this . changeZakButton . Text = "Изменить" ;
this . changeZakButton . UseVisualStyleBackColor = true ;
//
// idLabel
//
this . idLabel . AutoSize = true ;
this . idLabel . Location = new System . Drawing . Point ( 102 , 22 ) ;
this . idLabel . Name = "idLabel" ;
this . idLabel . Size = new System . Drawing . Size ( 69 , 13 ) ;
this . idLabel . TabIndex = 24 ;
this . idLabel . Text = "Номер в БД" ;
//
// resetZakButton
//
this . resetZakButton . Location = new System . Drawing . Point ( 6 , 256 ) ;
this . resetZakButton . Name = "resetZakButton" ;
this . resetZakButton . Size = new System . Drawing . Size ( 68 , 23 ) ;
this . resetZakButton . TabIndex = 29 ;
this . resetZakButton . Text = "Сбросить" ;
this . resetZakButton . UseVisualStyleBackColor = true ;
//
// deleteZakButton
//
this . deleteZakButton . Location = new System . Drawing . Point ( 80 , 256 ) ;
this . deleteZakButton . Name = "deleteZakButton" ;
this . deleteZakButton . Size = new System . Drawing . Size ( 68 , 23 ) ;
this . deleteZakButton . TabIndex = 28 ;
this . deleteZakButton . Text = "Удалить" ;
this . deleteZakButton . UseVisualStyleBackColor = true ;
//
// emailBox
//
this . emailBox . Location = new System . Drawing . Point ( 102 , 227 ) ;
this . emailBox . Name = "emailBox" ;
this . emailBox . Size = new System . Drawing . Size ( 194 , 20 ) ;
this . emailBox . TabIndex = 19 ;
//
// phoneBox
//
this . phoneBox . Location = new System . Drawing . Point ( 102 , 201 ) ;
this . phoneBox . Name = "phoneBox" ;
this . phoneBox . Size = new System . Drawing . Size ( 194 , 20 ) ;
this . phoneBox . TabIndex = 18 ;
//
// nameBox
//
this . nameBox . Location = new System . Drawing . Point ( 102 , 45 ) ;
this . nameBox . Name = "nameBox" ;
this . nameBox . Size = new System . Drawing . Size ( 194 , 20 ) ;
this . nameBox . TabIndex = 17 ;
//
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Location = new System . Drawing . Point ( 35 , 230 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 54 , 13 ) ;
this . label5 . TabIndex = 13 ;
this . label5 . Text = "Эл. почта" ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 37 , 204 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 52 , 13 ) ;
this . label4 . TabIndex = 12 ;
this . label4 . Text = "Телефон" ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 51 , 74 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 38 , 13 ) ;
this . label3 . TabIndex = 11 ;
this . label3 . Text = "Адрес" ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 6 , 48 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 83 , 13 ) ;
this . label2 . TabIndex = 10 ;
this . label2 . Text = "Наименование" ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 71 , 22 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 18 , 13 ) ;
this . label1 . TabIndex = 9 ;
this . label1 . Text = "№" ;
//
2021-07-17 09:33:09 +05:00
// 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 ( 837 , 24 ) ;
this . mainMenuStrip . TabIndex = 15 ;
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
// ZakazchikForm
//
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 ( 837 , 356 ) ;
this . Controls . Add ( this . mainMenuStrip ) ;
2021-07-16 16:43:55 +05:00
this . Controls . Add ( this . zakGridView ) ;
this . Controls . Add ( this . resetSearchButton ) ;
this . Controls . Add ( this . label10 ) ;
this . Controls . Add ( this . searchBox ) ;
this . Controls . Add ( this . groupBox1 ) ;
this . Name = "ZakazchikForm" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "Заказчики" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . zakGridView ) ) . EndInit ( ) ;
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 ( ) ;
}
#endregion
private System . Windows . Forms . DataGridView zakGridView ;
private System . Windows . Forms . Button resetSearchButton ;
private System . Windows . Forms . Label label10 ;
private System . Windows . Forms . TextBox searchBox ;
private System . Windows . Forms . GroupBox groupBox1 ;
2021-07-17 09:33:09 +05:00
private System . Windows . Forms . RichTextBox adressBox ;
2021-07-16 16:43:55 +05:00
private System . Windows . Forms . Label errorLabel ;
private System . Windows . Forms . Button SelectZakButton ;
private System . Windows . Forms . Button createZakButton ;
private System . Windows . Forms . Button changeZakButton ;
private System . Windows . Forms . Label idLabel ;
private System . Windows . Forms . Button resetZakButton ;
private System . Windows . Forms . Button deleteZakButton ;
private System . Windows . Forms . TextBox emailBox ;
private System . Windows . Forms . TextBox phoneBox ;
private System . Windows . Forms . TextBox nameBox ;
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 ;
2021-07-17 09:33:09 +05:00
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-16 16:43:55 +05:00
}
}