Дипломная работа: Автоматизация контроля качества в ООО «РиК»

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
121
this.tableAdapterManager.measuring_kindTableAdapter = null;
this.tableAdapterManager.metalTableAdapter = null;
this.tableAdapterManager.modelTableAdapter = null;
this.tableAdapterManager.operation_statusTableAdapter = null;
this.tableAdapterManager.operation_typeTableAdapter = null;
this.tableAdapterManager.stateTableAdapter = null;
this.tableAdapterManager.statusTableAdapter = null;
this.tableAdapterManager.subdivisionTableAdapter = null;
this.tableAdapterManager.typeTableAdapter = null;
this.tableAdapterManager.unitTableAdapter = null;
this.tableAdapterManager.UpdateOrder =
Project.baseDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.I
nsertUpdateDelete;
//
// application_areaDataGridView
//
this.application_areaDataGridView.AutoGenerateColumns = false;
this.application_areaDataGridView.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSi
ze;
this.application_areaDataGridView.Columns.AddRange(new
System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
this.application_areaDataGridView.DataSource =
this.application_areaBindingSource;
this.application_areaDataGridView.Dock =
System.Windows.Forms.DockStyle.Fill;
this.application_areaDataGridView.Location = new
System.Drawing.Point(0, 0);
this.application_areaDataGridView.Name =
"application_areaDataGridView";
this.application_areaDataGridView.Size = new
System.Drawing.Size(523, 292);
this.application_areaDataGridView.TabIndex = 14;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumnDataPropertyName = "id";
this.dataGridViewTextBoxColumnHeaderText = "id";
this.dataGridViewTextBoxColumnName =
"dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumnWidth = 64;
//
// dataGridViewTextBoxColumn2
122
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "title";
this.dataGridViewTextBoxColumn2.HeaderText = "title";
this.dataGridViewTextBoxColumn2.Name =
"dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 350;
//
// ApplicationAreaForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(523, 331);
this.Controls.Add(this.application_areaDataGridView);
this.Controls.Add(this.tsMain);
this.Name = "ApplicationAreaForm";
this.StartPosition =
System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = феры применения";
this.Load += new
System.EventHandler(this.ApplicationAreaForm_Load);
this.tsMain.ResumeLayout(false);
this.tsMain.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.baseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.application_areaBindingSou
rce)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.application_areaDataGridVi
ew)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tsMain;
private System.Windows.Forms.ToolStripButton tsbCancel;
private System.Windows.Forms.ToolStripButton tsbOk;
private baseDataSet baseDataSet;
private System.Windows.Forms.BindingSource
application_areaBindingSource;
private baseDataSetTableAdapters.application_areaTableAdapter
application_areaTableAdapter;
123
private baseDataSetTableAdapters.TableAdapterManager
tableAdapterManager;
private System.Windows.Forms.DataGridView
application_areaDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn
dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn
dataGridViewTextBoxColumn2;
}
}
namespace Project
{
partial class CategoryForm
{
/// <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.components = new System.ComponentModel.Container();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tsbCancel = new System.Windows.Forms.ToolStripButton();
124
this.tsbOk = new System.Windows.Forms.ToolStripButton();
this.baseDataSet = new Project.baseDataSet();
this.categoryBindingSource = new
System.Windows.Forms.BindingSource(this.components);
this.categoryTableAdapter = new
Project.baseDataSetTableAdapters.categoryTableAdapter();
this.tableAdapterManager = new
Project.baseDataSetTableAdapters.TableAdapterManager();
this.categoryDataGridView = new
System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.baseDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.categoryBindingSource)).Be
ginInit();
((System.ComponentModel.ISupportInitialize)(this.categoryDataGridView)).Be
ginInit();
this.SuspendLayout();
//
// tsMain
//
this.tsMain.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tsMain.ImageScalingSize = new System.Drawing.Size(32, 32);
this.tsMain.Items.AddRange(new
System.Windows.Forms.ToolStripItem[] {
this.tsbCancel,
this.tsbOk});
this.tsMain.Location = new System.Drawing.Point(0, 334);
this.tsMain.Name = "tsMain";
this.tsMain.Size = new System.Drawing.Size(529, 39);
this.tsMain.TabIndex = 10;
this.tsMain.Text = "toolStrip1";
//
// tsbCancel
//
this.tsbCancel.Alignment =
System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbCancel.DisplayStyle =
System.Windows.Forms.ToolStripItemDisplayStyle.Image;
125
this.tsbCancel.Image =
global::Project.Properties.Resources.button_cancel_7517;
this.tsbCancel.ImageTransparentColor =
System.Drawing.Color.Magenta;
this.tsbCancel.Name = "tsbCancel";
this.tsbCancel.Size = new System.Drawing.Size(36, 36);
this.tsbCancel.Text = "Отмена";
this.tsbCancel.Click += new
System.EventHandler(this.tsbCancel_Click);
//
// tsbOk
//
this.tsbOk.Alignment =
System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbOk.DisplayStyle =
System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbOk.Image = global::Project.Properties.Resources.apply_1005;
this.tsbOk.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbOk.Name = "tsbOk";
this.tsbOk.Size = new System.Drawing.Size(36, 36);
this.tsbOk.Text = "Сохранить";
this.tsbOk.Click += new System.EventHandler(this.tsbOk_Click);
//
// baseDataSet
//
this.baseDataSet.DataSetName = "baseDataSet";
this.baseDataSet.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema;
//
// categoryBindingSource
//
this.categoryBindingSource.DataMember = "category";
this.categoryBindingSource.DataSource = this.baseDataSet;
//
// categoryTableAdapter
//
this.categoryTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.accuracy_classTableAdapter = null;
this.tableAdapterManager.application_areaTableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.categoryTableAdapter =
this.categoryTableAdapter;
Источник: https://baza.diplomsite.ru/previewfile/1830