1. 업무일지 작업형태 선택 ui 변경
2. 작업형태 목록 편집 UI 추가 3. 스케쥴 관련메일 발송주기를 15분에서 30분으로 변경하고 18시 이후에는 발송하지 않게 한다(최근 오류메세지가 수신된다)
This commit is contained in:
		| @@ -30,12 +30,10 @@ | ||||
|         { | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJobProcessSelect)); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             this.dsJobReport = new FPJ0000.dsJobReport(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.ta = new FPJ0000.dsJobReportTableAdapters.CommonTableAdapter(); | ||||
|             this.tam = new FPJ0000.dsJobReportTableAdapters.TableAdapterManager(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.dsJobReport = new FPJ0000.dsJobReport(); | ||||
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.btDelete = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); | ||||
| @@ -48,10 +46,13 @@ | ||||
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.btSave = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.btImport = new System.Windows.Forms.ToolStripDropDownButton(); | ||||
|             this.전체삭제ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.클립보드에서ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.클립보드에내보내기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.commonDataGridView = new System.Windows.Forms.DataGridView(); | ||||
|             this.code = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.svalueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.svalue2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.groupBox1 = new System.Windows.Forms.GroupBox(); | ||||
|             this.lbWarningUser = new System.Windows.Forms.Label(); | ||||
|             this.lbWarningManager = new System.Windows.Forms.Label(); | ||||
| @@ -63,51 +64,40 @@ | ||||
|             this.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.button2 = new System.Windows.Forms.Button(); | ||||
|             this.groupBox4 = new System.Windows.Forms.GroupBox(); | ||||
|             this.tbProcessI = new System.Windows.Forms.TextBox(); | ||||
|             this.label2 = new System.Windows.Forms.Label(); | ||||
|             this.tbItemA = new System.Windows.Forms.TextBox(); | ||||
|             this.label5 = new System.Windows.Forms.Label(); | ||||
|             this.tbTypeA = new System.Windows.Forms.TextBox(); | ||||
|             this.label6 = new System.Windows.Forms.Label(); | ||||
|             this.btAdd = new System.Windows.Forms.Button(); | ||||
|             this.groupBox3 = new System.Windows.Forms.GroupBox(); | ||||
|             this.tbProcessE = new System.Windows.Forms.TextBox(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.tbItemE = new System.Windows.Forms.TextBox(); | ||||
|             this.label4 = new System.Windows.Forms.Label(); | ||||
|             this.tbTypeE = new System.Windows.Forms.TextBox(); | ||||
|             this.label3 = new System.Windows.Forms.Label(); | ||||
|             this.btEdit = new System.Windows.Forms.Button(); | ||||
|             this.btRefreshTreeview = new System.Windows.Forms.Button(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             this.ta = new FPJ0000.dsJobReportTableAdapters.CommonTableAdapter(); | ||||
|             this.tam = new FPJ0000.dsJobReportTableAdapters.TableAdapterManager(); | ||||
|             this.panel2 = new System.Windows.Forms.Panel(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             this.button3 = new System.Windows.Forms.Button(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||
|             this.bn.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.commonDataGridView)).BeginInit(); | ||||
|             this.groupBox1.SuspendLayout(); | ||||
|             this.groupBox2.SuspendLayout(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             this.groupBox4.SuspendLayout(); | ||||
|             this.groupBox3.SuspendLayout(); | ||||
|             this.panel2.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // dsJobReport | ||||
|             //  | ||||
|             this.dsJobReport.DataSetName = "dsJobReport"; | ||||
|             this.dsJobReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Common"; | ||||
|             this.bs.DataSource = this.dsJobReport; | ||||
|             this.bs.Sort = "svalue2,svalue,memo"; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.CommonTableAdapter = this.ta; | ||||
|             this.tam.UpdateOrder = FPJ0000.dsJobReportTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // bn | ||||
|             //  | ||||
|             this.bn.AddNewItem = null; | ||||
| @@ -115,6 +105,7 @@ | ||||
|             this.bn.CountItem = this.bindingNavigatorCountItem; | ||||
|             this.bn.DeleteItem = this.btDelete; | ||||
|             this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.bn.ImageScalingSize = new System.Drawing.Size(32, 32); | ||||
|             this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.bindingNavigatorMoveFirstItem, | ||||
|             this.bindingNavigatorMovePreviousItem, | ||||
| @@ -128,21 +119,32 @@ | ||||
|             this.btDelete, | ||||
|             this.btSave, | ||||
|             this.btImport}); | ||||
|             this.bn.Location = new System.Drawing.Point(10, 706); | ||||
|             this.bn.Location = new System.Drawing.Point(10, 692); | ||||
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; | ||||
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; | ||||
|             this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem; | ||||
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; | ||||
|             this.bn.Name = "bn"; | ||||
|             this.bn.PositionItem = this.bindingNavigatorPositionItem; | ||||
|             this.bn.Size = new System.Drawing.Size(556, 25); | ||||
|             this.bn.Size = new System.Drawing.Size(556, 39); | ||||
|             this.bn.TabIndex = 0; | ||||
|             this.bn.Text = "bindingNavigator1"; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Common"; | ||||
|             this.bs.DataSource = this.dsJobReport; | ||||
|             this.bs.Sort = "svalue,memo"; | ||||
|             //  | ||||
|             // dsJobReport | ||||
|             //  | ||||
|             this.dsJobReport.DataSetName = "dsJobReport"; | ||||
|             this.dsJobReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bindingNavigatorCountItem | ||||
|             //  | ||||
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; | ||||
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22); | ||||
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 36); | ||||
|             this.bindingNavigatorCountItem.Text = "/{0}"; | ||||
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; | ||||
|             //  | ||||
| @@ -151,7 +153,7 @@ | ||||
|             this.btDelete.Image = ((System.Drawing.Image)(resources.GetObject("btDelete.Image"))); | ||||
|             this.btDelete.Name = "btDelete"; | ||||
|             this.btDelete.RightToLeftAutoMirrorImage = true; | ||||
|             this.btDelete.Size = new System.Drawing.Size(51, 22); | ||||
|             this.btDelete.Size = new System.Drawing.Size(67, 36); | ||||
|             this.btDelete.Text = "삭제"; | ||||
|             this.btDelete.Click += new System.EventHandler(this.btDelete_Click); | ||||
|             //  | ||||
| @@ -161,7 +163,7 @@ | ||||
|             this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); | ||||
|             this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; | ||||
|             this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(36, 36); | ||||
|             this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorMovePreviousItem | ||||
| @@ -170,13 +172,13 @@ | ||||
|             this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); | ||||
|             this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; | ||||
|             this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(36, 36); | ||||
|             this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorSeparator | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; | ||||
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); | ||||
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39); | ||||
|             //  | ||||
|             // bindingNavigatorPositionItem | ||||
|             //  | ||||
| @@ -191,7 +193,7 @@ | ||||
|             // bindingNavigatorSeparator1 | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; | ||||
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); | ||||
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39); | ||||
|             //  | ||||
|             // bindingNavigatorMoveNextItem | ||||
|             //  | ||||
| @@ -199,7 +201,7 @@ | ||||
|             this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); | ||||
|             this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; | ||||
|             this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(36, 36); | ||||
|             this.bindingNavigatorMoveNextItem.Text = "다음으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorMoveLastItem | ||||
| @@ -208,39 +210,55 @@ | ||||
|             this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); | ||||
|             this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; | ||||
|             this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(36, 36); | ||||
|             this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorSeparator2 | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; | ||||
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); | ||||
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39); | ||||
|             //  | ||||
|             // btSave | ||||
|             //  | ||||
|             this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image"))); | ||||
|             this.btSave.Name = "btSave"; | ||||
|             this.btSave.Size = new System.Drawing.Size(51, 22); | ||||
|             this.btSave.Size = new System.Drawing.Size(67, 36); | ||||
|             this.btSave.Text = "저장"; | ||||
|             this.btSave.Click += new System.EventHandler(this.commonBindingNavigatorSaveItem_Click); | ||||
|             //  | ||||
|             // btImport | ||||
|             //  | ||||
|             this.btImport.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.클립보드에서ToolStripMenuItem}); | ||||
|             this.전체삭제ToolStripMenuItem, | ||||
|             this.클립보드에서ToolStripMenuItem, | ||||
|             this.클립보드에내보내기ToolStripMenuItem}); | ||||
|             this.btImport.Image = ((System.Drawing.Image)(resources.GetObject("btImport.Image"))); | ||||
|             this.btImport.ImageTransparentColor = System.Drawing.Color.Magenta; | ||||
|             this.btImport.Name = "btImport"; | ||||
|             this.btImport.Size = new System.Drawing.Size(84, 22); | ||||
|             this.btImport.Text = "가져오기"; | ||||
|             this.btImport.Size = new System.Drawing.Size(88, 36); | ||||
|             this.btImport.Text = "데이터"; | ||||
|             //  | ||||
|             // 전체삭제ToolStripMenuItem | ||||
|             //  | ||||
|             this.전체삭제ToolStripMenuItem.Name = "전체삭제ToolStripMenuItem"; | ||||
|             this.전체삭제ToolStripMenuItem.Size = new System.Drawing.Size(198, 22); | ||||
|             this.전체삭제ToolStripMenuItem.Text = "전체 삭제"; | ||||
|             this.전체삭제ToolStripMenuItem.Click += new System.EventHandler(this.전체삭제ToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // 클립보드에서ToolStripMenuItem | ||||
|             //  | ||||
|             this.클립보드에서ToolStripMenuItem.Name = "클립보드에서ToolStripMenuItem"; | ||||
|             this.클립보드에서ToolStripMenuItem.Size = new System.Drawing.Size(146, 22); | ||||
|             this.클립보드에서ToolStripMenuItem.Text = "클립보드에서"; | ||||
|             this.클립보드에서ToolStripMenuItem.Size = new System.Drawing.Size(198, 22); | ||||
|             this.클립보드에서ToolStripMenuItem.Text = "클립보드에서 가져오기"; | ||||
|             this.클립보드에서ToolStripMenuItem.Click += new System.EventHandler(this.클립보드에서ToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // 클립보드에내보내기ToolStripMenuItem | ||||
|             //  | ||||
|             this.클립보드에내보내기ToolStripMenuItem.Name = "클립보드에내보내기ToolStripMenuItem"; | ||||
|             this.클립보드에내보내기ToolStripMenuItem.Size = new System.Drawing.Size(198, 22); | ||||
|             this.클립보드에내보내기ToolStripMenuItem.Text = "클립보드에 내보내기"; | ||||
|             this.클립보드에내보내기ToolStripMenuItem.Click += new System.EventHandler(this.클립보드에내보내기ToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // commonDataGridView | ||||
|             //  | ||||
|             this.commonDataGridView.AllowUserToAddRows = false; | ||||
| @@ -251,22 +269,23 @@ | ||||
|             this.commonDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; | ||||
|             this.commonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.code, | ||||
|             this.svalueDataGridViewTextBoxColumn}); | ||||
|             this.svalueDataGridViewTextBoxColumn, | ||||
|             this.svalue2}); | ||||
|             this.commonDataGridView.DataSource = this.bs; | ||||
|             this.commonDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.commonDataGridView.Location = new System.Drawing.Point(10, 73); | ||||
|             this.commonDataGridView.Name = "commonDataGridView"; | ||||
|             this.commonDataGridView.ReadOnly = true; | ||||
|             this.commonDataGridView.RowTemplate.Height = 23; | ||||
|             this.commonDataGridView.Size = new System.Drawing.Size(556, 601); | ||||
|             this.commonDataGridView.Size = new System.Drawing.Size(556, 587); | ||||
|             this.commonDataGridView.TabIndex = 2; | ||||
|             this.commonDataGridView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.commonDataGridView_CellContentDoubleClick); | ||||
|             //  | ||||
|             // code | ||||
|             //  | ||||
|             this.code.DataPropertyName = "memo"; | ||||
|             dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.code.DefaultCellStyle = dataGridViewCellStyle2; | ||||
|             dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.code.DefaultCellStyle = dataGridViewCellStyle6; | ||||
|             this.code.HeaderText = "형태"; | ||||
|             this.code.Name = "code"; | ||||
|             this.code.ReadOnly = true; | ||||
| @@ -278,6 +297,13 @@ | ||||
|             this.svalueDataGridViewTextBoxColumn.Name = "svalueDataGridViewTextBoxColumn"; | ||||
|             this.svalueDataGridViewTextBoxColumn.ReadOnly = true; | ||||
|             //  | ||||
|             // svalue2 | ||||
|             //  | ||||
|             this.svalue2.DataPropertyName = "svalue2"; | ||||
|             this.svalue2.HeaderText = "프로세스"; | ||||
|             this.svalue2.Name = "svalue2"; | ||||
|             this.svalue2.ReadOnly = true; | ||||
|             //  | ||||
|             // groupBox1 | ||||
|             //  | ||||
|             this.groupBox1.Controls.Add(this.commonDataGridView); | ||||
| @@ -321,7 +347,7 @@ | ||||
|             this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||
|             this.tbFind.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.tbFind.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbFind.Location = new System.Drawing.Point(10, 674); | ||||
|             this.tbFind.Location = new System.Drawing.Point(10, 660); | ||||
|             this.tbFind.Name = "tbFind"; | ||||
|             this.tbFind.Size = new System.Drawing.Size(556, 32); | ||||
|             this.tbFind.TabIndex = 3; | ||||
| @@ -331,6 +357,7 @@ | ||||
|             // groupBox2 | ||||
|             //  | ||||
|             this.groupBox2.Controls.Add(this.treeView1); | ||||
|             this.groupBox2.Controls.Add(this.panel2); | ||||
|             this.groupBox2.Controls.Add(this.btSelect); | ||||
|             this.groupBox2.Controls.Add(this.label8); | ||||
|             this.groupBox2.Controls.Add(this.panel1); | ||||
| @@ -354,7 +381,7 @@ | ||||
|             this.treeView1.Location = new System.Drawing.Point(10, 74); | ||||
|             this.treeView1.Name = "treeView1"; | ||||
|             this.treeView1.ShowNodeToolTips = true; | ||||
|             this.treeView1.Size = new System.Drawing.Size(568, 439); | ||||
|             this.treeView1.Size = new System.Drawing.Size(433, 437); | ||||
|             this.treeView1.TabIndex = 0; | ||||
|             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect); | ||||
|             this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick); | ||||
| @@ -364,7 +391,7 @@ | ||||
|             //  | ||||
|             this.btSelect.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.btSelect.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.btSelect.Location = new System.Drawing.Point(10, 513); | ||||
|             this.btSelect.Location = new System.Drawing.Point(10, 511); | ||||
|             this.btSelect.Name = "btSelect"; | ||||
|             this.btSelect.Size = new System.Drawing.Size(568, 54); | ||||
|             this.btSelect.TabIndex = 5; | ||||
| @@ -388,10 +415,10 @@ | ||||
|             this.panel1.Controls.Add(this.groupBox4); | ||||
|             this.panel1.Controls.Add(this.groupBox3); | ||||
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.panel1.Location = new System.Drawing.Point(10, 567); | ||||
|             this.panel1.Location = new System.Drawing.Point(10, 565); | ||||
|             this.panel1.Name = "panel1"; | ||||
|             this.panel1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 5); | ||||
|             this.panel1.Size = new System.Drawing.Size(568, 164); | ||||
|             this.panel1.Size = new System.Drawing.Size(568, 166); | ||||
|             this.panel1.TabIndex = 3; | ||||
|             //  | ||||
|             // button2 | ||||
| @@ -399,14 +426,16 @@ | ||||
|             this.button2.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.button2.Location = new System.Drawing.Point(261, 10); | ||||
|             this.button2.Name = "button2"; | ||||
|             this.button2.Size = new System.Drawing.Size(46, 149); | ||||
|             this.button2.TabIndex = 3; | ||||
|             this.button2.Size = new System.Drawing.Size(46, 151); | ||||
|             this.button2.TabIndex = 1; | ||||
|             this.button2.Text = "선택\r\n노드\r\n삭제"; | ||||
|             this.button2.UseVisualStyleBackColor = true; | ||||
|             this.button2.Click += new System.EventHandler(this.button2_Click_1); | ||||
|             //  | ||||
|             // groupBox4 | ||||
|             //  | ||||
|             this.groupBox4.Controls.Add(this.tbProcessI); | ||||
|             this.groupBox4.Controls.Add(this.label2); | ||||
|             this.groupBox4.Controls.Add(this.tbItemA); | ||||
|             this.groupBox4.Controls.Add(this.label5); | ||||
|             this.groupBox4.Controls.Add(this.tbTypeA); | ||||
| @@ -416,60 +445,80 @@ | ||||
|             this.groupBox4.Location = new System.Drawing.Point(307, 10); | ||||
|             this.groupBox4.Name = "groupBox4"; | ||||
|             this.groupBox4.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); | ||||
|             this.groupBox4.Size = new System.Drawing.Size(261, 149); | ||||
|             this.groupBox4.Size = new System.Drawing.Size(261, 151); | ||||
|             this.groupBox4.TabIndex = 2; | ||||
|             this.groupBox4.TabStop = false; | ||||
|             this.groupBox4.Text = "신규 추가"; | ||||
|             //  | ||||
|             // tbProcessI | ||||
|             //  | ||||
|             this.tbProcessI.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbProcessI.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbProcessI.Location = new System.Drawing.Point(74, 23); | ||||
|             this.tbProcessI.Name = "tbProcessI"; | ||||
|             this.tbProcessI.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbProcessI.TabIndex = 1; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(16, 29); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label2.TabIndex = 0; | ||||
|             this.label2.Text = "프로세스"; | ||||
|             //  | ||||
|             // tbItemA | ||||
|             //  | ||||
|             this.tbItemA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbItemA.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbItemA.Location = new System.Drawing.Point(74, 80); | ||||
|             this.tbItemA.Location = new System.Drawing.Point(74, 79); | ||||
|             this.tbItemA.Name = "tbItemA"; | ||||
|             this.tbItemA.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbItemA.TabIndex = 12; | ||||
|             this.tbItemA.TabIndex = 5; | ||||
|             this.tbItemA.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbItemA_KeyDown); | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
|             this.label5.Location = new System.Drawing.Point(40, 86); | ||||
|             this.label5.Location = new System.Drawing.Point(40, 84); | ||||
|             this.label5.Name = "label5"; | ||||
|             this.label5.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label5.TabIndex = 11; | ||||
|             this.label5.TabIndex = 4; | ||||
|             this.label5.Text = "형태"; | ||||
|             //  | ||||
|             // tbTypeA | ||||
|             //  | ||||
|             this.tbTypeA.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbTypeA.Location = new System.Drawing.Point(74, 52); | ||||
|             this.tbTypeA.Location = new System.Drawing.Point(74, 51); | ||||
|             this.tbTypeA.Name = "tbTypeA"; | ||||
|             this.tbTypeA.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbTypeA.TabIndex = 10; | ||||
|             this.tbTypeA.TabIndex = 3; | ||||
|             //  | ||||
|             // label6 | ||||
|             //  | ||||
|             this.label6.AutoSize = true; | ||||
|             this.label6.Location = new System.Drawing.Point(40, 58); | ||||
|             this.label6.Location = new System.Drawing.Point(40, 56); | ||||
|             this.label6.Name = "label6"; | ||||
|             this.label6.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label6.TabIndex = 9; | ||||
|             this.label6.TabIndex = 2; | ||||
|             this.label6.Text = "분류"; | ||||
|             //  | ||||
|             // btAdd | ||||
|             //  | ||||
|             this.btAdd.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.btAdd.Location = new System.Drawing.Point(10, 108); | ||||
|             this.btAdd.Location = new System.Drawing.Point(10, 110); | ||||
|             this.btAdd.Name = "btAdd"; | ||||
|             this.btAdd.Size = new System.Drawing.Size(241, 38); | ||||
|             this.btAdd.TabIndex = 2; | ||||
|             this.btAdd.TabIndex = 6; | ||||
|             this.btAdd.Text = "추가"; | ||||
|             this.btAdd.UseVisualStyleBackColor = true; | ||||
|             this.btAdd.Click += new System.EventHandler(this.button3_Click); | ||||
|             //  | ||||
|             // groupBox3 | ||||
|             //  | ||||
|             this.groupBox3.Controls.Add(this.tbProcessE); | ||||
|             this.groupBox3.Controls.Add(this.label1); | ||||
|             this.groupBox3.Controls.Add(this.tbItemE); | ||||
|             this.groupBox3.Controls.Add(this.label4); | ||||
|             this.groupBox3.Controls.Add(this.tbTypeE); | ||||
| @@ -479,57 +528,74 @@ | ||||
|             this.groupBox3.Location = new System.Drawing.Point(0, 10); | ||||
|             this.groupBox3.Name = "groupBox3"; | ||||
|             this.groupBox3.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); | ||||
|             this.groupBox3.Size = new System.Drawing.Size(261, 149); | ||||
|             this.groupBox3.TabIndex = 2; | ||||
|             this.groupBox3.Size = new System.Drawing.Size(261, 151); | ||||
|             this.groupBox3.TabIndex = 0; | ||||
|             this.groupBox3.TabStop = false; | ||||
|             this.groupBox3.Text = "선택자료 편집"; | ||||
|             //  | ||||
|             // tbProcessE | ||||
|             //  | ||||
|             this.tbProcessE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbProcessE.Location = new System.Drawing.Point(84, 23); | ||||
|             this.tbProcessE.Name = "tbProcessE"; | ||||
|             this.tbProcessE.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbProcessE.TabIndex = 1; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(26, 29); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 0; | ||||
|             this.label1.Text = "프로세스"; | ||||
|             //  | ||||
|             // tbItemE | ||||
|             //  | ||||
|             this.tbItemE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.tbItemE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbItemE.Location = new System.Drawing.Point(84, 80); | ||||
|             this.tbItemE.Location = new System.Drawing.Point(84, 79); | ||||
|             this.tbItemE.Name = "tbItemE"; | ||||
|             this.tbItemE.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbItemE.TabIndex = 6; | ||||
|             this.tbItemE.TabIndex = 5; | ||||
|             this.tbItemE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbItemE_KeyDown); | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             this.label4.AutoSize = true; | ||||
|             this.label4.Location = new System.Drawing.Point(50, 86); | ||||
|             this.label4.Location = new System.Drawing.Point(50, 85); | ||||
|             this.label4.Name = "label4"; | ||||
|             this.label4.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label4.TabIndex = 5; | ||||
|             this.label4.TabIndex = 4; | ||||
|             this.label4.Text = "형태"; | ||||
|             //  | ||||
|             // tbTypeE | ||||
|             //  | ||||
|             this.tbTypeE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.tbTypeE.Location = new System.Drawing.Point(84, 52); | ||||
|             this.tbTypeE.Location = new System.Drawing.Point(84, 51); | ||||
|             this.tbTypeE.Name = "tbTypeE"; | ||||
|             this.tbTypeE.Size = new System.Drawing.Size(170, 22); | ||||
|             this.tbTypeE.TabIndex = 4; | ||||
|             this.tbTypeE.TabIndex = 3; | ||||
|             //  | ||||
|             // label3 | ||||
|             //  | ||||
|             this.label3.AutoSize = true; | ||||
|             this.label3.Location = new System.Drawing.Point(50, 58); | ||||
|             this.label3.Location = new System.Drawing.Point(50, 57); | ||||
|             this.label3.Name = "label3"; | ||||
|             this.label3.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label3.TabIndex = 3; | ||||
|             this.label3.TabIndex = 2; | ||||
|             this.label3.Text = "분류"; | ||||
|             //  | ||||
|             // btEdit | ||||
|             //  | ||||
|             this.btEdit.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.btEdit.Location = new System.Drawing.Point(10, 108); | ||||
|             this.btEdit.Location = new System.Drawing.Point(10, 110); | ||||
|             this.btEdit.Name = "btEdit"; | ||||
|             this.btEdit.Size = new System.Drawing.Size(241, 38); | ||||
|             this.btEdit.TabIndex = 2; | ||||
|             this.btEdit.TabIndex = 6; | ||||
|             this.btEdit.Text = "편집"; | ||||
|             this.btEdit.UseVisualStyleBackColor = true; | ||||
|             this.btEdit.Click += new System.EventHandler(this.button2_Click); | ||||
|             this.btEdit.Click += new System.EventHandler(this.btEdit_Click); | ||||
|             //  | ||||
|             // btRefreshTreeview | ||||
|             //  | ||||
| @@ -542,6 +608,49 @@ | ||||
|             this.btRefreshTreeview.UseVisualStyleBackColor = true; | ||||
|             this.btRefreshTreeview.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tam | ||||
|             //  | ||||
|             this.tam.BackupDataSetBeforeUpdate = false; | ||||
|             this.tam.CommonTableAdapter = this.ta; | ||||
|             this.tam.UpdateOrder = FPJ0000.dsJobReportTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // panel2 | ||||
|             //  | ||||
|             this.panel2.Controls.Add(this.button3); | ||||
|             this.panel2.Controls.Add(this.button1); | ||||
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Right; | ||||
|             this.panel2.Location = new System.Drawing.Point(443, 74); | ||||
|             this.panel2.Name = "panel2"; | ||||
|             this.panel2.Padding = new System.Windows.Forms.Padding(10); | ||||
|             this.panel2.Size = new System.Drawing.Size(135, 437); | ||||
|             this.panel2.TabIndex = 6; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Dock = System.Windows.Forms.DockStyle.Top; | ||||
|             this.button1.Location = new System.Drawing.Point(10, 10); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(115, 48); | ||||
|             this.button1.TabIndex = 0; | ||||
|             this.button1.Text = "전체 확장"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click_1); | ||||
|             //  | ||||
|             // button3 | ||||
|             //  | ||||
|             this.button3.Dock = System.Windows.Forms.DockStyle.Top; | ||||
|             this.button3.Location = new System.Drawing.Point(10, 58); | ||||
|             this.button3.Name = "button3"; | ||||
|             this.button3.Size = new System.Drawing.Size(115, 48); | ||||
|             this.button3.TabIndex = 1; | ||||
|             this.button3.Text = "전체 축소"; | ||||
|             this.button3.UseVisualStyleBackColor = true; | ||||
|             this.button3.Click += new System.EventHandler(this.button3_Click_1); | ||||
|             //  | ||||
|             // fJobProcessSelect | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
| @@ -553,11 +662,11 @@ | ||||
|             this.Padding = new System.Windows.Forms.Padding(10); | ||||
|             this.Text = "작업형태 선택"; | ||||
|             this.Load += new System.EventHandler(this.fJobProcessManager_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); | ||||
|             this.bn.ResumeLayout(false); | ||||
|             this.bn.PerformLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsJobReport)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.commonDataGridView)).EndInit(); | ||||
|             this.groupBox1.ResumeLayout(false); | ||||
|             this.groupBox1.PerformLayout(); | ||||
| @@ -567,6 +676,7 @@ | ||||
|             this.groupBox4.PerformLayout(); | ||||
|             this.groupBox3.ResumeLayout(false); | ||||
|             this.groupBox3.PerformLayout(); | ||||
|             this.panel2.ResumeLayout(false); | ||||
|             this.ResumeLayout(false); | ||||
|  | ||||
|         } | ||||
| @@ -596,8 +706,6 @@ | ||||
|         private System.Windows.Forms.TreeView treeView1; | ||||
|         private System.Windows.Forms.Button btRefreshTreeview; | ||||
|         private System.Windows.Forms.Label lbWarningManager; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn code; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn svalueDataGridViewTextBoxColumn; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn svalue2DataGridViewTextBoxColumn; | ||||
|         private System.Windows.Forms.GroupBox groupBox3; | ||||
|         private System.Windows.Forms.Panel panel1; | ||||
| @@ -618,5 +726,17 @@ | ||||
|         private System.Windows.Forms.Label label8; | ||||
|         private System.Windows.Forms.Label lbWarningUser; | ||||
|         private System.Windows.Forms.Button btSelect; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn code; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn svalueDataGridViewTextBoxColumn; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn svalue2; | ||||
|         private System.Windows.Forms.TextBox tbProcessE; | ||||
|         private System.Windows.Forms.Label label1; | ||||
|         private System.Windows.Forms.TextBox tbProcessI; | ||||
|         private System.Windows.Forms.Label label2; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 전체삭제ToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 클립보드에내보내기ToolStripMenuItem; | ||||
|         private System.Windows.Forms.Panel panel2; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.Button button3; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi