This commit is contained in:
chi
2022-01-05 10:52:02 +09:00
parent 8530c104f2
commit fff64fa703
8 changed files with 564 additions and 188 deletions

View File

@@ -50,15 +50,34 @@
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.prb1 = new System.Windows.Forms.ToolStripProgressBar();
this.dv = new System.Windows.Forms.DataGridView();
this.primaryDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ingDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.exceptDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.assetDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grpDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.flagDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.plantDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grp2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.modelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linecodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lineTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linePDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.serialDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.manuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dvc_param = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.autosizeColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bsAll = new System.Windows.Forms.BindingSource(this.components);
this.dsEQ = new FEQ0000.dsEQ();
this.label1 = new System.Windows.Forms.Label();
this.cbTeamPart = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cmbLine = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cmbManu = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.tbSearch = new System.Windows.Forms.TextBox();
@@ -87,38 +106,19 @@
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
this.07ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bsAll = new System.Windows.Forms.BindingSource(this.components);
this.dsEQ = new FEQ0000.dsEQ();
this.tam = new FEQ0000.dsEQTableAdapters.TableAdapterManager();
this.taAll = new FEQ0000.dsEQTableAdapters.EETGW_EquipmentTableAdapter();
this.primaryDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ingDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.exceptDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.assetDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grpDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.flagDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.plantDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grp2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.modelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linecodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lineTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linePDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.serialDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.manuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.version = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dvc_param = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
this.cm1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsEQ)).BeginInit();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsEQ)).BeginInit();
this.SuspendLayout();
//
// bn
@@ -207,6 +207,7 @@
//
this.bindingNavigatorPositionItem.AccessibleName = "위치";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
@@ -262,6 +263,7 @@
// tbFilter
//
this.tbFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbFilter.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbFilter.Name = "tbFilter";
this.tbFilter.Size = new System.Drawing.Size(150, 25);
this.tbFilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFilter_KeyDown);
@@ -319,12 +321,120 @@
this.dv.ContextMenuStrip = this.cm1;
this.dv.DataSource = this.bsAll;
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
this.dv.Location = new System.Drawing.Point(0, 117);
this.dv.Location = new System.Drawing.Point(0, 120);
this.dv.Name = "dv";
this.dv.RowTemplate.Height = 23;
this.dv.Size = new System.Drawing.Size(1105, 479);
this.dv.Size = new System.Drawing.Size(1105, 476);
this.dv.TabIndex = 1;
//
// primaryDataGridViewCheckBoxColumn
//
this.primaryDataGridViewCheckBoxColumn.DataPropertyName = "primary";
this.primaryDataGridViewCheckBoxColumn.HeaderText = "primary";
this.primaryDataGridViewCheckBoxColumn.Name = "primaryDataGridViewCheckBoxColumn";
//
// ingDataGridViewCheckBoxColumn
//
this.ingDataGridViewCheckBoxColumn.DataPropertyName = "ing";
this.ingDataGridViewCheckBoxColumn.HeaderText = "잉여";
this.ingDataGridViewCheckBoxColumn.Name = "ingDataGridViewCheckBoxColumn";
//
// exceptDataGridViewCheckBoxColumn
//
this.exceptDataGridViewCheckBoxColumn.DataPropertyName = "except";
this.exceptDataGridViewCheckBoxColumn.HeaderText = "제외";
this.exceptDataGridViewCheckBoxColumn.Name = "exceptDataGridViewCheckBoxColumn";
//
// assetDataGridViewTextBoxColumn
//
this.assetDataGridViewTextBoxColumn.DataPropertyName = "asset";
this.assetDataGridViewTextBoxColumn.HeaderText = "asset";
this.assetDataGridViewTextBoxColumn.Name = "assetDataGridViewTextBoxColumn";
//
// grpDataGridViewTextBoxColumn
//
this.grpDataGridViewTextBoxColumn.DataPropertyName = "grp";
this.grpDataGridViewTextBoxColumn.HeaderText = "grp";
this.grpDataGridViewTextBoxColumn.Name = "grpDataGridViewTextBoxColumn";
//
// typeDataGridViewTextBoxColumn
//
this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
this.typeDataGridViewTextBoxColumn.HeaderText = "type";
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
//
// flagDataGridViewTextBoxColumn
//
this.flagDataGridViewTextBoxColumn.DataPropertyName = "flag";
this.flagDataGridViewTextBoxColumn.HeaderText = "flag";
this.flagDataGridViewTextBoxColumn.Name = "flagDataGridViewTextBoxColumn";
//
// plantDataGridViewTextBoxColumn
//
this.plantDataGridViewTextBoxColumn.DataPropertyName = "plant";
this.plantDataGridViewTextBoxColumn.HeaderText = "plant";
this.plantDataGridViewTextBoxColumn.Name = "plantDataGridViewTextBoxColumn";
//
// grp2DataGridViewTextBoxColumn
//
this.grp2DataGridViewTextBoxColumn.DataPropertyName = "grp2";
this.grp2DataGridViewTextBoxColumn.HeaderText = "grp2";
this.grp2DataGridViewTextBoxColumn.Name = "grp2DataGridViewTextBoxColumn";
//
// modelDataGridViewTextBoxColumn
//
this.modelDataGridViewTextBoxColumn.DataPropertyName = "model";
this.modelDataGridViewTextBoxColumn.HeaderText = "model";
this.modelDataGridViewTextBoxColumn.Name = "modelDataGridViewTextBoxColumn";
//
// linecodeDataGridViewTextBoxColumn
//
this.linecodeDataGridViewTextBoxColumn.DataPropertyName = "linecode";
this.linecodeDataGridViewTextBoxColumn.HeaderText = "linecode";
this.linecodeDataGridViewTextBoxColumn.Name = "linecodeDataGridViewTextBoxColumn";
//
// lineTDataGridViewTextBoxColumn
//
this.lineTDataGridViewTextBoxColumn.DataPropertyName = "lineT";
this.lineTDataGridViewTextBoxColumn.HeaderText = "lineT";
this.lineTDataGridViewTextBoxColumn.Name = "lineTDataGridViewTextBoxColumn";
//
// linePDataGridViewTextBoxColumn
//
this.linePDataGridViewTextBoxColumn.DataPropertyName = "lineP";
this.linePDataGridViewTextBoxColumn.HeaderText = "lineP";
this.linePDataGridViewTextBoxColumn.Name = "linePDataGridViewTextBoxColumn";
//
// serialDataGridViewTextBoxColumn
//
this.serialDataGridViewTextBoxColumn.DataPropertyName = "serial";
this.serialDataGridViewTextBoxColumn.HeaderText = "serial";
this.serialDataGridViewTextBoxColumn.Name = "serialDataGridViewTextBoxColumn";
//
// manuDataGridViewTextBoxColumn
//
this.manuDataGridViewTextBoxColumn.DataPropertyName = "manu";
this.manuDataGridViewTextBoxColumn.HeaderText = "manu";
this.manuDataGridViewTextBoxColumn.Name = "manuDataGridViewTextBoxColumn";
//
// version
//
this.version.DataPropertyName = "version";
this.version.HeaderText = "version";
this.version.Name = "version";
//
// dvc_param
//
this.dvc_param.DataPropertyName = "param1";
this.dvc_param.HeaderText = "param1";
this.dvc_param.Name = "dvc_param";
//
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo";
this.memoDataGridViewTextBoxColumn.HeaderText = "memo";
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
//
// cm1
//
this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -339,10 +449,20 @@
this.autosizeColumnsToolStripMenuItem.Text = "Autosize Columns";
this.autosizeColumnsToolStripMenuItem.Click += new System.EventHandler(this.autosizeColumnsToolStripMenuItem_Click);
//
// bsAll
//
this.bsAll.DataMember = "EETGW_Equipment";
this.bsAll.DataSource = this.dsEQ;
//
// dsEQ
//
this.dsEQ.DataSetName = "dsEQ";
this.dsEQ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(232, 62);
this.label1.Location = new System.Drawing.Point(228, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 12);
this.label1.TabIndex = 0;
@@ -353,7 +473,7 @@
this.cbTeamPart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbTeamPart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbTeamPart.FormattingEnabled = true;
this.cbTeamPart.Location = new System.Drawing.Point(314, 58);
this.cbTeamPart.Location = new System.Drawing.Point(310, 34);
this.cbTeamPart.Name = "cbTeamPart";
this.cbTeamPart.Size = new System.Drawing.Size(142, 20);
this.cbTeamPart.TabIndex = 1;
@@ -380,7 +500,7 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 61);
this.label3.Location = new System.Drawing.Point(662, 64);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 12);
this.label3.TabIndex = 4;
@@ -391,29 +511,21 @@
this.cmbManu.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbManu.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbManu.FormattingEnabled = true;
this.cmbManu.Location = new System.Drawing.Point(79, 57);
this.cmbManu.Location = new System.Drawing.Point(709, 60);
this.cmbManu.Name = "cmbManu";
this.cmbManu.Size = new System.Drawing.Size(142, 20);
this.cmbManu.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(255, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 12);
this.label4.TabIndex = 6;
this.label4.Text = "Process";
//
// cmbType
//
this.cmbType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbType.FormattingEnabled = true;
this.cmbType.Location = new System.Drawing.Point(314, 9);
this.cmbType.Location = new System.Drawing.Point(79, 60);
this.cmbType.Name = "cmbType";
this.cmbType.Size = new System.Drawing.Size(142, 20);
this.cmbType.Size = new System.Drawing.Size(576, 20);
this.cmbType.TabIndex = 7;
this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
//
// label5
//
@@ -436,7 +548,7 @@
this.groupBox1.Controls.Add(this.radexpy);
this.groupBox1.Controls.Add(this.radexpa);
this.groupBox1.Controls.Add(this.radexpn);
this.groupBox1.Location = new System.Drawing.Point(469, 15);
this.groupBox1.Location = new System.Drawing.Point(469, 8);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(186, 48);
this.groupBox1.TabIndex = 13;
@@ -480,6 +592,7 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.panel1.Controls.Add(this.linkLabel1);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.cmbPlant);
this.panel1.Controls.Add(this.label6);
@@ -487,7 +600,6 @@
this.panel1.Controls.Add(this.tbSearch);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.cmbType);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.cmbManu);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.cmbLine);
@@ -497,7 +609,7 @@
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 30);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1105, 87);
this.panel1.Size = new System.Drawing.Size(1105, 90);
this.panel1.TabIndex = 2;
this.panel1.Visible = false;
//
@@ -506,7 +618,7 @@
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.radioButton3);
this.groupBox2.Location = new System.Drawing.Point(665, 15);
this.groupBox2.Location = new System.Drawing.Point(665, 8);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(186, 48);
this.groupBox2.TabIndex = 14;
@@ -551,7 +663,7 @@
this.cmbPlant.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbPlant.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbPlant.FormattingEnabled = true;
this.cmbPlant.Location = new System.Drawing.Point(314, 33);
this.cmbPlant.Location = new System.Drawing.Point(310, 9);
this.cmbPlant.Name = "cmbPlant";
this.cmbPlant.Size = new System.Drawing.Size(142, 20);
this.cmbPlant.TabIndex = 15;
@@ -559,7 +671,7 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(275, 37);
this.label6.Location = new System.Drawing.Point(271, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(33, 12);
this.label6.TabIndex = 14;
@@ -693,16 +805,6 @@
this.07ToolStripMenuItem.Text = "장비모델생성(공통07)";
this.07ToolStripMenuItem.Click += new System.EventHandler(this.07ToolStripMenuItem_Click);
//
// bsAll
//
this.bsAll.DataMember = "EETGW_Equipment";
this.bsAll.DataSource = this.dsEQ;
//
// dsEQ
//
this.dsEQ.DataSetName = "dsEQ";
this.dsEQ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
@@ -717,113 +819,16 @@
//
this.taAll.ClearBeforeFill = true;
//
// primaryDataGridViewCheckBoxColumn
// linkLabel1
//
this.primaryDataGridViewCheckBoxColumn.DataPropertyName = "primary";
this.primaryDataGridViewCheckBoxColumn.HeaderText = "primary";
this.primaryDataGridViewCheckBoxColumn.Name = "primaryDataGridViewCheckBoxColumn";
//
// ingDataGridViewCheckBoxColumn
//
this.ingDataGridViewCheckBoxColumn.DataPropertyName = "ing";
this.ingDataGridViewCheckBoxColumn.HeaderText = "잉여";
this.ingDataGridViewCheckBoxColumn.Name = "ingDataGridViewCheckBoxColumn";
//
// exceptDataGridViewCheckBoxColumn
//
this.exceptDataGridViewCheckBoxColumn.DataPropertyName = "except";
this.exceptDataGridViewCheckBoxColumn.HeaderText = "제외";
this.exceptDataGridViewCheckBoxColumn.Name = "exceptDataGridViewCheckBoxColumn";
//
// assetDataGridViewTextBoxColumn
//
this.assetDataGridViewTextBoxColumn.DataPropertyName = "asset";
this.assetDataGridViewTextBoxColumn.HeaderText = "asset";
this.assetDataGridViewTextBoxColumn.Name = "assetDataGridViewTextBoxColumn";
//
// grpDataGridViewTextBoxColumn
//
this.grpDataGridViewTextBoxColumn.DataPropertyName = "grp";
this.grpDataGridViewTextBoxColumn.HeaderText = "grp";
this.grpDataGridViewTextBoxColumn.Name = "grpDataGridViewTextBoxColumn";
//
// typeDataGridViewTextBoxColumn
//
this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
this.typeDataGridViewTextBoxColumn.HeaderText = "type";
this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
//
// flagDataGridViewTextBoxColumn
//
this.flagDataGridViewTextBoxColumn.DataPropertyName = "flag";
this.flagDataGridViewTextBoxColumn.HeaderText = "flag";
this.flagDataGridViewTextBoxColumn.Name = "flagDataGridViewTextBoxColumn";
//
// plantDataGridViewTextBoxColumn
//
this.plantDataGridViewTextBoxColumn.DataPropertyName = "plant";
this.plantDataGridViewTextBoxColumn.HeaderText = "plant";
this.plantDataGridViewTextBoxColumn.Name = "plantDataGridViewTextBoxColumn";
//
// grp2DataGridViewTextBoxColumn
//
this.grp2DataGridViewTextBoxColumn.DataPropertyName = "grp2";
this.grp2DataGridViewTextBoxColumn.HeaderText = "grp2";
this.grp2DataGridViewTextBoxColumn.Name = "grp2DataGridViewTextBoxColumn";
//
// modelDataGridViewTextBoxColumn
//
this.modelDataGridViewTextBoxColumn.DataPropertyName = "model";
this.modelDataGridViewTextBoxColumn.HeaderText = "model";
this.modelDataGridViewTextBoxColumn.Name = "modelDataGridViewTextBoxColumn";
//
// linecodeDataGridViewTextBoxColumn
//
this.linecodeDataGridViewTextBoxColumn.DataPropertyName = "linecode";
this.linecodeDataGridViewTextBoxColumn.HeaderText = "linecode";
this.linecodeDataGridViewTextBoxColumn.Name = "linecodeDataGridViewTextBoxColumn";
//
// lineTDataGridViewTextBoxColumn
//
this.lineTDataGridViewTextBoxColumn.DataPropertyName = "lineT";
this.lineTDataGridViewTextBoxColumn.HeaderText = "lineT";
this.lineTDataGridViewTextBoxColumn.Name = "lineTDataGridViewTextBoxColumn";
//
// linePDataGridViewTextBoxColumn
//
this.linePDataGridViewTextBoxColumn.DataPropertyName = "lineP";
this.linePDataGridViewTextBoxColumn.HeaderText = "lineP";
this.linePDataGridViewTextBoxColumn.Name = "linePDataGridViewTextBoxColumn";
//
// serialDataGridViewTextBoxColumn
//
this.serialDataGridViewTextBoxColumn.DataPropertyName = "serial";
this.serialDataGridViewTextBoxColumn.HeaderText = "serial";
this.serialDataGridViewTextBoxColumn.Name = "serialDataGridViewTextBoxColumn";
//
// manuDataGridViewTextBoxColumn
//
this.manuDataGridViewTextBoxColumn.DataPropertyName = "manu";
this.manuDataGridViewTextBoxColumn.HeaderText = "manu";
this.manuDataGridViewTextBoxColumn.Name = "manuDataGridViewTextBoxColumn";
//
// version
//
this.version.DataPropertyName = "version";
this.version.HeaderText = "version";
this.version.Name = "version";
//
// dvc_param
//
this.dvc_param.DataPropertyName = "param1";
this.dvc_param.HeaderText = "param1";
this.dvc_param.Name = "dvc_param";
//
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo";
this.memoDataGridViewTextBoxColumn.HeaderText = "memo";
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(21, 64);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(52, 12);
this.linkLabel1.TabIndex = 16;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "Process";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// fEquipment
//
@@ -842,6 +847,8 @@
this.bn.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
this.cm1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
@@ -850,8 +857,6 @@
this.groupBox2.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -880,7 +885,6 @@
private System.Windows.Forms.ComboBox cmbLine;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbManu;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbSearch;
@@ -945,5 +949,6 @@
private System.Windows.Forms.DataGridViewTextBoxColumn version;
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_param;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}