namespace СУБД_Техносервис { partial class FormWorkPlace { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWorkPlace)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.LblIdRole = new System.Windows.Forms.Label(); this.BsEmployee = new System.Windows.Forms.BindingSource(this.components); this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet(); this.LblPhoto = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.PbxPhoto = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.LblTitleWork = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.DgvRequest = new System.Windows.Forms.DataGridView(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Photo = new System.Windows.Forms.DataGridViewImageColumn(); this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FIO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.TbxFind = new System.Windows.Forms.TextBox(); this.RbtInfo = new System.Windows.Forms.RadioButton(); this.RbtNum = new System.Windows.Forms.RadioButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.ToolSCount = new System.Windows.Forms.ToolStripStatusLabel(); this.label5 = new System.Windows.Forms.Label(); this.CmbDefect = new System.Windows.Forms.ComboBox(); this.BsAllTypeDefect = new System.Windows.Forms.BindingSource(this.components); this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter(); this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager(); this.allTypeDefectTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.AllTypeDefectTableAdapter(); this.BsRequest = new System.Windows.Forms.BindingSource(this.components); this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter(); this.BtnAdd = new System.Windows.Forms.Button(); this.BtnInfo = new System.Windows.Forms.Button(); this.BtnProf = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).BeginInit(); this.groupBox1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsAllTypeDefect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.panel1.Controls.Add(this.LblIdRole); this.panel1.Controls.Add(this.LblPhoto); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.PbxPhoto); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.LblTitleWork); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(724, 100); this.panel1.TabIndex = 1; // // LblIdRole // this.LblIdRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LblIdRole.AutoSize = true; this.LblIdRole.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "IdRole", true)); this.LblIdRole.Location = new System.Drawing.Point(647, 64); this.LblIdRole.Name = "LblIdRole"; this.LblIdRole.Size = new System.Drawing.Size(31, 16); this.LblIdRole.TabIndex = 8; this.LblIdRole.Text = "label6"; // // BsEmployee // this.BsEmployee.DataMember = "Employee"; this.BsEmployee.DataSource = this.techServiceBAUDataSet; // // techServiceBAUDataSet // this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet"; this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // LblPhoto // this.LblPhoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LblPhoto.AutoSize = true; this.LblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Photo", true)); this.LblPhoto.Location = new System.Drawing.Point(647, 48); this.LblPhoto.Name = "LblPhoto"; this.LblPhoto.Size = new System.Drawing.Size(31, 16); this.LblPhoto.TabIndex = 3; this.LblPhoto.Text = "label5"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Surname", true)); this.label2.Location = new System.Drawing.Point(549, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 16); this.label2.TabIndex = 3; this.label2.Text = "label2"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Patronymic", true)); this.label4.Location = new System.Drawing.Point(549, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(31, 16); this.label4.TabIndex = 5; this.label4.Text = "label4"; // // PbxPhoto // this.PbxPhoto.Dock = System.Windows.Forms.DockStyle.Right; this.PbxPhoto.Location = new System.Drawing.Point(615, 0); this.PbxPhoto.Name = "PbxPhoto"; this.PbxPhoto.Size = new System.Drawing.Size(109, 100); this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PbxPhoto.TabIndex = 2; this.PbxPhoto.TabStop = false; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Name", true)); this.label3.Location = new System.Drawing.Point(549, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(31, 16); this.label3.TabIndex = 4; this.label3.Text = "label3"; // // LblTitleWork // this.LblTitleWork.Anchor = System.Windows.Forms.AnchorStyles.Top; this.LblTitleWork.AutoSize = true; this.LblTitleWork.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LblTitleWork.Location = new System.Drawing.Point(160, 31); this.LblTitleWork.Name = "LblTitleWork"; this.LblTitleWork.Size = new System.Drawing.Size(204, 37); this.LblTitleWork.TabIndex = 1; this.LblTitleWork.Text = "Рабочее место"; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(144, 100); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // DgvRequest // this.DgvRequest.AllowUserToAddRows = false; this.DgvRequest.AllowUserToDeleteRows = false; this.DgvRequest.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.DgvRequest.BackgroundColor = System.Drawing.Color.White; this.DgvRequest.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DgvRequest.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.DgvRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvRequest.ColumnHeadersVisible = false; this.DgvRequest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.Photo, this.Title, this.FIO}); this.DgvRequest.GridColor = System.Drawing.Color.White; this.DgvRequest.Location = new System.Drawing.Point(12, 168); this.DgvRequest.MultiSelect = false; this.DgvRequest.Name = "DgvRequest"; this.DgvRequest.ReadOnly = true; this.DgvRequest.RowHeadersVisible = false; this.DgvRequest.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke; this.DgvRequest.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DgvRequest.RowTemplate.DividerHeight = 10; this.DgvRequest.RowTemplate.Height = 130; this.DgvRequest.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.DgvRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgvRequest.Size = new System.Drawing.Size(700, 283); this.DgvRequest.TabIndex = 2; this.DgvRequest.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvRequest_CellDoubleClick); // // id // dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.id.DefaultCellStyle = dataGridViewCellStyle7; this.id.HeaderText = "ид"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // Photo // this.Photo.HeaderText = "Фото"; this.Photo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; this.Photo.Name = "Photo"; this.Photo.ReadOnly = true; this.Photo.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Photo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Photo.Width = 130; // // Title // dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft; this.Title.DefaultCellStyle = dataGridViewCellStyle8; this.Title.HeaderText = "Инфо"; this.Title.Name = "Title"; this.Title.ReadOnly = true; this.Title.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Title.Width = 200; // // FIO // this.FIO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft; this.FIO.DefaultCellStyle = dataGridViewCellStyle9; this.FIO.HeaderText = "ФИО"; this.FIO.Name = "FIO"; this.FIO.ReadOnly = true; this.FIO.Resizable = System.Windows.Forms.DataGridViewTriState.False; // // groupBox1 // this.groupBox1.Controls.Add(this.TbxFind); this.groupBox1.Controls.Add(this.RbtInfo); this.groupBox1.Controls.Add(this.RbtNum); this.groupBox1.Location = new System.Drawing.Point(12, 106); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(352, 56); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Поиск"; // // TbxFind // this.TbxFind.Location = new System.Drawing.Point(7, 33); this.TbxFind.Name = "TbxFind"; this.TbxFind.Size = new System.Drawing.Size(329, 21); this.TbxFind.TabIndex = 2; this.TbxFind.TextChanged += new System.EventHandler(this.TbxFind_TextChanged); // // RbtInfo // this.RbtInfo.AutoSize = true; this.RbtInfo.Checked = true; this.RbtInfo.Location = new System.Drawing.Point(119, 14); this.RbtInfo.Name = "RbtInfo"; this.RbtInfo.Size = new System.Drawing.Size(225, 20); this.RbtInfo.TabIndex = 1; this.RbtInfo.TabStop = true; this.RbtInfo.Text = "По оборудованию, статусу, исполнителям"; this.RbtInfo.UseVisualStyleBackColor = true; // // RbtNum // this.RbtNum.AutoSize = true; this.RbtNum.Location = new System.Drawing.Point(7, 14); this.RbtNum.Name = "RbtNum"; this.RbtNum.Size = new System.Drawing.Size(107, 20); this.RbtNum.TabIndex = 0; this.RbtNum.Text = "По номеру заявки"; this.RbtNum.UseVisualStyleBackColor = true; this.RbtNum.CheckedChanged += new System.EventHandler(this.RbtNum_CheckedChanged); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolSCount}); this.statusStrip1.Location = new System.Drawing.Point(0, 454); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(724, 22); this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // ToolSCount // this.ToolSCount.Name = "ToolSCount"; this.ToolSCount.Size = new System.Drawing.Size(45, 17); this.ToolSCount.Text = "Заявки"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(370, 119); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(185, 16); this.label5.TabIndex = 5; this.label5.Text = "Фильтрация по типам неисправностей"; // // CmbDefect // this.CmbDefect.DataSource = this.BsAllTypeDefect; this.CmbDefect.DisplayMember = "TypeDefect"; this.CmbDefect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbDefect.FormattingEnabled = true; this.CmbDefect.Location = new System.Drawing.Point(370, 138); this.CmbDefect.Name = "CmbDefect"; this.CmbDefect.Size = new System.Drawing.Size(185, 24); this.CmbDefect.TabIndex = 6; this.CmbDefect.SelectedIndexChanged += new System.EventHandler(this.CmbDefect_SelectedIndexChanged); // // BsAllTypeDefect // this.BsAllTypeDefect.DataMember = "AllTypeDefect"; this.BsAllTypeDefect.DataSource = this.techServiceBAUDataSet; // // employeeTableAdapter // this.employeeTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientFIOTableAdapter = null; this.tableAdapterManager.ClientTableAdapter = null; this.tableAdapterManager.EmployeeTableAdapter = this.employeeTableAdapter; this.tableAdapterManager.ExecutionRequestTableAdapter = null; this.tableAdapterManager.RequestTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.StatusTableAdapter = null; this.tableAdapterManager.TypeDefectTableAdapter = null; this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // allTypeDefectTableAdapter // this.allTypeDefectTableAdapter.ClearBeforeFill = true; // // BsRequest // this.BsRequest.DataMember = "Request"; this.BsRequest.DataSource = this.techServiceBAUDataSet; // // requestTableAdapter // this.requestTableAdapter.ClearBeforeFill = true; // // BtnAdd // this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnAdd.ForeColor = System.Drawing.Color.White; this.BtnAdd.Location = new System.Drawing.Point(567, 454); this.BtnAdd.Name = "BtnAdd"; this.BtnAdd.Size = new System.Drawing.Size(157, 22); this.BtnAdd.TabIndex = 7; this.BtnAdd.Text = "Добавить заявку"; this.BtnAdd.UseVisualStyleBackColor = false; this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // BtnInfo // this.BtnInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnInfo.ForeColor = System.Drawing.Color.White; this.BtnInfo.Location = new System.Drawing.Point(404, 454); this.BtnInfo.Name = "BtnInfo"; this.BtnInfo.Size = new System.Drawing.Size(157, 22); this.BtnInfo.TabIndex = 8; this.BtnInfo.Text = "Статистика"; this.BtnInfo.UseVisualStyleBackColor = false; this.BtnInfo.Click += new System.EventHandler(this.BtnInfo_Click); // // BtnProf // this.BtnProf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnProf.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnProf.ForeColor = System.Drawing.Color.White; this.BtnProf.Location = new System.Drawing.Point(241, 454); this.BtnProf.Name = "BtnProf"; this.BtnProf.Size = new System.Drawing.Size(157, 22); this.BtnProf.TabIndex = 9; this.BtnProf.Text = "Профиль"; this.BtnProf.UseVisualStyleBackColor = false; this.BtnProf.Click += new System.EventHandler(this.BtnProf_Click); // // FormWorkPlace // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(724, 476); this.Controls.Add(this.BtnProf); this.Controls.Add(this.BtnInfo); this.Controls.Add(this.BtnAdd); this.Controls.Add(this.CmbDefect); this.Controls.Add(this.label5); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.DgvRequest); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial Narrow", 9F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MinimumSize = new System.Drawing.Size(586, 515); this.Name = "FormWorkPlace"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ООО \"Техносервис\""; this.Load += new System.EventHandler(this.FormWorkPlace_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsAllTypeDefect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label LblTitleWork; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView DgvRequest; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewImageColumn Photo; private System.Windows.Forms.DataGridViewTextBoxColumn Title; private System.Windows.Forms.DataGridViewTextBoxColumn FIO; private TechServiceBAUDataSet techServiceBAUDataSet; private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.PictureBox PbxPhoto; private System.Windows.Forms.Label label3; public System.Windows.Forms.BindingSource BsEmployee; private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.Label LblPhoto; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton RbtInfo; private System.Windows.Forms.RadioButton RbtNum; private System.Windows.Forms.TextBox TbxFind; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel ToolSCount; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox CmbDefect; private System.Windows.Forms.BindingSource BsAllTypeDefect; private TechServiceBAUDataSetTableAdapters.AllTypeDefectTableAdapter allTypeDefectTableAdapter; private System.Windows.Forms.BindingSource BsRequest; private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter; private System.Windows.Forms.Button BtnAdd; private System.Windows.Forms.Label LblIdRole; private System.Windows.Forms.Button BtnInfo; private System.Windows.Forms.Button BtnProf; } }