전자실 업무일지 일부항목만 이오나이저로 목록을 고정함(정기수)
This commit is contained in:
		
							
								
								
									
										10
									
								
								SubProject/FPJ0000/EBoard/fEboardData.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								SubProject/FPJ0000/EBoard/fEboardData.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -584,8 +584,9 @@ | |||||||
|             this.cmbBoardName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; |             this.cmbBoardName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; | ||||||
|             this.cmbBoardName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; |             this.cmbBoardName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbBoardName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "BoardName", true)); |             this.cmbBoardName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "BoardName", true)); | ||||||
|             this.cmbBoardName.Enabled = false; |  | ||||||
|             this.cmbBoardName.FormattingEnabled = true; |             this.cmbBoardName.FormattingEnabled = true; | ||||||
|  |             this.cmbBoardName.Items.AddRange(new object[] { | ||||||
|  |             "IONIZER"}); | ||||||
|             this.cmbBoardName.Location = new System.Drawing.Point(89, 383); |             this.cmbBoardName.Location = new System.Drawing.Point(89, 383); | ||||||
|             this.cmbBoardName.Name = "cmbBoardName"; |             this.cmbBoardName.Name = "cmbBoardName"; | ||||||
|             this.cmbBoardName.Size = new System.Drawing.Size(148, 20); |             this.cmbBoardName.Size = new System.Drawing.Size(148, 20); | ||||||
| @@ -596,8 +597,9 @@ | |||||||
|             this.cmbModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; |             this.cmbModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; | ||||||
|             this.cmbModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; |             this.cmbModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbModel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Model", true)); |             this.cmbModel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Model", true)); | ||||||
|             this.cmbModel.Enabled = false; |  | ||||||
|             this.cmbModel.FormattingEnabled = true; |             this.cmbModel.FormattingEnabled = true; | ||||||
|  |             this.cmbModel.Items.AddRange(new object[] { | ||||||
|  |             "IONIZER"}); | ||||||
|             this.cmbModel.Location = new System.Drawing.Point(89, 344); |             this.cmbModel.Location = new System.Drawing.Point(89, 344); | ||||||
|             this.cmbModel.Name = "cmbModel"; |             this.cmbModel.Name = "cmbModel"; | ||||||
|             this.cmbModel.Size = new System.Drawing.Size(148, 20); |             this.cmbModel.Size = new System.Drawing.Size(148, 20); | ||||||
| @@ -608,8 +610,9 @@ | |||||||
|             this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; |             this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; | ||||||
|             this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; |             this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbProcess.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Process", true)); |             this.cmbProcess.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Process", true)); | ||||||
|             this.cmbProcess.Enabled = false; |  | ||||||
|             this.cmbProcess.FormattingEnabled = true; |             this.cmbProcess.FormattingEnabled = true; | ||||||
|  |             this.cmbProcess.Items.AddRange(new object[] { | ||||||
|  |             "IONIZER"}); | ||||||
|             this.cmbProcess.Location = new System.Drawing.Point(89, 305); |             this.cmbProcess.Location = new System.Drawing.Point(89, 305); | ||||||
|             this.cmbProcess.Name = "cmbProcess"; |             this.cmbProcess.Name = "cmbProcess"; | ||||||
|             this.cmbProcess.Size = new System.Drawing.Size(148, 20); |             this.cmbProcess.Size = new System.Drawing.Size(148, 20); | ||||||
| @@ -971,6 +974,7 @@ | |||||||
|             this.tableAdapterManager.EETGW_JobReport_EBoardTableAdapter = this.ta; |             this.tableAdapterManager.EETGW_JobReport_EBoardTableAdapter = this.ta; | ||||||
|             this.tableAdapterManager.EETGW_NoteTableAdapter = null; |             this.tableAdapterManager.EETGW_NoteTableAdapter = null; | ||||||
|             this.tableAdapterManager.EETGW_ProjecthistoryDTableAdapter = null; |             this.tableAdapterManager.EETGW_ProjecthistoryDTableAdapter = null; | ||||||
|  |             this.tableAdapterManager.EETGW_ProjectsScheduleTableAdapter = null; | ||||||
|             this.tableAdapterManager.EETGW_ProjectToDoTableAdapter = null; |             this.tableAdapterManager.EETGW_ProjectToDoTableAdapter = null; | ||||||
|             this.tableAdapterManager.EETGW_SaveCostTableAdapter = null; |             this.tableAdapterManager.EETGW_SaveCostTableAdapter = null; | ||||||
|             this.tableAdapterManager.JobReportTableAdapter = null; |             this.tableAdapterManager.JobReportTableAdapter = null; | ||||||
|   | |||||||
| @@ -55,13 +55,15 @@ namespace FPJ0000 | |||||||
|                 var lst_req = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.요청자) == false).OrderBy(t => t.요청자).GroupBy(t => t.요청자).Select(t => t.FirstOrDefault()); |                 var lst_req = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.요청자) == false).OrderBy(t => t.요청자).GroupBy(t => t.요청자).Select(t => t.FirstOrDefault()); | ||||||
|                 SetComboboxItems(cmb요청자,lst_req.Select(t => t.요청자).ToArray()); |                 SetComboboxItems(cmb요청자,lst_req.Select(t => t.요청자).ToArray()); | ||||||
|  |  | ||||||
|                 //모델 |                 ////모델 | ||||||
|                 var lst_mod = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Model) == false).OrderBy(t => t.Model).GroupBy(t => t.Model).Select(t => t.FirstOrDefault()); |                 //var lst_mod = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Model) == false).OrderBy(t => t.Model).GroupBy(t => t.Model).Select(t => t.FirstOrDefault()); | ||||||
|                 SetComboboxItems(cmbModel,lst_mod.Select(t => t.Model).ToArray()); |                 //SetComboboxItems(cmbModel,lst_mod.Select(t => t.Model).ToArray()); | ||||||
|  |                // cmbModel.Enabled = true; | ||||||
|  |  | ||||||
|                 //BoardName |                 ////BoardName | ||||||
|                 var lst_bon = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.BoardName) == false).OrderBy(t => t.BoardName).GroupBy(t => t.BoardName).Select(t => t.FirstOrDefault()); |                 //var lst_bon = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.BoardName) == false).OrderBy(t => t.BoardName).GroupBy(t => t.BoardName).Select(t => t.FirstOrDefault()); | ||||||
|                 SetComboboxItems(cmbBoardName,lst_bon.Select(t => t.BoardName).ToArray()); |                 //SetComboboxItems(cmbBoardName,lst_bon.Select(t => t.BoardName).ToArray()); | ||||||
|  |                // cmbBoardName.Enabled = true; | ||||||
|  |  | ||||||
|                 //BoardVender |                 //BoardVender | ||||||
|                 var lst_bvn = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.BoardVender) == false).OrderBy(t => t.BoardVender).GroupBy(t => t.BoardVender).Select(t => t.FirstOrDefault()); |                 var lst_bvn = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.BoardVender) == false).OrderBy(t => t.BoardVender).GroupBy(t => t.BoardVender).Select(t => t.FirstOrDefault()); | ||||||
| @@ -95,9 +97,10 @@ namespace FPJ0000 | |||||||
|                 //var lst_tem = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Team) == false).OrderBy(t => t.Team).GroupBy(t => t.Team).Select(t => t.FirstOrDefault()); |                 //var lst_tem = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Team) == false).OrderBy(t => t.Team).GroupBy(t => t.Team).Select(t => t.FirstOrDefault()); | ||||||
|                 //SetComboboxItems(cmbTeam,lst_tem.Select(t => t.Team).ToArray()); |                 //SetComboboxItems(cmbTeam,lst_tem.Select(t => t.Team).ToArray()); | ||||||
|  |  | ||||||
|                 //Process |                 ////Process | ||||||
|                 var lst_prc = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Process) == false).OrderBy(t => t.Process).GroupBy(t => t.Process).Select(t => t.FirstOrDefault()); |                 //var lst_prc = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.Process) == false).OrderBy(t => t.Process).GroupBy(t => t.Process).Select(t => t.FirstOrDefault()); | ||||||
|                 SetComboboxItems(cmbProcess,lst_prc.Select(t => t.Process).ToArray()); |                 //SetComboboxItems(cmbProcess,lst_prc.Select(t => t.Process).ToArray()); | ||||||
|  |                // cmbProcess.Enabled = true; | ||||||
|  |  | ||||||
|                 //외주업체 |                 //외주업체 | ||||||
|                 var lst_ext = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.외주업체) == false).OrderBy(t => t.외주업체).GroupBy(t => t.외주업체).Select(t => t.FirstOrDefault()); |                 var lst_ext = db.EETGW_JobReport_EBoard.Where(t => string.IsNullOrEmpty(t.외주업체) == false).OrderBy(t => t.외주업체).GroupBy(t => t.외주업체).Select(t => t.FirstOrDefault()); | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ namespace FPJ0000 | |||||||
|         private void FpSpread1_KeyDown(object sender, KeyEventArgs e) |         private void FpSpread1_KeyDown(object sender, KeyEventArgs e) | ||||||
|         { |         { | ||||||
|             var cell = this.fpSpread1.ActiveSheet.ActiveCell; |             var cell = this.fpSpread1.ActiveSheet.ActiveCell; | ||||||
|  |             if (cell == null) return; | ||||||
|             var colIndex = cell.Column.Index; |             var colIndex = cell.Column.Index; | ||||||
|             var rowIndex = cell.Row.Index; |             var rowIndex = cell.Row.Index; | ||||||
|             if (e.KeyCode == Keys.L && e.Alt) |             if (e.KeyCode == Keys.L && e.Alt) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chi
					chi