namespace СУБД_Техносервис { partial class FormAddEditRequest { /// /// 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.Windows.Forms.Label idRequestLabel; System.Windows.Forms.Label dateAcceptingLabel; System.Windows.Forms.Label equipmentDefectLabel; System.Windows.Forms.Label descriptionLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddEditRequest)); this.panel1 = new System.Windows.Forms.Panel(); this.LblIdManager = new System.Windows.Forms.Label(); this.BsRequest = new System.Windows.Forms.BindingSource(this.components); this.techServiceBAUDataSet1 = new СУБД_Техносервис.TechServiceBAUDataSet(); this.LblTitleRequest = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.BtnSave = new System.Windows.Forms.Button(); this.BtnCancel = new System.Windows.Forms.Button(); this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter(); this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager(); this.clientTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.ClientTableAdapter(); this.statusTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.StatusTableAdapter(); this.typeDefectTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TypeDefectTableAdapter(); this.TbxIdRequest = new System.Windows.Forms.TextBox(); this.DtpDateAcception = new System.Windows.Forms.DateTimePicker(); this.TbxDeffect = new System.Windows.Forms.TextBox(); this.descriptionTextBox = new System.Windows.Forms.TextBox(); this.CmbClient = new System.Windows.Forms.ComboBox(); this.BsClient = new System.Windows.Forms.BindingSource(this.components); this.CmbStatus = new System.Windows.Forms.ComboBox(); this.BsStatus = new System.Windows.Forms.BindingSource(this.components); this.CmbTypeDefect = new System.Windows.Forms.ComboBox(); this.BsTypeDefect = new System.Windows.Forms.BindingSource(this.components); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.clientFIOTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.ClientFIOTableAdapter(); this.CmbMaster = new System.Windows.Forms.ComboBox(); this.BsMaster = new System.Windows.Forms.BindingSource(this.components); this.label5 = new System.Windows.Forms.Label(); this.DgvMaster = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BtnAdd = new System.Windows.Forms.Button(); this.BtnDel = new System.Windows.Forms.Button(); this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter(); idRequestLabel = new System.Windows.Forms.Label(); dateAcceptingLabel = new System.Windows.Forms.Label(); equipmentDefectLabel = new System.Windows.Forms.Label(); descriptionLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsClient)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsTypeDefect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvMaster)).BeginInit(); this.SuspendLayout(); // // idRequestLabel // idRequestLabel.AutoSize = true; idRequestLabel.Location = new System.Drawing.Point(74, 123); idRequestLabel.Name = "idRequestLabel"; idRequestLabel.Size = new System.Drawing.Size(70, 16); idRequestLabel.TabIndex = 7; idRequestLabel.Text = "Номер заявки"; // // dateAcceptingLabel // dateAcceptingLabel.AutoSize = true; dateAcceptingLabel.Location = new System.Drawing.Point(57, 156); dateAcceptingLabel.Name = "dateAcceptingLabel"; dateAcceptingLabel.Size = new System.Drawing.Size(87, 16); dateAcceptingLabel.TabIndex = 8; dateAcceptingLabel.Text = "Дата добавления"; // // equipmentDefectLabel // equipmentDefectLabel.AutoSize = true; equipmentDefectLabel.Location = new System.Drawing.Point(11, 187); equipmentDefectLabel.Name = "equipmentDefectLabel"; equipmentDefectLabel.Size = new System.Drawing.Size(133, 16); equipmentDefectLabel.TabIndex = 9; equipmentDefectLabel.Text = "Неисправное оборудование"; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Location = new System.Drawing.Point(11, 215); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(52, 16); descriptionLabel.TabIndex = 10; descriptionLabel.Text = "Описание"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.panel1.Controls.Add(this.LblIdManager); this.panel1.Controls.Add(this.LblTitleRequest); 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(833, 100); this.panel1.TabIndex = 2; // // LblIdManager // this.LblIdManager.AutoSize = true; this.LblIdManager.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "IdManager", true)); this.LblIdManager.Location = new System.Drawing.Point(11, 75); this.LblIdManager.Name = "LblIdManager"; this.LblIdManager.Size = new System.Drawing.Size(14, 16); this.LblIdManager.TabIndex = 18; this.LblIdManager.Text = "id"; // // BsRequest // this.BsRequest.DataMember = "Request"; this.BsRequest.DataSource = this.techServiceBAUDataSet1; // // techServiceBAUDataSet1 // this.techServiceBAUDataSet1.DataSetName = "TechServiceBAUDataSet"; this.techServiceBAUDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // LblTitleRequest // this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top; this.LblTitleRequest.AutoSize = true; this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LblTitleRequest.Location = new System.Drawing.Point(354, 36); this.LblTitleRequest.Name = "LblTitleRequest"; this.LblTitleRequest.Size = new System.Drawing.Size(256, 37); this.LblTitleRequest.TabIndex = 1; this.LblTitleRequest.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; // // BtnSave // this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnSave.ForeColor = System.Drawing.Color.White; this.BtnSave.Location = new System.Drawing.Point(95, 411); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(157, 26); this.BtnSave.TabIndex = 6; this.BtnSave.Text = "Сохранить"; this.BtnSave.UseVisualStyleBackColor = false; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // BtnCancel // this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnCancel.ForeColor = System.Drawing.Color.White; this.BtnCancel.Location = new System.Drawing.Point(615, 411); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(157, 26); this.BtnCancel.TabIndex = 7; this.BtnCancel.Text = "Отменить"; this.BtnCancel.UseVisualStyleBackColor = false; // // requestTableAdapter // this.requestTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientFIOTableAdapter = null; this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter; this.tableAdapterManager.EmployeeTableAdapter = null; this.tableAdapterManager.ExecutionRequestTableAdapter = null; this.tableAdapterManager.RequestTableAdapter = this.requestTableAdapter; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.StatusTableAdapter = this.statusTableAdapter; this.tableAdapterManager.TypeDefectTableAdapter = this.typeDefectTableAdapter; this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // clientTableAdapter // this.clientTableAdapter.ClearBeforeFill = true; // // statusTableAdapter // this.statusTableAdapter.ClearBeforeFill = true; // // typeDefectTableAdapter // this.typeDefectTableAdapter.ClearBeforeFill = true; // // TbxIdRequest // this.TbxIdRequest.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "IdRequest", true)); this.TbxIdRequest.Location = new System.Drawing.Point(150, 120); this.TbxIdRequest.Name = "TbxIdRequest"; this.TbxIdRequest.ReadOnly = true; this.TbxIdRequest.Size = new System.Drawing.Size(141, 21); this.TbxIdRequest.TabIndex = 8; // // DtpDateAcception // this.DtpDateAcception.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.BsRequest, "DateAccepting", true)); this.DtpDateAcception.Location = new System.Drawing.Point(150, 152); this.DtpDateAcception.Name = "DtpDateAcception"; this.DtpDateAcception.Size = new System.Drawing.Size(141, 21); this.DtpDateAcception.TabIndex = 9; // // TbxDeffect // this.TbxDeffect.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "EquipmentDefect", true)); this.TbxDeffect.Location = new System.Drawing.Point(150, 184); this.TbxDeffect.Name = "TbxDeffect"; this.TbxDeffect.Size = new System.Drawing.Size(141, 21); this.TbxDeffect.TabIndex = 10; // // descriptionTextBox // this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "Description", true)); this.descriptionTextBox.Location = new System.Drawing.Point(69, 215); this.descriptionTextBox.Multiline = true; this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(222, 115); this.descriptionTextBox.TabIndex = 11; // // CmbClient // this.CmbClient.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdClient", true)); this.CmbClient.DataSource = this.BsClient; this.CmbClient.DisplayMember = "FIO"; this.CmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbClient.FormattingEnabled = true; this.CmbClient.Location = new System.Drawing.Point(331, 211); this.CmbClient.Name = "CmbClient"; this.CmbClient.Size = new System.Drawing.Size(190, 24); this.CmbClient.TabIndex = 12; this.CmbClient.ValueMember = "IdClient"; // // BsClient // this.BsClient.DataMember = "Client"; this.BsClient.DataSource = this.techServiceBAUDataSet1; // // CmbStatus // this.CmbStatus.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdStatus", true)); this.CmbStatus.DataSource = this.BsStatus; this.CmbStatus.DisplayMember = "Title"; this.CmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbStatus.FormattingEnabled = true; this.CmbStatus.Location = new System.Drawing.Point(331, 290); this.CmbStatus.Name = "CmbStatus"; this.CmbStatus.Size = new System.Drawing.Size(190, 24); this.CmbStatus.TabIndex = 13; this.CmbStatus.ValueMember = "IdStatus"; // // BsStatus // this.BsStatus.DataMember = "Status"; this.BsStatus.DataSource = this.techServiceBAUDataSet1; // // CmbTypeDefect // this.CmbTypeDefect.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdTypeDefect", true)); this.CmbTypeDefect.DataSource = this.BsTypeDefect; this.CmbTypeDefect.DisplayMember = "Title"; this.CmbTypeDefect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbTypeDefect.FormattingEnabled = true; this.CmbTypeDefect.Location = new System.Drawing.Point(331, 139); this.CmbTypeDefect.Name = "CmbTypeDefect"; this.CmbTypeDefect.Size = new System.Drawing.Size(190, 24); this.CmbTypeDefect.TabIndex = 14; this.CmbTypeDefect.ValueMember = "IdTypeDefect"; // // BsTypeDefect // this.BsTypeDefect.DataMember = "TypeDefect"; this.BsTypeDefect.DataSource = this.techServiceBAUDataSet1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(328, 192); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 16); this.label2.TabIndex = 15; this.label2.Text = "Клиент"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(328, 271); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 16); this.label3.TabIndex = 16; this.label3.Text = "Статус заявки"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(328, 120); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(94, 16); this.label4.TabIndex = 17; this.label4.Text = "Тип неисправности"; // // clientFIOTableAdapter // this.clientFIOTableAdapter.ClearBeforeFill = true; // // CmbMaster // this.CmbMaster.DataSource = this.BsMaster; this.CmbMaster.DisplayMember = "Surname"; this.CmbMaster.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbMaster.FormattingEnabled = true; this.CmbMaster.Location = new System.Drawing.Point(577, 139); this.CmbMaster.Name = "CmbMaster"; this.CmbMaster.Size = new System.Drawing.Size(240, 24); this.CmbMaster.TabIndex = 18; this.CmbMaster.ValueMember = "IdEmployee"; // // BsMaster // this.BsMaster.DataMember = "Employee"; this.BsMaster.DataSource = this.techServiceBAUDataSet1; this.BsMaster.Filter = "IdRole = 2"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(574, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 16); this.label5.TabIndex = 19; this.label5.Text = "Исполнители"; // // DgvMaster // this.DgvMaster.AllowUserToAddRows = false; this.DgvMaster.AllowUserToDeleteRows = false; this.DgvMaster.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvMaster.ColumnHeadersVisible = false; this.DgvMaster.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2}); this.DgvMaster.Location = new System.Drawing.Point(577, 215); this.DgvMaster.MultiSelect = false; this.DgvMaster.Name = "DgvMaster"; this.DgvMaster.ReadOnly = true; this.DgvMaster.RowHeadersVisible = false; this.DgvMaster.Size = new System.Drawing.Size(240, 150); this.DgvMaster.TabIndex = 20; // // Column1 // this.Column1.HeaderText = "ид"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column2.HeaderText = "ФИО"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // BtnAdd // 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(577, 182); this.BtnAdd.Name = "BtnAdd"; this.BtnAdd.Size = new System.Drawing.Size(240, 26); this.BtnAdd.TabIndex = 21; this.BtnAdd.Text = "Добавить"; this.BtnAdd.UseVisualStyleBackColor = false; this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // BtnDel // this.BtnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnDel.ForeColor = System.Drawing.Color.White; this.BtnDel.Location = new System.Drawing.Point(580, 379); this.BtnDel.Name = "BtnDel"; this.BtnDel.Size = new System.Drawing.Size(237, 26); this.BtnDel.TabIndex = 22; this.BtnDel.Text = "Удалить"; this.BtnDel.UseVisualStyleBackColor = false; this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click); // // employeeTableAdapter // this.employeeTableAdapter.ClearBeforeFill = true; // // FormAddEditRequest // 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(833, 451); this.Controls.Add(this.BtnDel); this.Controls.Add(this.BtnAdd); this.Controls.Add(this.DgvMaster); this.Controls.Add(this.label5); this.Controls.Add(this.CmbMaster); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.CmbTypeDefect); this.Controls.Add(this.CmbStatus); this.Controls.Add(this.CmbClient); this.Controls.Add(descriptionLabel); this.Controls.Add(this.descriptionTextBox); this.Controls.Add(equipmentDefectLabel); this.Controls.Add(this.TbxDeffect); this.Controls.Add(dateAcceptingLabel); this.Controls.Add(this.DtpDateAcception); this.Controls.Add(idRequestLabel); this.Controls.Add(this.TbxIdRequest); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnSave); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial Narrow", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormAddEditRequest"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ООО \"Техносервис\""; this.Load += new System.EventHandler(this.FormAddEditRequest_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsClient)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsTypeDefect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvMaster)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button BtnSave; private System.Windows.Forms.Button BtnCancel; private TechServiceBAUDataSet techServiceBAUDataSet1; private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter; private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox TbxIdRequest; private System.Windows.Forms.DateTimePicker DtpDateAcception; private System.Windows.Forms.TextBox TbxDeffect; private System.Windows.Forms.TextBox descriptionTextBox; private TechServiceBAUDataSetTableAdapters.TypeDefectTableAdapter typeDefectTableAdapter; private System.Windows.Forms.ComboBox CmbClient; private System.Windows.Forms.ComboBox CmbStatus; private System.Windows.Forms.ComboBox CmbTypeDefect; private System.Windows.Forms.BindingSource BsStatus; private System.Windows.Forms.BindingSource BsTypeDefect; private TechServiceBAUDataSetTableAdapters.StatusTableAdapter statusTableAdapter; private TechServiceBAUDataSetTableAdapters.ClientTableAdapter clientTableAdapter; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.BindingSource BsClient; private TechServiceBAUDataSetTableAdapters.ClientFIOTableAdapter clientFIOTableAdapter; private System.Windows.Forms.Label LblIdManager; private System.Windows.Forms.ComboBox CmbMaster; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridView DgvMaster; private System.Windows.Forms.Button BtnAdd; private System.Windows.Forms.Button BtnDel; private System.Windows.Forms.BindingSource BsMaster; private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; public System.Windows.Forms.Label LblTitleRequest; public System.Windows.Forms.BindingSource BsRequest; } }