This commit is contained in:
jeongyoonjeong
2021-08-06 14:32:46 +09:00
parent 629fe85e73
commit 41f6fa6e6d
17 changed files with 392 additions and 364 deletions

View File

@@ -36,8 +36,8 @@
System.Windows.Forms.Label edateLabel;
System.Windows.Forms.Label memoLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovProject));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new FCM0000.dsMSSQL();
@@ -51,7 +51,16 @@
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.btOK = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
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();
@@ -61,15 +70,6 @@
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.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
this.btFGind = new System.Windows.Forms.ToolStripButton();
pdateLabel = new System.Windows.Forms.Label();
requestLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
@@ -92,6 +92,7 @@
pdateLabel.Size = new System.Drawing.Size(47, 17);
pdateLabel.TabIndex = 4;
pdateLabel.Text = "시작일";
pdateLabel.Click += new System.EventHandler(this.pdateLabel_Click);
//
// requestLabel
//
@@ -259,6 +260,30 @@
this.btOK.Text = "선택(&O)";
this.btOK.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
this.toolStripLabel1.Text = "검색";
//
// tbFind
//
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbFind.Name = "tbFind";
this.tbFind.Size = new System.Drawing.Size(100, 25);
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
//
// btFGind
//
this.btFGind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btFGind.Image = ((System.Drawing.Image)(resources.GetObject("btFGind.Image")));
this.btFGind.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btFGind.Name = "btFGind";
this.btFGind.Size = new System.Drawing.Size(23, 22);
this.btFGind.Text = "toolStripButton1";
this.btFGind.Click += new System.EventHandler(this.btFGind_Click);
//
// dv
//
this.dv.AllowUserToAddRows = false;
@@ -275,15 +300,15 @@
this.userManager,
this.reqstaffDataGridViewTextBoxColumn});
this.dv.DataSource = this.bs;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dv.DefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dv.DefaultCellStyle = dataGridViewCellStyle2;
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
this.dv.Location = new System.Drawing.Point(0, 0);
this.dv.Name = "dv";
@@ -296,6 +321,58 @@
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);
@@ -381,6 +458,7 @@
this.tam.BoardTableAdapter = null;
this.tam.CommonTableAdapter = null;
this.tam.CustomsTableAdapter = null;
this.tam.EETGW_DocuFormTableAdapter = null;
this.tam.HolidayLIstTableAdapter = null;
this.tam.InventoryUserTableAdapter = null;
this.tam.ItemsTableAdapter = null;
@@ -390,82 +468,6 @@
this.tam.StaffTableAdapter = null;
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// idx
//
this.idx.DataPropertyName = "idx";
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.idx.DefaultCellStyle = dataGridViewCellStyle3;
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;
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
this.toolStripLabel1.Text = "검색";
//
// toolStripTextBox1
//
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbFind.Name = "toolStripTextBox1";
this.tbFind.Size = new System.Drawing.Size(100, 25);
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
//
// btFGind
//
this.btFGind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btFGind.Image = ((System.Drawing.Image)(resources.GetObject("btFGind.Image")));
this.btFGind.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btFGind.Name = "btFGind";
this.btFGind.Size = new System.Drawing.Size(23, 22);
this.btFGind.Text = "toolStripButton1";
this.btFGind.Click += new System.EventHandler(this.btFGind_Click);
//
// fLovProject
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;