전자실 업무일지 일부항목만 이오나이저로 목록을 고정함(정기수)

This commit is contained in:
chi
2021-06-03 18:28:56 +09:00
parent 2885994b51
commit 71b362c05b
3 changed files with 20 additions and 12 deletions

View File

@@ -584,8 +584,9 @@
this.cmbBoardName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbBoardName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbBoardName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "BoardName", true));
this.cmbBoardName.Enabled = false;
this.cmbBoardName.FormattingEnabled = true;
this.cmbBoardName.Items.AddRange(new object[] {
"IONIZER"});
this.cmbBoardName.Location = new System.Drawing.Point(89, 383);
this.cmbBoardName.Name = "cmbBoardName";
this.cmbBoardName.Size = new System.Drawing.Size(148, 20);
@@ -596,8 +597,9 @@
this.cmbModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbModel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Model", true));
this.cmbModel.Enabled = false;
this.cmbModel.FormattingEnabled = true;
this.cmbModel.Items.AddRange(new object[] {
"IONIZER"});
this.cmbModel.Location = new System.Drawing.Point(89, 344);
this.cmbModel.Name = "cmbModel";
this.cmbModel.Size = new System.Drawing.Size(148, 20);
@@ -608,8 +610,9 @@
this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbProcess.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Process", true));
this.cmbProcess.Enabled = false;
this.cmbProcess.FormattingEnabled = true;
this.cmbProcess.Items.AddRange(new object[] {
"IONIZER"});
this.cmbProcess.Location = new System.Drawing.Point(89, 305);
this.cmbProcess.Name = "cmbProcess";
this.cmbProcess.Size = new System.Drawing.Size(148, 20);
@@ -971,6 +974,7 @@
this.tableAdapterManager.EETGW_JobReport_EBoardTableAdapter = this.ta;
this.tableAdapterManager.EETGW_NoteTableAdapter = null;
this.tableAdapterManager.EETGW_ProjecthistoryDTableAdapter = null;
this.tableAdapterManager.EETGW_ProjectsScheduleTableAdapter = null;
this.tableAdapterManager.EETGW_ProjectToDoTableAdapter = null;
this.tableAdapterManager.EETGW_SaveCostTableAdapter = null;
this.tableAdapterManager.JobReportTableAdapter = null;