project 선택시 cr 번호도 표시되게함, cr 구매화면에서 요청자체크기능 오류 수정

This commit is contained in:
chi
2025-05-27 14:05:50 +09:00
parent 3b2be90cd0
commit 7ded843fe1
9 changed files with 131 additions and 109 deletions

View File

@@ -55,12 +55,6 @@
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
this.btFGind = new System.Windows.Forms.ToolStripButton();
this.dv = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userManager = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.reqstaffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.pdateTextBox = new System.Windows.Forms.TextBox();
this.requestTextBox = new System.Windows.Forms.TextBox();
@@ -70,6 +64,13 @@
this.memoTextBox = new System.Windows.Forms.TextBox();
this.ta = new FCM0000.dsMSSQLTableAdapters.ProjectsTableAdapter();
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userManager = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.reqstaffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.orderno = new System.Windows.Forms.DataGridViewTextBoxColumn();
pdateLabel = new System.Windows.Forms.Label();
requestLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
@@ -298,7 +299,8 @@
this.status,
this.nameDataGridViewTextBoxColumn,
this.userManager,
this.reqstaffDataGridViewTextBoxColumn});
this.reqstaffDataGridViewTextBoxColumn,
this.orderno});
this.dv.DataSource = this.bs;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
@@ -321,58 +323,6 @@
this.dv.DoubleClick += new System.EventHandler(this.dv_DoubleClick);
this.dv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dv_KeyDown);
//
// idx
//
this.idx.DataPropertyName = "idx";
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.idx.DefaultCellStyle = dataGridViewCellStyle1;
this.idx.HeaderText = "IDX";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Width = 56;
//
// sdate
//
this.sdate.DataPropertyName = "sdate";
this.sdate.HeaderText = "시작";
this.sdate.Name = "sdate";
this.sdate.ReadOnly = true;
this.sdate.Width = 61;
//
// status
//
this.status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.status.DataPropertyName = "status";
this.status.HeaderText = "상태";
this.status.Name = "status";
this.status.ReadOnly = true;
this.status.Width = 61;
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
this.nameDataGridViewTextBoxColumn.HeaderText = "이름";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
this.nameDataGridViewTextBoxColumn.ReadOnly = true;
//
// userManager
//
this.userManager.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.userManager.DataPropertyName = "userManager";
this.userManager.HeaderText = "담당";
this.userManager.Name = "userManager";
this.userManager.ReadOnly = true;
this.userManager.Width = 80;
//
// reqstaffDataGridViewTextBoxColumn
//
this.reqstaffDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.reqstaffDataGridViewTextBoxColumn.DataPropertyName = "reqstaff";
this.reqstaffDataGridViewTextBoxColumn.HeaderText = "요청";
this.reqstaffDataGridViewTextBoxColumn.Name = "reqstaffDataGridViewTextBoxColumn";
this.reqstaffDataGridViewTextBoxColumn.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(pdateLabel);
@@ -468,6 +418,66 @@
this.tam.StaffTableAdapter = null;
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// idx
//
this.idx.DataPropertyName = "idx";
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.idx.DefaultCellStyle = dataGridViewCellStyle1;
this.idx.HeaderText = "IDX";
this.idx.Name = "idx";
this.idx.ReadOnly = true;
this.idx.Width = 56;
//
// sdate
//
this.sdate.DataPropertyName = "sdate";
this.sdate.HeaderText = "시작";
this.sdate.Name = "sdate";
this.sdate.ReadOnly = true;
this.sdate.Width = 61;
//
// status
//
this.status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.status.DataPropertyName = "status";
this.status.HeaderText = "상태";
this.status.Name = "status";
this.status.ReadOnly = true;
this.status.Width = 61;
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
this.nameDataGridViewTextBoxColumn.HeaderText = "이름";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
this.nameDataGridViewTextBoxColumn.ReadOnly = true;
//
// userManager
//
this.userManager.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.userManager.DataPropertyName = "userManager";
this.userManager.HeaderText = "담당";
this.userManager.Name = "userManager";
this.userManager.ReadOnly = true;
this.userManager.Width = 80;
//
// reqstaffDataGridViewTextBoxColumn
//
this.reqstaffDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.reqstaffDataGridViewTextBoxColumn.DataPropertyName = "reqstaff";
this.reqstaffDataGridViewTextBoxColumn.HeaderText = "요청";
this.reqstaffDataGridViewTextBoxColumn.Name = "reqstaffDataGridViewTextBoxColumn";
this.reqstaffDataGridViewTextBoxColumn.ReadOnly = true;
//
// orderno
//
this.orderno.DataPropertyName = "orderno";
this.orderno.HeaderText = "CR/CF";
this.orderno.Name = "orderno";
this.orderno.ReadOnly = true;
this.orderno.Width = 70;
//
// fLovProject
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@@ -517,14 +527,15 @@
private System.Windows.Forms.TextBox edateTextBox;
private System.Windows.Forms.TextBox memoTextBox;
private dsMSSQLTableAdapters.TableAdapterManager tam;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox tbFind;
private System.Windows.Forms.ToolStripButton btFGind;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn sdate;
private System.Windows.Forms.DataGridViewTextBoxColumn status;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn userManager;
private System.Windows.Forms.DataGridViewTextBoxColumn reqstaffDataGridViewTextBoxColumn;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox tbFind;
private System.Windows.Forms.ToolStripButton btFGind;
private System.Windows.Forms.DataGridViewTextBoxColumn orderno;
}
}