...
This commit is contained in:
		| @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | |||||||
| // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 | // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 | ||||||
| // 지정되도록 할 수 있습니다. | // 지정되도록 할 수 있습니다. | ||||||
| // [assembly: AssemblyVersion("1.0.*")] | // [assembly: AssemblyVersion("1.0.*")] | ||||||
| [assembly: AssemblyVersion("23.10.18.1130")] | [assembly: AssemblyVersion("23.10.19.0042")] | ||||||
| [assembly: AssemblyFileVersion("23.10.18.1130")] | [assembly: AssemblyFileVersion("23.10.19.0042")] | ||||||
|   | |||||||
							
								
								
									
										39
									
								
								Project/_Common/fUserList.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										39
									
								
								Project/_Common/fUserList.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -80,6 +80,8 @@ | |||||||
|             this.useUserStateDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |             this.useUserStateDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||||
|             this.useJobReportDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |             this.useJobReportDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||||
|             this.exceptHolyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |             this.exceptHolyDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||||
|  |             this.panel1 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
|             this.bn.SuspendLayout(); |             this.bn.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
| @@ -87,6 +89,7 @@ | |||||||
|             this.cm1.SuspendLayout(); |             this.cm1.SuspendLayout(); | ||||||
|             this.toolStrip1.SuspendLayout(); |             this.toolStrip1.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit(); | ||||||
|  |             this.panel1.SuspendLayout(); | ||||||
|             this.SuspendLayout(); |             this.SuspendLayout(); | ||||||
|             //  |             //  | ||||||
|             // bn |             // bn | ||||||
| @@ -364,11 +367,11 @@ | |||||||
|             //  |             //  | ||||||
|             // tbFind |             // tbFind | ||||||
|             //  |             //  | ||||||
|             this.tbFind.Dock = System.Windows.Forms.DockStyle.Bottom; |             this.tbFind.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|             this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             this.tbFind.Location = new System.Drawing.Point(0, 629); |             this.tbFind.Location = new System.Drawing.Point(126, 0); | ||||||
|             this.tbFind.Name = "tbFind"; |             this.tbFind.Name = "tbFind"; | ||||||
|             this.tbFind.Size = new System.Drawing.Size(1234, 43); |             this.tbFind.Size = new System.Drawing.Size(1108, 43); | ||||||
|             this.tbFind.TabIndex = 3; |             this.tbFind.TabIndex = 3; | ||||||
|             this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; |             this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|             //  |             //  | ||||||
| @@ -412,7 +415,7 @@ | |||||||
|             this.arDatagridView1.ReadOnly = true; |             this.arDatagridView1.ReadOnly = true; | ||||||
|             this.arDatagridView1.RowTemplate.Height = 23; |             this.arDatagridView1.RowTemplate.Height = 23; | ||||||
|             this.arDatagridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |             this.arDatagridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | ||||||
|             this.arDatagridView1.Size = new System.Drawing.Size(1234, 604); |             this.arDatagridView1.Size = new System.Drawing.Size(1234, 603); | ||||||
|             this.arDatagridView1.TabIndex = 6; |             this.arDatagridView1.TabIndex = 6; | ||||||
|             //  |             //  | ||||||
|             // idDataGridViewTextBoxColumn |             // idDataGridViewTextBoxColumn | ||||||
| @@ -520,13 +523,35 @@ | |||||||
|             this.exceptHolyDataGridViewCheckBoxColumn.Name = "exceptHolyDataGridViewCheckBoxColumn"; |             this.exceptHolyDataGridViewCheckBoxColumn.Name = "exceptHolyDataGridViewCheckBoxColumn"; | ||||||
|             this.exceptHolyDataGridViewCheckBoxColumn.ReadOnly = true; |             this.exceptHolyDataGridViewCheckBoxColumn.ReadOnly = true; | ||||||
|             //  |             //  | ||||||
|  |             // panel1 | ||||||
|  |             //  | ||||||
|  |             this.panel1.Controls.Add(this.tbFind); | ||||||
|  |             this.panel1.Controls.Add(this.label1); | ||||||
|  |             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.panel1.Location = new System.Drawing.Point(0, 628); | ||||||
|  |             this.panel1.Name = "panel1"; | ||||||
|  |             this.panel1.Size = new System.Drawing.Size(1234, 44); | ||||||
|  |             this.panel1.TabIndex = 7; | ||||||
|  |             //  | ||||||
|  |             // label1 | ||||||
|  |             //  | ||||||
|  |             this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|  |             this.label1.Dock = System.Windows.Forms.DockStyle.Left; | ||||||
|  |             this.label1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.label1.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.label1.Name = "label1"; | ||||||
|  |             this.label1.Size = new System.Drawing.Size(126, 44); | ||||||
|  |             this.label1.TabIndex = 4; | ||||||
|  |             this.label1.Text = "검색"; | ||||||
|  |             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
|  |             //  | ||||||
|             // fUserList |             // fUserList | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||||
|             this.ClientSize = new System.Drawing.Size(1234, 711); |             this.ClientSize = new System.Drawing.Size(1234, 711); | ||||||
|             this.Controls.Add(this.arDatagridView1); |             this.Controls.Add(this.arDatagridView1); | ||||||
|             this.Controls.Add(this.tbFind); |             this.Controls.Add(this.panel1); | ||||||
|             this.Controls.Add(this.toolStrip1); |             this.Controls.Add(this.toolStrip1); | ||||||
|             this.Controls.Add(this.bn); |             this.Controls.Add(this.bn); | ||||||
|             this.Name = "fUserList"; |             this.Name = "fUserList"; | ||||||
| @@ -541,6 +566,8 @@ | |||||||
|             this.toolStrip1.ResumeLayout(false); |             this.toolStrip1.ResumeLayout(false); | ||||||
|             this.toolStrip1.PerformLayout(); |             this.toolStrip1.PerformLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit(); | ||||||
|  |             this.panel1.ResumeLayout(false); | ||||||
|  |             this.panel1.PerformLayout(); | ||||||
|             this.ResumeLayout(false); |             this.ResumeLayout(false); | ||||||
|             this.PerformLayout(); |             this.PerformLayout(); | ||||||
|  |  | ||||||
| @@ -598,5 +625,7 @@ | |||||||
|         private System.Windows.Forms.DataGridViewCheckBoxColumn useUserStateDataGridViewCheckBoxColumn; |         private System.Windows.Forms.DataGridViewCheckBoxColumn useUserStateDataGridViewCheckBoxColumn; | ||||||
|         private System.Windows.Forms.DataGridViewCheckBoxColumn useJobReportDataGridViewCheckBoxColumn; |         private System.Windows.Forms.DataGridViewCheckBoxColumn useJobReportDataGridViewCheckBoxColumn; | ||||||
|         private System.Windows.Forms.DataGridViewCheckBoxColumn exceptHolyDataGridViewCheckBoxColumn; |         private System.Windows.Forms.DataGridViewCheckBoxColumn exceptHolyDataGridViewCheckBoxColumn; | ||||||
|  |         private System.Windows.Forms.Panel panel1; | ||||||
|  |         private System.Windows.Forms.Label label1; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -130,7 +130,7 @@ | |||||||
|   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         wgAADsIBFShKgAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 |         wQAADsEBuJFr7QAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 | ||||||
|         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 |         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 | ||||||
|         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg |         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg | ||||||
|         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA |         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA | ||||||
| @@ -141,7 +141,7 @@ | |||||||
|   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         wgAADsIBFShKgAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w |         wQAADsEBuJFr7QAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w | ||||||
|         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f |         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f | ||||||
|         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ |         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ | ||||||
|         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC |         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC | ||||||
| @@ -150,7 +150,7 @@ | |||||||
|   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         wgAADsIBFShKgAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 |         wQAADsEBuJFr7QAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 | ||||||
|         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI |         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI | ||||||
|         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f |         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f | ||||||
|         oAc0QjgAAAAASUVORK5CYII= |         oAc0QjgAAAAASUVORK5CYII= | ||||||
| @@ -159,7 +159,7 @@ | |||||||
|   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         wgAADsIBFShKgAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// |         wQAADsEBuJFr7QAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// | ||||||
|         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B |         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B | ||||||
|         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA |         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA | ||||||
|         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG |         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG | ||||||
| @@ -170,7 +170,7 @@ | |||||||
|   <data name="btAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="btAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         wgAADsIBFShKgAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC |         wQAADsEBuJFr7QAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC | ||||||
|         pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ |         pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ | ||||||
|         Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ |         Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ | ||||||
|         /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA |         /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA | ||||||
| @@ -266,7 +266,4 @@ | |||||||
|   <metadata name="nameE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="nameE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>True</value> |     <value>True</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="nameE.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |  | ||||||
|     <value>True</value> |  | ||||||
|   </metadata> |  | ||||||
| </root> | </root> | ||||||
							
								
								
									
										52
									
								
								Project/fMain.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								Project/fMain.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -116,6 +116,7 @@ | |||||||
|             this.메일전송ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.메일전송ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.기타ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.기타ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.품목검색ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.품목검색ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|  |             this.대쉬보드ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.즐겨찾기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.즐겨찾기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.btDev = new System.Windows.Forms.ToolStripMenuItem(); |             this.btDev = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.메일전송ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); |             this.메일전송ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
| @@ -153,7 +154,6 @@ | |||||||
|             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.대쉬보드ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |  | ||||||
|             this.cmTab.SuspendLayout(); |             this.cmTab.SuspendLayout(); | ||||||
|             this.statusStrip1.SuspendLayout(); |             this.statusStrip1.SuspendLayout(); | ||||||
|             this.menuStrip1.SuspendLayout(); |             this.menuStrip1.SuspendLayout(); | ||||||
| @@ -284,14 +284,14 @@ | |||||||
|             //  |             //  | ||||||
|             this.codesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("codesToolStripMenuItem.Image"))); |             this.codesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("codesToolStripMenuItem.Image"))); | ||||||
|             this.codesToolStripMenuItem.Name = "codesToolStripMenuItem"; |             this.codesToolStripMenuItem.Name = "codesToolStripMenuItem"; | ||||||
|             this.codesToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |             this.codesToolStripMenuItem.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.codesToolStripMenuItem.Text = "공용코드"; |             this.codesToolStripMenuItem.Text = "공용코드"; | ||||||
|             this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click); |             this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // itemsToolStripMenuItem |             // itemsToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem"; |             this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem"; | ||||||
|             this.itemsToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |             this.itemsToolStripMenuItem.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.itemsToolStripMenuItem.Text = "품목정보"; |             this.itemsToolStripMenuItem.Text = "품목정보"; | ||||||
|             this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click); |             this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -304,7 +304,7 @@ | |||||||
|             this.toolStripMenuItem12, |             this.toolStripMenuItem12, | ||||||
|             this.그룹정보ToolStripMenuItem}); |             this.그룹정보ToolStripMenuItem}); | ||||||
|             this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem"; |             this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem"; | ||||||
|             this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |             this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.userInfoToolStripMenuItem.Text = "사용자"; |             this.userInfoToolStripMenuItem.Text = "사용자"; | ||||||
|             //  |             //  | ||||||
|             // userAccountToolStripMenuItem |             // userAccountToolStripMenuItem | ||||||
| @@ -343,14 +343,14 @@ | |||||||
|             // customerToolStripMenuItem |             // customerToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.customerToolStripMenuItem.Name = "customerToolStripMenuItem"; |             this.customerToolStripMenuItem.Name = "customerToolStripMenuItem"; | ||||||
|             this.customerToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |             this.customerToolStripMenuItem.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.customerToolStripMenuItem.Text = "업체정보"; |             this.customerToolStripMenuItem.Text = "업체정보"; | ||||||
|             this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click); |             this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // mn_kuntae |             // mn_kuntae | ||||||
|             //  |             //  | ||||||
|             this.mn_kuntae.Name = "mn_kuntae"; |             this.mn_kuntae.Name = "mn_kuntae"; | ||||||
|             this.mn_kuntae.Size = new System.Drawing.Size(180, 24); |             this.mn_kuntae.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.mn_kuntae.Text = "월별 근무표"; |             this.mn_kuntae.Text = "월별 근무표"; | ||||||
|             this.mn_kuntae.Click += new System.EventHandler(this.월별근무표ToolStripMenuItem_Click); |             this.mn_kuntae.Click += new System.EventHandler(this.월별근무표ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -358,7 +358,7 @@ | |||||||
|             //  |             //  | ||||||
|             this.메일양식ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("메일양식ToolStripMenuItem.Image"))); |             this.메일양식ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("메일양식ToolStripMenuItem.Image"))); | ||||||
|             this.메일양식ToolStripMenuItem.Name = "메일양식ToolStripMenuItem"; |             this.메일양식ToolStripMenuItem.Name = "메일양식ToolStripMenuItem"; | ||||||
|             this.메일양식ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |             this.메일양식ToolStripMenuItem.Size = new System.Drawing.Size(153, 24); | ||||||
|             this.메일양식ToolStripMenuItem.Text = "메일 양식"; |             this.메일양식ToolStripMenuItem.Text = "메일 양식"; | ||||||
|             this.메일양식ToolStripMenuItem.Click += new System.EventHandler(this.메일양식ToolStripMenuItem_Click); |             this.메일양식ToolStripMenuItem.Click += new System.EventHandler(this.메일양식ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -399,35 +399,35 @@ | |||||||
|             // 일반구매ToolStripMenuItem |             // 일반구매ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.일반구매ToolStripMenuItem.Name = "일반구매ToolStripMenuItem"; |             this.일반구매ToolStripMenuItem.Name = "일반구매ToolStripMenuItem"; | ||||||
|             this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(139, 24); |             this.일반구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.일반구매ToolStripMenuItem.Text = "NR 구매"; |             this.일반구매ToolStripMenuItem.Text = "일반 구매"; | ||||||
|             this.일반구매ToolStripMenuItem.Click += new System.EventHandler(this.일반구매ToolStripMenuItem_Click); |             this.일반구매ToolStripMenuItem.Click += new System.EventHandler(this.일반구매ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // cR구매ToolStripMenuItem |             // cR구매ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.cR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black; |             this.cR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Black; | ||||||
|             this.cR구매ToolStripMenuItem.Name = "cR구매ToolStripMenuItem"; |             this.cR구매ToolStripMenuItem.Name = "cR구매ToolStripMenuItem"; | ||||||
|             this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(139, 24); |             this.cR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.cR구매ToolStripMenuItem.Text = "CR 구매"; |             this.cR구매ToolStripMenuItem.Text = "CR 구매"; | ||||||
|             this.cR구매ToolStripMenuItem.Click += new System.EventHandler(this.cR구매ToolStripMenuItem_Click); |             this.cR구매ToolStripMenuItem.Click += new System.EventHandler(this.cR구매ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // sPR구매ToolStripMenuItem |             // sPR구매ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.sPR구매ToolStripMenuItem.Enabled = false; |             this.sPR구매ToolStripMenuItem.ForeColor = System.Drawing.Color.Blue; | ||||||
|             this.sPR구매ToolStripMenuItem.Name = "sPR구매ToolStripMenuItem"; |             this.sPR구매ToolStripMenuItem.Name = "sPR구매ToolStripMenuItem"; | ||||||
|             this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(139, 24); |             this.sPR구매ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.sPR구매ToolStripMenuItem.Text = "SPR 구매"; |             this.sPR구매ToolStripMenuItem.Text = "전자실 구매"; | ||||||
|             this.sPR구매ToolStripMenuItem.Click += new System.EventHandler(this.sPR구매ToolStripMenuItem_Click); |             this.sPR구매ToolStripMenuItem.Click += new System.EventHandler(this.sPR구매ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // toolStripMenuItem14 |             // toolStripMenuItem14 | ||||||
|             //  |             //  | ||||||
|             this.toolStripMenuItem14.Name = "toolStripMenuItem14"; |             this.toolStripMenuItem14.Name = "toolStripMenuItem14"; | ||||||
|             this.toolStripMenuItem14.Size = new System.Drawing.Size(136, 6); |             this.toolStripMenuItem14.Size = new System.Drawing.Size(177, 6); | ||||||
|             //  |             //  | ||||||
|             // 품목입고ToolStripMenuItem |             // 품목입고ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.품목입고ToolStripMenuItem.Name = "품목입고ToolStripMenuItem"; |             this.품목입고ToolStripMenuItem.Name = "품목입고ToolStripMenuItem"; | ||||||
|             this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(139, 24); |             this.품목입고ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.품목입고ToolStripMenuItem.Text = "품목 입고"; |             this.품목입고ToolStripMenuItem.Text = "품목 입고"; | ||||||
|             this.품목입고ToolStripMenuItem.Click += new System.EventHandler(this.품목입고ToolStripMenuItem_Click); |             this.품목입고ToolStripMenuItem.Click += new System.EventHandler(this.품목입고ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -447,7 +447,7 @@ | |||||||
|             // 목록ToolStripMenuItem |             // 목록ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.목록ToolStripMenuItem.Name = "목록ToolStripMenuItem"; |             this.목록ToolStripMenuItem.Name = "목록ToolStripMenuItem"; | ||||||
|             this.목록ToolStripMenuItem.Size = new System.Drawing.Size(156, 24); |             this.목록ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.목록ToolStripMenuItem.Text = "목록"; |             this.목록ToolStripMenuItem.Text = "목록"; | ||||||
|             this.목록ToolStripMenuItem.Click += new System.EventHandler(this.목록ToolStripMenuItem_Click); |             this.목록ToolStripMenuItem.Click += new System.EventHandler(this.목록ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -455,19 +455,19 @@ | |||||||
|             //  |             //  | ||||||
|             this.담당자별현황ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); |             this.담당자별현황ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); | ||||||
|             this.담당자별현황ToolStripMenuItem.Name = "담당자별현황ToolStripMenuItem"; |             this.담당자별현황ToolStripMenuItem.Name = "담당자별현황ToolStripMenuItem"; | ||||||
|             this.담당자별현황ToolStripMenuItem.Size = new System.Drawing.Size(156, 24); |             this.담당자별현황ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.담당자별현황ToolStripMenuItem.Text = "목록(챔피언)"; |             this.담당자별현황ToolStripMenuItem.Text = "목록(챔피언)"; | ||||||
|             this.담당자별현황ToolStripMenuItem.Click += new System.EventHandler(this.담당자별현황ToolStripMenuItem_Click); |             this.담당자별현황ToolStripMenuItem.Click += new System.EventHandler(this.담당자별현황ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|             // toolStripMenuItem15 |             // toolStripMenuItem15 | ||||||
|             //  |             //  | ||||||
|             this.toolStripMenuItem15.Name = "toolStripMenuItem15"; |             this.toolStripMenuItem15.Name = "toolStripMenuItem15"; | ||||||
|             this.toolStripMenuItem15.Size = new System.Drawing.Size(153, 6); |             this.toolStripMenuItem15.Size = new System.Drawing.Size(177, 6); | ||||||
|             //  |             //  | ||||||
|             // layoutToolStripMenuItem |             // layoutToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.layoutToolStripMenuItem.Name = "layoutToolStripMenuItem"; |             this.layoutToolStripMenuItem.Name = "layoutToolStripMenuItem"; | ||||||
|             this.layoutToolStripMenuItem.Size = new System.Drawing.Size(156, 24); |             this.layoutToolStripMenuItem.Size = new System.Drawing.Size(180, 24); | ||||||
|             this.layoutToolStripMenuItem.Text = "Layout"; |             this.layoutToolStripMenuItem.Text = "Layout"; | ||||||
|             this.layoutToolStripMenuItem.Click += new System.EventHandler(this.layoutToolStripMenuItem_Click); |             this.layoutToolStripMenuItem.Click += new System.EventHandler(this.layoutToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
| @@ -867,6 +867,13 @@ | |||||||
|             this.품목검색ToolStripMenuItem.Text = "품목 검색"; |             this.품목검색ToolStripMenuItem.Text = "품목 검색"; | ||||||
|             this.품목검색ToolStripMenuItem.Click += new System.EventHandler(this.품목검색ToolStripMenuItem_Click); |             this.품목검색ToolStripMenuItem.Click += new System.EventHandler(this.품목검색ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|  |             // 대쉬보드ToolStripMenuItem | ||||||
|  |             //  | ||||||
|  |             this.대쉬보드ToolStripMenuItem.Name = "대쉬보드ToolStripMenuItem"; | ||||||
|  |             this.대쉬보드ToolStripMenuItem.Size = new System.Drawing.Size(139, 24); | ||||||
|  |             this.대쉬보드ToolStripMenuItem.Text = "대쉬보드"; | ||||||
|  |             this.대쉬보드ToolStripMenuItem.Click += new System.EventHandler(this.대쉬보드ToolStripMenuItem_Click); | ||||||
|  |             //  | ||||||
|             // 즐겨찾기ToolStripMenuItem |             // 즐겨찾기ToolStripMenuItem | ||||||
|             //  |             //  | ||||||
|             this.즐겨찾기ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("즐겨찾기ToolStripMenuItem.Image"))); |             this.즐겨찾기ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("즐겨찾기ToolStripMenuItem.Image"))); | ||||||
| @@ -1198,13 +1205,6 @@ | |||||||
|             this.toolStripButton3.ToolTipText = "휴가신청"; |             this.toolStripButton3.ToolTipText = "휴가신청"; | ||||||
|             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); |             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); | ||||||
|             //  |             //  | ||||||
|             // 대쉬보드ToolStripMenuItem |  | ||||||
|             //  |  | ||||||
|             this.대쉬보드ToolStripMenuItem.Name = "대쉬보드ToolStripMenuItem"; |  | ||||||
|             this.대쉬보드ToolStripMenuItem.Size = new System.Drawing.Size(180, 24); |  | ||||||
|             this.대쉬보드ToolStripMenuItem.Text = "대쉬보드"; |  | ||||||
|             this.대쉬보드ToolStripMenuItem.Click += new System.EventHandler(this.대쉬보드ToolStripMenuItem_Click); |  | ||||||
|             //  |  | ||||||
|             // fMain |             // fMain | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||||
|   | |||||||
| @@ -477,7 +477,7 @@ namespace Project | |||||||
|         { |         { | ||||||
|             string formkey = "PUCHASENR"; |             string formkey = "PUCHASENR"; | ||||||
|             if (!ShowForm(formkey)) |             if (!ShowForm(formkey)) | ||||||
|                 AddForm(formkey, new FEQ0000.fPurchaseNR(), "NR구매"); |                 AddForm(formkey, new FEQ0000.fPurchaseNR(), "일반구매"); | ||||||
|         } |         } | ||||||
|         void menu_crpurchase() |         void menu_crpurchase() | ||||||
|         { |         { | ||||||
| @@ -488,10 +488,15 @@ namespace Project | |||||||
|         } |         } | ||||||
|         void menu_sprpurchase() |         void menu_sprpurchase() | ||||||
|         { |         { | ||||||
|             FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다"); |             if(System.Diagnostics.Debugger.IsAttached==false) | ||||||
|             //string formkey = "PUCHASESPR"; |             { | ||||||
|             //if (!ShowForm(formkey)) |                 FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다"); | ||||||
|             //	AddForm(formkey, new FEQ0000.fPurchase(), "SPR구매"); |                 return; | ||||||
|  |             } | ||||||
|  |              | ||||||
|  |             string formkey = "PUCHASEEB"; | ||||||
|  |             if (!ShowForm(formkey)) | ||||||
|  |                 AddForm(formkey, new FEQ0000.fPurchaseEB(), "전자실구매"); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         private void nRPurchaseToolStripMenuItem_Click(object sender, EventArgs e) |         private void nRPurchaseToolStripMenuItem_Click(object sender, EventArgs e) | ||||||
|   | |||||||
| @@ -153,83 +153,6 @@ | |||||||
|         Mi4wAwEBAAAh+QQBAAAXACwAAAAAEAAQAAAIggAvCBwo0IJBCwQTFqwAAQEDhAoXTpgoYQDEhBYqTKDA |         Mi4wAwEBAAAh+QQBAAAXACwAAAAAEAAQAAAIggAvCBwo0IJBCwQTFqwAAQEDhAoXTpgoYQDEhBYqTKDA | ||||||
|         kYKEBRclciRAoMEDCREuZtw40oKCCihVauxIIYEBmCkJruxYoWfMggYPsOyJU+WAABMqCJDgM+eFg0iV |         kYKEBRclciRAoMEDCREuZtw40oKCCihVauxIIYEBmCkJruxYoWfMggYPsOyJU+WAABMqCJDgM+eFg0iV | ||||||
|         Aigg4WfBo0kFADAYwWnBABSkQjSIcYDYiAMtBHCwFW3ag24HBgQAOw== |         Aigg4WfBo0kFADAYwWnBABSkQjSIcYDYiAMtBHCwFW3ag24HBgQAOw== | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="commonToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQfAP/umP/eN//kV//riOuzSuujJ+usOuu3VuvKgf/0uf/yq+ucF//bJf/pfOvOiO/O |  | ||||||
|         fP/52//ZGP/UAP/haf/ma//hR//ncevDceu8YP39/OuuQP/rp//pdP/nZf///////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIkAA/CByYwUOGgQgTfvDgwINChQw9IHD4UGBEABAuUETo |  | ||||||
|         oaNEDxg1erTo4IGDiQAGNFCA4QABAg4jdkxpoYOABAkUGKD4UaUFARUCMLCwk6NGCkADRKBQNKEHDB6E |  | ||||||
|         RpDQlCNUoRYkSJhQYKPFAyqZThjbleMBDxw07CxQYMKGBRs9vNTQcaGHBXjjjuS4t2LFgAA7 |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="managementToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQQAP/cpv/GcNvb292RIP+kG/+5T6m5rMStgK13Jv+wOt2TJKmwrP/zcZOru////wAA |  | ||||||
|         AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAQACwAAAAAEAAQAAAIZQAhCBxIsKBABgQBGCTIoCEEBgEWDmRAgMAAAwUgKJQ4 |  | ||||||
|         QIEDBwciSmw4QMDHBRIBBCiQAIGABw8aSBSosgHMmCkH2oQpc6bAnTh9QgDa0ydRoUMffCw6s4FJB0wl |  | ||||||
|         OoWKdGiDBgEBADs= |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="mn_docu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQfAJrM+3OSsKfS++zx9uXt9Yis1FdwkZW51ElVa8fj/bba/NXb5PL2+o276b3d/VJh |  | ||||||
|         e7TR4ENLXNXn8KLD536kwIyzzJ/E2KjL3t7n7ykxQz5FVa/W/OLp8I+w1P///////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAItgA9CBxIcOCHgx4kQIBwwcKBChQiBgjgASEECQQGZNRI |  | ||||||
|         oGMDAxU9QCCQoGRJBygZNPgo8AKDBB1iyuzAoOYDgRZeonSgoGfPDQxuejjwcsLMAkgFBBVY4aVPBRui |  | ||||||
|         ClCKQCCFojGRIm0ggEBVDxQG8IQqdSoAAhGsijWqdSsADmk9BBBLdqoAAHgxaBAYgAHPsnjxDtjrwcAC |  | ||||||
|         Bhw5KOaAYQCEDHwNSH7wAAGCCBE0aMggtKBnggEBADs= |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="기타ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQfAKnrVsfvlYnVOHy8KnfJLJneRWqyJLvth1W7GzGTEVWnHT2aFIPNMkuiGmrKJGKt |  | ||||||
|         Io7eOXa5KU64GDiWE1yqIHK3KHa5J0WeGGC/IG+1JW/FKGjCJHnRLWrOIP///////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqwA/CBTooeDAgwg9DFjoAWHCAQEAFBjQ0CHBAQAEFLBQ |  | ||||||
|         8WDBjxEARPjY8YPChREiZshg4EFJhQFiFmBQAAIECh8vLoTAgAEBAgIUeGhwoaHCghUE/NTAgcCFAxAW |  | ||||||
|         GDWZQamGDRgwIEAgYUJBjh4MCODAAYODBRMkSEhQMAJLARQUNODgwGsCtiYjHBDgsuCCDl4NmqxQAK7R |  | ||||||
|         v3gHemD5QK4HtBMSEyRplOTBgAA7 |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="즐겨찾기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIMPAEWi6azap1WzS9LusYrSbApexXLHV+z41vH559Ltw8ns+pe75hBs0iCZEP////// |  | ||||||
|         /yH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAPACwAAAAAEAAQAAAIiwAfCBxIsKDBBw4SOjg4MGGDBgwY |  | ||||||
|         JDzo4OEBBAgUMGiwkGBFBAcODAAAYMEAjh4ZIBgwQAAAAgZOdkTIQEGCAQRICoAZACVNBQACkHxpQEDP |  | ||||||
|         jg5qLhgKQIDTowIrJoA5NGKDABIbNpjqlEGBAguyag3QEiLYsDOjPgwQYEFYsQUdRpSY1qDCugzzBgQA |  | ||||||
|         Ow== |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="btDev.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQfAKxoR8VkLxFw1feVPITSWv+eQv7Qo0Cc6OyIN/v7+3PLTSCZEFy17Wa6XuT1x2bG |  | ||||||
|         Q3nNUU6vRXPAa9mLXMTkwJZEHJt7LL5aJ/z8/O2KONx3L/ubP/r6+rtVI////////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIpgA/CBxIsOBADBgEeljoweAHDB06eIi4QICAhRwOdjAQ |  | ||||||
|         kaMDCgwELOiQ8WGHAQYMFIjIgMEBCBEzQkSwoUCBCR0OSGigIKZJDQM2cKxwoAGBBx0ykISoIcOGiAcO |  | ||||||
|         EFCAVCkHphueAtgaIYKFpks7NM0qFIDFCxk0kPyQQCzZiB0CbLAqsO1YslnTrq0r9m4GvSUHcoioobDa |  | ||||||
|         vQU5DIar2KFgxYEHBgQAOw== |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="버젼확인ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQfAGm6/idTd4yTmF+v8Xa37KvW+lyh3KHJ62aq41ee2bXZ98nm/2mt5W2Ck5XN/C1c |  | ||||||
|         hEZieho8WXXA/2Gn4P39/W+y6V+l3qjP8Njt/lx2izxPYGyv51Oa1EJWZ////////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqgA/CPzgoaBBDwMTEoQgoGGDBhAQKvSQAcOCBQUcaHwg |  | ||||||
|         USBFDARCEqhQgYEEjh47gKxwweAFBAgkREDooYMCAhs8XGCAwMOEmB1o2qywYSdMnxMABCVocwMDngUP |  | ||||||
|         GLAAYCZTBTARHPAgdWpVoQV+TrBgoGwCA1+ZOkgwduuBBAk4pCWogUBcDnjxAgjQkS4BAAMCD9jrgcJE |  | ||||||
|         DQ8eBAjwYKZhhQQPFoRMuXJAADs= |  | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="설명서ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         R0lGODlhEAAQAIQAAP/99v/qaOvOSem4M+zSSv/ypf/ug//1w//2zP/xnv/te//zrf/0uv/41/nWdufB |  | ||||||
|         MP/vkevTVf/rcv/0s//wlv/57OvRM//vi+/OQtaXIuuYEuvTLNyhJ+vHUP///////yH/C05FVFNDQVBF |  | ||||||
|         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIoAA/CBxIsCBBDwgTKizogUCEhwQIYLBgYYOHgR4cKPQA |  | ||||||
|         oMEBBAgsfsjoAQGDCQsKJEhAAcKBChYQajyZkiWECwYMAHiAkAAAlCop4FRA9ABPDxgqABVqQIGEpxQG |  | ||||||
|         IMTQoCaEphICaFXAAaEABCmZZtUawECGi0gRHGigloFWCgzOYhRAt0OHASg1yD24cUAFDRcNMhwAWLBB |  | ||||||
|         D4UNMwz8ISAAOw== |  | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="codesToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="codesToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -250,6 +173,15 @@ | |||||||
|         gYDHjyAJKNjogQIBChoQZAgQAEGCiQUOKFxAIEMEDhsQPEDAQEKDBzI9dKiZIYOFowwENPg5QeHQlRIi |         gYDHjyAJKNjogQIBChoQZAgQAEGCiQUOKFxAIEMEDhsQPEDAQEKDBzI9dKiZIYOFowwENPg5QeHQlRIi | ||||||
|         SJAwYIADBwWaegCQIMAACQEEKK2KFYNCrgMihBXbwEHVBGY9GFCQIEGBu3jvKrhw1oBfCBAOHJgwAQOG |         SJAwYIADBwWaegCQIMAACQEEKK2KFYNCrgMihBXbwEHVBGY9GFCQIEGBu3jvKrhw1oBfCBAOHJgwAQOG | ||||||
|         CyQdKlaIsLHjggEBADs= |         CyQdKlaIsLHjggEBADs= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="commonToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAP/umP/eN//kV//riOuzSuujJ+usOuu3VuvKgf/0uf/yq+ucF//bJf/pfOvOiO/O | ||||||
|  |         fP/52//ZGP/UAP/haf/ma//hR//ncevDceu8YP39/OuuQP/rp//pdP/nZf///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIkAA/CByYwUOGgQgTfvDgwINChQw9IHD4UGBEABAuUETo | ||||||
|  |         oaNEDxg1erTo4IGDiQAGNFCA4QABAg4jdkxpoYOABAkUGKD4UaUFARUCMLCwk6NGCkADRKBQNKEHDB6E | ||||||
|  |         RpDQlCNUoRYkSJhQYKPFAyqZThjbleMBDxw07CxQYMKGBRs9vNTQcaGHBXjjjuS4t2LFgAA7 | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="mn_purchase.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="mn_purchase.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -365,6 +297,74 @@ | |||||||
|         h58L4755nzwWACmRSEixWEynl0gQtXWDq9efcWesTLPb7RZmkg1AikQiUigU0uklEoREZl63mEkW430F |         h58L4755nzwWACmRSEixWEynl0gQtXWDq9efcWesTLPb7RZmkg1AikQiUigU0uklEoREZl63mEkW430F | ||||||
|         g0EHv2mdHpgsyzvNJMvHQ/n9fofX69XJ7HK5bGaSrfBQPNXBzU92nQFgfwCJli/+LKS33wAAAABJRU5E |         g0EHv2mdHpgsyzvNJMvHQ/n9fofX69XJ7HK5bGaSrfBQPNXBzU92nQFgfwCJli/+LKS33wAAAABJRU5E | ||||||
|         rkJggg== |         rkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="managementToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQQAP/cpv/GcNvb292RIP+kG/+5T6m5rMStgK13Jv+wOt2TJKmwrP/zcZOru////wAA | ||||||
|  |         AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAQACwAAAAAEAAQAAAIZQAhCBxIsKBABgQBGCTIoCEEBgEWDmRAgMAAAwUgKJQ4 | ||||||
|  |         QIEDBwciSmw4QMDHBRIBBCiQAIGABw8aSBSosgHMmCkH2oQpc6bAnTh9QgDa0ydRoUMffCw6s4FJB0wl | ||||||
|  |         OoWKdGiDBgEBADs= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="mn_docu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAJrM+3OSsKfS++zx9uXt9Yis1FdwkZW51ElVa8fj/bba/NXb5PL2+o276b3d/VJh | ||||||
|  |         e7TR4ENLXNXn8KLD536kwIyzzJ/E2KjL3t7n7ykxQz5FVa/W/OLp8I+w1P///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAItgA9CBxIcOCHgx4kQIBwwcKBChQiBgjgASEECQQGZNRI | ||||||
|  |         oGMDAxU9QCCQoGRJBygZNPgo8AKDBB1iyuzAoOYDgRZeonSgoGfPDQxuejjwcsLMAkgFBBVY4aVPBRui | ||||||
|  |         ClCKQCCFojGRIm0ggEBVDxQG8IQqdSoAAhGsijWqdSsADmk9BBBLdqoAAHgxaBAYgAHPsnjxDtjrwcAC | ||||||
|  |         Bhw5KOaAYQCEDHwNSH7wAAGCCBE0aMggtKBnggEBADs= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="기타ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAKnrVsfvlYnVOHy8KnfJLJneRWqyJLvth1W7GzGTEVWnHT2aFIPNMkuiGmrKJGKt | ||||||
|  |         Io7eOXa5KU64GDiWE1yqIHK3KHa5J0WeGGC/IG+1JW/FKGjCJHnRLWrOIP///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqwA/CBTooeDAgwg9DFjoAWHCAQEAFBjQ0CHBAQAEFLBQ | ||||||
|  |         8WDBjxEARPjY8YPChREiZshg4EFJhQFiFmBQAAIECh8vLoTAgAEBAgIUeGhwoaHCghUE/NTAgcCFAxAW | ||||||
|  |         GDWZQamGDRgwIEAgYUJBjh4MCODAAYODBRMkSEhQMAJLARQUNODgwGsCtiYjHBDgsuCCDl4NmqxQAK7R | ||||||
|  |         v3gHemD5QK4HtBMSEyRplOTBgAA7 | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="즐겨찾기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIMPAEWi6azap1WzS9LusYrSbApexXLHV+z41vH559Ltw8ns+pe75hBs0iCZEP////// | ||||||
|  |         /yH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAPACwAAAAAEAAQAAAIiwAfCBxIsKDBBw4SOjg4MGGDBgwY | ||||||
|  |         JDzo4OEBBAgUMGiwkGBFBAcODAAAYMEAjh4ZIBgwQAAAAgZOdkTIQEGCAQRICoAZACVNBQACkHxpQEDP | ||||||
|  |         jg5qLhgKQIDTowIrJoA5NGKDABIbNpjqlEGBAguyag3QEiLYsDOjPgwQYEFYsQUdRpSY1qDCugzzBgQA | ||||||
|  |         Ow== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btDev.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAKxoR8VkLxFw1feVPITSWv+eQv7Qo0Cc6OyIN/v7+3PLTSCZEFy17Wa6XuT1x2bG | ||||||
|  |         Q3nNUU6vRXPAa9mLXMTkwJZEHJt7LL5aJ/z8/O2KONx3L/ubP/r6+rtVI////////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIpgA/CBxIsOBADBgEeljoweAHDB06eIi4QICAhRwOdjAQ | ||||||
|  |         kaMDCgwELOiQ8WGHAQYMFIjIgMEBCBEzQkSwoUCBCR0OSGigIKZJDQM2cKxwoAGBBx0ykISoIcOGiAcO | ||||||
|  |         EFCAVCkHphueAtgaIYKFpks7NM0qFIDFCxk0kPyQQCzZiB0CbLAqsO1YslnTrq0r9m4GvSUHcoioobDa | ||||||
|  |         vQU5DIar2KFgxYEHBgQAOw== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="버젼확인ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAGm6/idTd4yTmF+v8Xa37KvW+lyh3KHJ62aq41ee2bXZ98nm/2mt5W2Ck5XN/C1c | ||||||
|  |         hEZieho8WXXA/2Gn4P39/W+y6V+l3qjP8Njt/lx2izxPYGyv51Oa1EJWZ////////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqgA/CPzgoaBBDwMTEoQgoGGDBhAQKvSQAcOCBQUcaHwg | ||||||
|  |         USBFDARCEqhQgYEEjh47gKxwweAFBAgkREDooYMCAhs8XGCAwMOEmB1o2qywYSdMnxMABCVocwMDngUP | ||||||
|  |         GLAAYCZTBTARHPAgdWpVoQV+TrBgoGwCA1+ZOkgwduuBBAk4pCWogUBcDnjxAgjQkS4BAAMCD9jrgcJE | ||||||
|  |         DQ8eBAjwYKZhhQQPFoRMuXJAADs= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="설명서ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQAAP/99v/qaOvOSem4M+zSSv/ypf/ug//1w//2zP/xnv/te//zrf/0uv/41/nWdufB | ||||||
|  |         MP/vkevTVf/rcv/0s//wlv/57OvRM//vi+/OQtaXIuuYEuvTLNyhJ+vHUP///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIoAA/CBxIsCBBDwgTKizogUCEhwQIYLBgYYOHgR4cKPQA | ||||||
|  |         oMEBBAgsfsjoAQGDCQsKJEhAAcKBChYQajyZkiWECwYMAHiAkAAAlCop4FRA9ABPDxgqABVqQIGEpxQG | ||||||
|  |         IMTQoCaEphICaFXAAaEABCmZZtUawECGi0gRHGigloFWCgzOYhRAt0OHASg1yD24cUAFDRcNMhwAWLBB | ||||||
|  |         D4UNMwz8ISAAOw== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
| @@ -452,14 +452,14 @@ | |||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL | ||||||
|         h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/ |         h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/ | ||||||
|         /U7m/E+5XP8/92TF/3lzYj/UzM3/l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPJV+p/1Z8q+d/yc2e |         /U7m/E+5XP8/92TF/3lzYj/UzMn/l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPJV+p/1Z8q+d/yc2e | ||||||
|         /4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf8Ptrr+vV7o9blnWyHc |         /4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf8PtLr8vV7o9blnWyHc | ||||||
|         gOJbXRdA6qE6EaD4ZvdcmKLKSx3LzheGHLyc7PbtYpDa/20VTnuLL3Z8BMkV3Ox5B9WCCmAuKLrZUwLi |         gOJbXRdA6qE6EaD4ZvdcmKLKSx3LzheGHLyc7PbtYpDa/20VTnuLL3Z8BMkV3Ox5B9WCCmAuKLrZUwLi | ||||||
|         v2iNEH9c5vn/SobWnyfZNmqFN3v1gbZ/LrrVcx6sAR0U3+kxLr7RdRzKZXhc7On5qNTjPxiXeHmAxICu |         v2iNEH9c5vn/SobWnyfZNmqFN3v1gbZ/LrrVcx6sAR0U3+kxLr7RdRzKZXhc7On5qNTjPxiXeHmAxICu | ||||||
|         LAVa1AJWgA0U3+kWgzIZnlR4ZcEMeFLpnQkSq79fz5F7ayIfWAEh8KjCs+9Judd/EH5c7tULFSYeAP2/ |         LAVa1AJWgA0U3+kWgzIZnlR4ZcEMeFLpnQkSq79fz5F7ayIfWAEh8KjCs+9Judd/EH5c7tULFSYeAP2/ | ||||||
|         Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+bhgd7fQPo/MoaKnQGr |         Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+bBgd7fQPo/MoaKnQGr | ||||||
|         2d+jAdUG1LhtIjtQcP7DRfX/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz |         2d+jAdUG1LhtIjtQcP6DhfX/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz | ||||||
|         BQDX/6rZxdf1ogAAAABJRU5ErkJggg== |         BQDKX6rQcfcHQwAAAABJRU5ErkJggg== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|   | |||||||
| @@ -193,6 +193,36 @@ | |||||||
|     <Compile Include="PurchaseCR\fPurchaseCR.Designer.cs"> |     <Compile Include="PurchaseCR\fPurchaseCR.Designer.cs"> | ||||||
|       <DependentUpon>fPurchaseCR.cs</DependentUpon> |       <DependentUpon>fPurchaseCR.cs</DependentUpon> | ||||||
|     </Compile> |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB.cs"> | ||||||
|  |       <SubType>Form</SubType> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB.Designer.cs"> | ||||||
|  |       <DependentUpon>fPurchaseEB.cs</DependentUpon> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB_Add.cs"> | ||||||
|  |       <SubType>Form</SubType> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB_Add.Designer.cs"> | ||||||
|  |       <DependentUpon>fPurchaseEB_Add.cs</DependentUpon> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEBList.cs"> | ||||||
|  |       <SubType>Form</SubType> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEBList.Designer.cs"> | ||||||
|  |       <DependentUpon>fPurchaseEBList.cs</DependentUpon> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB_Ipgo.cs"> | ||||||
|  |       <SubType>Form</SubType> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\fPurchaseEB_Ipgo.Designer.cs"> | ||||||
|  |       <DependentUpon>fPurchaseEB_Ipgo.cs</DependentUpon> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\rPurchaseEB.cs"> | ||||||
|  |       <SubType>Form</SubType> | ||||||
|  |     </Compile> | ||||||
|  |     <Compile Include="PurchaseEB\rPurchaseEB.Designer.cs"> | ||||||
|  |       <DependentUpon>rPurchaseEB.cs</DependentUpon> | ||||||
|  |     </Compile> | ||||||
|     <Compile Include="Purchase\fPurchaseNR_Ipgo.cs"> |     <Compile Include="Purchase\fPurchaseNR_Ipgo.cs"> | ||||||
|       <SubType>Form</SubType> |       <SubType>Form</SubType> | ||||||
|     </Compile> |     </Compile> | ||||||
| @@ -326,12 +356,27 @@ | |||||||
|       <DesignTime>True</DesignTime> |       <DesignTime>True</DesignTime> | ||||||
|     </Compile> |     </Compile> | ||||||
|     <EmbeddedResource Include="Equipment\ReportB.rdlc" /> |     <EmbeddedResource Include="Equipment\ReportB.rdlc" /> | ||||||
|  |     <EmbeddedResource Include="PurchaseEB\fPurchaseEB.resx"> | ||||||
|  |       <DependentUpon>fPurchaseEB.cs</DependentUpon> | ||||||
|  |     </EmbeddedResource> | ||||||
|     <EmbeddedResource Include="PurchaseCR\Rpt_PurchaseCR.rdlc" /> |     <EmbeddedResource Include="PurchaseCR\Rpt_PurchaseCR.rdlc" /> | ||||||
|     <EmbeddedResource Include="PurchaseCR\Rpt_PurchasePrcCR.rdlc" /> |     <EmbeddedResource Include="PurchaseCR\Rpt_PurchasePrcCR.rdlc" /> | ||||||
|     <EmbeddedResource Include="PurchaseCR\Rpt_PurchasePrjCR.rdlc" /> |     <EmbeddedResource Include="PurchaseCR\Rpt_PurchasePrjCR.rdlc" /> | ||||||
|     <EmbeddedResource Include="PurchaseCR\fPurchaseCR.resx"> |     <EmbeddedResource Include="PurchaseCR\fPurchaseCR.resx"> | ||||||
|       <DependentUpon>fPurchaseCR.cs</DependentUpon> |       <DependentUpon>fPurchaseCR.cs</DependentUpon> | ||||||
|     </EmbeddedResource> |     </EmbeddedResource> | ||||||
|  |     <EmbeddedResource Include="PurchaseEB\fPurchaseEB_Add.resx"> | ||||||
|  |       <DependentUpon>fPurchaseEB_Add.cs</DependentUpon> | ||||||
|  |     </EmbeddedResource> | ||||||
|  |     <EmbeddedResource Include="PurchaseEB\fPurchaseEBList.resx"> | ||||||
|  |       <DependentUpon>fPurchaseEBList.cs</DependentUpon> | ||||||
|  |     </EmbeddedResource> | ||||||
|  |     <EmbeddedResource Include="PurchaseEB\fPurchaseEB_Ipgo.resx"> | ||||||
|  |       <DependentUpon>fPurchaseEB_Ipgo.cs</DependentUpon> | ||||||
|  |     </EmbeddedResource> | ||||||
|  |     <EmbeddedResource Include="PurchaseEB\rPurchaseEB.resx"> | ||||||
|  |       <DependentUpon>rPurchaseEB.cs</DependentUpon> | ||||||
|  |     </EmbeddedResource> | ||||||
|     <EmbeddedResource Include="Purchase\fPurchaseNR_Ipgo.resx"> |     <EmbeddedResource Include="Purchase\fPurchaseNR_Ipgo.resx"> | ||||||
|       <DependentUpon>fPurchaseNR_Ipgo.cs</DependentUpon> |       <DependentUpon>fPurchaseNR_Ipgo.cs</DependentUpon> | ||||||
|     </EmbeddedResource> |     </EmbeddedResource> | ||||||
|   | |||||||
							
								
								
									
										60
									
								
								SubProject/FEQ0000/Purchase/fPurchaseNR.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								SubProject/FEQ0000/Purchase/fPurchaseNR.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -134,8 +134,6 @@ | |||||||
|             this.tbRequest = new System.Windows.Forms.ToolStripTextBox(); |             this.tbRequest = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|             this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); |             this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|             this.cmbManager = new System.Windows.Forms.ToolStripComboBox(); |             this.cmbManager = new System.Windows.Forms.ToolStripComboBox(); | ||||||
|             this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.cmbAdmin = new System.Windows.Forms.ToolStripComboBox(); |  | ||||||
|             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); |             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|             this.btSearch = new System.Windows.Forms.ToolStripButton(); |             this.btSearch = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); |             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
| @@ -143,13 +141,13 @@ | |||||||
|             this.금일입고품목ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.금일입고품목ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.내가등록한자료ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.내가등록한자료ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.이번달자료ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.이번달자료ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|  |             this.엑셀에서열기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.btViewDel = new System.Windows.Forms.ToolStripButton(); |             this.btViewDel = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|             this.label1 = new System.Windows.Forms.Label(); |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             this.label2 = new System.Windows.Forms.Label(); |             this.label2 = new System.Windows.Forms.Label(); | ||||||
|             this.엑셀에서열기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |  | ||||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
| @@ -180,6 +178,7 @@ | |||||||
|             //  |             //  | ||||||
|             this.tam.BackupDataSetBeforeUpdate = true; |             this.tam.BackupDataSetBeforeUpdate = true; | ||||||
|             this.tam.EETGW_PurchaseCRTableAdapter = null; |             this.tam.EETGW_PurchaseCRTableAdapter = null; | ||||||
|  |             this.tam.EETGW_PurchaseEBTableAdapter = null; | ||||||
|             this.tam.PurchaseTableAdapter = this.ta; |             this.tam.PurchaseTableAdapter = this.ta; | ||||||
|             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; |             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||||
|             //  |             //  | ||||||
| @@ -630,8 +629,6 @@ | |||||||
|             this.tbRequest, |             this.tbRequest, | ||||||
|             this.toolStripLabel6, |             this.toolStripLabel6, | ||||||
|             this.cmbManager, |             this.cmbManager, | ||||||
|             this.toolStripLabel7, |  | ||||||
|             this.cmbAdmin, |  | ||||||
|             this.toolStripSeparator4, |             this.toolStripSeparator4, | ||||||
|             this.btSearch, |             this.btSearch, | ||||||
|             this.toolStripSeparator5, |             this.toolStripSeparator5, | ||||||
| @@ -749,18 +746,6 @@ | |||||||
|             this.cmbManager.Size = new System.Drawing.Size(75, 37); |             this.cmbManager.Size = new System.Drawing.Size(75, 37); | ||||||
|             this.cmbManager.Text = "65"; |             this.cmbManager.Text = "65"; | ||||||
|             //  |             //  | ||||||
|             // toolStripLabel7 |  | ||||||
|             //  |  | ||||||
|             this.toolStripLabel7.Name = "toolStripLabel7"; |  | ||||||
|             this.toolStripLabel7.Size = new System.Drawing.Size(55, 34); |  | ||||||
|             this.toolStripLabel7.Text = "구매승인"; |  | ||||||
|             //  |  | ||||||
|             // cmbAdmin |  | ||||||
|             //  |  | ||||||
|             this.cmbAdmin.Name = "cmbAdmin"; |  | ||||||
|             this.cmbAdmin.Size = new System.Drawing.Size(75, 37); |  | ||||||
|             this.cmbAdmin.Text = "66"; |  | ||||||
|             //  |  | ||||||
|             // toolStripSeparator4 |             // toolStripSeparator4 | ||||||
|             //  |             //  | ||||||
|             this.toolStripSeparator4.Name = "toolStripSeparator4"; |             this.toolStripSeparator4.Name = "toolStripSeparator4"; | ||||||
| @@ -814,6 +799,13 @@ | |||||||
|             this.이번달자료ToolStripMenuItem.Text = "이번달 자료"; |             this.이번달자료ToolStripMenuItem.Text = "이번달 자료"; | ||||||
|             this.이번달자료ToolStripMenuItem.Click += new System.EventHandler(this.이번달자료ToolStripMenuItem_Click); |             this.이번달자료ToolStripMenuItem.Click += new System.EventHandler(this.이번달자료ToolStripMenuItem_Click); | ||||||
|             //  |             //  | ||||||
|  |             // 엑셀에서열기ToolStripMenuItem | ||||||
|  |             //  | ||||||
|  |             this.엑셀에서열기ToolStripMenuItem.Name = "엑셀에서열기ToolStripMenuItem"; | ||||||
|  |             this.엑셀에서열기ToolStripMenuItem.Size = new System.Drawing.Size(213, 22); | ||||||
|  |             this.엑셀에서열기ToolStripMenuItem.Text = "Excel 파일로 저장 후 열기"; | ||||||
|  |             this.엑셀에서열기ToolStripMenuItem.Click += new System.EventHandler(this.엑셀에서열기ToolStripMenuItem_Click); | ||||||
|  |             //  | ||||||
|             // toolStripButton2 |             // toolStripButton2 | ||||||
|             //  |             //  | ||||||
|             this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; |             this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||||
| @@ -859,7 +851,7 @@ | |||||||
|             this.fpSpread1.StatusBarVisible = true; |             this.fpSpread1.StatusBarVisible = true; | ||||||
|             this.fpSpread1.TabIndex = 4; |             this.fpSpread1.TabIndex = 4; | ||||||
|             this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff); |             this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff); | ||||||
|             this.fpSpread1.SetViewportLeftColumn(0, 0, 10); |             this.fpSpread1.SetViewportLeftColumn(0, 0, 9); | ||||||
|             //  |             //  | ||||||
|             // label1 |             // label1 | ||||||
|             //  |             //  | ||||||
| @@ -885,20 +877,13 @@ | |||||||
|             this.label2.Text = "--"; |             this.label2.Text = "--"; | ||||||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||||
|             //  |             //  | ||||||
|             // 엑셀에서열기ToolStripMenuItem |  | ||||||
|             //  |  | ||||||
|             this.엑셀에서열기ToolStripMenuItem.Name = "엑셀에서열기ToolStripMenuItem"; |  | ||||||
|             this.엑셀에서열기ToolStripMenuItem.Size = new System.Drawing.Size(213, 22); |  | ||||||
|             this.엑셀에서열기ToolStripMenuItem.Text = "Excel 파일로 저장 후 열기"; |  | ||||||
|             this.엑셀에서열기ToolStripMenuItem.Click += new System.EventHandler(this.엑셀에서열기ToolStripMenuItem_Click); |  | ||||||
|             //  |  | ||||||
|             // fpSpread1_Sheet1 |             // fpSpread1_Sheet1 | ||||||
|             //  |             //  | ||||||
|             this.fpSpread1_Sheet1.Reset(); |             this.fpSpread1_Sheet1.Reset(); | ||||||
|             this.fpSpread1_Sheet1.SheetName = "Sheet1"; |             this.fpSpread1_Sheet1.SheetName = "Sheet1"; | ||||||
|             // Formulas and custom names must be loaded with R1C1 reference style |             // Formulas and custom names must be loaded with R1C1 reference style | ||||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; | ||||||
|             this.fpSpread1_Sheet1.ColumnCount = 39; |             this.fpSpread1_Sheet1.ColumnCount = 38; | ||||||
|             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; |             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; | ||||||
|             this.fpSpread1_Sheet1.ActiveRowIndex = -1; |             this.fpSpread1_Sheet1.ActiveRowIndex = -1; | ||||||
|             this.fpSpread1_Sheet1.AutoGenerateColumns = false; |             this.fpSpread1_Sheet1.AutoGenerateColumns = false; | ||||||
| @@ -939,8 +924,7 @@ | |||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "PO#"; |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "PO#"; | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "비고\r\n(담당자)"; |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "비고\r\n(담당자)"; | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "구매담당"; |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "구매담당"; | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "구매승인"; |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "삭제됨"; | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "삭제됨"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F; |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; |             this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1"; |             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1"; | ||||||
| @@ -1212,17 +1196,11 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).Label = "구매담당"; |             this.fpSpread1_Sheet1.Columns.Get(36).Label = "구매담당"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).AllowAutoFilter = true; |             this.fpSpread1_Sheet1.Columns.Get(37).CellType = checkBoxCellType3; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).CellType = textCellType24; |             this.fpSpread1_Sheet1.Columns.Get(37).DataField = "isdel"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).DataField = "purchase_admin"; |             this.fpSpread1_Sheet1.Columns.Get(37).Label = "삭제됨"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(37).Tag = "isdel"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).Label = "구매승인"; |             this.fpSpread1_Sheet1.Columns.Get(37).Width = 51F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType3; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).DataField = "isdel"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Label = "삭제됨"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Tag = "isdel"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Width = 51F; |  | ||||||
|             this.fpSpread1_Sheet1.DataAutoCellTypes = false; |             this.fpSpread1_Sheet1.DataAutoCellTypes = false; | ||||||
|             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; |             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; | ||||||
|             this.fpSpread1_Sheet1.DataSource = this.bs; |             this.fpSpread1_Sheet1.DataSource = this.bs; | ||||||
| @@ -1241,7 +1219,7 @@ | |||||||
|             this.Controls.Add(this.bn); |             this.Controls.Add(this.bn); | ||||||
|             this.DoubleBuffered = true; |             this.DoubleBuffered = true; | ||||||
|             this.Name = "fPurchaseNR"; |             this.Name = "fPurchaseNR"; | ||||||
|             this.Text = "NR구매 신청"; |             this.Text = "일반구매 신청"; | ||||||
|             this.Load += new System.EventHandler(this.@__Load); |             this.Load += new System.EventHandler(this.@__Load); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||||
| @@ -1340,9 +1318,7 @@ | |||||||
|         private System.Windows.Forms.ToolStripButton toolStripButton5; |         private System.Windows.Forms.ToolStripButton toolStripButton5; | ||||||
|         private System.Windows.Forms.Label label2; |         private System.Windows.Forms.Label label2; | ||||||
|         private System.Windows.Forms.ToolStripLabel toolStripLabel6; |         private System.Windows.Forms.ToolStripLabel toolStripLabel6; | ||||||
|         private System.Windows.Forms.ToolStripLabel toolStripLabel7; |  | ||||||
|         private System.Windows.Forms.ToolStripComboBox cmbManager; |         private System.Windows.Forms.ToolStripComboBox cmbManager; | ||||||
|         private System.Windows.Forms.ToolStripComboBox cmbAdmin; |  | ||||||
|         private System.Windows.Forms.ToolStripMenuItem 엑셀에서열기ToolStripMenuItem; |         private System.Windows.Forms.ToolStripMenuItem 엑셀에서열기ToolStripMenuItem; | ||||||
|         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; |         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -129,21 +129,21 @@ namespace FEQ0000 | |||||||
|                 var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode); |                 var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode); | ||||||
|  |  | ||||||
|                 cmbManager.Items.Clear(); |                 cmbManager.Items.Clear(); | ||||||
|                 cmbAdmin.Items.Clear(); |                 //cmbAdmin.Items.Clear(); | ||||||
|                 cmbManager.Items.Add("-- 전체 --"); |                 cmbManager.Items.Add("-- 전체 --"); | ||||||
|                 cmbAdmin.Items.Add("-- 전체 --"); |                 //cmbAdmin.Items.Add("-- 전체 --"); | ||||||
|  |  | ||||||
|                 foreach (dsPurchase.Purchase_ManagerlistRow dr in lst_man) |                 foreach (dsPurchase.Purchase_ManagerlistRow dr in lst_man) | ||||||
|                 { |                 { | ||||||
|                     cmbManager.Items.Add(dr.username); |                     cmbManager.Items.Add(dr.username); | ||||||
|                 } |                 } | ||||||
|                 foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm) |                 //foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm) | ||||||
|                 { |                 //{ | ||||||
|                     cmbAdmin.Items.Add(dr.username); |                 //    cmbAdmin.Items.Add(dr.username); | ||||||
|                 } |                 //} | ||||||
|             } |             } | ||||||
|             this.cmbManager.SelectedIndex = 0; |             this.cmbManager.SelectedIndex = 0; | ||||||
|             this.cmbAdmin.SelectedIndex = 0; |             //this.cmbAdmin.SelectedIndex = 0; | ||||||
|  |  | ||||||
|  |  | ||||||
|             //일반사용자의경우에는 상태를 변경하지 못한다. |             //일반사용자의경우에는 상태를 변경하지 못한다. | ||||||
| @@ -228,10 +228,10 @@ namespace FEQ0000 | |||||||
|                 { |                 { | ||||||
|                     cmd.CommandText += $" and purchase_manager like '%{cmbManager.Text.Replace("'", "''")}%'"; |                     cmd.CommandText += $" and purchase_manager like '%{cmbManager.Text.Replace("'", "''")}%'"; | ||||||
|                 } |                 } | ||||||
|                 if (cmbAdmin.SelectedIndex != 0 && cmbAdmin.Text.isEmpty() == false) |                 //if (cmbAdmin.SelectedIndex != 0 && cmbAdmin.Text.isEmpty() == false) | ||||||
|                 { |                 //{ | ||||||
|                     cmd.CommandText += $" and purchase_admin like '%{cmbAdmin.Text.Replace("'", "''")}%'"; |                 //    cmd.CommandText += $" and purchase_admin like '%{cmbAdmin.Text.Replace("'", "''")}%'"; | ||||||
|                 } |                 //} | ||||||
|  |  | ||||||
|                 if (cmbState.SelectedIndex != 0) |                 if (cmbState.SelectedIndex != 0) | ||||||
|                 { |                 { | ||||||
| @@ -1123,7 +1123,7 @@ namespace FEQ0000 | |||||||
|  |  | ||||||
|         private void 엑셀에서가져오기ToolStripMenuItem_Click(object sender, EventArgs e) |         private void 엑셀에서가져오기ToolStripMenuItem_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             var f = new fPurchase_excelimport(false); |             var f = new fPurchase_excelimport( fPurchase_excelimport.eImporttype.NR); | ||||||
|             f.Show(); |             f.Show(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -55,7 +55,6 @@ | |||||||
|             System.Windows.Forms.Label label13; |             System.Windows.Forms.Label label13; | ||||||
|             System.Windows.Forms.Label label14; |             System.Windows.Forms.Label label14; | ||||||
|             System.Windows.Forms.Label label15; |             System.Windows.Forms.Label label15; | ||||||
|             System.Windows.Forms.Label label16; |  | ||||||
|             System.Windows.Forms.Label label17; |             System.Windows.Forms.Label label17; | ||||||
|             System.Windows.Forms.Label label9; |             System.Windows.Forms.Label label9; | ||||||
|             System.Windows.Forms.Label label18; |             System.Windows.Forms.Label label18; | ||||||
| @@ -85,6 +84,7 @@ | |||||||
|             this.chkExp = new System.Windows.Forms.CheckBox(); |             this.chkExp = new System.Windows.Forms.CheckBox(); | ||||||
|             this.btSaveAdd = new System.Windows.Forms.Button(); |             this.btSaveAdd = new System.Windows.Forms.Button(); | ||||||
|             this.groupBox1 = new System.Windows.Forms.GroupBox(); |             this.groupBox1 = new System.Windows.Forms.GroupBox(); | ||||||
|  |             this.tbStorage = new System.Windows.Forms.ComboBox(); | ||||||
|             this.cmbRemark = new System.Windows.Forms.ComboBox(); |             this.cmbRemark = new System.Windows.Forms.ComboBox(); | ||||||
|             this.cmbCurrency = new System.Windows.Forms.ComboBox(); |             this.cmbCurrency = new System.Windows.Forms.ComboBox(); | ||||||
|             this.tbQtyReal = new System.Windows.Forms.TextBox(); |             this.tbQtyReal = new System.Windows.Forms.TextBox(); | ||||||
| @@ -100,7 +100,6 @@ | |||||||
|             this.tbCostCenter = new System.Windows.Forms.ComboBox(); |             this.tbCostCenter = new System.Windows.Forms.ComboBox(); | ||||||
|             this.tbLineCode = new System.Windows.Forms.ComboBox(); |             this.tbLineCode = new System.Windows.Forms.ComboBox(); | ||||||
|             this.tbManager = new System.Windows.Forms.ComboBox(); |             this.tbManager = new System.Windows.Forms.ComboBox(); | ||||||
|             this.tbAdmin = new System.Windows.Forms.ComboBox(); |  | ||||||
|             this.btEQModel = new System.Windows.Forms.Button(); |             this.btEQModel = new System.Windows.Forms.Button(); | ||||||
|             this.btEQManu = new System.Windows.Forms.Button(); |             this.btEQManu = new System.Windows.Forms.Button(); | ||||||
|             this.btProcess = new System.Windows.Forms.Button(); |             this.btProcess = new System.Windows.Forms.Button(); | ||||||
| @@ -117,7 +116,6 @@ | |||||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); |             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||||
|             this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components); |             this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components); | ||||||
|             this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); |             this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||||
|             this.tbStorage = new System.Windows.Forms.ComboBox(); |  | ||||||
|             processLabel = new System.Windows.Forms.Label(); |             processLabel = new System.Windows.Forms.Label(); | ||||||
|             receiveLabel = new System.Windows.Forms.Label(); |             receiveLabel = new System.Windows.Forms.Label(); | ||||||
|             scLabel = new System.Windows.Forms.Label(); |             scLabel = new System.Windows.Forms.Label(); | ||||||
| @@ -143,7 +141,6 @@ | |||||||
|             label13 = new System.Windows.Forms.Label(); |             label13 = new System.Windows.Forms.Label(); | ||||||
|             label14 = new System.Windows.Forms.Label(); |             label14 = new System.Windows.Forms.Label(); | ||||||
|             label15 = new System.Windows.Forms.Label(); |             label15 = new System.Windows.Forms.Label(); | ||||||
|             label16 = new System.Windows.Forms.Label(); |  | ||||||
|             label17 = new System.Windows.Forms.Label(); |             label17 = new System.Windows.Forms.Label(); | ||||||
|             label9 = new System.Windows.Forms.Label(); |             label9 = new System.Windows.Forms.Label(); | ||||||
|             label18 = new System.Windows.Forms.Label(); |             label18 = new System.Windows.Forms.Label(); | ||||||
| @@ -397,9 +394,9 @@ | |||||||
|             label14.Location = new System.Drawing.Point(4, 497); |             label14.Location = new System.Drawing.Point(4, 497); | ||||||
|             label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |             label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|             label14.Name = "label14"; |             label14.Name = "label14"; | ||||||
|             label14.Size = new System.Drawing.Size(84, 20); |             label14.Size = new System.Drawing.Size(84, 40); | ||||||
|             label14.TabIndex = 36; |             label14.TabIndex = 36; | ||||||
|             label14.Text = "담당자비고"; |             label14.Text = "구매담당자\r\n검토결과"; | ||||||
|             this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip")); |             this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip")); | ||||||
|             //  |             //  | ||||||
|             // label15 |             // label15 | ||||||
| @@ -412,16 +409,6 @@ | |||||||
|             label15.TabIndex = 14; |             label15.TabIndex = 14; | ||||||
|             label15.Text = "실 구매 수량"; |             label15.Text = "실 구매 수량"; | ||||||
|             //  |             //  | ||||||
|             // label16 |  | ||||||
|             //  |  | ||||||
|             label16.AutoSize = true; |  | ||||||
|             label16.Location = new System.Drawing.Point(10, 218); |  | ||||||
|             label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |  | ||||||
|             label16.Name = "label16"; |  | ||||||
|             label16.Size = new System.Drawing.Size(99, 20); |  | ||||||
|             label16.TabIndex = 44; |  | ||||||
|             label16.Text = "구매승인자명"; |  | ||||||
|             //  |  | ||||||
|             // label17 |             // label17 | ||||||
|             //  |             //  | ||||||
|             label17.AutoSize = true; |             label17.AutoSize = true; | ||||||
| @@ -625,6 +612,8 @@ | |||||||
|             //  |             //  | ||||||
|             // cmbState |             // cmbState | ||||||
|             //  |             //  | ||||||
|  |             this.cmbState.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.cmbState.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |             this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||||
|             this.cmbState.FormattingEnabled = true; |             this.cmbState.FormattingEnabled = true; | ||||||
|             this.cmbState.Location = new System.Drawing.Point(327, 48); |             this.cmbState.Location = new System.Drawing.Point(327, 48); | ||||||
| @@ -782,8 +771,23 @@ | |||||||
|             this.groupBox1.Text = "필수입력"; |             this.groupBox1.Text = "필수입력"; | ||||||
|             this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); |             this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); | ||||||
|             //  |             //  | ||||||
|  |             // tbStorage | ||||||
|  |             //  | ||||||
|  |             this.tbStorage.FormattingEnabled = true; | ||||||
|  |             this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha; | ||||||
|  |             this.tbStorage.Items.AddRange(new object[] { | ||||||
|  |             "NR", | ||||||
|  |             "SPR"}); | ||||||
|  |             this.tbStorage.Location = new System.Drawing.Point(345, 233); | ||||||
|  |             this.tbStorage.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.tbStorage.Name = "tbStorage"; | ||||||
|  |             this.tbStorage.Size = new System.Drawing.Size(129, 28); | ||||||
|  |             this.tbStorage.TabIndex = 52; | ||||||
|  |             //  | ||||||
|             // cmbRemark |             // cmbRemark | ||||||
|             //  |             //  | ||||||
|  |             this.cmbRemark.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.cmbRemark.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbRemark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |             this.cmbRemark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||||
|             this.cmbRemark.FormattingEnabled = true; |             this.cmbRemark.FormattingEnabled = true; | ||||||
|             this.cmbRemark.Location = new System.Drawing.Point(94, 368); |             this.cmbRemark.Location = new System.Drawing.Point(94, 368); | ||||||
| @@ -794,6 +798,8 @@ | |||||||
|             //  |             //  | ||||||
|             // cmbCurrency |             // cmbCurrency | ||||||
|             //  |             //  | ||||||
|  |             this.cmbCurrency.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.cmbCurrency.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.cmbCurrency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |             this.cmbCurrency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||||
|             this.cmbCurrency.FormattingEnabled = true; |             this.cmbCurrency.FormattingEnabled = true; | ||||||
|             this.cmbCurrency.Items.AddRange(new object[] { |             this.cmbCurrency.Items.AddRange(new object[] { | ||||||
| @@ -908,8 +914,6 @@ | |||||||
|             this.groupBox2.Controls.Add(this.tbCostCenter); |             this.groupBox2.Controls.Add(this.tbCostCenter); | ||||||
|             this.groupBox2.Controls.Add(this.tbLineCode); |             this.groupBox2.Controls.Add(this.tbLineCode); | ||||||
|             this.groupBox2.Controls.Add(this.tbManager); |             this.groupBox2.Controls.Add(this.tbManager); | ||||||
|             this.groupBox2.Controls.Add(this.tbAdmin); |  | ||||||
|             this.groupBox2.Controls.Add(label16); |  | ||||||
|             this.groupBox2.Controls.Add(label17); |             this.groupBox2.Controls.Add(label17); | ||||||
|             this.groupBox2.Controls.Add(this.btEQModel); |             this.groupBox2.Controls.Add(this.btEQModel); | ||||||
|             this.groupBox2.Controls.Add(this.dtExpDate); |             this.groupBox2.Controls.Add(this.dtExpDate); | ||||||
| @@ -951,6 +955,8 @@ | |||||||
|             //  |             //  | ||||||
|             // tbCostCenter |             // tbCostCenter | ||||||
|             //  |             //  | ||||||
|  |             this.tbCostCenter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.tbCostCenter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.tbCostCenter.FormattingEnabled = true; |             this.tbCostCenter.FormattingEnabled = true; | ||||||
|             this.tbCostCenter.ImeMode = System.Windows.Forms.ImeMode.Alpha; |             this.tbCostCenter.ImeMode = System.Windows.Forms.ImeMode.Alpha; | ||||||
|             this.tbCostCenter.Location = new System.Drawing.Point(112, 120); |             this.tbCostCenter.Location = new System.Drawing.Point(112, 120); | ||||||
| @@ -959,9 +965,12 @@ | |||||||
|             this.tbCostCenter.Size = new System.Drawing.Size(286, 28); |             this.tbCostCenter.Size = new System.Drawing.Size(286, 28); | ||||||
|             this.tbCostCenter.TabIndex = 49; |             this.tbCostCenter.TabIndex = 49; | ||||||
|             this.tbCostCenter.Text = "68"; |             this.tbCostCenter.Text = "68"; | ||||||
|  |             this.tbCostCenter.SelectedIndexChanged += new System.EventHandler(this.tbCostCenter_SelectedIndexChanged); | ||||||
|             //  |             //  | ||||||
|             // tbLineCode |             // tbLineCode | ||||||
|             //  |             //  | ||||||
|  |             this.tbLineCode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.tbLineCode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.tbLineCode.FormattingEnabled = true; |             this.tbLineCode.FormattingEnabled = true; | ||||||
|             this.tbLineCode.Location = new System.Drawing.Point(112, 151); |             this.tbLineCode.Location = new System.Drawing.Point(112, 151); | ||||||
|             this.tbLineCode.Margin = new System.Windows.Forms.Padding(4); |             this.tbLineCode.Margin = new System.Windows.Forms.Padding(4); | ||||||
| @@ -972,6 +981,8 @@ | |||||||
|             //  |             //  | ||||||
|             // tbManager |             // tbManager | ||||||
|             //  |             //  | ||||||
|  |             this.tbManager.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.tbManager.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|             this.tbManager.FormattingEnabled = true; |             this.tbManager.FormattingEnabled = true; | ||||||
|             this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul; |             this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|             this.tbManager.Location = new System.Drawing.Point(112, 182); |             this.tbManager.Location = new System.Drawing.Point(112, 182); | ||||||
| @@ -981,17 +992,6 @@ | |||||||
|             this.tbManager.TabIndex = 47; |             this.tbManager.TabIndex = 47; | ||||||
|             this.tbManager.Text = "65"; |             this.tbManager.Text = "65"; | ||||||
|             //  |             //  | ||||||
|             // tbAdmin |  | ||||||
|             //  |  | ||||||
|             this.tbAdmin.FormattingEnabled = true; |  | ||||||
|             this.tbAdmin.ImeMode = System.Windows.Forms.ImeMode.Hangul; |  | ||||||
|             this.tbAdmin.Location = new System.Drawing.Point(112, 214); |  | ||||||
|             this.tbAdmin.Margin = new System.Windows.Forms.Padding(4); |  | ||||||
|             this.tbAdmin.Name = "tbAdmin"; |  | ||||||
|             this.tbAdmin.Size = new System.Drawing.Size(286, 28); |  | ||||||
|             this.tbAdmin.TabIndex = 46; |  | ||||||
|             this.tbAdmin.Text = "66"; |  | ||||||
|             //  |  | ||||||
|             // btEQModel |             // btEQModel | ||||||
|             //  |             //  | ||||||
|             this.btEQModel.Location = new System.Drawing.Point(112, 90); |             this.btEQModel.Location = new System.Drawing.Point(112, 90); | ||||||
| @@ -1127,19 +1127,6 @@ | |||||||
|             //  |             //  | ||||||
|             this.purchaseTableAdapter.ClearBeforeFill = true; |             this.purchaseTableAdapter.ClearBeforeFill = true; | ||||||
|             //  |             //  | ||||||
|             // tbStorage |  | ||||||
|             //  |  | ||||||
|             this.tbStorage.FormattingEnabled = true; |  | ||||||
|             this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha; |  | ||||||
|             this.tbStorage.Items.AddRange(new object[] { |  | ||||||
|             "NR", |  | ||||||
|             "SPR"}); |  | ||||||
|             this.tbStorage.Location = new System.Drawing.Point(345, 233); |  | ||||||
|             this.tbStorage.Margin = new System.Windows.Forms.Padding(4); |  | ||||||
|             this.tbStorage.Name = "tbStorage"; |  | ||||||
|             this.tbStorage.Size = new System.Drawing.Size(129, 28); |  | ||||||
|             this.tbStorage.TabIndex = 52; |  | ||||||
|             //  |  | ||||||
|             // fPurchase_Add |             // fPurchase_Add | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | ||||||
| @@ -1224,7 +1211,6 @@ | |||||||
|         private System.Windows.Forms.Button btEQModel; |         private System.Windows.Forms.Button btEQModel; | ||||||
|         private System.Windows.Forms.TextBox tbBigoChk; |         private System.Windows.Forms.TextBox tbBigoChk; | ||||||
|         private System.Windows.Forms.TextBox tbQtyReal; |         private System.Windows.Forms.TextBox tbQtyReal; | ||||||
|         private System.Windows.Forms.ComboBox tbAdmin; |  | ||||||
|         private System.Windows.Forms.ComboBox tbCostCenter; |         private System.Windows.Forms.ComboBox tbCostCenter; | ||||||
|         private System.Windows.Forms.ComboBox tbLineCode; |         private System.Windows.Forms.ComboBox tbLineCode; | ||||||
|         private System.Windows.Forms.ComboBox tbManager; |         private System.Windows.Forms.ComboBox tbManager; | ||||||
|   | |||||||
| @@ -91,11 +91,11 @@ namespace FEQ0000 | |||||||
|             this.tbManager.ValueMember = "Value"; |             this.tbManager.ValueMember = "Value"; | ||||||
|             this.tbManager.DataSource = LstMan; |             this.tbManager.DataSource = LstMan; | ||||||
|  |  | ||||||
|             //구매-승인 |             ////구매-승인 | ||||||
|             var LstAdm = FCOMMON.DBM.getCodeTable("66"); |             //var LstAdm = FCOMMON.DBM.getCodeTable("66"); | ||||||
|             this.tbAdmin.DisplayMember = "Value"; |             //this.tbAdmin.DisplayMember = "Value"; | ||||||
|             this.tbAdmin.ValueMember = "Value"; |             //this.tbAdmin.ValueMember = "Value"; | ||||||
|             this.tbAdmin.DataSource = LstAdm; |             //this.tbAdmin.DataSource = LstAdm; | ||||||
|  |  | ||||||
|             //통화 |             //통화 | ||||||
|             var LstCur = FCOMMON.DBM.getCodeTable("69"); |             var LstCur = FCOMMON.DBM.getCodeTable("69"); | ||||||
| @@ -116,7 +116,7 @@ namespace FEQ0000 | |||||||
|             { |             { | ||||||
|                 if (cmbRemark.SelectedIndex > 0) |                 if (cmbRemark.SelectedIndex > 0) | ||||||
|                 { |                 { | ||||||
|                     tbBigo.Text = cmbRemark.Text.Trim() + tbBigo.Text.Trim(); |                     tbBigo.Text = cmbRemark.Text.Replace(@"\n",Environment.NewLine) + tbBigo.Text.Trim(); | ||||||
|                 } |                 } | ||||||
|             }; |             }; | ||||||
|             cmbRemark.SelectedIndex = 0; |             cmbRemark.SelectedIndex = 0; | ||||||
| @@ -253,7 +253,7 @@ namespace FEQ0000 | |||||||
|             chk2.Checked = dr.chk2; |             chk2.Checked = dr.chk2; | ||||||
|  |  | ||||||
|             tbManager.Text = dr.purchase_manager; |             tbManager.Text = dr.purchase_manager; | ||||||
|             tbAdmin.Text = dr.purchase_admin; |            // tbAdmin.Text = dr.purchase_admin; | ||||||
|  |  | ||||||
|             tbSC.Text = dr.sc; |             tbSC.Text = dr.sc; | ||||||
|             tbPO.Text = dr.po; |             tbPO.Text = dr.po; | ||||||
| @@ -852,7 +852,7 @@ namespace FEQ0000 | |||||||
|             dr.linecode = tbLineCode.Text; |             dr.linecode = tbLineCode.Text; | ||||||
|  |  | ||||||
|             dr.purchase_manager = tbManager.Text; |             dr.purchase_manager = tbManager.Text; | ||||||
|             dr.purchase_admin = tbAdmin.Text; |            // dr.purchase_admin = tbAdmin.Text; | ||||||
|  |  | ||||||
|             if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull(); |             if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull(); | ||||||
|             else dr.supplyidx = int.Parse(tbSupplyIndex.Text); |             else dr.supplyidx = int.Parse(tbSupplyIndex.Text); | ||||||
| @@ -1295,5 +1295,17 @@ namespace FEQ0000 | |||||||
|                 bt.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1; |                 bt.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         private void tbCostCenter_SelectedIndexChanged(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             if (tbCostCenter.SelectedIndex < 0) return; | ||||||
|  |             //선택된 개체의 Svalue 값이 있따면 그것을 라인코드에 넣는다. | ||||||
|  |             var selvalue = tbCostCenter.SelectedItem as DataRowView; | ||||||
|  |             var svalue = selvalue["SValue"]; | ||||||
|  |             if(svalue != null) {  | ||||||
|  |                 if(tbLineCode.Text.isEmpty()) tbLineCode.Text = svalue.ToString(); | ||||||
|  |             } | ||||||
|  |  | ||||||
|  |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -218,9 +218,6 @@ | |||||||
|   <metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>False</value> |     <value>False</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="label16.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |  | ||||||
|     <value>False</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>False</value> |     <value>False</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   | |||||||
| @@ -133,14 +133,15 @@ | |||||||
|             this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |             this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | ||||||
|             this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |             this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | ||||||
|             this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |             this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | ||||||
|  |             this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | ||||||
|  |             this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | ||||||
|             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); |             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); | ||||||
|             this.전체선택ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.전체선택ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.모두해제ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.모두해제ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.선택반전ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |             this.선택반전ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||||
|             this.bsCR = new System.Windows.Forms.BindingSource(this.components); |             this.bsCR = new System.Windows.Forms.BindingSource(this.components); | ||||||
|             this.taCR = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter(); |             this.taCR = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter(); | ||||||
|             this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |             this.taEB = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter(); | ||||||
|             this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |  | ||||||
|             stateLabel = new System.Windows.Forms.Label(); |             stateLabel = new System.Windows.Forms.Label(); | ||||||
|             label15 = new System.Windows.Forms.Label(); |             label15 = new System.Windows.Forms.Label(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit(); | ||||||
| @@ -1185,6 +1186,16 @@ | |||||||
|             this.columnHeader18.Text = "LineCode"; |             this.columnHeader18.Text = "LineCode"; | ||||||
|             this.columnHeader18.Width = 72; |             this.columnHeader18.Width = 72; | ||||||
|             //  |             //  | ||||||
|  |             // columnHeader19 | ||||||
|  |             //  | ||||||
|  |             this.columnHeader19.Text = "구매담당"; | ||||||
|  |             this.columnHeader19.Width = 72; | ||||||
|  |             //  | ||||||
|  |             // columnHeader20 | ||||||
|  |             //  | ||||||
|  |             this.columnHeader20.Text = "구매승인"; | ||||||
|  |             this.columnHeader20.Width = 72; | ||||||
|  |             //  | ||||||
|             // contextMenuStrip1 |             // contextMenuStrip1 | ||||||
|             //  |             //  | ||||||
|             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||||
| @@ -1224,15 +1235,9 @@ | |||||||
|             //  |             //  | ||||||
|             this.taCR.ClearBeforeFill = true; |             this.taCR.ClearBeforeFill = true; | ||||||
|             //  |             //  | ||||||
|             // columnHeader19 |             // taEB | ||||||
|             //  |             //  | ||||||
|             this.columnHeader19.Text = "구매담당"; |             this.taEB.ClearBeforeFill = true; | ||||||
|             this.columnHeader19.Width = 72; |  | ||||||
|             //  |  | ||||||
|             // columnHeader20 |  | ||||||
|             //  |  | ||||||
|             this.columnHeader20.Text = "구매승인"; |  | ||||||
|             this.columnHeader20.Width = 72; |  | ||||||
|             //  |             //  | ||||||
|             // fPurchase_excelimport |             // fPurchase_excelimport | ||||||
|             //  |             //  | ||||||
| @@ -1399,5 +1404,6 @@ | |||||||
|         private System.Windows.Forms.Label label27; |         private System.Windows.Forms.Label label27; | ||||||
|         private System.Windows.Forms.ColumnHeader columnHeader19; |         private System.Windows.Forms.ColumnHeader columnHeader19; | ||||||
|         private System.Windows.Forms.ColumnHeader columnHeader20; |         private System.Windows.Forms.ColumnHeader columnHeader20; | ||||||
|  |         private dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter taEB; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -13,17 +13,24 @@ namespace FEQ0000 | |||||||
|     public partial class fPurchase_excelimport : Form |     public partial class fPurchase_excelimport : Form | ||||||
|     { |     { | ||||||
|         BindingSource bsModel; |         BindingSource bsModel; | ||||||
|         bool crmode = false; |         eImporttype crmode; | ||||||
|         public fPurchase_excelimport(bool cr) |  | ||||||
|  |         public enum eImporttype | ||||||
|  |         { | ||||||
|  |             NR, | ||||||
|  |             CR, | ||||||
|  |             EB | ||||||
|  |         } | ||||||
|  |         public fPurchase_excelimport(eImporttype cr) | ||||||
|         { |         { | ||||||
|             InitializeComponent(); |             InitializeComponent(); | ||||||
|             Properties.Settings.Default["gwcs"] = FCOMMON.info.CS; |             Properties.Settings.Default["gwcs"] = FCOMMON.info.CS; | ||||||
|             Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS; |             Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS; | ||||||
|             this.FormClosed += __Closed; |             this.FormClosed += __Closed; | ||||||
|             crmode = cr; |             crmode = cr; | ||||||
|             this.Text = $"구매내역 가져오기({(crmode ? "CR" : "NR")})"; |             this.Text = $"구매내역 가져오기({crmode})"; | ||||||
|            |  | ||||||
|             if (cr == true) |             if (cr == eImporttype.CR) | ||||||
|             { |             { | ||||||
|                 cbProcess.Enabled = false; |                 cbProcess.Enabled = false; | ||||||
|                 cbManuProc.Enabled = false; |                 cbManuProc.Enabled = false; | ||||||
| @@ -77,8 +84,10 @@ namespace FEQ0000 | |||||||
|  |  | ||||||
|             loadsetting(this); |             loadsetting(this); | ||||||
|  |  | ||||||
|             if (crmode) |             if (crmode == eImporttype.CR) | ||||||
|                 textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_CR"); |                 textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_CR"); | ||||||
|  |             else if (crmode == eImporttype.EB) | ||||||
|  |                 textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_EB"); | ||||||
|             else |             else | ||||||
|                 textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_NR"); |                 textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_NR"); | ||||||
|  |  | ||||||
| @@ -112,8 +121,7 @@ namespace FEQ0000 | |||||||
|                 if (typestr.Contains("UpDownEdit")) |                 if (typestr.Contains("UpDownEdit")) | ||||||
|                 { |                 { | ||||||
|                     var nud = ctrls.Parent as NumericUpDown; |                     var nud = ctrls.Parent as NumericUpDown; | ||||||
|                     var section = "input_" + this.Name; |                     var section = "input_" + this.Name + $"_{crmode}"; | ||||||
|                     if (crmode) section += "_CR"; |  | ||||||
|                     var value = FCOMMON.Setting.system.Xml.get_Data(section, "nud_" + nud.Name, "0"); |                     var value = FCOMMON.Setting.system.Xml.get_Data(section, "nud_" + nud.Name, "0"); | ||||||
|                     var n = decimal.Parse(value); |                     var n = decimal.Parse(value); | ||||||
|                     if (n >= nud.Minimum) nud.Value = decimal.Parse(value); |                     if (n >= nud.Minimum) nud.Value = decimal.Parse(value); | ||||||
| @@ -135,8 +143,7 @@ namespace FEQ0000 | |||||||
|                 if (typestr.Contains("UpDownEdit")) |                 if (typestr.Contains("UpDownEdit")) | ||||||
|                 { |                 { | ||||||
|                     var nud = ctrls.Parent as NumericUpDown; |                     var nud = ctrls.Parent as NumericUpDown; | ||||||
|                     var section = "input_" + this.Name; |                     var section = "input_" + this.Name + $"{crmode}"; | ||||||
|                     if (crmode) section += "_CR"; |  | ||||||
|                     FCOMMON.Setting.system.Xml.set_Data(section, "nud_" + nud.Name, nud.Value.ToString()); |                     FCOMMON.Setting.system.Xml.set_Data(section, "nud_" + nud.Name, nud.Value.ToString()); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
| @@ -217,7 +224,7 @@ namespace FEQ0000 | |||||||
|             var itemCount = 0; |             var itemCount = 0; | ||||||
|             foreach (ListViewItem lv in this.listView1.Items) |             foreach (ListViewItem lv in this.listView1.Items) | ||||||
|             { |             { | ||||||
|                 if (crmode) |                 if (crmode == eImporttype.CR) | ||||||
|                 { |                 { | ||||||
|                     var dr = lv.Tag as dsPurchase.EETGW_PurchaseCRRow; |                     var dr = lv.Tag as dsPurchase.EETGW_PurchaseCRRow; | ||||||
|                     if (lv.Checked == false) dr.AcceptChanges(); |                     if (lv.Checked == false) dr.AcceptChanges(); | ||||||
| @@ -237,9 +244,29 @@ namespace FEQ0000 | |||||||
|                         itemAmt += dr.pumamt; |                         itemAmt += dr.pumamt; | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|                 else |                 else if (crmode == eImporttype.NR) | ||||||
|                 { |                 { | ||||||
|                     var dr = lv.Tag as dsPurchase.PurchaseRow; |                     var dr = lv.Tag as dsPurchase.EETGW_PurchaseEBRow; | ||||||
|  |                     if (lv.Checked == false) dr.AcceptChanges(); | ||||||
|  |                     else | ||||||
|  |                     { | ||||||
|  |                         itemCount += 1; | ||||||
|  |                         // dr.request = userNo; | ||||||
|  |                         dr.asset = cbEQModel.Text; | ||||||
|  |                         dr.dept = cbEQManu.Text; | ||||||
|  |                         dr.manuproc = cbManuProc.Text; | ||||||
|  |                         dr.process = cbProcess.Text.Trim(); | ||||||
|  |                         dr.state = cmbState.Text.Trim(); | ||||||
|  |                         // dr.pdate = dtPdate.Value.ToShortDateString(); | ||||||
|  |                         dr.project = tbProject.Text.Trim(); | ||||||
|  |                         dr.AcceptChanges(); | ||||||
|  |                         dr.SetAdded(); | ||||||
|  |                         itemAmt += dr.pumamt; | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |                 else if (crmode == eImporttype.EB) | ||||||
|  |                 { | ||||||
|  |                     var dr = lv.Tag as dsPurchase.EETGW_PurchaseEBRow; | ||||||
|                     if (lv.Checked == false) dr.AcceptChanges(); |                     if (lv.Checked == false) dr.AcceptChanges(); | ||||||
|                     else |                     else | ||||||
|                     { |                     { | ||||||
| @@ -261,14 +288,16 @@ namespace FEQ0000 | |||||||
|             } |             } | ||||||
|  |  | ||||||
|             //part 목록을 조회해서 NR에 등록해줘야 함 |             //part 목록을 조회해서 NR에 등록해줘야 함 | ||||||
|             var dlg2 = FCOMMON.Util.MsgQ($"해당 파트리스트를 ({(crmode ? "CR":"NR")})구매 목록에 등록 하시겠습니까?\n" + |             var dlg2 = FCOMMON.Util.MsgQ($"해당 파트리스트를 ({crmode})구매 목록에 등록 하시겠습니까?\n" + | ||||||
|                 itemCount.ToString() + "건 " + itemAmt.ToString("N0") + "원"); |                 itemCount.ToString() + "건 " + itemAmt.ToString("N0") + "원"); | ||||||
|             if (dlg2 != System.Windows.Forms.DialogResult.Yes) return; |             if (dlg2 != System.Windows.Forms.DialogResult.Yes) return; | ||||||
|  |  | ||||||
|             if (crmode) |             if (crmode == eImporttype.CR) | ||||||
|                 taCR.Update(this.dsPRJ.EETGW_PurchaseCR); |                 taCR.Update(this.dsPRJ.EETGW_PurchaseCR); | ||||||
|             else |             else if (crmode == eImporttype.NR) | ||||||
|                 taNR.Update(this.dsPRJ.Purchase); |                 taNR.Update(this.dsPRJ.Purchase); | ||||||
|  |             else if (crmode == eImporttype.EB) | ||||||
|  |                 taEB.Update(this.dsPRJ.EETGW_PurchaseEB); | ||||||
|  |  | ||||||
|             dsPRJ.AcceptChanges(); |             dsPRJ.AcceptChanges(); | ||||||
|             FCOMMON.Util.MsgI("Save OK"); |             FCOMMON.Util.MsgI("Save OK"); | ||||||
| @@ -277,7 +306,7 @@ namespace FEQ0000 | |||||||
|         bool checkCombo() |         bool checkCombo() | ||||||
|         { |         { | ||||||
|  |  | ||||||
|             if (crmode == false && cbProcess.Text.isEmpty() == true) |             if (crmode != eImporttype.CR && cbProcess.Text.isEmpty() == true) | ||||||
|             { |             { | ||||||
|                 FCOMMON.Util.MsgE("프로세스를 선택하세요."); |                 FCOMMON.Util.MsgE("프로세스를 선택하세요."); | ||||||
|                 cbProcess.Focus(); |                 cbProcess.Focus(); | ||||||
| @@ -293,7 +322,7 @@ namespace FEQ0000 | |||||||
|                     return false; |                     return false; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             if (crmode == false && this.cbProcess.Text.isEmpty() == true) |             if (crmode != eImporttype.CR && this.cbProcess.Text.isEmpty() == true) | ||||||
|             { |             { | ||||||
|  |  | ||||||
|                 { |                 { | ||||||
| @@ -306,7 +335,7 @@ namespace FEQ0000 | |||||||
|                     return false; |                     return false; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             if (crmode == false && cbManuProc.Text.isEmpty() == true) |             if (crmode != eImporttype.CR && cbManuProc.Text.isEmpty() == true) | ||||||
|             { |             { | ||||||
|  |  | ||||||
|                 { |                 { | ||||||
| @@ -319,7 +348,7 @@ namespace FEQ0000 | |||||||
|                     return false; |                     return false; | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             if (crmode == false && this.cbEQManu.Text.isEmpty() == true) |             if (crmode != eImporttype.CR && this.cbEQManu.Text.isEmpty() == true) | ||||||
|             { |             { | ||||||
|  |  | ||||||
|                 { |                 { | ||||||
| @@ -352,7 +381,7 @@ namespace FEQ0000 | |||||||
|                 return; |                 return; | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             if(nudPdate.Value  <1 || nudSid.Value < 1 || nudPumName.Value < 1) |             if (nudPdate.Value < 1 || nudSid.Value < 1 || nudPumName.Value < 1) | ||||||
|             { |             { | ||||||
|                 Util.MsgE($"요청일/SID/품명은 반드시 설정되어야 합니다"); |                 Util.MsgE($"요청일/SID/품명은 반드시 설정되어야 합니다"); | ||||||
|                 return; |                 return; | ||||||
| @@ -612,7 +641,7 @@ namespace FEQ0000 | |||||||
|                     newitem.SubItems.Add(구매승인); |                     newitem.SubItems.Add(구매승인); | ||||||
|  |  | ||||||
|                     //데이터도 추가를 해준다 |                     //데이터도 추가를 해준다 | ||||||
|                     if (crmode) |                     if (crmode == eImporttype.CR) | ||||||
|                     { |                     { | ||||||
|                         var newdr = this.dsPRJ.EETGW_PurchaseCR.NewEETGW_PurchaseCRRow(); |                         var newdr = this.dsPRJ.EETGW_PurchaseCR.NewEETGW_PurchaseCRRow(); | ||||||
|                         newdr.wuid = FCOMMON.info.Login.no; |                         newdr.wuid = FCOMMON.info.Login.no; | ||||||
| @@ -642,7 +671,7 @@ namespace FEQ0000 | |||||||
|                         newitem.Tag = newdr; |                         newitem.Tag = newdr; | ||||||
|                         this.dsPRJ.EETGW_PurchaseCR.AddEETGW_PurchaseCRRow(newdr); |                         this.dsPRJ.EETGW_PurchaseCR.AddEETGW_PurchaseCRRow(newdr); | ||||||
|                     } |                     } | ||||||
|                     else |                     else if(crmode == eImporttype.NR) | ||||||
|                     { |                     { | ||||||
|                         var newdr = this.dsPRJ.Purchase.NewPurchaseRow(); |                         var newdr = this.dsPRJ.Purchase.NewPurchaseRow(); | ||||||
|                         newdr.wuid = FCOMMON.info.Login.no; |                         newdr.wuid = FCOMMON.info.Login.no; | ||||||
| @@ -672,6 +701,36 @@ namespace FEQ0000 | |||||||
|                         newitem.Tag = newdr; |                         newitem.Tag = newdr; | ||||||
|                         this.dsPRJ.Purchase.AddPurchaseRow(newdr); |                         this.dsPRJ.Purchase.AddPurchaseRow(newdr); | ||||||
|                     } |                     } | ||||||
|  |                     else if (crmode == eImporttype.EB) | ||||||
|  |                     { | ||||||
|  |                         var newdr = this.dsPRJ.EETGW_PurchaseEB.NewEETGW_PurchaseEBRow(); | ||||||
|  |                         newdr.wuid = FCOMMON.info.Login.no; | ||||||
|  |                         newdr.wdate = DateTime.Now; | ||||||
|  |                         newdr.gcode = FCOMMON.info.Login.gcode; | ||||||
|  |                         newdr.sc = SC; | ||||||
|  |                         newdr.orderno = CRCF; | ||||||
|  |                         newdr.sid = SID; | ||||||
|  |                         newdr.pumname = 품명; | ||||||
|  |                         newdr.pumscale = 규격; | ||||||
|  |                         newdr.pumqty = d_qty; | ||||||
|  |                         newdr.pumprice = d_price; | ||||||
|  |                         newdr.pumamt = d_amt; | ||||||
|  |                         newdr.supply = v_공급처; | ||||||
|  |                         newdr.supplyidx = v_공급처코드; | ||||||
|  |                         newdr.po = PO; | ||||||
|  |                         newdr.bigo = 비고; | ||||||
|  |                         newdr.indate = 입고일; | ||||||
|  |                         newdr.pdate = 요청일; | ||||||
|  |                         newdr.request = 요청인; | ||||||
|  |                         newdr.receive = 수령인; | ||||||
|  |                         newdr.import = true; | ||||||
|  |                         newdr.costcenter = CostCode; | ||||||
|  |                         newdr.linecode = LIneCode; | ||||||
|  |                         newdr.purchase_manager = 구매담당; | ||||||
|  |                         newdr.purchase_admin = 구매승인; | ||||||
|  |                         newitem.Tag = newdr; | ||||||
|  |                         this.dsPRJ.EETGW_PurchaseEB.AddEETGW_PurchaseEBRow(newdr); | ||||||
|  |                     } | ||||||
|                     sumamt += d_amt; |                     sumamt += d_amt; | ||||||
|  |  | ||||||
|                 } |                 } | ||||||
|   | |||||||
| @@ -136,7 +136,7 @@ | |||||||
|   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         vgAADr4B6kKxwAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 |         vQAADr0BR/uQrQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 | ||||||
|         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 |         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 | ||||||
|         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg |         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg | ||||||
|         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA |         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA | ||||||
| @@ -147,7 +147,7 @@ | |||||||
|   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         vgAADr4B6kKxwAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w |         vQAADr0BR/uQrQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w | ||||||
|         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f |         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f | ||||||
|         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ |         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ | ||||||
|         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC |         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC | ||||||
| @@ -156,7 +156,7 @@ | |||||||
|   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         vgAADr4B6kKxwAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 |         vQAADr0BR/uQrQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 | ||||||
|         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI |         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI | ||||||
|         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f |         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f | ||||||
|         oAc0QjgAAAAASUVORK5CYII= |         oAc0QjgAAAAASUVORK5CYII= | ||||||
| @@ -165,7 +165,7 @@ | |||||||
|   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|         vgAADr4B6kKxwAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// |         vQAADr0BR/uQrQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// | ||||||
|         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B |         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B | ||||||
|         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA |         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA | ||||||
|         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG |         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG | ||||||
| @@ -176,35 +176,35 @@ | |||||||
|   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKNSURBVDhPzZHdT1JxGMdPW1t32Xq5aK4/oP/BrZtuuvSq |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKOSURBVDhPzZHdT1JxGMdPW1t32Xq5aK4/oP/BrZtuuvSq | ||||||
|         tbXZRXO2aSu7cEuLrHTzIo2laCDpMSGV2AQREVTIEARaypsKEi/ncM7hAJ6DjTRG4xucaK3/wO/223Px |         tbXZRXO2dCu7cEuNrHR1kcZSMpD0mIdMYhNERFDAQhBoKW++RbycwzmHA3gONtIYjW9worX+A7/bb8/F | ||||||
|         fD6/59ke4mQllUo1peO7i0zIdsRsr4D9agHrM4H1GMBtzv7kwm4nwzBNdfz/UBRFstH1UiZohRBeA79l |         8/n8nmd7iKOVVCrVlI5vzbMR2wG7sQTuixVcwAzOZwS/Nv2Tj3rdLMs21fH/Q9M0ye2ulDJhG8SoA8K6 | ||||||
|         RmRNg7BlAjHbBA435yB8fo+EebTCxwLGuvYnNE0vs0EH8kEbtpdJLEwOQUeqoJ1ZAKkxQUUaoVWr4FD3 |         BTsOClHrOGL2ceyvzUD89BbxeVVFiIVMde1PGIZZ5MIu5MN2bCySmJsYgp7UQDc9B5IyQ0OaoNNq4NL2 | ||||||
|         Im8dhmCRIxdYDUhyMpkcZHc2kPcvwa4bxYZ3B7NOEdMOEWqbgBHzAQYNOfTpeBjcIiLWaaQ/vkDB0A8q |         IW8bhmhVIhdaDslyMpkc5DZXkQ8uwKl/hVX/Jt67JUy5JGjtIkYsexg05tCvF2D0StixTSH94TEKxgHQ | ||||||
|         4J4k6L1ghvHpseNdRblchtFziCm7CJVVwLlLV9BwsREv57Lo0WSqlZcYLuAEo+2GX9leJkJ2bSVDxXB8 |         Ie8EwWyHM2zAgE3/MsrlMky+fUw6JWhsIk6du4CGs414MpNFD5WpVkFm+JAbrK4bQfXtMhF2UJUMHcPh | ||||||
|         fCw1dc4Cxix5yE15NFxoxNnzl/F4msMjNYMn1Vpjamw+FsCXoTYQkXDolyAIKBaLKJVKWPMXqivz6Ndx |         4aHc1LsLGLXmoTTn0XCmESdPn8f9KR73tCx6q7XG1Nh8LITPQ20gtiORX6IoolgsolQqwREsVFcWMKDn | ||||||
|         eKpl0DWZxgMVjTZFCu9sOYmpsTUnoB2oELTXJvDJXRQKBakRS3+HcolDN0lVp6bQPpbA3Tdx9ExR2NoX |         8UDHomsijTsaBm2qFN7YczJTY2tOkHpaIRi/XRSSWygUCnIjlv4O9QKPbpKuTk2hfTSBmy/j6Jmksf5V | ||||||
|         JabGcmEfEor7JSIRDb/NbOqRrV7hgE1CFEX4ozzI5RS6xqN4OBbByHwCnlBGEgWeBe9ZBKVohUspc0mX |         kpkay0cDSIx0lIjEbvR1Zs2AbPUKe1wSkiQhuCuAXEyha2wXd0d3MDKbgC+SkUVR4CD45kGrWuFRKzzy | ||||||
|         2Ntyu+iVceQdamSqG+X2/WyWo5K5XC7+92Wz2Tjjd7Hcghypqmwd6GRBEKekD2rxfbIYNiaGy9/m+sCb |         JbbXvR5maQx5lxaZ6ka5r0Euy9PJXC4X//uy2WycDXo4fk6JVFW2PevkQBDH5A9qCaxYjavjw+VvM/0Q | ||||||
|         XoG3qcA5NGDtGnCrJGjDa9DKdlhkdyomxXOvXXbtdF39F7O844yxv/WmTtYyM/+shTf33vphkd0+0j9p |         zM8h2DXgXRQ4JwV+mQRjfAFG3Y4FxY2KWfXI71RcOl5X/8Wi7DhhGmi9qle0TM8+bBEsfdd+WBXXDwy9 | ||||||
|         Luo7m9c1HTc6P9y7frWOn4gQxG/mLxeelTqaEAAAAABJRU5ErkJggg== |         zUVDZ/NHquNK57tbly/W8SMRgvgNvFcXjELNnMMAAAAASUVORK5CYII= | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="btSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="btSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKRSURBVDhPvZJfSFNhGMa/6I8EXXgRESFJEmTSRUGsqIRA |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKRSURBVDhPvZJfSFNhGMa/6I8EXXgRUSBGEqTRRUGsqIRA | ||||||
|         kLqKLiIoKTIy0VIDCaPNOWNrcy43mW45Nzsej9ZmbjjLOSe46bacFEMHEwWXaFddyXYzJj2d7+tgBRFd |         kLqKLiIoKTIy0UwlCaPpnDHbnMtNplvOzY7Ho7WZG85ymxPcdFtOCtHBZAOXaFddibsZk57O93Wwgoiu | ||||||
|         9cDHgYfv9z7v+36H/HfxPA+Hw4Genh50dXVVkHA4DHpmZmYwPT2Nqakp+P1+jI+Pw+v1wu12w+VyYWho |         euDjwMP3e5/3fb9D/rt4nofNZkNvby+6u7vLSCgUAj0zMzOYnp7G1NQUfD4fJiYm4Ha74XQ64XA4MDw8 | ||||||
|         CP39/exuLpfDxsYGjEZjgszOzmJrawvZbPavJ51Ow263f9nc3MTS0hL0en1Kp9PVkFAoxIz19XVEo1Gs |         jIGBAXY3m81ifX0der0+RmZnZ7G1tYVMJvPXs7m5CavV+mVjYwPLy8vQarUpjUZTRYLBIDPW1tYQiUSw | ||||||
|         ra2BeqlUCpOTk1hZWcHY2Bi7Mzw8jEQiwToS4TJpKkICgQAikQhtWRYMBjEyMiKjsCAIMjqGzWaTUbiz |         uroK6qVSKUxOTiKZTGJ8fJzdGRkZQSwWYx2JcIk0FSF+vx/hcJi2LAsEAhgdHZVRWBAEGR3DYrHIKNzV | ||||||
|         s1Mmemx+tVpdLOGE+Hw+LCwssB2srq6yHdBkCieTye3kgYEBxONxmg6lUrlPwn/I4/Egk8lgYmKCJY+O |         1SUTPTa/SqUqlHBCPB4PFhcX2Q5WVlbYDmgyhePx+Hby4OAgFhYWaDoUCsU+Cf8hl8uFdDoNr9fLksfG | ||||||
|         jrJk2q7BYJDV8xdxr+8Uent70dzcDAn7KafTKY/FYlheXgaFabLoYXFxEfTpHvClUHlv4Lq1GE1NTd8k |         xlgybVen08lq+Yu4138KfX19aG5uhoT9lN1ul0ejUSQSCVCYJoselpaWQJ/uAV8MpfsGrpsL0djY+E3C | ||||||
|         7HdxHEc3DavVinqhFHX8WVRzp1FpPwm5+xqc8yY0uq6gvOMgCMgOCfuzavkz8HzqxtuPZga+njfCGGgE |         fhfHcXTTMJvNqBWK8ZA/i0ruNMqtJyF3XoN93oAGxxWUdh4EAdkhYX9WNX8Grk89ePvRyMDX83ro/Q3g | ||||||
|         F21DtVCOkud5ue0i4lzHXoqyWCx003Rm3BXnpfALfz10vlqo31ehxXsHre/uwxp6hopXF3CokWRZAfFZ |         Iu2oFEpR9Dwnu11EnOvYS1Emk4lums6Mu+K8FH7hq4XGUw3V+wq0uO+g9d19mIPPUPbqAg49IhlWQHwW | ||||||
|         5PRrMpka2tvbP2u12oabtuN4EzNC+GAAF2mDI6wVi9TAEmpFlXAJR+QkWfCI7GUFzGazXPwt2XPNzc1h |         Of0aDIa6jo6Oz2q1uu6mpQhvonoIH3Tgwu2whdRikSqYgq2oEC7hiJzE8+rJXlbAaDTKxd+SPdfc3ByG | ||||||
|         cHAQVy1FuGwqQFnHAZzX5+NW3zl0B1tQyZejsC4/e/QhyWPwr9JoNFCpVFAoFA2Sta0i5e7Mba4MJx7v |         hoZw1VSAy4Y8lHQewHltLm71n0NPoAXlfCnya3IzR2tIDoN/VVtbG5RKJZqamuoka1sFit3p21wJTjze | ||||||
|         R4mS7JHsf1fhE/L18NOdIEqyS7JEEfIdCNfnk0idLcIAAAAASUVORK5CYII= |         j+MKskey/12Hn5Cv+U93gijILskSRch3BGDnjjO19O0AAAAASUVORK5CYII= | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="taNR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="taNR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
| @@ -219,4 +219,7 @@ | |||||||
|   <metadata name="taCR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="taCR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>530, 17</value> |     <value>530, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|  |   <metadata name="taEB.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>608, 17</value> | ||||||
|  |   </metadata> | ||||||
| </root> | </root> | ||||||
| @@ -150,8 +150,8 @@ | |||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.label1 = new System.Windows.Forms.Label(); |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|             this.label2 = new System.Windows.Forms.Label(); |  | ||||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|  |             this.label2 = new System.Windows.Forms.Label(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
| @@ -181,6 +181,7 @@ | |||||||
|             //  |             //  | ||||||
|             this.tam.BackupDataSetBeforeUpdate = true; |             this.tam.BackupDataSetBeforeUpdate = true; | ||||||
|             this.tam.EETGW_PurchaseCRTableAdapter = this.ta; |             this.tam.EETGW_PurchaseCRTableAdapter = this.ta; | ||||||
|  |             this.tam.EETGW_PurchaseEBTableAdapter = null; | ||||||
|             this.tam.PurchaseTableAdapter = null; |             this.tam.PurchaseTableAdapter = null; | ||||||
|             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; |             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||||
|             //  |             //  | ||||||
| @@ -635,6 +636,7 @@ | |||||||
|             //  |             //  | ||||||
|             // toolStrip1 |             // toolStrip1 | ||||||
|             //  |             //  | ||||||
|  |             this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); | ||||||
|             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30); |             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30); | ||||||
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||||
|             this.cmDate, |             this.cmDate, | ||||||
| @@ -896,18 +898,6 @@ | |||||||
|             this.fpSpread1.StatusBarVisible = true; |             this.fpSpread1.StatusBarVisible = true; | ||||||
|             this.fpSpread1.TabIndex = 7; |             this.fpSpread1.TabIndex = 7; | ||||||
|             //  |             //  | ||||||
|             // label2 |  | ||||||
|             //  |  | ||||||
|             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; |  | ||||||
|             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |  | ||||||
|             this.label2.Location = new System.Drawing.Point(0, 606); |  | ||||||
|             this.label2.Name = "label2"; |  | ||||||
|             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |  | ||||||
|             this.label2.Size = new System.Drawing.Size(1226, 23); |  | ||||||
|             this.label2.TabIndex = 8; |  | ||||||
|             this.label2.Text = "--"; |  | ||||||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |  | ||||||
|             //  |  | ||||||
|             // fpSpread1_Sheet1 |             // fpSpread1_Sheet1 | ||||||
|             //  |             //  | ||||||
|             this.fpSpread1_Sheet1.Reset(); |             this.fpSpread1_Sheet1.Reset(); | ||||||
| @@ -1233,6 +1223,18 @@ | |||||||
|             this.fpSpread1_Sheet1.ShowRowSelector = true; |             this.fpSpread1_Sheet1.ShowRowSelector = true; | ||||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; | ||||||
|             //  |             //  | ||||||
|  |             // label2 | ||||||
|  |             //  | ||||||
|  |             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.label2.Location = new System.Drawing.Point(0, 606); | ||||||
|  |             this.label2.Name = "label2"; | ||||||
|  |             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | ||||||
|  |             this.label2.Size = new System.Drawing.Size(1226, 23); | ||||||
|  |             this.label2.TabIndex = 8; | ||||||
|  |             this.label2.Text = "--"; | ||||||
|  |             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||||
|  |             //  | ||||||
|             // fPurchaseCR |             // fPurchaseCR | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|   | |||||||
| @@ -992,7 +992,7 @@ namespace FEQ0000 | |||||||
|  |  | ||||||
|         private void 엑셀에서가져오기ToolStripMenuItem_Click(object sender, EventArgs e) |         private void 엑셀에서가져오기ToolStripMenuItem_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             var f = new fPurchase_excelimport(true); |             var f = new fPurchase_excelimport( fPurchase_excelimport.eImporttype.CR); | ||||||
|             f.Show(); |             f.Show(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										1334
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										1334
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1309
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1309
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.cs
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										443
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										443
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,443 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <root> | ||||||
|  |   <!--  | ||||||
|  |     Microsoft ResX Schema  | ||||||
|  |      | ||||||
|  |     Version 2.0 | ||||||
|  |      | ||||||
|  |     The primary goals of this format is to allow a simple XML format  | ||||||
|  |     that is mostly human readable. The generation and parsing of the  | ||||||
|  |     various data types are done through the TypeConverter classes  | ||||||
|  |     associated with the data types. | ||||||
|  |      | ||||||
|  |     Example: | ||||||
|  |      | ||||||
|  |     ... ado.net/XML headers & schema ... | ||||||
|  |     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||||
|  |     <resheader name="version">2.0</resheader> | ||||||
|  |     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||||
|  |     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||||
|  |     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||||
|  |     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||||
|  |     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||||
|  |         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||||
|  |     </data> | ||||||
|  |     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||||
|  |         <comment>This is a comment</comment> | ||||||
|  |     </data> | ||||||
|  |                  | ||||||
|  |     There are any number of "resheader" rows that contain simple  | ||||||
|  |     name/value pairs. | ||||||
|  |      | ||||||
|  |     Each data row contains a name, and value. The row also contains a  | ||||||
|  |     type or mimetype. Type corresponds to a .NET class that support  | ||||||
|  |     text/value conversion through the TypeConverter architecture.  | ||||||
|  |     Classes that don't support this are serialized and stored with the  | ||||||
|  |     mimetype set. | ||||||
|  |      | ||||||
|  |     The mimetype is used for serialized objects, and tells the  | ||||||
|  |     ResXResourceReader how to depersist the object. This is currently not  | ||||||
|  |     extensible. For a given mimetype the value must be set accordingly: | ||||||
|  |      | ||||||
|  |     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||||
|  |     that the ResXResourceWriter will generate, however the reader can  | ||||||
|  |     read any of the formats listed below. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.binary.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.soap.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |  | ||||||
|  |     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||||
|  |     value   : The object must be serialized into a byte array  | ||||||
|  |             : using a System.ComponentModel.TypeConverter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |     --> | ||||||
|  |   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||||
|  |     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||||
|  |     <xsd:element name="root" msdata:IsDataSet="true"> | ||||||
|  |       <xsd:complexType> | ||||||
|  |         <xsd:choice maxOccurs="unbounded"> | ||||||
|  |           <xsd:element name="metadata"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="assembly"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:attribute name="alias" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="data"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="resheader"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |         </xsd:choice> | ||||||
|  |       </xsd:complexType> | ||||||
|  |     </xsd:element> | ||||||
|  |   </xsd:schema> | ||||||
|  |   <resheader name="resmimetype"> | ||||||
|  |     <value>text/microsoft-resx</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="version"> | ||||||
|  |     <value>2.0</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="reader"> | ||||||
|  |     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="writer"> | ||||||
|  |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>17, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>131, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="tam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>195, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>667, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>268, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||||||
|  |   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 | ||||||
|  |         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 | ||||||
|  |         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg | ||||||
|  |         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA | ||||||
|  |         Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu | ||||||
|  |         lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w | ||||||
|  |         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f | ||||||
|  |         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ | ||||||
|  |         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 | ||||||
|  |         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI | ||||||
|  |         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f | ||||||
|  |         oAc0QjgAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// | ||||||
|  |         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B | ||||||
|  |         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA | ||||||
|  |         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG | ||||||
|  |         WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 | ||||||
|  |         8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC | ||||||
|  |         pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ | ||||||
|  |         Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ | ||||||
|  |         /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA | ||||||
|  |         zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ | ||||||
|  |         IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E | ||||||
|  |         rkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btCopy.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFDSURBVDhPlZK9SgNREIXzOpY+gEXQIg+QkMLOTuwsLNRU | ||||||
|  |         ViKIja0SbMRCBQsLUxgQArERf1ARCaLBCErUIoWJjnyzTna4Ccs6cLLkzpzvnr17M5KiMknFQPXyQfbO | ||||||
|  |         m6rNkxtZ3q9LqVyR2bVdVSKEJsbr53dpvnVUrx/RE61W2zI5v6EQqz9rVCwAYLj2+KP6VyL+bJ825LPz | ||||||
|  |         pWYzpknUB7CLARgIE6HK/bfO0F86aklhZiWC8ENEA9D0iUKAKRHgE5kZHdz2VPTyUwsxYHHrWN+TIQAe | ||||||
|  |         6M07F10VvVx+OgZwsgaYO3wZAHhz+ayr5zMAwGAAn8gDMA8F8Fmu7p4Uwh3wibx5vd5TNVptyeaKMQAD | ||||||
|  |         p4o4HJ9oGAD42EQhBoTlE9kFYleEmZQjo+M6q5fJF4thIt4XEZudMfc/Y1i6mrpEfgGL0hchHI3KDgAA | ||||||
|  |         AABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btEdit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEvSURBVDhPpZI/S0JRGIed+i6Nbk0t0iCuSkuDi1MfIKfm | ||||||
|  |         +gAOQktTQkMggYtRkwgidKmgyQwMCgqz0CivvvK8cK7neG4KdeHhHs45v+c9/xLyz08Ft713OQ+6SqXV | ||||||
|  |         kfLlnXJw1lSK5VrERqGkMB4JCCLpvQ7lZfDlQJ+B4EnwI9nTkbYdAZMbjxOPq4eJPH1MvXC2sD8XsOzP | ||||||
|  |         0bcX/C3MXEfAfmzBsnCnP10uWBWu3IS+gJOm0w5fHCZiw0aQzu3GC0xYgm2R+poTRnh8HeqNOALu920w | ||||||
|  |         9MK0F8NGkMrs+ALewqrwUXss3ed+vKB6H+rh2OT3SjpO0IBgcyvnCjgDBGCq8mcMiQ3FHAGdLB/J4vMF | ||||||
|  |         KhoI83LXk6m5gCpmufbyOWlgv0BVIMx4JPj7JzIDGHRUPz2nxiQAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btDel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC | ||||||
|  |         DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC | ||||||
|  |         rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV | ||||||
|  |         i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG | ||||||
|  |         86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG | ||||||
|  |         QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX | ||||||
|  |         bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG | ||||||
|  |         YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 | ||||||
|  |         0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw | ||||||
|  |         bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc | ||||||
|  |         VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 | ||||||
|  |         c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 | ||||||
|  |         Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo | ||||||
|  |         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ | ||||||
|  |         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D | ||||||
|  |         TgDQASA1MVpwzwAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btFind.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE3SURBVDhPnZIxS8NQFEb7W/wLjh0Fl9a1SxBHBekkWFd1 | ||||||
|  |         qYg4Ci5dndSCg2AHl4LQSaRSKDqoFUE7VAjUmvTKueWmL2mw2gunL7zmO+/mJhmZoTJusdF868vpXUfO | ||||||
|  |         b5/lpPEox9f3SvnsRtk8uojxHQ7HEgSEkXS6vrz3xqtdu+xdfUiheEBsJOGCk/mz/hROUHsIIrp+qIKY | ||||||
|  |         hB/a9r+CVAG4Auj5g7iA5/1NACaptgIVLHkb0wWVw13ZL60p2+uerqkCJs1mMgwUU6d1k/xJwI10RZj1 | ||||||
|  |         9TPUN7Wam9dgTMC75QR7TjCBkRQs5Jd1jQS8c1ewtZLTPcQW/peADpC44cudgnjZOQ1OCGjTwkwaGBon | ||||||
|  |         GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG | ||||||
|  |         YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 | ||||||
|  |         0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw | ||||||
|  |         bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc | ||||||
|  |         VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 | ||||||
|  |         c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 | ||||||
|  |         Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo | ||||||
|  |         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ | ||||||
|  |         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D | ||||||
|  |         TgDQASA1MVpwzwAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANISURBVDhPtZBdTFN3GIdJvFu4ULMSFIiZW0JCci5EF4hU | ||||||
|  |         OsZHZoEYslIgFMs6LUioQIsBZHCoKwo1ZVBqaR1DsFIrjiBoZwWDURNGsWvnGSNQoSsg/bBWqodtkhB/ | ||||||
|  |         I7XLZvTW5/Z9n+ef/xv2f1TTZPgZa10j+bN4ouZe2UbF7a83SoyFE0WDuQ25AwNbhCMrH4RW30ZBNbCa | ||||||
|  |         LTWOm/M3MOq8DePiLTx4YoXeeglf6tjqiv7FY6U9846vtHZWSPkPue1kjuH3Xow5R9Frv4xKawMkv5AY | ||||||
|  |         nLuG7D62P69X83FpzyN/zz0fJBcXwJHbckLq5svT5PZT5mp6fHEcrdMqCKaOo9h8HF0zPVDf7USGOuXY | ||||||
|  |         kW6Huu2GG8bfaGjGvGA3memMqontwQA5KZEZ7ddxfvYi+FMi5E8IccLSBJ1VhwzlAVuxZib+MDm9MfLw | ||||||
|  |         BRS3fBgwB1DZPYsD5WOyYODE3RKb6Y9RiCwnUbApCyfF0NkNEBlKkdSSwCxUztxvM7rwoyWAKv0KZMNe | ||||||
|  |         tAwtI14wbAsGykzF68POn1BhqUcrpcSVuUGcNbVi/7ef/lDYMcvNIB/+dWVyFRK9CyXfL0GoWcJ3192I | ||||||
|  |         410NBANFQ9zApGcKV+eGoLqjBOv0fn+idF/jiJj8UFV9ITKTNFOdN92o0btR1O4Er82BlkEXdrEv0MEA | ||||||
|  |         tz/b1nmnHZ93sp4kyxPEJnFezEs+v/7vbK6fPniISKm+T5299hii7mVwmhdQol6CqMuO3Vldr7+QqUmT | ||||||
|  |         pHYwhbaqw1HrR48q1ng8mm78Bmv5BaCTU4mkchMlNSziiNKJrLo5yAxusCvHEZXe/vqIqK3d9rK8TOsV | ||||||
|  |         CNbXmmVYNejg7+/F86xDoOMTiX2CEaquz4HCVgfIzTvwzvyK6HQ5HclsZgQDr0QixhqfT7/QnsOzgX64 | ||||||
|  |         pPXwne/C6mdp8McSRFzeZapS+wjkJRfymh5gT64ekcwWTlD+lz9zOBxaIMAzsgE+rQreDgWeJiTBEx1L | ||||||
|  |         fJLTRwnaZpAqNGFnisLBYJ7+IqS9SSApOf15fKLDx82HW1QOL7EXnohoYlemmopJazfvSJFLGSwyPLT+ | ||||||
|  |         brxxceG+j2Kl3h27zR5GDDxbI4jQ6H0RFvYPxczhJbhCpsgAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAG8SURBVDhPjZI5SwNRFIXzY+wsLGysAgqiop2NAXHBBQSX | ||||||
|  |         EGNQEHsbFdMJWphCcCHggmgaUaIhLlHjJDHuqCjqjOKWxBk95l7mjQxRyYEPZh7vfO8Obyz/RVVVCPSl | ||||||
|  |         7CJKtdNBg6xFotjg3YLn9BXd/kss3Gomkb7VHHECbaLC6NEzCxyrZ/xMa4R10Jsp0TQN7rUmjATaWEAR | ||||||
|  |         BdfqufHcG1JQNrljFtALlWPJJQTkcRbEHxNQUsCG/AnbzBY6g9cMCUongqAD9fqPgEISEsSUBNz7D5CT | ||||||
|  |         Glp9UTj8V8zgSQrFnvXfBXfqId6+HlmwfPGEuUtASos6fHEuEiTJHZpHyFbHEv4UIbhSwxgPORFVVlAz | ||||||
|  |         tY6I/A5JThjjU5HA7CKzUGA1C8aCDozu2nGjHsAT7jIKgmu7yyi/uvogFVX8CFiy0oibD4kF3tMeHjMV | ||||||
|  |         iwOKAvgD2K+sxn1bD0OCvcLyzNuwT+cbsCB6iKcBNz4fFBw3t+Ou1cl89Q9j21piFlDENAQJXhZ96R9i | ||||||
|  |         DqlwBGctHVwkSOLLycsUiAjJZlU9kgeRtEAyxqeiKP8pEKENoiAwri/biJME+rIei+Ub4tJbaW7QZrcA | ||||||
|  |         AAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="입고품목메일전송ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAPr8/VVritvj7IqsyElVa+Ps9MvT2rvc/aPQ/KrU/Or0/nmYspzN/LbZ/FJgeXiQ | ||||||
|  |         q0NLXHWPrJnA1sDf/CkxQ9RSXD5FVa/X/H2fudPn8HyjwMPg/WV/nG+Or////////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIoAA/CBxIsKDBgwQ9KFzIsKHCDBIkDJg4AMOCBQ84cHCg | ||||||
|  |         UAKAjyBDAjDA0cMAABsmHDjQoMGFBAkQCCCg8OQElS0vAKhQAYECmh40AJjw4EGEiQkUKPAJQSEGACtz | ||||||
|  |         wkSAgIGAph4WFDhg9OgAqgysWlDYoUDOl2DDFhjrgYOBAgUEyJ0roIABCgofBNjrwAEBAhAgWLBAoaTD | ||||||
|  |         wwoRKl5cMCAAOw== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="엑셀에서가져오기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29m | ||||||
|  |         dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAALnSURBVDhPhZJZT1NBGIa5kt+AXnhvFCEYNEJEsSiI | ||||||
|  |         BhVRCRJLaUsFBQlLMGExpUZWAyKQqCEQjTcaorIJBaGFQhuKEUEUKJQ9obQs3U45PeV1zim0mpB48cxc | ||||||
|  |         zHzPzPfO+ADw4RUo+FfK1fKYCvU6wU6gOCrZWUPFlA9R0aWq8ZDcgepQScsBtmYPboh6MtBvNFPGdauD | ||||||
|  |         MVkdMFm8GM0sFH6tmFHweQGiF9O2EEmL7z+C6BKVwWynmaE5Gpp5JzQLTqjnnFDpt6GYduDLhBUOJ9D6 | ||||||
|  |         246Cj/MQPp+2n0lr5SSc4HLpoH3Lto2RRQbfFp1kdmKYk2xDqXOga8JGBC6MrDDQLNOQtS8g/FHvO05w | ||||||
|  |         u/L87M2KuB1xXSySa2+gtrMJxc2VCC/yxzlCpOw0IqTBqGqt4lqxUE6sbtgQUagkd3ILPnwda0Pb1GvU | ||||||
|  |         qrM5yd2aS8h+m4j0pngI669CUC9A6+gq2sYtaPmxhU2S0wXpALUn8I0tz2DUk314MyZFmeIBJ+HXRZPi | ||||||
|  |         a5C8TEG/zsq10jNlh5zksGGlcaF40C1gh6gSJZXZkAStToV6TS6edmeBiMGviYN2zgYtCZYNuH/GnYmJ | ||||||
|  |         CCKkfwnCCovok3mHkVgdiZGZIcj6UiFtz0T8Mx6aFJ/wfckJLQl2SE9jkGAw0wh/vCsIyjkoDso5hPTG | ||||||
|  |         BNypi0JC1UVOktmeiJzmFHITHtj1kQUGw+wTE8wkyLB8lUewRCCb/BCU7YfrZTykvUpC/4QcMnkeUt8n | ||||||
|  |         QVh3C1oi0JC/oSYCinYhJFfhbeFs/gC1sklhdInhUE4u42GDBCJSKK6PR1bjfc8ai22bQXBGr1cQmqeg | ||||||
|  |         Fk1ewf+wkhYCU+RewanMXpt+zbaz3+b9IL/SdUzYafEIgu51zxq2HGa9kXLNrtkxa7BDt8uaheZgk7dQ | ||||||
|  |         5HQH43Lt7Gwe4Xf89AhOpMrTAkRd3YFiuSlA3EV5EHVRxwn+ok43Qo6No4KOHn9BRzIAnz/8M/0zf/tL | ||||||
|  |         eAAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="견적서폴더열기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAOvGUf7ztuvPMf/78/fkl/Pbg+u8Rvjqteu2Pf3zxPz36Pz0z+vTmPzurPvuw/np | ||||||
|  |         ofbjquvNefHVduuyN+uuMu3Oafbgjfnqvf/3zv/3xevPi+vRjP/20/bmsP///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIlwA/CBxIsKDBgwY9KFSIUKAHBgw0RIiwsKKHDw89YNiY | ||||||
|  |         oQIAAAJCCriYcSOGDCgzBAiQYSTGDQM4AjBAEwGCCRRIftypoKcDBwcS5MQIYIBRBQ0aPCBAwIKDoR4A | ||||||
|  |         cFiZdKmFAgUOQAWwIKnSpgUkSOgA1UCCqmAlVKgAoWyCBQsSOLhwoAMECBfK2tw7oa9fqBYDL2yIMCAA | ||||||
|  |         Ow== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>440, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="autoToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAJXG2JXa+ZLO5ChrlkCy4TZ1kiVvpCN0trvo9SN5xTd4lrfh7iR9zo3S+EGz7JDJ | ||||||
|  |         4TaCromrvC9ymyV+0Dd3mTl1koe72YvN7LTj+9ne6N3g6v7+/0Cw2Stoh////////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAInwA/CBzooaAHgQUHKvRQoUABCgUlHFT4IYMCBAsQIIBg | ||||||
|  |         wcBEgh0WCBDAgcAFDAc+fvDQIUKHDgMeEHDQIIFKlgoMGgjQoAGDmwUOehhg4EACBhM+GlzKVOkEBgkO | ||||||
|  |         GBggNOhCBhgCBPBYUEGHmwkCOCDwYMCAll8XHghwgQCHkQDSLjRgAcKDBwAAKNCwgaIHiR4oOKygkuDE | ||||||
|  |         pRQTK6YYEAA7 | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="resetToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfALnik2aXQv7+/dPut73llbfala3LmW6gSWqdQ2eYRGqaSLfck568iYrUQN7yzF6R | ||||||
|  |         PLTXlYjUP8XwmYfQQLbYl4jRQGiaQsPumNbyu7nglNPzsLXYlf7+/lCHK////////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIlgA/CBzooaAHgQUHEvSgIEAABQUfHFTIwQECDAMwYDhg | ||||||
|  |         oENCgRw8dBgAAECFBgsweJxYsAODDjApTIhAwCMHkCItGOxwgUCGlQQTeAgJsyhQg0iTGvzQ0qhND0IX | ||||||
|  |         dtBwQcJKDxZsIhQpIcIECkVffmwpYUGDCiUheBQg1cCBAgU2QFDg4KZCDxIZOoQ48S7LpQoDCx4cEAA7 | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="saveToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQAAJXD9Iasxm6MqnSn2lZtjVaRyEpXbYu767TX/2KZztvr/4Gy5KrT/3ut32+gzlFh | ||||||
|  |         e+r0/0RNX9/u/9Ln+8Xg//n8/4e36CkxQz9GVkSCvKjL35/N/Je91K7T5bDS4////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQAAAAAACwAAAAAEAAQAAAIuQA/CBxIsKDACRwScggQwIGAhwIICBDYQcEEgwg+bNjw | ||||||
|  |         QKCHCQgkQBgpQcKBCg0AEBCoAaRIkhIsVBigUiAHCgwkKNjJU8GAAx0/3NwIAMABCwsaDHCwIGgAChuK | ||||||
|  |         HjiQdMDSAQYEPpWKtKqDBA6yfgiAwGhXpUsTJIgg0AGCo0nRfi1QgO0HAQyQNpCrtkAGDAIFbKi69GsC | ||||||
|  |         un8FEohqdEFavxkyXAhMoPKDBwYMRIiAAcOFoAZDCwwIADs= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="loadToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         R0lGODlhEAAQAIQfAJfL/OTs9HWVsW6aUqnT+6bnZldwkYiux7TZ/O3z+UlVa/P2+ZfTW36wWJDLV4m7 | ||||||
|  |         69nn78bi/qjL3qDP+VJhe4rAVa7S40NLXJ3bYJrA1ikxQz5FVdDU22OPRf///////yH/C05FVFNDQVBF | ||||||
|  |         Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIwQA9CBxIcOCHgx4gWLAgIUOGAwcESBTgAaEFCAEGaBwQ | ||||||
|  |         IGOABwYqerCQsYBJBho7JHgAUqCEDjAxYGBQgYHKBAsoCMzQIUIEmA6CdkCAIOfOBT5/MnBQYSgBozCj | ||||||
|  |         SoVJ4KkCDx1MFhhKFEFVAhMCXM1aAANMoh2qTgh7AWvZmQ6igp0AIEDbDg0aLA06YC4AABA2eBjgYcHG | ||||||
|  |         vmv/Akgg2IMBDgsSdJwcAEICDhoECjDAmQIFBQouXNiwQYPOgqgLBgQAOw== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>334, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="btSearch.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE4SURBVDhPtZPPasJAEMbzPn0FwWA92JtP4NGKB1/DP7ei | ||||||
|  |         QSsovkChh7ZBrCfpyR4sikopUgq9StFzM/UbZ5asSS4FfzAkO7vft5udiZMEnSBpk5dhFJmncjdHxXaG | ||||||
|  |         A+9K4SbFT1luEwQBbXavVO5d0nI3ovnW5yeiMriiu+kt5asXbABEdgRigAUQDr+aHLU3lxoLl/yPJhvF | ||||||
|  |         GsiYJ/vPdX5qPK3bVJ25VFukafztGQNsKHJ791I3w+8KcpNth8XDz5YxACI/gsR1J8sTYcO4UIzwv1gG | ||||||
|  |         cTshgJ5IT8hChTMHsHi+v+fvffmxywVwN2FDkdsGEOK2ceu4feQ0tDqKyKMGqDfqjvprLzyswuX7Tf4E | ||||||
|  |         dBo6zn/3OB7XHovRyuhQ6+hhYKA9DpL+A1keRebNAhkaJH0OHOcP031C4EjYr6wAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripDropDownButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEcSURBVDhPpZG9SkNBEIXvW+gLiI8gpEon+ADa2liEVAHL | ||||||
|  |         NHY+goWdhYViYxGEdOksUtlIQAiIIQwkIDaC4XjPycx613CJPx8My87sN7N7b1HHYvEBwtVTv4OyDU/V | ||||||
|  |         xFM/pyrb/YlWL61HksuYnQHvI9igo60fWUXVCjH1e4Mqrn5NnA+7WjPZyptMu8DrFax/COvtw273FCRr | ||||||
|  |         kBHypJw8OQKeD4C3u2Ww2XVDx9SAcJMmx1TKFMe7wNMOMNpSbkUO5MZbX9q5/LipXK0csMi3iphK+aH4 | ||||||
|  |         o8xnlLJi3IJdbKvsSg4L/MrpG8SVSzGitkGSyfQYdtNMV6YkkU3sEna+obyrS3TQ/y/lIGqEYgSRGChT | ||||||
|  |         wdMZXkp4+r8UxSdk1wcO0mb/TQAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADlSURBVEhL7dQxCsIwFMbxnMrZWatzUXRUCo5ewSs4ewZR | ||||||
|  |         DyDeQfEETsUbRL7YYNSXNC/UOiQP/kvzyE9KUcQ7y/VJtlHFvQYPjzf50xKsJsFmq81WHq538swMO9il | ||||||
|  |         zhALxkWd7kAOJwsnjjPsYNeGs2B14fR5YTYq5O5c1u7sL987iAUjF+6LIjaMKJyDoiAYmVAvn8lsXHij | ||||||
|  |         KBhGwDWof4APihqHqQ+OKhg2X3U/n7+9ah88CKY+pM9ndTgbplDbmQtnwS7UtmPDWfDf/jIRLnKhOuzY | ||||||
|  |         UMSGmyrBauKE26jiohshHicE2B3dbRrmAAAAAElFTkSuQmCC | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="btViewDel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADuSURBVDhPY6AK+E8mgGqHGPB5/rz/X6ZP//+pq/P/5+pq | ||||||
|  |         CM7N/f85Ofn/58jI/58DA/9HmknCMYYBIM1/X736//vBg/9/nj79//Py5f8/z50DGwzDJ4K8/28sc8Vu | ||||||
|  |         AMhmkGawjbGxEFuhNoOxjw/cgARrGUwDQE4G2YqiOTQUxYDZriZ4DAD69+umTTg1EzYA5HSQX9E1YzEA | ||||||
|  |         axiAnA4KSGwa0Q0IMZbAYgDQVlBAvgZ6BRfu1pfFbcBLU9P/95WV/9+Qlv5/ko8PjnewscExyOk4DSAG | ||||||
|  |         4DSAGEBVAzBigRgAMwCGyTIAHTAwMDAAABYIANCNo26UAAAAAElFTkSuQmCC | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGSSURBVFhH7ZDdSgJBGIa9kY67hK6gdFX8g27Cm4gIYjVN | ||||||
|  |         6KyMrM6qs4Kik+jXGbeO6kACQ/IwDJSCLKPJd9gVk8l1ncWNmAdeZme+l/FxfIp/j18nTCbBNH2LZ4xj | ||||||
|  |         f+pyEvfNLBgTiZxxhHNR30m6gjLUX95ZoVhtR/RSc3qeTIUzF40CqbZxLoNrghZccok+YTWPpHBdEC8W | ||||||
|  |         WqJ8dQPXBYHbdylBGTwT3DitsWi2xApnNfNEjGeCsWWD97AOwjNBvBzkNv/qCw6LEhSBeW8GgfnYBYEl | ||||||
|  |         Z9fFXAmKsOTsupgrQRGWnF0XcyUowpKz62KuBPuxxHrzG5iNXdAJSlAWJSiLEpTlh6BsZldu2OrJI//G | ||||||
|  |         in1/Z5R0BQ8rX1LZvWux5FaZX5rcLrO9zl7Uc5KuYGix9LxOm8KSk+zctvilkBXNnSTf8dEy53UuGEiR | ||||||
|  |         ICRx+ajp/4P4AVFv2EBO04nGBWUJpIvxWO7qNU8b7OD+k62RBot29lqKxsyK9wR1koikrx8Cc/sf4Syt | ||||||
|  |         QNocKTzG5/sG4hiki22pPhYAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>515, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>65</value> | ||||||
|  |   </metadata> | ||||||
|  | </root> | ||||||
							
								
								
									
										377
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										377
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,377 @@ | |||||||
|  |  | ||||||
|  | namespace FEQ0000 | ||||||
|  | { | ||||||
|  |     partial class fPurchaseEBList | ||||||
|  |     { | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required designer variable. | ||||||
|  |         /// </summary> | ||||||
|  |         private System.ComponentModel.IContainer components = null; | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Clean up any resources being used. | ||||||
|  |         /// </summary> | ||||||
|  |         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||||
|  |         protected override void Dispose(bool disposing) | ||||||
|  |         { | ||||||
|  |             if (disposing && (components != null)) | ||||||
|  |             { | ||||||
|  |                 components.Dispose(); | ||||||
|  |             } | ||||||
|  |             base.Dispose(disposing); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #region Windows Form Designer generated code | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required method for Designer support - do not modify | ||||||
|  |         /// the contents of this method with the code editor. | ||||||
|  |         /// </summary> | ||||||
|  |         private void InitializeComponent() | ||||||
|  |         { | ||||||
|  |             this.components = new System.ComponentModel.Container(); | ||||||
|  |             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchaseNRList)); | ||||||
|  |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|  |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|  |             this.bs1 = new System.Windows.Forms.BindingSource(this.components); | ||||||
|  |             this.ds1 = new FEQ0000.dsPurchase(); | ||||||
|  |             this.ta1 = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||||
|  |             this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); | ||||||
|  |             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs1)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); | ||||||
|  |             this.bindingNavigator1.SuspendLayout(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); | ||||||
|  |             this.SuspendLayout(); | ||||||
|  |             //  | ||||||
|  |             // fpSpread1 | ||||||
|  |             //  | ||||||
|  |             this.fpSpread1.AccessibleDescription = ""; | ||||||
|  |             this.fpSpread1.AutoFitColumnOptions = FarPoint.Win.Spread.PreferredSizeColumnOptions.IncludeAll; | ||||||
|  |             this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|  |             this.fpSpread1.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.fpSpread1.Name = "fpSpread1"; | ||||||
|  |             this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] { | ||||||
|  |             this.fpSpread1_Sheet1}); | ||||||
|  |             this.fpSpread1.Size = new System.Drawing.Size(1114, 595); | ||||||
|  |             this.fpSpread1.TabIndex = 7; | ||||||
|  |             //  | ||||||
|  |             // bs1 | ||||||
|  |             //  | ||||||
|  |             this.bs1.DataMember = "Purchase"; | ||||||
|  |             this.bs1.DataSource = this.ds1; | ||||||
|  |             this.bs1.Sort = "sc,request,sid,pumname"; | ||||||
|  |             //  | ||||||
|  |             // ds1 | ||||||
|  |             //  | ||||||
|  |             this.ds1.DataSetName = "dsPurchase"; | ||||||
|  |             this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||||
|  |             //  | ||||||
|  |             // ta1 | ||||||
|  |             //  | ||||||
|  |             this.ta1.ClearBeforeFill = true; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigator1 | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigator1.AddNewItem = null; | ||||||
|  |             this.bindingNavigator1.BindingSource = this.bs1; | ||||||
|  |             this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem; | ||||||
|  |             this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem; | ||||||
|  |             this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||||
|  |             this.bindingNavigatorMoveFirstItem, | ||||||
|  |             this.bindingNavigatorMovePreviousItem, | ||||||
|  |             this.bindingNavigatorSeparator, | ||||||
|  |             this.bindingNavigatorPositionItem, | ||||||
|  |             this.bindingNavigatorCountItem, | ||||||
|  |             this.bindingNavigatorSeparator1, | ||||||
|  |             this.bindingNavigatorMoveNextItem, | ||||||
|  |             this.bindingNavigatorMoveLastItem, | ||||||
|  |             this.bindingNavigatorSeparator2, | ||||||
|  |             this.bindingNavigatorDeleteItem, | ||||||
|  |             this.toolStripButton1}); | ||||||
|  |             this.bindingNavigator1.Location = new System.Drawing.Point(0, 595); | ||||||
|  |             this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem; | ||||||
|  |             this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem; | ||||||
|  |             this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem; | ||||||
|  |             this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem; | ||||||
|  |             this.bindingNavigator1.Name = "bindingNavigator1"; | ||||||
|  |             this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem; | ||||||
|  |             this.bindingNavigator1.Size = new System.Drawing.Size(1114, 25); | ||||||
|  |             this.bindingNavigator1.TabIndex = 9; | ||||||
|  |             this.bindingNavigator1.Text = "bindingNavigator1"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorCountItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; | ||||||
|  |             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22); | ||||||
|  |             this.bindingNavigatorCountItem.Text = "/{0}"; | ||||||
|  |             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorDeleteItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||||
|  |             this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); | ||||||
|  |             this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; | ||||||
|  |             this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; | ||||||
|  |             this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); | ||||||
|  |             this.bindingNavigatorDeleteItem.Text = "삭제"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorMoveFirstItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||||
|  |             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.Text = "처음으로 이동"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorMovePreviousItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||||
|  |             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.Text = "이전으로 이동"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorSeparator | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; | ||||||
|  |             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorPositionItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorPositionItem.AccessibleName = "위치"; | ||||||
|  |             this.bindingNavigatorPositionItem.AutoSize = false; | ||||||
|  |             this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F); | ||||||
|  |             this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; | ||||||
|  |             this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); | ||||||
|  |             this.bindingNavigatorPositionItem.Text = "0"; | ||||||
|  |             this.bindingNavigatorPositionItem.ToolTipText = "현재 위치"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorSeparator1 | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; | ||||||
|  |             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorMoveNextItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||||
|  |             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.Text = "다음으로 이동"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorMoveLastItem | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||||
|  |             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.Text = "마지막으로 이동"; | ||||||
|  |             //  | ||||||
|  |             // bindingNavigatorSeparator2 | ||||||
|  |             //  | ||||||
|  |             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; | ||||||
|  |             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); | ||||||
|  |             //  | ||||||
|  |             // toolStripButton1 | ||||||
|  |             //  | ||||||
|  |             this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||||
|  |             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); | ||||||
|  |             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; | ||||||
|  |             this.toolStripButton1.Name = "toolStripButton1"; | ||||||
|  |             this.toolStripButton1.Size = new System.Drawing.Size(83, 22); | ||||||
|  |             this.toolStripButton1.Text = "Save Excel"; | ||||||
|  |             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); | ||||||
|  |             //  | ||||||
|  |             // fpSpread1_Sheet1 | ||||||
|  |             //  | ||||||
|  |             this.fpSpread1_Sheet1.Reset(); | ||||||
|  |             this.fpSpread1_Sheet1.SheetName = "Sheet1"; | ||||||
|  |             // Formulas and custom names must be loaded with R1C1 reference style | ||||||
|  |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnCount = 12; | ||||||
|  |             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; | ||||||
|  |             this.fpSpread1_Sheet1.ActiveRowIndex = -1; | ||||||
|  |             this.fpSpread1_Sheet1.AutoGenerateColumns = false; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "순번"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "청구자"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "Shopping Cart#"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "자재번호"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "품명"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "규격"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "수량"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "단위"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "단가"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "합계금액"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "공급업체"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "비고"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 34F; | ||||||
|  |             numberCellType5.DecimalPlaces = 0; | ||||||
|  |             numberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType5.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType5.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType5; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).Label = "순번"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).Width = 77F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType9; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "requestName"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).Label = "청구자"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).Width = 108F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType10; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "sc"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).Label = "Shopping Cart#"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).Width = 112F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType11; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).Label = "자재번호"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).Width = 98F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType12; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).DataField = "pumname"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).Label = "품명"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).Width = 151F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType13; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).DataField = "pumscale"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).Label = "규격"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).Width = 104F; | ||||||
|  |             numberCellType6.DecimalPlaces = 0; | ||||||
|  |             numberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType6.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType6.MinimumValue = -2147483648D; | ||||||
|  |             numberCellType6.NegativeRed = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).CellType = numberCellType6; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).DataField = "pumqty"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).Label = "수량"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).Width = 91F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType14; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).DataField = "pumunit"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).Label = "단위"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).Width = 126F; | ||||||
|  |             numberCellType7.DecimalPlaces = 0; | ||||||
|  |             numberCellType7.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType7.MinimumValue = -999999999999999D; | ||||||
|  |             numberCellType7.NegativeRed = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType7; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).DataField = "pumprice"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).Width = 75F; | ||||||
|  |             numberCellType8.DecimalPlaces = 0; | ||||||
|  |             numberCellType8.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType8.MinimumValue = -999999999999999D; | ||||||
|  |             numberCellType8.NegativeRed = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType8; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).DataField = "pumamt"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).Label = "합계금액"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).Width = 75F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType15; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).DataField = "supply"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).Label = "공급업체"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).Width = 126F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType16; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).DataField = "bigo2"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).Label = "비고"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).Tag = "bigo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).Width = 133F; | ||||||
|  |             this.fpSpread1_Sheet1.DataAutoCellTypes = false; | ||||||
|  |             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; | ||||||
|  |             this.fpSpread1_Sheet1.DataSource = this.bs1; | ||||||
|  |             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; | ||||||
|  |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; | ||||||
|  |             //  | ||||||
|  |             // fPurchaseNRList | ||||||
|  |             //  | ||||||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||||
|  |             this.ClientSize = new System.Drawing.Size(1114, 620); | ||||||
|  |             this.Controls.Add(this.fpSpread1); | ||||||
|  |             this.Controls.Add(this.bindingNavigator1); | ||||||
|  |             this.Name = "fPurchaseNRList"; | ||||||
|  |             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | ||||||
|  |             this.Text = "NR파트 구매승인 양식"; | ||||||
|  |             this.WindowState = System.Windows.Forms.FormWindowState.Maximized; | ||||||
|  |             this.Load += new System.EventHandler(this.fEBoardReport_Load); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs1)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); | ||||||
|  |             this.bindingNavigator1.ResumeLayout(false); | ||||||
|  |             this.bindingNavigator1.PerformLayout(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); | ||||||
|  |             this.ResumeLayout(false); | ||||||
|  |             this.PerformLayout(); | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #endregion | ||||||
|  |  | ||||||
|  |         private FarPoint.Win.Spread.FpSpread fpSpread1; | ||||||
|  |         private dsPurchaseTableAdapters.PurchaseTableAdapter ta1; | ||||||
|  |         private dsPurchase ds1; | ||||||
|  |         private System.Windows.Forms.BindingSource bs1; | ||||||
|  |         private System.Windows.Forms.BindingNavigator bindingNavigator1; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; | ||||||
|  |         private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; | ||||||
|  |         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; | ||||||
|  |         private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; | ||||||
|  |         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; | ||||||
|  |         private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; | ||||||
|  |         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; | ||||||
|  |         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; | ||||||
|  |         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; | ||||||
|  |         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; | ||||||
|  |         private System.Windows.Forms.ToolStripButton toolStripButton1; | ||||||
|  |         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										86
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | |||||||
|  | using System; | ||||||
|  | using System.Collections.Generic; | ||||||
|  | using System.ComponentModel; | ||||||
|  | using System.Data; | ||||||
|  | using System.Drawing; | ||||||
|  | using System.Linq; | ||||||
|  | using System.Text; | ||||||
|  | using System.Threading.Tasks; | ||||||
|  | using System.Windows.Forms; | ||||||
|  |  | ||||||
|  | namespace FEQ0000 | ||||||
|  | { | ||||||
|  |     public partial class fPurchaseEBList : Form | ||||||
|  |     { | ||||||
|  |         public fPurchaseEBList(dsPurchase.PurchaseDataTable dt) | ||||||
|  |         { | ||||||
|  |             InitializeComponent(); | ||||||
|  |             Properties.Settings.Default["gwcs"] = FCOMMON.info.CS; | ||||||
|  |             Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS; | ||||||
|  |  | ||||||
|  |             this.ds1.Purchase.Merge(dt); | ||||||
|  |             this.ds1.AcceptChanges(); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void fEBoardReport_Load(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             //기본엑셀파일을 가져온다 | ||||||
|  |             this.Show(); | ||||||
|  |             this.bs1.Sort = "sc,sid,pumname"; | ||||||
|  |             this.bs1.Filter = "sc <> ''"; | ||||||
|  |             Application.DoEvents(); | ||||||
|  |  | ||||||
|  |             //파일불러오기 | ||||||
|  |             LoadExcel(); | ||||||
|  |  | ||||||
|  |             //순번맥기기 | ||||||
|  |             var sumamt = ds1.Purchase.Where(t=>t.sc != "").Sum(t => t.pumamt); | ||||||
|  |             for (int r = 0; r < this.fpSpread1.ActiveSheet.RowCount; r++) | ||||||
|  |             { | ||||||
|  |                 fpSpread1.ActiveSheet.Cells[r, 0].Value = r + 1; | ||||||
|  |  | ||||||
|  |             } | ||||||
|  |  | ||||||
|  |             //마지막 한줄 추가하고 합계 | ||||||
|  |             fpSpread1.ActiveSheet.AddUnboundRows(fpSpread1.ActiveSheet.RowCount, 1); | ||||||
|  |             fpSpread1.ActiveSheet.Cells[$"J{fpSpread1.ActiveSheet.RowCount}"].Value = sumamt; | ||||||
|  |             fpSpread1.ActiveSheet.Cells[$"B{fpSpread1.ActiveSheet.RowCount}"].Value = "Total"; | ||||||
|  |             fpSpread1.ActiveSheet.Cells[$"A{fpSpread1.ActiveSheet.RowCount}:L{fpSpread1.ActiveSheet.RowCount}"].BackColor = Color.FromArgb(220, 220, 220); | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         void LoadExcel() | ||||||
|  |         { | ||||||
|  |             //파일불러오기 | ||||||
|  |             //var fi = new System.IO.FileInfo(FCOMMON.Util.CurrentPath + "EBoardReport.xlsx"); | ||||||
|  |             //this.fpSpread1.OpenExcel(fi.FullName); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void btRefresh_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             this.ds1.RejectChanges(); | ||||||
|  |             this.fpSpread1.Invalidate(); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void btSave_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void panel1_MouseDoubleClick(object sender, MouseEventArgs e) | ||||||
|  |         { | ||||||
|  |             LoadExcel(); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void toolStripButton1_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             //파일저장 | ||||||
|  |             var sd = new SaveFileDialog(); | ||||||
|  |             sd.Filter = "excel|*.xls"; | ||||||
|  |             if (sd.ShowDialog() == DialogResult.OK) | ||||||
|  |             { | ||||||
|  |                 this.fpSpread1.SaveExcel(sd.FileName, FarPoint.Excel.ExcelSaveFlags.SaveBothCustomRowAndColumnHeaders); | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										206
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										206
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEBList.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,206 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <root> | ||||||
|  |   <!--  | ||||||
|  |     Microsoft ResX Schema  | ||||||
|  |      | ||||||
|  |     Version 2.0 | ||||||
|  |      | ||||||
|  |     The primary goals of this format is to allow a simple XML format  | ||||||
|  |     that is mostly human readable. The generation and parsing of the  | ||||||
|  |     various data types are done through the TypeConverter classes  | ||||||
|  |     associated with the data types. | ||||||
|  |      | ||||||
|  |     Example: | ||||||
|  |      | ||||||
|  |     ... ado.net/XML headers & schema ... | ||||||
|  |     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||||
|  |     <resheader name="version">2.0</resheader> | ||||||
|  |     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||||
|  |     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||||
|  |     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||||
|  |     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||||
|  |     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||||
|  |         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||||
|  |     </data> | ||||||
|  |     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||||
|  |         <comment>This is a comment</comment> | ||||||
|  |     </data> | ||||||
|  |                  | ||||||
|  |     There are any number of "resheader" rows that contain simple  | ||||||
|  |     name/value pairs. | ||||||
|  |      | ||||||
|  |     Each data row contains a name, and value. The row also contains a  | ||||||
|  |     type or mimetype. Type corresponds to a .NET class that support  | ||||||
|  |     text/value conversion through the TypeConverter architecture.  | ||||||
|  |     Classes that don't support this are serialized and stored with the  | ||||||
|  |     mimetype set. | ||||||
|  |      | ||||||
|  |     The mimetype is used for serialized objects, and tells the  | ||||||
|  |     ResXResourceReader how to depersist the object. This is currently not  | ||||||
|  |     extensible. For a given mimetype the value must be set accordingly: | ||||||
|  |      | ||||||
|  |     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||||
|  |     that the ResXResourceWriter will generate, however the reader can  | ||||||
|  |     read any of the formats listed below. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.binary.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.soap.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |  | ||||||
|  |     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||||
|  |     value   : The object must be serialized into a byte array  | ||||||
|  |             : using a System.ComponentModel.TypeConverter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |     --> | ||||||
|  |   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||||
|  |     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||||
|  |     <xsd:element name="root" msdata:IsDataSet="true"> | ||||||
|  |       <xsd:complexType> | ||||||
|  |         <xsd:choice maxOccurs="unbounded"> | ||||||
|  |           <xsd:element name="metadata"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="assembly"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:attribute name="alias" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="data"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="resheader"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |         </xsd:choice> | ||||||
|  |       </xsd:complexType> | ||||||
|  |     </xsd:element> | ||||||
|  |   </xsd:schema> | ||||||
|  |   <resheader name="resmimetype"> | ||||||
|  |     <value>text/microsoft-resx</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="version"> | ||||||
|  |     <value>2.0</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="reader"> | ||||||
|  |     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="writer"> | ||||||
|  |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>681, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="bs1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>302, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="ds1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>231, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="ds1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>231, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="ta1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>169, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>525, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||||||
|  |   <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC | ||||||
|  |         DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC | ||||||
|  |         rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV | ||||||
|  |         i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG | ||||||
|  |         86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG | ||||||
|  |         QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX | ||||||
|  |         bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 | ||||||
|  |         wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 | ||||||
|  |         v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg | ||||||
|  |         UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA | ||||||
|  |         Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu | ||||||
|  |         lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w | ||||||
|  |         5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f | ||||||
|  |         Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ | ||||||
|  |         08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 | ||||||
|  |         n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI | ||||||
|  |         N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f | ||||||
|  |         oAc0QjgAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO | ||||||
|  |         wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// | ||||||
|  |         h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B | ||||||
|  |         twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA | ||||||
|  |         kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG | ||||||
|  |         WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 | ||||||
|  |         8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG | ||||||
|  |         YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 | ||||||
|  |         0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw | ||||||
|  |         bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc | ||||||
|  |         VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 | ||||||
|  |         c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 | ||||||
|  |         Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo | ||||||
|  |         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ | ||||||
|  |         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D | ||||||
|  |         TgDQASA1MVpwzwAAAABJRU5ErkJggg== | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  | </root> | ||||||
							
								
								
									
										1235
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										1235
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1299
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1299
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.cs
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										262
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										262
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Add.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,262 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <root> | ||||||
|  |   <!--  | ||||||
|  |     Microsoft ResX Schema  | ||||||
|  |      | ||||||
|  |     Version 2.0 | ||||||
|  |      | ||||||
|  |     The primary goals of this format is to allow a simple XML format  | ||||||
|  |     that is mostly human readable. The generation and parsing of the  | ||||||
|  |     various data types are done through the TypeConverter classes  | ||||||
|  |     associated with the data types. | ||||||
|  |      | ||||||
|  |     Example: | ||||||
|  |      | ||||||
|  |     ... ado.net/XML headers & schema ... | ||||||
|  |     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||||
|  |     <resheader name="version">2.0</resheader> | ||||||
|  |     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||||
|  |     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||||
|  |     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||||
|  |     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||||
|  |     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||||
|  |         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||||
|  |     </data> | ||||||
|  |     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||||
|  |         <comment>This is a comment</comment> | ||||||
|  |     </data> | ||||||
|  |                  | ||||||
|  |     There are any number of "resheader" rows that contain simple  | ||||||
|  |     name/value pairs. | ||||||
|  |      | ||||||
|  |     Each data row contains a name, and value. The row also contains a  | ||||||
|  |     type or mimetype. Type corresponds to a .NET class that support  | ||||||
|  |     text/value conversion through the TypeConverter architecture.  | ||||||
|  |     Classes that don't support this are serialized and stored with the  | ||||||
|  |     mimetype set. | ||||||
|  |      | ||||||
|  |     The mimetype is used for serialized objects, and tells the  | ||||||
|  |     ResXResourceReader how to depersist the object. This is currently not  | ||||||
|  |     extensible. For a given mimetype the value must be set accordingly: | ||||||
|  |      | ||||||
|  |     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||||
|  |     that the ResXResourceWriter will generate, however the reader can  | ||||||
|  |     read any of the formats listed below. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.binary.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.soap.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |  | ||||||
|  |     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||||
|  |     value   : The object must be serialized into a byte array  | ||||||
|  |             : using a System.ComponentModel.TypeConverter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |     --> | ||||||
|  |   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||||
|  |     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||||
|  |     <xsd:element name="root" msdata:IsDataSet="true"> | ||||||
|  |       <xsd:complexType> | ||||||
|  |         <xsd:choice maxOccurs="unbounded"> | ||||||
|  |           <xsd:element name="metadata"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="assembly"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:attribute name="alias" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="data"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="resheader"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |         </xsd:choice> | ||||||
|  |       </xsd:complexType> | ||||||
|  |     </xsd:element> | ||||||
|  |   </xsd:schema> | ||||||
|  |   <resheader name="resmimetype"> | ||||||
|  |     <value>text/microsoft-resx</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="version"> | ||||||
|  |     <value>2.0</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="reader"> | ||||||
|  |     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="writer"> | ||||||
|  |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <metadata name="processLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="receiveLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="scLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="sidLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="pumscaleLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="pumqtyLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="pumpriceLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="pumamtLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="assetLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="poLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="deptLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>490, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="deptLabel.ToolTip" xml:space="preserve"> | ||||||
|  |     <value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등) | ||||||
|  | * 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등) | ||||||
|  | * 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등) | ||||||
|  | * 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등) | ||||||
|  | * 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label5.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label6.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label7.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="label7.Text" xml:space="preserve"> | ||||||
|  |     <value>프로젝트 명 (관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 부품..) | ||||||
|  | 공용 공구 / 상세한 사유 작성 (공용으로 보관하여 함께 쓰는 공구들..전동 드릴 등…) | ||||||
|  | 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들.. 방청제, WIRE, CONNECTOR, PIN 등 ) | ||||||
|  | 공정 정비 파트 / 상세한 사유 작성 (주,보조 공정에서 사용되는 부품..Overhaul 및 개선 지원 부품, FEEDER WHEEL, , 장비 교체 파트 등) | ||||||
|  | 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRENCH, DRIVER, DRILL, TAP 등..) | ||||||
|  | 기타 물품 / 상세한 사유 작성 (상기항목에 포함되지 않는 것들…관리 및 정리에 사용되는 물품 등..) | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="label8.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label10.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label11.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label12.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label13.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label14.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="label14.ToolTip" xml:space="preserve"> | ||||||
|  |     <value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등) | ||||||
|  | * 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등) | ||||||
|  | * 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등) | ||||||
|  | * 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등) | ||||||
|  | * 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label16.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label9.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label18.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <data name="tbBigo.ToolTip" xml:space="preserve"> | ||||||
|  |     <value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등) | ||||||
|  | * 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등) | ||||||
|  | * 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등) | ||||||
|  | * 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등) | ||||||
|  | * 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value> | ||||||
|  |   </data> | ||||||
|  |   <data name="tbBigoChk.ToolTip" xml:space="preserve"> | ||||||
|  |     <value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등) | ||||||
|  | * 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등) | ||||||
|  | * 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등) | ||||||
|  | * 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등) | ||||||
|  | * 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value> | ||||||
|  |   </data> | ||||||
|  |   <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>587, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>17, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="purchaseBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>131, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="purchaseTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>313, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>58</value> | ||||||
|  |   </metadata> | ||||||
|  | </root> | ||||||
							
								
								
									
										794
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										794
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,794 @@ | |||||||
|  |  | ||||||
|  | namespace FEQ0000.Purchase | ||||||
|  | { | ||||||
|  |     partial class fPurchaseEB_Ipgo | ||||||
|  |     { | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required designer variable. | ||||||
|  |         /// </summary> | ||||||
|  |         private System.ComponentModel.IContainer components = null; | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Clean up any resources being used. | ||||||
|  |         /// </summary> | ||||||
|  |         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||||
|  |         protected override void Dispose(bool disposing) | ||||||
|  |         { | ||||||
|  |             if (disposing && (components != null)) | ||||||
|  |             { | ||||||
|  |                 components.Dispose(); | ||||||
|  |             } | ||||||
|  |             base.Dispose(disposing); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #region Windows Form Designer generated code | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required method for Designer support - do not modify | ||||||
|  |         /// the contents of this method with the code editor. | ||||||
|  |         /// </summary> | ||||||
|  |         private void InitializeComponent() | ||||||
|  |         { | ||||||
|  |             System.Windows.Forms.Label label17; | ||||||
|  |             System.Windows.Forms.Label label12; | ||||||
|  |             System.Windows.Forms.Label label11; | ||||||
|  |             System.Windows.Forms.Label label5; | ||||||
|  |             System.Windows.Forms.Label label9; | ||||||
|  |             System.Windows.Forms.Label label4; | ||||||
|  |             System.Windows.Forms.Label assetLabel; | ||||||
|  |             System.Windows.Forms.Label label3; | ||||||
|  |             System.Windows.Forms.Label label2; | ||||||
|  |             System.Windows.Forms.Label nameLabel; | ||||||
|  |             System.Windows.Forms.Label label16; | ||||||
|  |             System.Windows.Forms.Label label20; | ||||||
|  |             System.Windows.Forms.Label label8; | ||||||
|  |             System.Windows.Forms.Label receiveLabel; | ||||||
|  |             System.Windows.Forms.Label label13; | ||||||
|  |             System.Windows.Forms.Label label6; | ||||||
|  |             System.Windows.Forms.Label label1; | ||||||
|  |             System.Windows.Forms.Label label10; | ||||||
|  |             System.Windows.Forms.Label label15; | ||||||
|  |             System.Windows.Forms.Label label14; | ||||||
|  |             System.Windows.Forms.Label label7; | ||||||
|  |             this.panel1 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.tbPrjStatus = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjIdx = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjSerial = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjModel = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjProcess = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbProjOrderNo = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjMemo = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPrjAsset = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.arLabel2 = new System.Windows.Forms.Label(); | ||||||
|  |             this.tbPrjName = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbIdx = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.panel2 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.tbRemarkO = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbAmt = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPriceO = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbQty = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbUnit = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbModel = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.arLabel1 = new System.Windows.Forms.Label(); | ||||||
|  |             this.tbPumname = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.textBox16 = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbPO = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.panel3 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.tbInPrice = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.cmbReceive = new System.Windows.Forms.ComboBox(); | ||||||
|  |             this.tbInRemark = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbInQty = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.chkInDate = new System.Windows.Forms.CheckBox(); | ||||||
|  |             this.dtInDate = new System.Windows.Forms.DateTimePicker(); | ||||||
|  |             this.btOK = new System.Windows.Forms.Button(); | ||||||
|  |             this.arLabel3 = new System.Windows.Forms.Label(); | ||||||
|  |             this.tbSID = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbSCRCF = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.tbSC = new System.Windows.Forms.TextBox(); | ||||||
|  |             label17 = new System.Windows.Forms.Label(); | ||||||
|  |             label12 = new System.Windows.Forms.Label(); | ||||||
|  |             label11 = new System.Windows.Forms.Label(); | ||||||
|  |             label5 = new System.Windows.Forms.Label(); | ||||||
|  |             label9 = new System.Windows.Forms.Label(); | ||||||
|  |             label4 = new System.Windows.Forms.Label(); | ||||||
|  |             assetLabel = new System.Windows.Forms.Label(); | ||||||
|  |             label3 = new System.Windows.Forms.Label(); | ||||||
|  |             label2 = new System.Windows.Forms.Label(); | ||||||
|  |             nameLabel = new System.Windows.Forms.Label(); | ||||||
|  |             label16 = new System.Windows.Forms.Label(); | ||||||
|  |             label20 = new System.Windows.Forms.Label(); | ||||||
|  |             label8 = new System.Windows.Forms.Label(); | ||||||
|  |             receiveLabel = new System.Windows.Forms.Label(); | ||||||
|  |             label13 = new System.Windows.Forms.Label(); | ||||||
|  |             label6 = new System.Windows.Forms.Label(); | ||||||
|  |             label1 = new System.Windows.Forms.Label(); | ||||||
|  |             label10 = new System.Windows.Forms.Label(); | ||||||
|  |             label15 = new System.Windows.Forms.Label(); | ||||||
|  |             label14 = new System.Windows.Forms.Label(); | ||||||
|  |             label7 = new System.Windows.Forms.Label(); | ||||||
|  |             this.panel1.SuspendLayout(); | ||||||
|  |             this.panel2.SuspendLayout(); | ||||||
|  |             this.panel3.SuspendLayout(); | ||||||
|  |             this.SuspendLayout(); | ||||||
|  |             //  | ||||||
|  |             // label17 | ||||||
|  |             //  | ||||||
|  |             label17.AutoSize = true; | ||||||
|  |             label17.Location = new System.Drawing.Point(300, 148); | ||||||
|  |             label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label17.Name = "label17"; | ||||||
|  |             label17.Size = new System.Drawing.Size(68, 12); | ||||||
|  |             label17.TabIndex = 97; | ||||||
|  |             label17.Text = "Project No."; | ||||||
|  |             //  | ||||||
|  |             // label12 | ||||||
|  |             //  | ||||||
|  |             label12.AutoSize = true; | ||||||
|  |             label12.Location = new System.Drawing.Point(56, 148); | ||||||
|  |             label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label12.Name = "label12"; | ||||||
|  |             label12.Size = new System.Drawing.Size(29, 12); | ||||||
|  |             label12.TabIndex = 96; | ||||||
|  |             label12.Text = "공정"; | ||||||
|  |             //  | ||||||
|  |             // label11 | ||||||
|  |             //  | ||||||
|  |             label11.AutoSize = true; | ||||||
|  |             label11.Location = new System.Drawing.Point(325, 125); | ||||||
|  |             label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label11.Name = "label11"; | ||||||
|  |             label11.Size = new System.Drawing.Size(43, 12); | ||||||
|  |             label11.TabIndex = 94; | ||||||
|  |             label11.Text = "Serial#"; | ||||||
|  |             //  | ||||||
|  |             // label5 | ||||||
|  |             //  | ||||||
|  |             label5.AutoSize = true; | ||||||
|  |             label5.Location = new System.Drawing.Point(39, 125); | ||||||
|  |             label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label5.Name = "label5"; | ||||||
|  |             label5.Size = new System.Drawing.Size(46, 12); | ||||||
|  |             label5.TabIndex = 92; | ||||||
|  |             label5.Text = "Model#"; | ||||||
|  |             //  | ||||||
|  |             // label9 | ||||||
|  |             //  | ||||||
|  |             label9.AutoSize = true; | ||||||
|  |             label9.Location = new System.Drawing.Point(27, 101); | ||||||
|  |             label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label9.Name = "label9"; | ||||||
|  |             label9.Size = new System.Drawing.Size(58, 12); | ||||||
|  |             label9.TabIndex = 12; | ||||||
|  |             label9.Text = "SCR/CF#"; | ||||||
|  |             //  | ||||||
|  |             // label4 | ||||||
|  |             //  | ||||||
|  |             label4.AutoSize = true; | ||||||
|  |             label4.Location = new System.Drawing.Point(56, 78); | ||||||
|  |             label4.Name = "label4"; | ||||||
|  |             label4.Size = new System.Drawing.Size(29, 12); | ||||||
|  |             label4.TabIndex = 6; | ||||||
|  |             label4.Text = "비고"; | ||||||
|  |             //  | ||||||
|  |             // assetLabel | ||||||
|  |             //  | ||||||
|  |             assetLabel.AutoSize = true; | ||||||
|  |             assetLabel.Location = new System.Drawing.Point(24, 56); | ||||||
|  |             assetLabel.Name = "assetLabel"; | ||||||
|  |             assetLabel.Size = new System.Drawing.Size(61, 12); | ||||||
|  |             assetLabel.TabIndex = 2; | ||||||
|  |             assetLabel.Text = "Asset No."; | ||||||
|  |             //  | ||||||
|  |             // label3 | ||||||
|  |             //  | ||||||
|  |             label3.AutoSize = true; | ||||||
|  |             label3.Location = new System.Drawing.Point(382, 78); | ||||||
|  |             label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label3.Name = "label3"; | ||||||
|  |             label3.Size = new System.Drawing.Size(24, 12); | ||||||
|  |             label3.TabIndex = 8; | ||||||
|  |             label3.Text = "IDX"; | ||||||
|  |             //  | ||||||
|  |             // label2 | ||||||
|  |             //  | ||||||
|  |             label2.AutoSize = true; | ||||||
|  |             label2.Location = new System.Drawing.Point(377, 56); | ||||||
|  |             label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label2.Name = "label2"; | ||||||
|  |             label2.Size = new System.Drawing.Size(29, 12); | ||||||
|  |             label2.TabIndex = 4; | ||||||
|  |             label2.Text = "상태"; | ||||||
|  |             //  | ||||||
|  |             // nameLabel | ||||||
|  |             //  | ||||||
|  |             nameLabel.AutoSize = true; | ||||||
|  |             nameLabel.Location = new System.Drawing.Point(32, 34); | ||||||
|  |             nameLabel.Name = "nameLabel"; | ||||||
|  |             nameLabel.Size = new System.Drawing.Size(53, 12); | ||||||
|  |             nameLabel.TabIndex = 0; | ||||||
|  |             nameLabel.Text = "프로젝트"; | ||||||
|  |             //  | ||||||
|  |             // label16 | ||||||
|  |             //  | ||||||
|  |             label16.AutoSize = true; | ||||||
|  |             label16.Location = new System.Drawing.Point(40, 62); | ||||||
|  |             label16.Name = "label16"; | ||||||
|  |             label16.Size = new System.Drawing.Size(59, 12); | ||||||
|  |             label16.TabIndex = 2; | ||||||
|  |             label16.Text = "모델/단위"; | ||||||
|  |             //  | ||||||
|  |             // label20 | ||||||
|  |             //  | ||||||
|  |             label20.AutoSize = true; | ||||||
|  |             label20.Location = new System.Drawing.Point(70, 33); | ||||||
|  |             label20.Name = "label20"; | ||||||
|  |             label20.Size = new System.Drawing.Size(29, 12); | ||||||
|  |             label20.TabIndex = 0; | ||||||
|  |             label20.Text = "품명"; | ||||||
|  |             //  | ||||||
|  |             // label8 | ||||||
|  |             //  | ||||||
|  |             label8.AutoSize = true; | ||||||
|  |             label8.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             label8.Location = new System.Drawing.Point(13, 148); | ||||||
|  |             label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label8.Name = "label8"; | ||||||
|  |             label8.Size = new System.Drawing.Size(92, 28); | ||||||
|  |             label8.TabIndex = 107; | ||||||
|  |             label8.Text = "입고수량"; | ||||||
|  |             //  | ||||||
|  |             // receiveLabel | ||||||
|  |             //  | ||||||
|  |             receiveLabel.AutoSize = true; | ||||||
|  |             receiveLabel.Location = new System.Drawing.Point(14, 38); | ||||||
|  |             receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             receiveLabel.Name = "receiveLabel"; | ||||||
|  |             receiveLabel.Size = new System.Drawing.Size(41, 12); | ||||||
|  |             receiveLabel.TabIndex = 111; | ||||||
|  |             receiveLabel.Text = "수령인"; | ||||||
|  |             //  | ||||||
|  |             // label13 | ||||||
|  |             //  | ||||||
|  |             label13.AutoSize = true; | ||||||
|  |             label13.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             label13.Location = new System.Drawing.Point(53, 186); | ||||||
|  |             label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label13.Name = "label13"; | ||||||
|  |             label13.Size = new System.Drawing.Size(52, 28); | ||||||
|  |             label13.TabIndex = 113; | ||||||
|  |             label13.Text = "단가"; | ||||||
|  |             //  | ||||||
|  |             // label6 | ||||||
|  |             //  | ||||||
|  |             label6.AutoSize = true; | ||||||
|  |             label6.Location = new System.Drawing.Point(69, 126); | ||||||
|  |             label6.Name = "label6"; | ||||||
|  |             label6.Size = new System.Drawing.Size(29, 12); | ||||||
|  |             label6.TabIndex = 97; | ||||||
|  |             label6.Text = "비고"; | ||||||
|  |             //  | ||||||
|  |             // label1 | ||||||
|  |             //  | ||||||
|  |             label1.AutoSize = true; | ||||||
|  |             label1.Location = new System.Drawing.Point(9, 97); | ||||||
|  |             label1.Name = "label1"; | ||||||
|  |             label1.Size = new System.Drawing.Size(89, 12); | ||||||
|  |             label1.TabIndex = 98; | ||||||
|  |             label1.Text = "수량/단가/금액"; | ||||||
|  |             //  | ||||||
|  |             // panel1 | ||||||
|  |             //  | ||||||
|  |             this.panel1.BackColor = System.Drawing.Color.Gainsboro; | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjStatus); | ||||||
|  |             this.panel1.Controls.Add(label17); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjIdx); | ||||||
|  |             this.panel1.Controls.Add(label12); | ||||||
|  |             this.panel1.Controls.Add(label11); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjSerial); | ||||||
|  |             this.panel1.Controls.Add(label5); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjModel); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjProcess); | ||||||
|  |             this.panel1.Controls.Add(label9); | ||||||
|  |             this.panel1.Controls.Add(this.tbProjOrderNo); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjMemo); | ||||||
|  |             this.panel1.Controls.Add(label4); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjAsset); | ||||||
|  |             this.panel1.Controls.Add(this.arLabel2); | ||||||
|  |             this.panel1.Controls.Add(assetLabel); | ||||||
|  |             this.panel1.Controls.Add(label3); | ||||||
|  |             this.panel1.Controls.Add(this.tbPrjName); | ||||||
|  |             this.panel1.Controls.Add(label2); | ||||||
|  |             this.panel1.Controls.Add(nameLabel); | ||||||
|  |             this.panel1.Controls.Add(this.tbIdx); | ||||||
|  |             this.panel1.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|  |             this.panel1.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.panel1.Name = "panel1"; | ||||||
|  |             this.panel1.Size = new System.Drawing.Size(582, 171); | ||||||
|  |             this.panel1.TabIndex = 87; | ||||||
|  |             //  | ||||||
|  |             // tbPrjStatus | ||||||
|  |             //  | ||||||
|  |             this.tbPrjStatus.Location = new System.Drawing.Point(413, 52); | ||||||
|  |             this.tbPrjStatus.Name = "tbPrjStatus"; | ||||||
|  |             this.tbPrjStatus.ReadOnly = true; | ||||||
|  |             this.tbPrjStatus.Size = new System.Drawing.Size(161, 21); | ||||||
|  |             this.tbPrjStatus.TabIndex = 99; | ||||||
|  |             this.tbPrjStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPrjIdx | ||||||
|  |             //  | ||||||
|  |             this.tbPrjIdx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||||
|  |             this.tbPrjIdx.Location = new System.Drawing.Point(376, 144); | ||||||
|  |             this.tbPrjIdx.Name = "tbPrjIdx"; | ||||||
|  |             this.tbPrjIdx.ReadOnly = true; | ||||||
|  |             this.tbPrjIdx.Size = new System.Drawing.Size(198, 21); | ||||||
|  |             this.tbPrjIdx.TabIndex = 98; | ||||||
|  |             this.tbPrjIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPrjSerial | ||||||
|  |             //  | ||||||
|  |             this.tbPrjSerial.Location = new System.Drawing.Point(376, 121); | ||||||
|  |             this.tbPrjSerial.Name = "tbPrjSerial"; | ||||||
|  |             this.tbPrjSerial.ReadOnly = true; | ||||||
|  |             this.tbPrjSerial.Size = new System.Drawing.Size(198, 21); | ||||||
|  |             this.tbPrjSerial.TabIndex = 95; | ||||||
|  |             this.tbPrjSerial.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPrjModel | ||||||
|  |             //  | ||||||
|  |             this.tbPrjModel.Location = new System.Drawing.Point(93, 121); | ||||||
|  |             this.tbPrjModel.Name = "tbPrjModel"; | ||||||
|  |             this.tbPrjModel.ReadOnly = true; | ||||||
|  |             this.tbPrjModel.Size = new System.Drawing.Size(190, 21); | ||||||
|  |             this.tbPrjModel.TabIndex = 93; | ||||||
|  |             this.tbPrjModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPrjProcess | ||||||
|  |             //  | ||||||
|  |             this.tbPrjProcess.Font = new System.Drawing.Font("굴림", 9F); | ||||||
|  |             this.tbPrjProcess.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPrjProcess.Location = new System.Drawing.Point(93, 144); | ||||||
|  |             this.tbPrjProcess.Name = "tbPrjProcess"; | ||||||
|  |             this.tbPrjProcess.ReadOnly = true; | ||||||
|  |             this.tbPrjProcess.Size = new System.Drawing.Size(190, 21); | ||||||
|  |             this.tbPrjProcess.TabIndex = 90; | ||||||
|  |             //  | ||||||
|  |             // tbProjOrderNo | ||||||
|  |             //  | ||||||
|  |             this.tbProjOrderNo.Location = new System.Drawing.Point(93, 98); | ||||||
|  |             this.tbProjOrderNo.Name = "tbProjOrderNo"; | ||||||
|  |             this.tbProjOrderNo.ReadOnly = true; | ||||||
|  |             this.tbProjOrderNo.Size = new System.Drawing.Size(481, 21); | ||||||
|  |             this.tbProjOrderNo.TabIndex = 13; | ||||||
|  |             this.tbProjOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPrjMemo | ||||||
|  |             //  | ||||||
|  |             this.tbPrjMemo.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPrjMemo.Location = new System.Drawing.Point(93, 74); | ||||||
|  |             this.tbPrjMemo.Name = "tbPrjMemo"; | ||||||
|  |             this.tbPrjMemo.ReadOnly = true; | ||||||
|  |             this.tbPrjMemo.Size = new System.Drawing.Size(252, 21); | ||||||
|  |             this.tbPrjMemo.TabIndex = 7; | ||||||
|  |             //  | ||||||
|  |             // tbPrjAsset | ||||||
|  |             //  | ||||||
|  |             this.tbPrjAsset.Location = new System.Drawing.Point(93, 52); | ||||||
|  |             this.tbPrjAsset.Name = "tbPrjAsset"; | ||||||
|  |             this.tbPrjAsset.ReadOnly = true; | ||||||
|  |             this.tbPrjAsset.Size = new System.Drawing.Size(252, 21); | ||||||
|  |             this.tbPrjAsset.TabIndex = 3; | ||||||
|  |             //  | ||||||
|  |             // arLabel2 | ||||||
|  |             //  | ||||||
|  |             this.arLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); | ||||||
|  |             this.arLabel2.Cursor = System.Windows.Forms.Cursors.Arrow; | ||||||
|  |             this.arLabel2.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|  |             this.arLabel2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.arLabel2.ForeColor = System.Drawing.Color.Black; | ||||||
|  |             this.arLabel2.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.arLabel2.Name = "arLabel2"; | ||||||
|  |             this.arLabel2.Size = new System.Drawing.Size(582, 23); | ||||||
|  |             this.arLabel2.TabIndex = 86; | ||||||
|  |             this.arLabel2.Text = "프로젝트"; | ||||||
|  |             this.arLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
|  |             //  | ||||||
|  |             // tbPrjName | ||||||
|  |             //  | ||||||
|  |             this.tbPrjName.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPrjName.Location = new System.Drawing.Point(93, 30); | ||||||
|  |             this.tbPrjName.Name = "tbPrjName"; | ||||||
|  |             this.tbPrjName.ReadOnly = true; | ||||||
|  |             this.tbPrjName.Size = new System.Drawing.Size(481, 21); | ||||||
|  |             this.tbPrjName.TabIndex = 1; | ||||||
|  |             //  | ||||||
|  |             // tbIdx | ||||||
|  |             //  | ||||||
|  |             this.tbIdx.Location = new System.Drawing.Point(413, 74); | ||||||
|  |             this.tbIdx.Name = "tbIdx"; | ||||||
|  |             this.tbIdx.ReadOnly = true; | ||||||
|  |             this.tbIdx.Size = new System.Drawing.Size(161, 21); | ||||||
|  |             this.tbIdx.TabIndex = 9; | ||||||
|  |             this.tbIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // panel2 | ||||||
|  |             //  | ||||||
|  |             this.panel2.BackColor = System.Drawing.Color.Gainsboro; | ||||||
|  |             this.panel2.Controls.Add(this.tbSCRCF); | ||||||
|  |             this.panel2.Controls.Add(this.tbSC); | ||||||
|  |             this.panel2.Controls.Add(label10); | ||||||
|  |             this.panel2.Controls.Add(label15); | ||||||
|  |             this.panel2.Controls.Add(this.tbSID); | ||||||
|  |             this.panel2.Controls.Add(this.tbRemarkO); | ||||||
|  |             this.panel2.Controls.Add(this.tbAmt); | ||||||
|  |             this.panel2.Controls.Add(this.tbPriceO); | ||||||
|  |             this.panel2.Controls.Add(this.tbQty); | ||||||
|  |             this.panel2.Controls.Add(label6); | ||||||
|  |             this.panel2.Controls.Add(label1); | ||||||
|  |             this.panel2.Controls.Add(this.tbUnit); | ||||||
|  |             this.panel2.Controls.Add(this.tbModel); | ||||||
|  |             this.panel2.Controls.Add(this.arLabel1); | ||||||
|  |             this.panel2.Controls.Add(label16); | ||||||
|  |             this.panel2.Controls.Add(this.tbPumname); | ||||||
|  |             this.panel2.Controls.Add(label20); | ||||||
|  |             this.panel2.Controls.Add(this.textBox16); | ||||||
|  |             this.panel2.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|  |             this.panel2.Location = new System.Drawing.Point(0, 171); | ||||||
|  |             this.panel2.Name = "panel2"; | ||||||
|  |             this.panel2.Size = new System.Drawing.Size(582, 192); | ||||||
|  |             this.panel2.TabIndex = 88; | ||||||
|  |             //  | ||||||
|  |             // tbRemarkO | ||||||
|  |             //  | ||||||
|  |             this.tbRemarkO.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbRemarkO.Location = new System.Drawing.Point(104, 123); | ||||||
|  |             this.tbRemarkO.Name = "tbRemarkO"; | ||||||
|  |             this.tbRemarkO.ReadOnly = true; | ||||||
|  |             this.tbRemarkO.Size = new System.Drawing.Size(466, 21); | ||||||
|  |             this.tbRemarkO.TabIndex = 102; | ||||||
|  |             //  | ||||||
|  |             // tbAmt | ||||||
|  |             //  | ||||||
|  |             this.tbAmt.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbAmt.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbAmt.Location = new System.Drawing.Point(370, 86); | ||||||
|  |             this.tbAmt.Name = "tbAmt"; | ||||||
|  |             this.tbAmt.ReadOnly = true; | ||||||
|  |             this.tbAmt.Size = new System.Drawing.Size(200, 34); | ||||||
|  |             this.tbAmt.TabIndex = 101; | ||||||
|  |             this.tbAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; | ||||||
|  |             //  | ||||||
|  |             // tbPriceO | ||||||
|  |             //  | ||||||
|  |             this.tbPriceO.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbPriceO.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPriceO.Location = new System.Drawing.Point(237, 86); | ||||||
|  |             this.tbPriceO.Name = "tbPriceO"; | ||||||
|  |             this.tbPriceO.ReadOnly = true; | ||||||
|  |             this.tbPriceO.Size = new System.Drawing.Size(129, 34); | ||||||
|  |             this.tbPriceO.TabIndex = 100; | ||||||
|  |             this.tbPriceO.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; | ||||||
|  |             //  | ||||||
|  |             // tbQty | ||||||
|  |             //  | ||||||
|  |             this.tbQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbQty.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbQty.Location = new System.Drawing.Point(104, 86); | ||||||
|  |             this.tbQty.Name = "tbQty"; | ||||||
|  |             this.tbQty.ReadOnly = true; | ||||||
|  |             this.tbQty.Size = new System.Drawing.Size(127, 34); | ||||||
|  |             this.tbQty.TabIndex = 99; | ||||||
|  |             //  | ||||||
|  |             // tbUnit | ||||||
|  |             //  | ||||||
|  |             this.tbUnit.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); | ||||||
|  |             this.tbUnit.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbUnit.Location = new System.Drawing.Point(302, 53); | ||||||
|  |             this.tbUnit.Name = "tbUnit"; | ||||||
|  |             this.tbUnit.ReadOnly = true; | ||||||
|  |             this.tbUnit.Size = new System.Drawing.Size(127, 30); | ||||||
|  |             this.tbUnit.TabIndex = 7; | ||||||
|  |             //  | ||||||
|  |             // tbModel | ||||||
|  |             //  | ||||||
|  |             this.tbModel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F); | ||||||
|  |             this.tbModel.Location = new System.Drawing.Point(104, 53); | ||||||
|  |             this.tbModel.Name = "tbModel"; | ||||||
|  |             this.tbModel.ReadOnly = true; | ||||||
|  |             this.tbModel.Size = new System.Drawing.Size(192, 30); | ||||||
|  |             this.tbModel.TabIndex = 3; | ||||||
|  |             //  | ||||||
|  |             // arLabel1 | ||||||
|  |             //  | ||||||
|  |             this.arLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); | ||||||
|  |             this.arLabel1.Cursor = System.Windows.Forms.Cursors.Arrow; | ||||||
|  |             this.arLabel1.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|  |             this.arLabel1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.arLabel1.ForeColor = System.Drawing.Color.Black; | ||||||
|  |             this.arLabel1.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.arLabel1.Name = "arLabel1"; | ||||||
|  |             this.arLabel1.Size = new System.Drawing.Size(582, 23); | ||||||
|  |             this.arLabel1.TabIndex = 86; | ||||||
|  |             this.arLabel1.Text = "품목정보"; | ||||||
|  |             this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
|  |             //  | ||||||
|  |             // tbPumname | ||||||
|  |             //  | ||||||
|  |             this.tbPumname.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPumname.Location = new System.Drawing.Point(104, 29); | ||||||
|  |             this.tbPumname.Name = "tbPumname"; | ||||||
|  |             this.tbPumname.ReadOnly = true; | ||||||
|  |             this.tbPumname.Size = new System.Drawing.Size(325, 21); | ||||||
|  |             this.tbPumname.TabIndex = 1; | ||||||
|  |             //  | ||||||
|  |             // textBox16 | ||||||
|  |             //  | ||||||
|  |             this.textBox16.Location = new System.Drawing.Point(433, 29); | ||||||
|  |             this.textBox16.Name = "textBox16"; | ||||||
|  |             this.textBox16.ReadOnly = true; | ||||||
|  |             this.textBox16.Size = new System.Drawing.Size(137, 21); | ||||||
|  |             this.textBox16.TabIndex = 9; | ||||||
|  |             this.textBox16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbPO | ||||||
|  |             //  | ||||||
|  |             this.tbPO.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbPO.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbPO.Location = new System.Drawing.Point(110, 298); | ||||||
|  |             this.tbPO.Name = "tbPO"; | ||||||
|  |             this.tbPO.Size = new System.Drawing.Size(320, 38); | ||||||
|  |             this.tbPO.TabIndex = 104; | ||||||
|  |             //  | ||||||
|  |             // panel3 | ||||||
|  |             //  | ||||||
|  |             this.panel3.BackColor = System.Drawing.Color.Gainsboro; | ||||||
|  |             this.panel3.Controls.Add(label14); | ||||||
|  |             this.panel3.Controls.Add(label7); | ||||||
|  |             this.panel3.Controls.Add(this.tbInPrice); | ||||||
|  |             this.panel3.Controls.Add(label13); | ||||||
|  |             this.panel3.Controls.Add(receiveLabel); | ||||||
|  |             this.panel3.Controls.Add(this.tbPO); | ||||||
|  |             this.panel3.Controls.Add(this.cmbReceive); | ||||||
|  |             this.panel3.Controls.Add(this.tbInRemark); | ||||||
|  |             this.panel3.Controls.Add(this.tbInQty); | ||||||
|  |             this.panel3.Controls.Add(label8); | ||||||
|  |             this.panel3.Controls.Add(this.chkInDate); | ||||||
|  |             this.panel3.Controls.Add(this.dtInDate); | ||||||
|  |             this.panel3.Controls.Add(this.btOK); | ||||||
|  |             this.panel3.Controls.Add(this.arLabel3); | ||||||
|  |             this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|  |             this.panel3.Location = new System.Drawing.Point(0, 363); | ||||||
|  |             this.panel3.Name = "panel3"; | ||||||
|  |             this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 10, 10); | ||||||
|  |             this.panel3.Size = new System.Drawing.Size(582, 351); | ||||||
|  |             this.panel3.TabIndex = 89; | ||||||
|  |             //  | ||||||
|  |             // tbInPrice | ||||||
|  |             //  | ||||||
|  |             this.tbInPrice.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbInPrice.Location = new System.Drawing.Point(110, 183); | ||||||
|  |             this.tbInPrice.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.tbInPrice.Name = "tbInPrice"; | ||||||
|  |             this.tbInPrice.Size = new System.Drawing.Size(319, 34); | ||||||
|  |             this.tbInPrice.TabIndex = 114; | ||||||
|  |             this.tbInPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; | ||||||
|  |             //  | ||||||
|  |             // cmbReceive | ||||||
|  |             //  | ||||||
|  |             this.cmbReceive.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; | ||||||
|  |             this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; | ||||||
|  |             this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||||
|  |             this.cmbReceive.Enabled = false; | ||||||
|  |             this.cmbReceive.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.cmbReceive.FormattingEnabled = true; | ||||||
|  |             this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.cmbReceive.Location = new System.Drawing.Point(14, 59); | ||||||
|  |             this.cmbReceive.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.cmbReceive.Name = "cmbReceive"; | ||||||
|  |             this.cmbReceive.Size = new System.Drawing.Size(415, 45); | ||||||
|  |             this.cmbReceive.TabIndex = 112; | ||||||
|  |             //  | ||||||
|  |             // tbInRemark | ||||||
|  |             //  | ||||||
|  |             this.tbInRemark.Enabled = false; | ||||||
|  |             this.tbInRemark.Location = new System.Drawing.Point(110, 221); | ||||||
|  |             this.tbInRemark.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.tbInRemark.Multiline = true; | ||||||
|  |             this.tbInRemark.Name = "tbInRemark"; | ||||||
|  |             this.tbInRemark.Size = new System.Drawing.Size(319, 70); | ||||||
|  |             this.tbInRemark.TabIndex = 110; | ||||||
|  |             //  | ||||||
|  |             // tbInQty | ||||||
|  |             //  | ||||||
|  |             this.tbInQty.Enabled = false; | ||||||
|  |             this.tbInQty.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbInQty.Location = new System.Drawing.Point(110, 145); | ||||||
|  |             this.tbInQty.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.tbInQty.Name = "tbInQty"; | ||||||
|  |             this.tbInQty.Size = new System.Drawing.Size(319, 34); | ||||||
|  |             this.tbInQty.TabIndex = 108; | ||||||
|  |             //  | ||||||
|  |             // chkInDate | ||||||
|  |             //  | ||||||
|  |             this.chkInDate.AutoSize = true; | ||||||
|  |             this.chkInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.chkInDate.Location = new System.Drawing.Point(14, 111); | ||||||
|  |             this.chkInDate.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.chkInDate.Name = "chkInDate"; | ||||||
|  |             this.chkInDate.Size = new System.Drawing.Size(91, 32); | ||||||
|  |             this.chkInDate.TabIndex = 103; | ||||||
|  |             this.chkInDate.TabStop = false; | ||||||
|  |             this.chkInDate.Text = "입고일"; | ||||||
|  |             this.chkInDate.UseVisualStyleBackColor = true; | ||||||
|  |             this.chkInDate.CheckedChanged += new System.EventHandler(this.chkInDate_CheckedChanged); | ||||||
|  |             //  | ||||||
|  |             // dtInDate | ||||||
|  |             //  | ||||||
|  |             this.dtInDate.Enabled = false; | ||||||
|  |             this.dtInDate.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.dtInDate.Location = new System.Drawing.Point(110, 110); | ||||||
|  |             this.dtInDate.Margin = new System.Windows.Forms.Padding(4); | ||||||
|  |             this.dtInDate.Name = "dtInDate"; | ||||||
|  |             this.dtInDate.Size = new System.Drawing.Size(319, 34); | ||||||
|  |             this.dtInDate.TabIndex = 104; | ||||||
|  |             this.dtInDate.TabStop = false; | ||||||
|  |             //  | ||||||
|  |             // btOK | ||||||
|  |             //  | ||||||
|  |             this.btOK.Dock = System.Windows.Forms.DockStyle.Right; | ||||||
|  |             this.btOK.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.btOK.Location = new System.Drawing.Point(433, 23); | ||||||
|  |             this.btOK.Name = "btOK"; | ||||||
|  |             this.btOK.Size = new System.Drawing.Size(139, 318); | ||||||
|  |             this.btOK.TabIndex = 102; | ||||||
|  |             this.btOK.Text = "등록"; | ||||||
|  |             this.btOK.UseVisualStyleBackColor = true; | ||||||
|  |             this.btOK.Click += new System.EventHandler(this.btOK_Click); | ||||||
|  |             //  | ||||||
|  |             // arLabel3 | ||||||
|  |             //  | ||||||
|  |             this.arLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231))))); | ||||||
|  |             this.arLabel3.Cursor = System.Windows.Forms.Cursors.Arrow; | ||||||
|  |             this.arLabel3.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|  |             this.arLabel3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.arLabel3.ForeColor = System.Drawing.Color.Black; | ||||||
|  |             this.arLabel3.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.arLabel3.Name = "arLabel3"; | ||||||
|  |             this.arLabel3.Size = new System.Drawing.Size(572, 23); | ||||||
|  |             this.arLabel3.TabIndex = 86; | ||||||
|  |             this.arLabel3.Text = "입고정보"; | ||||||
|  |             this.arLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
|  |             //  | ||||||
|  |             // tbSID | ||||||
|  |             //  | ||||||
|  |             this.tbSID.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbSID.Location = new System.Drawing.Point(433, 53); | ||||||
|  |             this.tbSID.Name = "tbSID"; | ||||||
|  |             this.tbSID.ReadOnly = true; | ||||||
|  |             this.tbSID.Size = new System.Drawing.Size(137, 30); | ||||||
|  |             this.tbSID.TabIndex = 108; | ||||||
|  |             this.tbSID.Text = "000000000"; | ||||||
|  |             this.tbSID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // tbSCRCF | ||||||
|  |             //  | ||||||
|  |             this.tbSCRCF.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbSCRCF.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbSCRCF.Location = new System.Drawing.Point(338, 147); | ||||||
|  |             this.tbSCRCF.Name = "tbSCRCF"; | ||||||
|  |             this.tbSCRCF.ReadOnly = true; | ||||||
|  |             this.tbSCRCF.Size = new System.Drawing.Size(232, 38); | ||||||
|  |             this.tbSCRCF.TabIndex = 112; | ||||||
|  |             //  | ||||||
|  |             // tbSC | ||||||
|  |             //  | ||||||
|  |             this.tbSC.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.tbSC.ImeMode = System.Windows.Forms.ImeMode.Hangul; | ||||||
|  |             this.tbSC.Location = new System.Drawing.Point(104, 147); | ||||||
|  |             this.tbSC.Name = "tbSC"; | ||||||
|  |             this.tbSC.ReadOnly = true; | ||||||
|  |             this.tbSC.Size = new System.Drawing.Size(232, 38); | ||||||
|  |             this.tbSC.TabIndex = 111; | ||||||
|  |             //  | ||||||
|  |             // label10 | ||||||
|  |             //  | ||||||
|  |             label10.AutoSize = true; | ||||||
|  |             label10.Location = new System.Drawing.Point(40, 171); | ||||||
|  |             label10.Name = "label10"; | ||||||
|  |             label10.Size = new System.Drawing.Size(58, 12); | ||||||
|  |             label10.TabIndex = 109; | ||||||
|  |             label10.Text = "SCR/CF#"; | ||||||
|  |             //  | ||||||
|  |             // label15 | ||||||
|  |             //  | ||||||
|  |             label15.AutoSize = true; | ||||||
|  |             label15.Location = new System.Drawing.Point(76, 152); | ||||||
|  |             label15.Name = "label15"; | ||||||
|  |             label15.Size = new System.Drawing.Size(22, 12); | ||||||
|  |             label15.TabIndex = 110; | ||||||
|  |             label15.Text = "SC"; | ||||||
|  |             //  | ||||||
|  |             // label14 | ||||||
|  |             //  | ||||||
|  |             label14.AutoSize = true; | ||||||
|  |             label14.Font = new System.Drawing.Font("맑은 고딕", 15F); | ||||||
|  |             label14.Location = new System.Drawing.Point(67, 303); | ||||||
|  |             label14.Name = "label14"; | ||||||
|  |             label14.Size = new System.Drawing.Size(38, 28); | ||||||
|  |             label14.TabIndex = 115; | ||||||
|  |             label14.Text = "PO"; | ||||||
|  |             //  | ||||||
|  |             // label7 | ||||||
|  |             //  | ||||||
|  |             label7.AutoSize = true; | ||||||
|  |             label7.Font = new System.Drawing.Font("맑은 고딕", 15F); | ||||||
|  |             label7.Location = new System.Drawing.Point(53, 221); | ||||||
|  |             label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | ||||||
|  |             label7.Name = "label7"; | ||||||
|  |             label7.Size = new System.Drawing.Size(52, 28); | ||||||
|  |             label7.TabIndex = 116; | ||||||
|  |             label7.Text = "비고"; | ||||||
|  |             //  | ||||||
|  |             // fPurchaseNR_Ipgo | ||||||
|  |             //  | ||||||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||||
|  |             this.ClientSize = new System.Drawing.Size(582, 714); | ||||||
|  |             this.Controls.Add(this.panel3); | ||||||
|  |             this.Controls.Add(this.panel2); | ||||||
|  |             this.Controls.Add(this.panel1); | ||||||
|  |             this.MaximizeBox = false; | ||||||
|  |             this.MinimizeBox = false; | ||||||
|  |             this.Name = "fPurchaseNR_Ipgo"; | ||||||
|  |             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | ||||||
|  |             this.Text = "NR 품목 입고"; | ||||||
|  |             this.Load += new System.EventHandler(this.fPurchaseCR_Ipgo_Load); | ||||||
|  |             this.panel1.ResumeLayout(false); | ||||||
|  |             this.panel1.PerformLayout(); | ||||||
|  |             this.panel2.ResumeLayout(false); | ||||||
|  |             this.panel2.PerformLayout(); | ||||||
|  |             this.panel3.ResumeLayout(false); | ||||||
|  |             this.panel3.PerformLayout(); | ||||||
|  |             this.ResumeLayout(false); | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #endregion | ||||||
|  |  | ||||||
|  |         private System.Windows.Forms.Panel panel1; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjIdx; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjSerial; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjModel; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjProcess; | ||||||
|  |         private System.Windows.Forms.TextBox tbProjOrderNo; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjMemo; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjAsset; | ||||||
|  |         private System.Windows.Forms.Label arLabel2; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjName; | ||||||
|  |         private System.Windows.Forms.TextBox tbIdx; | ||||||
|  |         private System.Windows.Forms.Panel panel2; | ||||||
|  |         private System.Windows.Forms.TextBox tbUnit; | ||||||
|  |         private System.Windows.Forms.TextBox tbModel; | ||||||
|  |         private System.Windows.Forms.Label arLabel1; | ||||||
|  |         private System.Windows.Forms.TextBox tbPumname; | ||||||
|  |         private System.Windows.Forms.TextBox textBox16; | ||||||
|  |         private System.Windows.Forms.Panel panel3; | ||||||
|  |         private System.Windows.Forms.Label arLabel3; | ||||||
|  |         private System.Windows.Forms.Button btOK; | ||||||
|  |         private System.Windows.Forms.TextBox tbInRemark; | ||||||
|  |         private System.Windows.Forms.TextBox tbInQty; | ||||||
|  |         private System.Windows.Forms.CheckBox chkInDate; | ||||||
|  |         private System.Windows.Forms.DateTimePicker dtInDate; | ||||||
|  |         private System.Windows.Forms.TextBox tbPrjStatus; | ||||||
|  |         private System.Windows.Forms.ComboBox cmbReceive; | ||||||
|  |         private System.Windows.Forms.TextBox tbInPrice; | ||||||
|  |         private System.Windows.Forms.TextBox tbPO; | ||||||
|  |         private System.Windows.Forms.TextBox tbRemarkO; | ||||||
|  |         private System.Windows.Forms.TextBox tbAmt; | ||||||
|  |         private System.Windows.Forms.TextBox tbPriceO; | ||||||
|  |         private System.Windows.Forms.TextBox tbQty; | ||||||
|  |         private System.Windows.Forms.TextBox tbSID; | ||||||
|  |         private System.Windows.Forms.TextBox tbSCRCF; | ||||||
|  |         private System.Windows.Forms.TextBox tbSC; | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										182
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										182
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,182 @@ | |||||||
|  | using System; | ||||||
|  | using System.Collections.Generic; | ||||||
|  | using System.ComponentModel; | ||||||
|  | using System.Data; | ||||||
|  | using System.Drawing; | ||||||
|  | using System.Linq; | ||||||
|  | using System.Text; | ||||||
|  | using System.Threading.Tasks; | ||||||
|  | using System.Windows.Forms; | ||||||
|  |  | ||||||
|  | namespace FEQ0000.Purchase | ||||||
|  | { | ||||||
|  |     public partial class fPurchaseEB_Ipgo : Form | ||||||
|  |     { | ||||||
|  |         int idx = -1; | ||||||
|  |         string po = string.Empty; | ||||||
|  |         public fPurchaseEB_Ipgo(int purchaseIdx,string po_) | ||||||
|  |         { | ||||||
|  |             InitializeComponent(); | ||||||
|  |             this.po = po_; | ||||||
|  |             this.idx = purchaseIdx; | ||||||
|  |             this.KeyPreview = true; | ||||||
|  |             this.KeyDown += (s1, e1) => { | ||||||
|  |                 if (e1.KeyCode == Keys.Escape) this.Close(); | ||||||
|  |             }; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         string prestatus = "PO"; | ||||||
|  |         private void fPurchaseCR_Ipgo_Load(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             //담당자목록 | ||||||
|  |             var ta = new dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||||
|  |             var dt = ta.GetByIdx(this.idx); | ||||||
|  |             if (dt == null || dt.Any() == false) | ||||||
|  |             { | ||||||
|  |                 FCOMMON.Util.MsgE("정보를 확인할 수 없습니다"); | ||||||
|  |                 this.btOK.Enabled = false; | ||||||
|  |                 return; | ||||||
|  |             } | ||||||
|  |             var dr = dt.First(); | ||||||
|  |             prestatus = dr.state; | ||||||
|  |  | ||||||
|  |             tbPumname.Text = dr.pumname; | ||||||
|  |             textBox16.Text = dr.pumidx.ToString(); | ||||||
|  |             tbModel.Text = dr.pumscale; | ||||||
|  |             tbUnit.Text = dr.pumunit; | ||||||
|  |             tbQty.Text = dr.pumqty.ToString(); | ||||||
|  |             tbPriceO.Text = dr.pumprice.ToString(); | ||||||
|  |             tbInPrice.Text = dr.pumprice.ToString(); | ||||||
|  |             tbAmt.Text = (dr.pumqty * dr.pumprice).ToString(); | ||||||
|  |             tbRemarkO.Text = dr.bigo; | ||||||
|  |             tbPO.Text = dr.po; | ||||||
|  |             if (string.IsNullOrEmpty(tbPO.Text)) tbPO.Text = this.po; | ||||||
|  |             tbSC.Text = dr.sc; | ||||||
|  |             tbSCRCF.Text = dr.orderno; | ||||||
|  |             tbSID.Text = dr.sid; | ||||||
|  |  | ||||||
|  |             //프로젝트정보 찾는다 | ||||||
|  |             var tap = new DSPrjTableAdapters.ProjectsTableAdapter(); | ||||||
|  |             var dtp = tap.GetData(dr.projectidx); | ||||||
|  |             DSPrj.ProjectsRow drp; | ||||||
|  |             if (dtp == null || dtp.Any() == false) | ||||||
|  |             { | ||||||
|  |                 drp = dtp.NewProjectsRow(); | ||||||
|  |             } | ||||||
|  |             else | ||||||
|  |             { | ||||||
|  |                 //프로젝트정보표시 | ||||||
|  |                 drp = dtp.First(); | ||||||
|  |             } | ||||||
|  |             tbPrjName.Text = drp.name; | ||||||
|  |             tbPrjAsset.Text = drp.asset; | ||||||
|  |             tbPrjStatus.Text = drp.status; | ||||||
|  |             tbPrjMemo.Text = drp.memo; | ||||||
|  |             tbProjOrderNo.Text = drp.orderno; | ||||||
|  |             tbPrjModel.Text = drp.model; | ||||||
|  |             tbPrjSerial.Text = drp.serial; | ||||||
|  |             tbPrjProcess.Text = drp.process; | ||||||
|  |             tbPrjIdx.Text = drp.idx.ToString(); | ||||||
|  |  | ||||||
|  |  | ||||||
|  |             var userList = FCOMMON.DBM.getUserList(); //.getGroupList("name", "Users", "[level] > 0 and [level] < 10"); | ||||||
|  |             foreach (var user in userList) | ||||||
|  |             { | ||||||
|  |                 this.cmbReceive.Items.Add(string.Format("[{0}] {1}", user.Key, user.Value)); | ||||||
|  |                 // this.cmbRequest.Items.Add(string.Format("[{0}] {1}", user.Key, user.Value)); | ||||||
|  |             } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |             //기존에 설정된 정보가 있다면 그것을 쓴다 | ||||||
|  |             if (dr.receive.isEmpty() == false) | ||||||
|  |             { | ||||||
|  |                 cmbReceive.Text = $"[{dr.receive}] {dr.receiveName}"; | ||||||
|  |                 if (DateTime.TryParse(dr.indate, out DateTime dtin)) | ||||||
|  |                 { | ||||||
|  |                     dtInDate.Value = dtin; | ||||||
|  |                 } | ||||||
|  |                 else dtInDate.Value = DateTime.Now; | ||||||
|  |                 chkInDate.Checked = true; | ||||||
|  |                 if (dr.IsinqtyNull()) tbInQty.Text = string.Empty; | ||||||
|  |                 else tbInQty.Text = dr.inqty.ToString(); | ||||||
|  |                 tbInRemark.Text = dr.inremark; | ||||||
|  |             } | ||||||
|  |             else | ||||||
|  |             { | ||||||
|  |                 //설정정보가 없다면 비활성화해준다 | ||||||
|  |                 cmbReceive.Text = $"[{dr.request}] {dr.requestName}";//FCOMMON.DBM.GetcurrentUserNoName(); | ||||||
|  |                 dtInDate.Value = DateTime.Now; | ||||||
|  |                 chkInDate.Checked = false; | ||||||
|  |                 tbInQty.Text = dr.pumqty.ToString(); | ||||||
|  |                 chkInDate_CheckedChanged(null, null); | ||||||
|  |             } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void btOK_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             if (chkInDate.Checked && cmbReceive.SelectedIndex < 0) | ||||||
|  |             { | ||||||
|  |                 FCOMMON.Util.MsgE("수령인을 선택하세요"); | ||||||
|  |                 cmbReceive.Focus(); | ||||||
|  |                 return; | ||||||
|  |             } | ||||||
|  |             var ta = new dsPurchaseTableAdapters.PurchaseTableAdapter (); | ||||||
|  |             var dr = ta.GetByIdx(this.idx).First(); | ||||||
|  |             if (chkInDate.Checked == false) | ||||||
|  |             { | ||||||
|  |                 dr.indate = string.Empty; | ||||||
|  |                 dr.receive = string.Empty; | ||||||
|  |                 //  dr.receiveName = string.Empty; | ||||||
|  |                 dr.inqty = 0; | ||||||
|  |                 dr.inremark = string.Empty; | ||||||
|  |                 if (prestatus == "Received") dr.state = "---"; | ||||||
|  |                 else dr.state = prestatus; | ||||||
|  |             } | ||||||
|  |             else | ||||||
|  |             { | ||||||
|  |                 dr.indate = dtInDate.Value.ToShortDateString(); | ||||||
|  |                 dr.receive = cmbReceive.Text.Substring(1, cmbReceive.Text.IndexOf("]") - 1); | ||||||
|  |                 // dr.receiveName = cmbReceive.Text.Substring(cmbReceive.Text.IndexOf("]") + 1).Trim();                 | ||||||
|  |                 if (int.TryParse(tbInQty.Text, out int qty) == false) | ||||||
|  |                 { | ||||||
|  |                     FCOMMON.Util.MsgE("수량을 확인하세요"); | ||||||
|  |                     tbInQty.Text = tbQty.Text.Trim(); | ||||||
|  |                     tbInQty.Focus(); | ||||||
|  |                     tbInQty.SelectAll(); | ||||||
|  |                     return; | ||||||
|  |                 } | ||||||
|  |                 else | ||||||
|  |                 { | ||||||
|  |                     if (qty > int.Parse(tbQty.Text)) | ||||||
|  |                     { | ||||||
|  |                         if (FCOMMON.Util.MsgQ("입고수량이 주문수량보다 많습니다 입력 할까요?") != DialogResult.Yes) | ||||||
|  |                             return; | ||||||
|  |                     } | ||||||
|  |                     dr.inqty = qty; | ||||||
|  |                 } | ||||||
|  |                 dr.state = "Received"; | ||||||
|  |                 dr.inremark = tbInRemark.Text.Trim(); | ||||||
|  |             } | ||||||
|  |             dr.windate = DateTime.Now; | ||||||
|  |             dr.winuid = FCOMMON.info.Login.no; | ||||||
|  |             dr.po = this.tbPO.Text.Trim(); | ||||||
|  |             dr.EndEdit(); | ||||||
|  |             var cnt = ta.Update(dr); | ||||||
|  |             DialogResult = DialogResult.OK; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void chkInDate_CheckedChanged(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             dtInDate.Enabled = chkInDate.Checked; | ||||||
|  |             cmbReceive.Enabled = chkInDate.Checked; | ||||||
|  |             tbInQty.Enabled = chkInDate.Checked; | ||||||
|  |             tbInRemark.Enabled = chkInDate.Checked; | ||||||
|  |             //if (chkInDate.Checked == false) | ||||||
|  |             //    cmbReceive.SelectedIndex = -1; | ||||||
|  |             //else cmbReceive.Text = FCOMMON.DBM.GetcurrentUserNoName(); | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										195
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										195
									
								
								SubProject/FEQ0000/PurchaseEB/fPurchaseEB_Ipgo.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,195 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <root> | ||||||
|  |   <!--  | ||||||
|  |     Microsoft ResX Schema  | ||||||
|  |      | ||||||
|  |     Version 2.0 | ||||||
|  |      | ||||||
|  |     The primary goals of this format is to allow a simple XML format  | ||||||
|  |     that is mostly human readable. The generation and parsing of the  | ||||||
|  |     various data types are done through the TypeConverter classes  | ||||||
|  |     associated with the data types. | ||||||
|  |      | ||||||
|  |     Example: | ||||||
|  |      | ||||||
|  |     ... ado.net/XML headers & schema ... | ||||||
|  |     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||||
|  |     <resheader name="version">2.0</resheader> | ||||||
|  |     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||||
|  |     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||||
|  |     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||||
|  |     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||||
|  |     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||||
|  |         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||||
|  |     </data> | ||||||
|  |     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||||
|  |         <comment>This is a comment</comment> | ||||||
|  |     </data> | ||||||
|  |                  | ||||||
|  |     There are any number of "resheader" rows that contain simple  | ||||||
|  |     name/value pairs. | ||||||
|  |      | ||||||
|  |     Each data row contains a name, and value. The row also contains a  | ||||||
|  |     type or mimetype. Type corresponds to a .NET class that support  | ||||||
|  |     text/value conversion through the TypeConverter architecture.  | ||||||
|  |     Classes that don't support this are serialized and stored with the  | ||||||
|  |     mimetype set. | ||||||
|  |      | ||||||
|  |     The mimetype is used for serialized objects, and tells the  | ||||||
|  |     ResXResourceReader how to depersist the object. This is currently not  | ||||||
|  |     extensible. For a given mimetype the value must be set accordingly: | ||||||
|  |      | ||||||
|  |     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||||
|  |     that the ResXResourceWriter will generate, however the reader can  | ||||||
|  |     read any of the formats listed below. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.binary.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.soap.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |  | ||||||
|  |     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||||
|  |     value   : The object must be serialized into a byte array  | ||||||
|  |             : using a System.ComponentModel.TypeConverter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |     --> | ||||||
|  |   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||||
|  |     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||||
|  |     <xsd:element name="root" msdata:IsDataSet="true"> | ||||||
|  |       <xsd:complexType> | ||||||
|  |         <xsd:choice maxOccurs="unbounded"> | ||||||
|  |           <xsd:element name="metadata"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="assembly"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:attribute name="alias" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="data"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="resheader"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |         </xsd:choice> | ||||||
|  |       </xsd:complexType> | ||||||
|  |     </xsd:element> | ||||||
|  |   </xsd:schema> | ||||||
|  |   <resheader name="resmimetype"> | ||||||
|  |     <value>text/microsoft-resx</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="version"> | ||||||
|  |     <value>2.0</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="reader"> | ||||||
|  |     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="writer"> | ||||||
|  |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label12.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label11.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label5.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label9.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="assetLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="nameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label16.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label20.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label8.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="receiveLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label13.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label6.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label10.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label14.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label7.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label10.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label14.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="label7.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|  |     <value>False</value> | ||||||
|  |   </metadata> | ||||||
|  | </root> | ||||||
							
								
								
									
										183
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										183
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,183 @@ | |||||||
|  | namespace FEQ0000.Purchase | ||||||
|  | { | ||||||
|  |     partial class rPurchaseEB | ||||||
|  |     { | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required designer variable. | ||||||
|  |         /// </summary> | ||||||
|  |         private System.ComponentModel.IContainer components = null; | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Clean up any resources being used. | ||||||
|  |         /// </summary> | ||||||
|  |         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||||
|  |         protected override void Dispose(bool disposing) | ||||||
|  |         { | ||||||
|  |             if (disposing && (components != null)) | ||||||
|  |             { | ||||||
|  |                 components.Dispose(); | ||||||
|  |             } | ||||||
|  |             base.Dispose(disposing); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #region Windows Form Designer generated code | ||||||
|  |  | ||||||
|  |         /// <summary> | ||||||
|  |         /// Required method for Designer support - do not modify | ||||||
|  |         /// the contents of this method with the code editor. | ||||||
|  |         /// </summary> | ||||||
|  |         private void InitializeComponent() | ||||||
|  |         { | ||||||
|  |             Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource(); | ||||||
|  |             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rPurchaseNR)); | ||||||
|  |             this.rpv1 = new Microsoft.Reporting.WinForms.ReportViewer(); | ||||||
|  |             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||||
|  |             this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter(); | ||||||
|  |             this.toolStrip1 = new System.Windows.Forms.ToolStrip(); | ||||||
|  |             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.dtSD = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.dtED = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.cmbReport = new System.Windows.Forms.ToolStripComboBox(); | ||||||
|  |             this.btSearch = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|  |             this.toolStrip1.SuspendLayout(); | ||||||
|  |             this.SuspendLayout(); | ||||||
|  |             //  | ||||||
|  |             // rpv1 | ||||||
|  |             //  | ||||||
|  |             this.rpv1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|  |             reportDataSource1.Name = "DataSet1"; | ||||||
|  |             reportDataSource1.Value = null; | ||||||
|  |             this.rpv1.LocalReport.DataSources.Add(reportDataSource1); | ||||||
|  |             this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Purchase.Rpt_Purchase.rdlc"; | ||||||
|  |             this.rpv1.Location = new System.Drawing.Point(0, 25); | ||||||
|  |             this.rpv1.Name = "rpv1"; | ||||||
|  |             this.rpv1.ServerReport.BearerToken = null; | ||||||
|  |             this.rpv1.Size = new System.Drawing.Size(723, 492); | ||||||
|  |             this.rpv1.TabIndex = 0; | ||||||
|  |             this.rpv1.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.FullPage; | ||||||
|  |             //  | ||||||
|  |             // dsPurchase | ||||||
|  |             //  | ||||||
|  |             this.dsPurchase.DataSetName = "dsPurchase"; | ||||||
|  |             this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||||
|  |             //  | ||||||
|  |             // ta | ||||||
|  |             //  | ||||||
|  |             this.ta.ClearBeforeFill = true; | ||||||
|  |             //  | ||||||
|  |             // toolStrip1 | ||||||
|  |             //  | ||||||
|  |             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||||
|  |             this.toolStripLabel1, | ||||||
|  |             this.dtSD, | ||||||
|  |             this.toolStripLabel4, | ||||||
|  |             this.toolStripLabel2, | ||||||
|  |             this.dtED, | ||||||
|  |             this.toolStripLabel3, | ||||||
|  |             this.cmbReport, | ||||||
|  |             this.btSearch}); | ||||||
|  |             this.toolStrip1.Location = new System.Drawing.Point(0, 0); | ||||||
|  |             this.toolStrip1.Name = "toolStrip1"; | ||||||
|  |             this.toolStrip1.Size = new System.Drawing.Size(723, 25); | ||||||
|  |             this.toolStrip1.TabIndex = 4; | ||||||
|  |             this.toolStrip1.Text = "toolStrip1"; | ||||||
|  |             //  | ||||||
|  |             // toolStripLabel1 | ||||||
|  |             //  | ||||||
|  |             this.toolStripLabel1.Name = "toolStripLabel1"; | ||||||
|  |             this.toolStripLabel1.Size = new System.Drawing.Size(32, 22); | ||||||
|  |             this.toolStripLabel1.Text = "Start"; | ||||||
|  |             //  | ||||||
|  |             // dtSD | ||||||
|  |             //  | ||||||
|  |             this.dtSD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||||
|  |             this.dtSD.Font = new System.Drawing.Font("맑은 고딕", 9F); | ||||||
|  |             this.dtSD.Name = "dtSD"; | ||||||
|  |             this.dtSD.Size = new System.Drawing.Size(100, 25); | ||||||
|  |             this.dtSD.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // toolStripLabel4 | ||||||
|  |             //  | ||||||
|  |             this.toolStripLabel4.Name = "toolStripLabel4"; | ||||||
|  |             this.toolStripLabel4.Size = new System.Drawing.Size(15, 22); | ||||||
|  |             this.toolStripLabel4.Text = "~"; | ||||||
|  |             //  | ||||||
|  |             // toolStripLabel2 | ||||||
|  |             //  | ||||||
|  |             this.toolStripLabel2.Name = "toolStripLabel2"; | ||||||
|  |             this.toolStripLabel2.Size = new System.Drawing.Size(27, 22); | ||||||
|  |             this.toolStripLabel2.Text = "End"; | ||||||
|  |             //  | ||||||
|  |             // dtED | ||||||
|  |             //  | ||||||
|  |             this.dtED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||||
|  |             this.dtED.Font = new System.Drawing.Font("맑은 고딕", 9F); | ||||||
|  |             this.dtED.Name = "dtED"; | ||||||
|  |             this.dtED.Size = new System.Drawing.Size(100, 25); | ||||||
|  |             this.dtED.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
|  |             //  | ||||||
|  |             // toolStripLabel3 | ||||||
|  |             //  | ||||||
|  |             this.toolStripLabel3.Name = "toolStripLabel3"; | ||||||
|  |             this.toolStripLabel3.Size = new System.Drawing.Size(42, 22); | ||||||
|  |             this.toolStripLabel3.Text = "Report"; | ||||||
|  |             //  | ||||||
|  |             // cmbReport | ||||||
|  |             //  | ||||||
|  |             this.cmbReport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||||
|  |             this.cmbReport.Items.AddRange(new object[] { | ||||||
|  |             "User - Month", | ||||||
|  |             "Process - Month", | ||||||
|  |             "Project - Month"}); | ||||||
|  |             this.cmbReport.Name = "cmbReport"; | ||||||
|  |             this.cmbReport.Size = new System.Drawing.Size(121, 25); | ||||||
|  |             //  | ||||||
|  |             // btSearch | ||||||
|  |             //  | ||||||
|  |             this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image"))); | ||||||
|  |             this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta; | ||||||
|  |             this.btSearch.Name = "btSearch"; | ||||||
|  |             this.btSearch.Size = new System.Drawing.Size(81, 22); | ||||||
|  |             this.btSearch.Text = "Refresh(&R)"; | ||||||
|  |             this.btSearch.Click += new System.EventHandler(this.btSearch_Click); | ||||||
|  |             //  | ||||||
|  |             // rPurchaseNR | ||||||
|  |             //  | ||||||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||||
|  |             this.ClientSize = new System.Drawing.Size(723, 517); | ||||||
|  |             this.Controls.Add(this.rpv1); | ||||||
|  |             this.Controls.Add(this.toolStrip1); | ||||||
|  |             this.Name = "rPurchaseNR"; | ||||||
|  |             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | ||||||
|  |             this.Text = "NR 구매 집계표"; | ||||||
|  |             this.Load += new System.EventHandler(this.rPurchase_Load); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); | ||||||
|  |             this.toolStrip1.ResumeLayout(false); | ||||||
|  |             this.toolStrip1.PerformLayout(); | ||||||
|  |             this.ResumeLayout(false); | ||||||
|  |             this.PerformLayout(); | ||||||
|  |  | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         #endregion | ||||||
|  |  | ||||||
|  |         private Microsoft.Reporting.WinForms.ReportViewer rpv1; | ||||||
|  |         private dsPurchase dsPurchase; | ||||||
|  |         private dsPurchaseTableAdapters.PurchaseTableAdapter ta; | ||||||
|  |         private System.Windows.Forms.ToolStrip toolStrip1; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel toolStripLabel1; | ||||||
|  |         private System.Windows.Forms.ToolStripTextBox dtSD; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel toolStripLabel4; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel toolStripLabel2; | ||||||
|  |         private System.Windows.Forms.ToolStripTextBox dtED; | ||||||
|  |         private System.Windows.Forms.ToolStripButton btSearch; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel toolStripLabel3; | ||||||
|  |         private System.Windows.Forms.ToolStripComboBox cmbReport; | ||||||
|  |  | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										83
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | |||||||
|  | using System; | ||||||
|  | using System.Collections.Generic; | ||||||
|  | using System.ComponentModel; | ||||||
|  | using System.Data; | ||||||
|  | using System.Drawing; | ||||||
|  | using System.Linq; | ||||||
|  | using System.Text; | ||||||
|  | using System.Windows.Forms; | ||||||
|  |  | ||||||
|  | namespace FEQ0000.Purchase | ||||||
|  | { | ||||||
|  |     public partial class rPurchaseEB : Form | ||||||
|  |     { | ||||||
|  |         public rPurchaseEB() | ||||||
|  |         { | ||||||
|  |             InitializeComponent(); | ||||||
|  |             Properties.Settings.Default["gwcs"] = FCOMMON.info.CS; | ||||||
|  |             Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void rPurchase_Load(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             this.dtSD.Text = DateTime.Now.Year.ToString("0000") + "-01-01"; | ||||||
|  |             this.dtED.Text = DateTime.Now.Year.ToString("0000") + "-12-31"; | ||||||
|  |  | ||||||
|  |             this.rpv1.PageCountMode = Microsoft.Reporting.WinForms.PageCountMode.Actual; | ||||||
|  |             this.rpv1.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.FullPage; | ||||||
|  |             //this.rpv1.DisplayMode = Microsoft.Reporting.WinForms.DisplayMode.PrintLayout; | ||||||
|  |             this.cmbReport.SelectedIndex = 0; | ||||||
|  |  | ||||||
|  |             //refreshData(); | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         private void btSearch_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             refreshData(); | ||||||
|  |         } | ||||||
|  |         void refreshData() | ||||||
|  |         { | ||||||
|  |             this.ta.FillByDateExceptCR(this.dsPurchase.Purchase, dtSD.Text, dtED.Text,FCOMMON.info.Login.gcode); | ||||||
|  |  | ||||||
|  |             //Set DataSource | ||||||
|  |             Microsoft.Reporting.WinForms.ReportDataSource DsEQ = new Microsoft.Reporting.WinForms.ReportDataSource(); | ||||||
|  |             DsEQ.Name = "DataSet1"; | ||||||
|  |             DsEQ.Value = this.dsPurchase.Purchase; | ||||||
|  |  | ||||||
|  |             switch (this.cmbReport.SelectedIndex) | ||||||
|  |             { | ||||||
|  |                 case 0: //사용자 - 월 | ||||||
|  |                     this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Purchase.Rpt_Purchase.rdlc"; | ||||||
|  |                     break; | ||||||
|  |                 case 1: //공정 - 월 | ||||||
|  |                     this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Purchase.Rpt_PurchasePrc.rdlc"; | ||||||
|  |                     break; | ||||||
|  |                 case 2: //프로젝트 - 월 | ||||||
|  |                     //비고를 짤라서 처리해야한다. | ||||||
|  |                     foreach(dsPurchase.PurchaseRow dr in dsPurchase.Purchase) | ||||||
|  |                     { | ||||||
|  |                         if (dr.IsbigoNull()) dr.bigo = string.Empty; | ||||||
|  |                         else | ||||||
|  |                         { | ||||||
|  |                             dr.bigo = dr.bigo.Split('/')[0].Trim(); | ||||||
|  |                         } | ||||||
|  |                         if(dr.projectidx == -1) | ||||||
|  |                         { | ||||||
|  |                             dr.state = "비 프로젝트"; | ||||||
|  |                         } | ||||||
|  |                         else | ||||||
|  |                         { | ||||||
|  |                             dr.state = "프로젝트"; | ||||||
|  |                         } | ||||||
|  |                         if (dr.bigo.isEmpty()) dr.bigo = "(없음)"; | ||||||
|  |                     } | ||||||
|  |                     dsPurchase.Purchase.AcceptChanges(); | ||||||
|  |                     this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.Purchase.Rpt_PurchasePrj.rdlc"; | ||||||
|  |                     break; | ||||||
|  |             } | ||||||
|  |             this.rpv1.LocalReport.DataSources.Clear(); | ||||||
|  |             this.rpv1.LocalReport.DataSources.Add(DsEQ); | ||||||
|  |             this.rpv1.RefreshReport(); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										141
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.resx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										141
									
								
								SubProject/FEQ0000/PurchaseEB/rPurchaseEB.resx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,141 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <root> | ||||||
|  |   <!--  | ||||||
|  |     Microsoft ResX Schema  | ||||||
|  |      | ||||||
|  |     Version 2.0 | ||||||
|  |      | ||||||
|  |     The primary goals of this format is to allow a simple XML format  | ||||||
|  |     that is mostly human readable. The generation and parsing of the  | ||||||
|  |     various data types are done through the TypeConverter classes  | ||||||
|  |     associated with the data types. | ||||||
|  |      | ||||||
|  |     Example: | ||||||
|  |      | ||||||
|  |     ... ado.net/XML headers & schema ... | ||||||
|  |     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||||
|  |     <resheader name="version">2.0</resheader> | ||||||
|  |     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||||
|  |     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||||
|  |     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||||
|  |     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||||
|  |     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||||
|  |         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||||
|  |     </data> | ||||||
|  |     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||||
|  |         <comment>This is a comment</comment> | ||||||
|  |     </data> | ||||||
|  |                  | ||||||
|  |     There are any number of "resheader" rows that contain simple  | ||||||
|  |     name/value pairs. | ||||||
|  |      | ||||||
|  |     Each data row contains a name, and value. The row also contains a  | ||||||
|  |     type or mimetype. Type corresponds to a .NET class that support  | ||||||
|  |     text/value conversion through the TypeConverter architecture.  | ||||||
|  |     Classes that don't support this are serialized and stored with the  | ||||||
|  |     mimetype set. | ||||||
|  |      | ||||||
|  |     The mimetype is used for serialized objects, and tells the  | ||||||
|  |     ResXResourceReader how to depersist the object. This is currently not  | ||||||
|  |     extensible. For a given mimetype the value must be set accordingly: | ||||||
|  |      | ||||||
|  |     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||||
|  |     that the ResXResourceWriter will generate, however the reader can  | ||||||
|  |     read any of the formats listed below. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.binary.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |      | ||||||
|  |     mimetype: application/x-microsoft.net.object.soap.base64 | ||||||
|  |     value   : The object must be serialized with  | ||||||
|  |             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |  | ||||||
|  |     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||||
|  |     value   : The object must be serialized into a byte array  | ||||||
|  |             : using a System.ComponentModel.TypeConverter | ||||||
|  |             : and then encoded with base64 encoding. | ||||||
|  |     --> | ||||||
|  |   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||||
|  |     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | ||||||
|  |     <xsd:element name="root" msdata:IsDataSet="true"> | ||||||
|  |       <xsd:complexType> | ||||||
|  |         <xsd:choice maxOccurs="unbounded"> | ||||||
|  |           <xsd:element name="metadata"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" use="required" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="assembly"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:attribute name="alias" type="xsd:string" /> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="data"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | ||||||
|  |               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||||
|  |               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||||
|  |               <xsd:attribute ref="xml:space" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |           <xsd:element name="resheader"> | ||||||
|  |             <xsd:complexType> | ||||||
|  |               <xsd:sequence> | ||||||
|  |                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||||
|  |               </xsd:sequence> | ||||||
|  |               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||||
|  |             </xsd:complexType> | ||||||
|  |           </xsd:element> | ||||||
|  |         </xsd:choice> | ||||||
|  |       </xsd:complexType> | ||||||
|  |     </xsd:element> | ||||||
|  |   </xsd:schema> | ||||||
|  |   <resheader name="resmimetype"> | ||||||
|  |     <value>text/microsoft-resx</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="version"> | ||||||
|  |     <value>2.0</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="reader"> | ||||||
|  |     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <resheader name="writer"> | ||||||
|  |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|  |   </resheader> | ||||||
|  |   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>17, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>131, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>193, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||||||
|  |   <data name="btSearch.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|  |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE4SURBVDhPtZPPasJAEMbzPn0FwWA92JtP4NGKB1/DP7ei | ||||||
|  |         QSsovkChh7ZBrCfpyR4sikopUgq9StFzM/UbZ5asSS4FfzAkO7vft5udiZMEnSBpk5dhFJmncjdHxXaG | ||||||
|  |         A+9K4SbFT1luEwQBbXavVO5d0nI3ovnW5yeiMriiu+kt5asXbABEdgRigAUQDr+aHLU3lxoLl/yPJhvF | ||||||
|  |         GsiYJ/vPdX5qPK3bVJ25VFukafztGQNsKHJ791I3w+8KcpNth8XDz5YxACI/gsR1J8sTYcO4UIzwv1gG | ||||||
|  |         cTshgJ5IT8hChTMHsHi+v+fvffmxywVwN2FDkdsGEOK2ceu4feQ0tDqKyKMGqDfqjvprLzyswuX7Tf4E | ||||||
|  |         dBo6zn/3OB7XHovRyuhQ6+hhYKA9DpL+A1keRebNAhkaJH0OHOcP031C4EjYr6wAAAAASUVORK5CYII= | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  | </root> | ||||||
							
								
								
									
										5128
									
								
								SubProject/FEQ0000/dsPurchase.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5128
									
								
								SubProject/FEQ0000/dsPurchase.Designer.cs
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -991,6 +991,436 @@ GROUP BY purchase_admin</CommandText> | |||||||
|               </DbSource> |               </DbSource> | ||||||
|             </Sources> |             </Sources> | ||||||
|           </TableAdapter> |           </TableAdapter> | ||||||
|  |           <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EETGW_PurchaseEBTableAdapter" GeneratorDataComponentClassName="EETGW_PurchaseEBTableAdapter" Name="EETGW_PurchaseEB" UserDataComponentName="EETGW_PurchaseEBTableAdapter"> | ||||||
|  |             <MainSource> | ||||||
|  |               <DbSource ConnectionRef="gwcs (Settings)" DbObjectName="EE.dbo.EETGW_PurchaseEB" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill"> | ||||||
|  |                 <DeleteCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||||
|  |                     <CommandText>DELETE FROM [EETGW_PurchaseEB] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_process)) AND ((@IsNull_receive = 1 AND [receive] IS NULL) OR ([receive] = @Original_receive)) AND ((@IsNull_sc = 1 AND [sc] IS NULL) OR ([sc] = @Original_sc)) AND ((@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) AND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNull_pumname = 1 AND [pumname] IS NULL) OR ([pumname] = @Original_pumname)) AND ((@IsNull_pumscale = 1 AND [pumscale] IS NULL) OR ([pumscale] = @Original_pumscale)) AND ((@IsNull_pumunit = 1 AND [pumunit] IS NULL) OR ([pumunit] = @Original_pumunit)) AND ((@IsNull_pumqty = 1 AND [pumqty] IS NULL) OR ([pumqty] = @Original_pumqty)) AND ((@IsNull_pumprice = 1 AND [pumprice] IS NULL) OR ([pumprice] = @Original_pumprice)) AND ((@IsNull_pumamt = 1 AND [pumamt] IS NULL) OR ([pumamt] = @Original_pumamt)) AND ((@IsNull_supply = 1 AND [supply] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_supplyidx = 1 AND [supplyidx] IS NULL) OR ([supplyidx] = @Original_supplyidx)) AND ((@IsNull_projectidx = 1 AND [projectidx] IS NULL) OR ([projectidx] = @Original_projectidx)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Original_import)) AND ((@IsNull_pumidx = 1 AND [pumidx] IS NULL) OR ([pumidx] = @Original_pumidx)) AND ((@IsNull_isdel = 1 AND [isdel] IS NULL) OR ([isdel] = @Original_isdel)) AND ((@IsNull_bigo = 1 AND [bigo] IS NULL) OR ([bigo] = @Original_bigo)) AND ((@IsNull_manuproc = 1 AND [manuproc] IS NULL) OR ([manuproc] = @Original_manuproc)) AND ((@IsNull_orderno = 1 AND [orderno] IS NULL) OR ([orderno] = @Original_orderno)) AND ([gcode] = @Original_gcode) AND ((@IsNull_place = 1 AND [place] IS NULL) OR ([place] = @Original_place)) AND ((@IsNull_inqty = 1 AND [inqty] IS NULL) OR ([inqty] = @Original_inqty)) AND ((@IsNull_pumpriceD = 1 AND [pumpriceD] IS NULL) OR ([pumpriceD] = @Original_pumpriceD)) AND ((@IsNull_inremark = 1 AND [inremark] IS NULL) OR ([inremark] = @Original_inremark)) AND ((@IsNull_winuid = 1 AND [winuid] IS NULL) OR ([winuid] = @Original_winuid)) AND ((@IsNull_windate = 1 AND [windate] IS NULL) OR ([windate] = @Original_windate)) AND ((@IsNull_chk1 = 1 AND [chk1] IS NULL) OR ([chk1] = @Original_chk1)) AND ((@IsNull_chk2 = 1 AND [chk2] IS NULL) OR ([chk2] = @Original_chk2)) AND ((@IsNull_costcenter = 1 AND [costcenter] IS NULL) OR ([costcenter] = @Original_costcenter)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_pumqtyReq = 1 AND [pumqtyReq] IS NULL) OR ([pumqtyReq] = @Original_pumqtyReq)) AND ((@IsNull_chkremark = 1 AND [chkremark] IS NULL) OR ([chkremark] = @Original_chkremark)) AND ((@IsNull_purchase_manager = 1 AND [purchase_manager] IS NULL) OR ([purchase_manager] = @Original_purchase_manager)) AND ((@IsNull_purchase_admin = 1 AND [purchase_admin] IS NULL) OR ([purchase_admin] = @Original_purchase_admin)) AND ((@IsNull_currency = 1 AND [currency] IS NULL) OR ([currency] = @Original_currency)))</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_process" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_receive" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_receive" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_sc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_request" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_request" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_sid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pumname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumscale" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pumscale" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumunit" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pumunit" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumprice" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumprice" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumamt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumamt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_supply" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_supply" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_asset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_asset" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_edate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_edate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dept" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_dept" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_import" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_isdel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_isdel" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_bigo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manuproc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_manuproc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_orderno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_place" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_place" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumpriceD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumpriceD" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_inremark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_inremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_winuid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_winuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_windate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_windate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chk1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_chk1" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chk2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_chk2" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_costcenter" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_costcenter" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chkremark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_chkremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchase_manager" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_purchase_manager" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchase_admin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_purchase_admin" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_currency" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_currency" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </DeleteCommand> | ||||||
|  |                 <InsertCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||||
|  |                     <CommandText>INSERT INTO [EETGW_PurchaseEB] ([pdate], [state], [process], [receive], [sc], [request], [sid], [pumname], [pumscale], [pumunit], [pumqty], [pumprice], [pumamt], [supply], [supplyidx], [project], [projectidx], [asset], [edate], [indate], [po], [dept], [wuid], [wdate], [import], [pumidx], [isdel], [bigo], [manuproc], [orderno], [gcode], [place], [inqty], [pumpriceD], [inremark], [winuid], [windate], [chk1], [chk2], [costcenter], [linecode], [pumqtyReq], [chkremark], [purchase_manager], [purchase_admin], [currency]) VALUES (@pdate, @state, @process, @receive, @sc, @request, @sid, @pumname, @pumscale, @pumunit, @pumqty, @pumprice, @pumamt, @supply, @supplyidx, @project, @projectidx, @asset, @edate, @indate, @po, @dept, @wuid, @wdate, @import, @pumidx, @isdel, @bigo, @manuproc, @orderno, @gcode, @place, @inqty, @pumpriceD, @inremark, @winuid, @windate, @chk1, @chk2, @costcenter, @linecode, @pumqtyReq, @chkremark, @purchase_manager, @purchase_admin, @currency); | ||||||
|  | SELECT idx, pdate, state, process, receive, dbo.getUserName(receive) AS receiveName, sc, request, dbo.getUserName(request) AS requestName, sid, pumname, pumscale, pumunit, pumqty, pumprice, pumamt, supply, supplyidx, project, projectidx, asset, edate, indate, po, dept, wuid, wdate, import, pumidx, isdel, bigo, manuproc, orderno, gcode, place, inqty, pumpriceD, inremark, winuid, windate, chk1, chk2, costcenter, linecode, pumqtyReq, chkremark, purchase_manager, purchase_admin, currency FROM EETGW_PurchaseEB WHERE (idx = SCOPE_IDENTITY()) ORDER BY pdate DESC, idx DESC</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@state" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@receive" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@sc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@request" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@sid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pumname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pumscale" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pumunit" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumprice" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumamt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@supply" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@project" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="project" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@asset" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@edate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@dept" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isdel" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@bigo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@manuproc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@orderno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@place" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumpriceD" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@inremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@winuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@windate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@chk1" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@chk2" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@costcenter" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@chkremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@purchase_manager" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@purchase_admin" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@currency" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </InsertCommand> | ||||||
|  |                 <SelectCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||||
|  |                     <CommandText>SELECT  idx, pdate, state, process, receive, dbo.getUserName(receive) AS receiveName, sc, request, dbo.getUserName(request) AS requestName, sid, pumname, pumscale, pumunit, pumqty,  | ||||||
|  |                pumprice, pumamt, supply, supplyidx, project, projectidx, asset, edate, indate, po, dept, wuid, wdate, import, pumidx, isdel, bigo, manuproc, orderno, gcode, place, inqty, pumpriceD, inremark,  | ||||||
|  |                winuid, windate, chk1, chk2, costcenter, linecode, pumqtyReq, chkremark, purchase_manager, purchase_admin, currency | ||||||
|  | FROM     EETGW_PurchaseEB | ||||||
|  | WHERE  (ISNULL(isdel, 0) = 0) AND (gcode = @gcode) | ||||||
|  | ORDER BY pdate DESC, idx DESC</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </SelectCommand> | ||||||
|  |                 <UpdateCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||||
|  |                     <CommandText>UPDATE [EETGW_PurchaseEB] SET [pdate] = @pdate, [state] = @state, [process] = @process, [receive] = @receive, [sc] = @sc, [request] = @request, [sid] = @sid, [pumname] = @pumname, [pumscale] = @pumscale, [pumunit] = @pumunit, [pumqty] = @pumqty, [pumprice] = @pumprice, [pumamt] = @pumamt, [supply] = @supply, [supplyidx] = @supplyidx, [project] = @project, [projectidx] = @projectidx, [asset] = @asset, [edate] = @edate, [indate] = @indate, [po] = @po, [dept] = @dept, [wuid] = @wuid, [wdate] = @wdate, [import] = @import, [pumidx] = @pumidx, [isdel] = @isdel, [bigo] = @bigo, [manuproc] = @manuproc, [orderno] = @orderno, [gcode] = @gcode, [place] = @place, [inqty] = @inqty, [pumpriceD] = @pumpriceD, [inremark] = @inremark, [winuid] = @winuid, [windate] = @windate, [chk1] = @chk1, [chk2] = @chk2, [costcenter] = @costcenter, [linecode] = @linecode, [pumqtyReq] = @pumqtyReq, [chkremark] = @chkremark, [purchase_manager] = @purchase_manager, [purchase_admin] = @purchase_admin, [currency] = @currency WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_process)) AND ((@IsNull_receive = 1 AND [receive] IS NULL) OR ([receive] = @Original_receive)) AND ((@IsNull_sc = 1 AND [sc] IS NULL) OR ([sc] = @Original_sc)) AND ((@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) AND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNull_pumname = 1 AND [pumname] IS NULL) OR ([pumname] = @Original_pumname)) AND ((@IsNull_pumscale = 1 AND [pumscale] IS NULL) OR ([pumscale] = @Original_pumscale)) AND ((@IsNull_pumunit = 1 AND [pumunit] IS NULL) OR ([pumunit] = @Original_pumunit)) AND ((@IsNull_pumqty = 1 AND [pumqty] IS NULL) OR ([pumqty] = @Original_pumqty)) AND ((@IsNull_pumprice = 1 AND [pumprice] IS NULL) OR ([pumprice] = @Original_pumprice)) AND ((@IsNull_pumamt = 1 AND [pumamt] IS NULL) OR ([pumamt] = @Original_pumamt)) AND ((@IsNull_supply = 1 AND [supply] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_supplyidx = 1 AND [supplyidx] IS NULL) OR ([supplyidx] = @Original_supplyidx)) AND ((@IsNull_projectidx = 1 AND [projectidx] IS NULL) OR ([projectidx] = @Original_projectidx)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_dept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Original_import)) AND ((@IsNull_pumidx = 1 AND [pumidx] IS NULL) OR ([pumidx] = @Original_pumidx)) AND ((@IsNull_isdel = 1 AND [isdel] IS NULL) OR ([isdel] = @Original_isdel)) AND ((@IsNull_bigo = 1 AND [bigo] IS NULL) OR ([bigo] = @Original_bigo)) AND ((@IsNull_manuproc = 1 AND [manuproc] IS NULL) OR ([manuproc] = @Original_manuproc)) AND ((@IsNull_orderno = 1 AND [orderno] IS NULL) OR ([orderno] = @Original_orderno)) AND ([gcode] = @Original_gcode) AND ((@IsNull_place = 1 AND [place] IS NULL) OR ([place] = @Original_place)) AND ((@IsNull_inqty = 1 AND [inqty] IS NULL) OR ([inqty] = @Original_inqty)) AND ((@IsNull_pumpriceD = 1 AND [pumpriceD] IS NULL) OR ([pumpriceD] = @Original_pumpriceD)) AND ((@IsNull_inremark = 1 AND [inremark] IS NULL) OR ([inremark] = @Original_inremark)) AND ((@IsNull_winuid = 1 AND [winuid] IS NULL) OR ([winuid] = @Original_winuid)) AND ((@IsNull_windate = 1 AND [windate] IS NULL) OR ([windate] = @Original_windate)) AND ((@IsNull_chk1 = 1 AND [chk1] IS NULL) OR ([chk1] = @Original_chk1)) AND ((@IsNull_chk2 = 1 AND [chk2] IS NULL) OR ([chk2] = @Original_chk2)) AND ((@IsNull_costcenter = 1 AND [costcenter] IS NULL) OR ([costcenter] = @Original_costcenter)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_pumqtyReq = 1 AND [pumqtyReq] IS NULL) OR ([pumqtyReq] = @Original_pumqtyReq)) AND ((@IsNull_chkremark = 1 AND [chkremark] IS NULL) OR ([chkremark] = @Original_chkremark)) AND ((@IsNull_purchase_manager = 1 AND [purchase_manager] IS NULL) OR ([purchase_manager] = @Original_purchase_manager)) AND ((@IsNull_purchase_admin = 1 AND [purchase_admin] IS NULL) OR ([purchase_admin] = @Original_purchase_admin)) AND ((@IsNull_currency = 1 AND [currency] IS NULL) OR ([currency] = @Original_currency))); | ||||||
|  | SELECT idx, pdate, state, process, receive, dbo.getUserName(receive) AS receiveName, sc, request, dbo.getUserName(request) AS requestName, sid, pumname, pumscale, pumunit, pumqty, pumprice, pumamt, supply, supplyidx, project, projectidx, asset, edate, indate, po, dept, wuid, wdate, import, pumidx, isdel, bigo, manuproc, orderno, gcode, place, inqty, pumpriceD, inremark, winuid, windate, chk1, chk2, costcenter, linecode, pumqtyReq, chkremark, purchase_manager, purchase_admin, currency FROM EETGW_PurchaseEB WHERE (idx = @idx) ORDER BY pdate DESC, idx DESC</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@state" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@receive" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@sc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@request" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@sid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pumname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pumscale" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pumunit" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumprice" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumamt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@supply" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@project" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="project" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@asset" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@edate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@dept" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isdel" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@bigo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@manuproc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@orderno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@place" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pumpriceD" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@inremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@winuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@windate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@chk1" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@chk2" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@costcenter" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@chkremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@purchase_manager" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@purchase_admin" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@currency" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pdate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_process" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_process" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="process" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_receive" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_receive" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="receive" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_sc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sc" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_request" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_request" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="request" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_sid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="sid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumname" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pumname" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pumname" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumscale" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pumscale" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumscale" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumunit" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pumunit" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pumunit" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqty" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumprice" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumprice" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumprice" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumamt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumamt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pumamt" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_supply" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_supply" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="supply" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_supplyidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplyidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_projectidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="projectidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_asset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_asset" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="asset" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_edate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_edate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_indate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_indate" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="indate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dept" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_dept" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="dept" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_import" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_import" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="import" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumidx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumidx" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_isdel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_isdel" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isdel" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_bigo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="bigo" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manuproc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_manuproc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="manuproc" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_orderno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderno" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_place" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_place" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="place" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_inqty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inqty" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumpriceD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pumpriceD" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="pumpriceD" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_inremark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_inremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="inremark" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_winuid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_winuid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="winuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_windate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_windate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="windate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chk1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_chk1" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk1" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chk2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_chk2" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="chk2" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_costcenter" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_costcenter" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="costcenter" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pumqtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pumqtyReq" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_chkremark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_chkremark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="chkremark" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchase_manager" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_purchase_manager" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_manager" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_purchase_admin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_purchase_admin" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="purchase_admin" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_currency" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="true" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_currency" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="currency" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </UpdateCommand> | ||||||
|  |               </DbSource> | ||||||
|  |             </MainSource> | ||||||
|  |             <Mappings> | ||||||
|  |               <Mapping SourceColumn="idx" DataSetColumn="idx" /> | ||||||
|  |               <Mapping SourceColumn="pdate" DataSetColumn="pdate" /> | ||||||
|  |               <Mapping SourceColumn="state" DataSetColumn="state" /> | ||||||
|  |               <Mapping SourceColumn="process" DataSetColumn="process" /> | ||||||
|  |               <Mapping SourceColumn="receive" DataSetColumn="receive" /> | ||||||
|  |               <Mapping SourceColumn="sc" DataSetColumn="sc" /> | ||||||
|  |               <Mapping SourceColumn="request" DataSetColumn="request" /> | ||||||
|  |               <Mapping SourceColumn="sid" DataSetColumn="sid" /> | ||||||
|  |               <Mapping SourceColumn="pumname" DataSetColumn="pumname" /> | ||||||
|  |               <Mapping SourceColumn="pumscale" DataSetColumn="pumscale" /> | ||||||
|  |               <Mapping SourceColumn="pumunit" DataSetColumn="pumunit" /> | ||||||
|  |               <Mapping SourceColumn="pumqty" DataSetColumn="pumqty" /> | ||||||
|  |               <Mapping SourceColumn="pumprice" DataSetColumn="pumprice" /> | ||||||
|  |               <Mapping SourceColumn="pumamt" DataSetColumn="pumamt" /> | ||||||
|  |               <Mapping SourceColumn="supply" DataSetColumn="supply" /> | ||||||
|  |               <Mapping SourceColumn="supplyidx" DataSetColumn="supplyidx" /> | ||||||
|  |               <Mapping SourceColumn="project" DataSetColumn="project" /> | ||||||
|  |               <Mapping SourceColumn="projectidx" DataSetColumn="projectidx" /> | ||||||
|  |               <Mapping SourceColumn="asset" DataSetColumn="asset" /> | ||||||
|  |               <Mapping SourceColumn="edate" DataSetColumn="edate" /> | ||||||
|  |               <Mapping SourceColumn="indate" DataSetColumn="indate" /> | ||||||
|  |               <Mapping SourceColumn="po" DataSetColumn="po" /> | ||||||
|  |               <Mapping SourceColumn="dept" DataSetColumn="dept" /> | ||||||
|  |               <Mapping SourceColumn="wuid" DataSetColumn="wuid" /> | ||||||
|  |               <Mapping SourceColumn="wdate" DataSetColumn="wdate" /> | ||||||
|  |               <Mapping SourceColumn="import" DataSetColumn="import" /> | ||||||
|  |               <Mapping SourceColumn="pumidx" DataSetColumn="pumidx" /> | ||||||
|  |               <Mapping SourceColumn="isdel" DataSetColumn="isdel" /> | ||||||
|  |               <Mapping SourceColumn="bigo" DataSetColumn="bigo" /> | ||||||
|  |               <Mapping SourceColumn="manuproc" DataSetColumn="manuproc" /> | ||||||
|  |               <Mapping SourceColumn="orderno" DataSetColumn="orderno" /> | ||||||
|  |               <Mapping SourceColumn="gcode" DataSetColumn="gcode" /> | ||||||
|  |               <Mapping SourceColumn="receiveName" DataSetColumn="receiveName" /> | ||||||
|  |               <Mapping SourceColumn="requestName" DataSetColumn="requestName" /> | ||||||
|  |               <Mapping SourceColumn="place" DataSetColumn="place" /> | ||||||
|  |               <Mapping SourceColumn="inqty" DataSetColumn="inqty" /> | ||||||
|  |               <Mapping SourceColumn="pumpriceD" DataSetColumn="pumpriceD" /> | ||||||
|  |               <Mapping SourceColumn="inremark" DataSetColumn="inremark" /> | ||||||
|  |               <Mapping SourceColumn="winuid" DataSetColumn="winuid" /> | ||||||
|  |               <Mapping SourceColumn="windate" DataSetColumn="windate" /> | ||||||
|  |               <Mapping SourceColumn="chk1" DataSetColumn="chk1" /> | ||||||
|  |               <Mapping SourceColumn="chk2" DataSetColumn="chk2" /> | ||||||
|  |               <Mapping SourceColumn="costcenter" DataSetColumn="costcenter" /> | ||||||
|  |               <Mapping SourceColumn="linecode" DataSetColumn="linecode" /> | ||||||
|  |               <Mapping SourceColumn="pumqtyReq" DataSetColumn="pumqtyReq" /> | ||||||
|  |               <Mapping SourceColumn="chkremark" DataSetColumn="chkremark" /> | ||||||
|  |               <Mapping SourceColumn="purchase_manager" DataSetColumn="purchase_manager" /> | ||||||
|  |               <Mapping SourceColumn="purchase_admin" DataSetColumn="purchase_admin" /> | ||||||
|  |               <Mapping SourceColumn="currency" DataSetColumn="currency" /> | ||||||
|  |             </Mappings> | ||||||
|  |             <Sources> | ||||||
|  |               <DbSource ConnectionRef="gwcs (Settings)" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="CoutImport" Modifier="Public" Name="CoutImport" QueryType="Scalar" ScalarCallRetval="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="CoutImport"> | ||||||
|  |                 <SelectCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||||
|  |                     <CommandText>SELECT  COUNT(*) AS Expr1 | ||||||
|  | FROM     EETGW_PurchaseEB | ||||||
|  | WHERE  (import = 1) AND (pdate BETWEEN @sd AND @ed) AND (wuid = @userid) AND (gcode = @gcode)</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="sd" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@sd" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="ed" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@ed" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="userid" ColumnName="wuid" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@userid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </SelectCommand> | ||||||
|  |               </DbSource> | ||||||
|  |               <DbSource ConnectionRef="gwcs (Settings)" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="DeleteImport" Modifier="Public" Name="DeleteImport" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="DeleteImport"> | ||||||
|  |                 <DeleteCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="false"> | ||||||
|  |                     <CommandText>DELETE FROM [Purchase] WHERE import = 1</CommandText> | ||||||
|  |                     <Parameters /> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </DeleteCommand> | ||||||
|  |                 <SelectCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||||
|  |                     <CommandText>DELETE FROM EETGW_PurchaseEB | ||||||
|  | WHERE  (import = 1) AND (pdate BETWEEN @sd AND @ed) AND (wuid = @userid) AND (gcode = @gcode)</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="sd" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@sd" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="ed" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@ed" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="userid" ColumnName="wuid" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@userid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Original" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </SelectCommand> | ||||||
|  |               </DbSource> | ||||||
|  |               <DbSource ConnectionRef="gwcs (Settings)" DbObjectName="EE.dbo.EETGW_PurchaseCR" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIdx" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetByIdx" GeneratorSourceName="FillByIdx" GetMethodModifier="Public" GetMethodName="GetByIdx" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetByIdx" UserSourceName="FillByIdx"> | ||||||
|  |                 <SelectCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||||
|  |                     <CommandText>SELECT  asset, bigo, chk1, chk2, chkremark, costcenter, currency, dept, edate, gcode, idx, import, indate, inqty, inremark, isdel, linecode, manuproc, orderno, pdate, place, po, process, project,  | ||||||
|  |                projectidx, pumamt, pumidx, pumname, pumprice, pumpriceD, pumqty, pumqtyReq, pumscale, pumunit, purchase_admin, purchase_manager, receive, dbo.getUserName(receive)  | ||||||
|  |                AS receiveName, request, dbo.getUserName(request) AS requestName, sc, sid, state, supply, supplyidx, wdate, windate, winuid, wuid | ||||||
|  | FROM     EETGW_PurchaseEB | ||||||
|  | WHERE  (idx = @idx)</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </SelectCommand> | ||||||
|  |               </DbSource> | ||||||
|  |               <DbSource ConnectionRef="gwcs (Settings)" DbObjectName="EE.dbo.Purchase" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillDate" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDate" GeneratorSourceName="FillDate" GetMethodModifier="Public" GetMethodName="GetDate" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDate" UserSourceName="FillDate"> | ||||||
|  |                 <SelectCommand> | ||||||
|  |                   <DbCommand CommandType="Text" ModifiedByUser="true"> | ||||||
|  |                     <CommandText>SELECT  asset, bigo, dept, edate, gcode, idx, import, indate, inqty, isdel, manuproc, orderno, pdate, place, po, process, project, projectidx, pumamt, pumidx, pumname, pumprice, pumpriceD, pumqty,  | ||||||
|  |                pumscale, pumunit, receive, dbo.getUserName(receive) AS receiveName, request, dbo.getUserName(request) AS requestName, sc, sid, state, supply, supplyidx, wdate, wuid, inremark,  | ||||||
|  |                winuid, windate, chk1, chk2, pumqtyReq, chkremark, costcenter, linecode, purchase_manager, purchase_admin, currency | ||||||
|  | FROM     EETGW_PurchaseEB | ||||||
|  | WHERE  (pdate BETWEEN @sd AND @ed) AND (ISNULL(isdel, 0) = 0) AND (gcode = @gcode) AND (state IN ('PO', 'Received')) | ||||||
|  | ORDER BY pdate DESC, idx DESC</CommandText> | ||||||
|  |                     <Parameters> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="sd" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@sd" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="true" AutogeneratedName="ed" ColumnName="pdate" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@ed" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="pdate" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                       <Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_PurchaseEB" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" /> | ||||||
|  |                     </Parameters> | ||||||
|  |                   </DbCommand> | ||||||
|  |                 </SelectCommand> | ||||||
|  |               </DbSource> | ||||||
|  |             </Sources> | ||||||
|  |           </TableAdapter> | ||||||
|         </Tables> |         </Tables> | ||||||
|         <Sources /> |         <Sources /> | ||||||
|       </DataSource> |       </DataSource> | ||||||
| @@ -1510,14 +1940,14 @@ GROUP BY purchase_admin</CommandText> | |||||||
|         <xs:element name="Ipkolist" msprop:Generator_RowEvHandlerName="IpkolistRowChangeEventHandler" msprop:Generator_RowDeletedName="IpkolistRowDeleted" msprop:Generator_RowDeletingName="IpkolistRowDeleting" msprop:Generator_RowEvArgName="IpkolistRowChangeEvent" msprop:Generator_TablePropName="Ipkolist" msprop:Generator_RowChangedName="IpkolistRowChanged" msprop:Generator_UserTableName="Ipkolist" msprop:Generator_RowChangingName="IpkolistRowChanging" msprop:Generator_RowClassName="IpkolistRow" msprop:Generator_TableClassName="IpkolistDataTable" msprop:Generator_TableVarName="tableIpkolist"> |         <xs:element name="Ipkolist" msprop:Generator_RowEvHandlerName="IpkolistRowChangeEventHandler" msprop:Generator_RowDeletedName="IpkolistRowDeleted" msprop:Generator_RowDeletingName="IpkolistRowDeleting" msprop:Generator_RowEvArgName="IpkolistRowChangeEvent" msprop:Generator_TablePropName="Ipkolist" msprop:Generator_RowChangedName="IpkolistRowChanged" msprop:Generator_UserTableName="Ipkolist" msprop:Generator_RowChangingName="IpkolistRowChanging" msprop:Generator_RowClassName="IpkolistRow" msprop:Generator_TableClassName="IpkolistDataTable" msprop:Generator_TableVarName="tableIpkolist"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="source" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="sourceColumn" msprop:Generator_ColumnPropNameInRow="source" msprop:Generator_UserColumnName="source" msprop:Generator_ColumnVarNameInTable="columnsource" minOccurs="0"> |               <xs:element name="source" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="sourceColumn" msprop:Generator_ColumnPropNameInRow="source" msprop:Generator_UserColumnName="source" msprop:Generator_ColumnVarNameInTable="columnsource"> | ||||||
|                 <xs:simpleType> |                 <xs:simpleType> | ||||||
|                   <xs:restriction base="xs:string"> |                   <xs:restriction base="xs:string"> | ||||||
|                     <xs:maxLength value="2" /> |                     <xs:maxLength value="2" /> | ||||||
|                   </xs:restriction> |                   </xs:restriction> | ||||||
|                 </xs:simpleType> |                 </xs:simpleType> | ||||||
|               </xs:element> |               </xs:element> | ||||||
|               <xs:element name="idx" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_UserColumnName="idx" msprop:Generator_ColumnVarNameInTable="columnidx" type="xs:int" minOccurs="0" /> |               <xs:element name="idx" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_UserColumnName="idx" msprop:Generator_ColumnVarNameInTable="columnidx" type="xs:int" /> | ||||||
|               <xs:element name="pdate" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_UserColumnName="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" minOccurs="0"> |               <xs:element name="pdate" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="pdate" msprop:Generator_UserColumnName="pdate" msprop:Generator_ColumnVarNameInTable="columnpdate" minOccurs="0"> | ||||||
|                 <xs:simpleType> |                 <xs:simpleType> | ||||||
|                   <xs:restriction base="xs:string"> |                   <xs:restriction base="xs:string"> | ||||||
| @@ -1618,7 +2048,7 @@ GROUP BY purchase_admin</CommandText> | |||||||
|                   </xs:restriction> |                   </xs:restriction> | ||||||
|                 </xs:simpleType> |                 </xs:simpleType> | ||||||
|               </xs:element> |               </xs:element> | ||||||
|               <xs:element name="place" msdata:ReadOnly="true" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="placeColumn" msprop:Generator_ColumnVarNameInTable="columnplace" msprop:Generator_UserColumnName="place" msprop:Generator_ColumnPropNameInRow="place" minOccurs="0"> |               <xs:element name="place" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInTable="placeColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="place" msprop:Generator_UserColumnName="place" msprop:Generator_ColumnVarNameInTable="columnplace" minOccurs="0"> | ||||||
|                 <xs:simpleType> |                 <xs:simpleType> | ||||||
|                   <xs:restriction base="xs:string"> |                   <xs:restriction base="xs:string"> | ||||||
|                     <xs:maxLength value="20" /> |                     <xs:maxLength value="20" /> | ||||||
| @@ -1718,7 +2148,7 @@ GROUP BY purchase_admin</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|         <xs:element name="Purchase_Managerlist" msprop:Generator_RowClassName="Purchase_ManagerlistRow" msprop:Generator_RowEvHandlerName="Purchase_ManagerlistRowChangeEventHandler" msprop:Generator_RowDeletedName="Purchase_ManagerlistRowDeleted" msprop:Generator_RowDeletingName="Purchase_ManagerlistRowDeleting" msprop:Generator_RowEvArgName="Purchase_ManagerlistRowChangeEvent" msprop:Generator_TablePropName="Purchase_Managerlist" msprop:Generator_RowChangedName="Purchase_ManagerlistRowChanged" msprop:Generator_UserTableName="Purchase_Managerlist" msprop:Generator_RowChangingName="Purchase_ManagerlistRowChanging" msprop:Generator_TableClassName="Purchase_ManagerlistDataTable" msprop:Generator_TableVarName="tablePurchase_Managerlist"> |         <xs:element name="Purchase_Managerlist" msprop:Generator_RowEvHandlerName="Purchase_ManagerlistRowChangeEventHandler" msprop:Generator_RowDeletedName="Purchase_ManagerlistRowDeleted" msprop:Generator_RowDeletingName="Purchase_ManagerlistRowDeleting" msprop:Generator_RowEvArgName="Purchase_ManagerlistRowChangeEvent" msprop:Generator_TablePropName="Purchase_Managerlist" msprop:Generator_RowChangedName="Purchase_ManagerlistRowChanged" msprop:Generator_UserTableName="Purchase_Managerlist" msprop:Generator_RowChangingName="Purchase_ManagerlistRowChanging" msprop:Generator_RowClassName="Purchase_ManagerlistRow" msprop:Generator_TableClassName="Purchase_ManagerlistDataTable" msprop:Generator_TableVarName="tablePurchase_Managerlist"> | ||||||
|           <xs:complexType> |           <xs:complexType> | ||||||
|             <xs:sequence> |             <xs:sequence> | ||||||
|               <xs:element name="username" msprop:Generator_ColumnPropNameInTable="usernameColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername"> |               <xs:element name="username" msprop:Generator_ColumnPropNameInTable="usernameColumn" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername"> | ||||||
| @@ -1731,6 +2161,260 @@ GROUP BY purchase_admin</CommandText> | |||||||
|             </xs:sequence> |             </xs:sequence> | ||||||
|           </xs:complexType> |           </xs:complexType> | ||||||
|         </xs:element> |         </xs:element> | ||||||
|  |         <xs:element name="EETGW_PurchaseEB" msprop:Generator_RowEvHandlerName="EETGW_PurchaseEBRowChangeEventHandler" msprop:Generator_RowDeletedName="EETGW_PurchaseEBRowDeleted" msprop:Generator_RowDeletingName="EETGW_PurchaseEBRowDeleting" msprop:Generator_RowEvArgName="EETGW_PurchaseEBRowChangeEvent" msprop:Generator_TablePropName="EETGW_PurchaseEB" msprop:Generator_RowChangedName="EETGW_PurchaseEBRowChanged" msprop:Generator_RowChangingName="EETGW_PurchaseEBRowChanging" msprop:Generator_TableClassName="EETGW_PurchaseEBDataTable" msprop:Generator_RowClassName="EETGW_PurchaseEBRow" msprop:Generator_TableVarName="tableEETGW_PurchaseEB" msprop:Generator_UserTableName="EETGW_PurchaseEB"> | ||||||
|  |           <xs:complexType> | ||||||
|  |             <xs:sequence> | ||||||
|  |               <xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_UserColumnName="idx" type="xs:int" /> | ||||||
|  |               <xs:element name="pdate" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="pdateColumn" msprop:Generator_ColumnVarNameInTable="columnpdate" msprop:Generator_UserColumnName="pdate" msprop:Generator_ColumnPropNameInRow="pdate" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="10" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="state" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_UserColumnName="state" msprop:Generator_ColumnPropNameInRow="state" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="30" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="process" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="processColumn" msprop:Generator_ColumnVarNameInTable="columnprocess" msprop:Generator_UserColumnName="process" msprop:Generator_ColumnPropNameInRow="process" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="30" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="receive" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="receiveColumn" msprop:Generator_ColumnVarNameInTable="columnreceive" msprop:Generator_UserColumnName="receive" msprop:Generator_ColumnPropNameInRow="receive" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="sc" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="scColumn" msprop:Generator_ColumnVarNameInTable="columnsc" msprop:Generator_UserColumnName="sc" msprop:Generator_ColumnPropNameInRow="sc" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="30" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="request" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="requestColumn" msprop:Generator_ColumnVarNameInTable="columnrequest" msprop:Generator_UserColumnName="request" msprop:Generator_ColumnPropNameInRow="request" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="sid" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="sidColumn" msprop:Generator_ColumnVarNameInTable="columnsid" msprop:Generator_UserColumnName="sid" msprop:Generator_ColumnPropNameInRow="sid" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="pumname" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="pumnameColumn" msprop:Generator_ColumnVarNameInTable="columnpumname" msprop:Generator_UserColumnName="pumname" msprop:Generator_ColumnPropNameInRow="pumname" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="2147483647" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="pumscale" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="pumscaleColumn" msprop:Generator_ColumnVarNameInTable="columnpumscale" msprop:Generator_UserColumnName="pumscale" msprop:Generator_ColumnPropNameInRow="pumscale" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="200" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="pumunit" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="pumunitColumn" msprop:Generator_ColumnVarNameInTable="columnpumunit" msprop:Generator_UserColumnName="pumunit" msprop:Generator_ColumnPropNameInRow="pumunit" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="pumqty" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="pumqtyColumn" msprop:Generator_ColumnVarNameInTable="columnpumqty" msprop:Generator_UserColumnName="pumqty" msprop:Generator_ColumnPropNameInRow="pumqty" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="pumprice" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="pumpriceColumn" msprop:Generator_ColumnVarNameInTable="columnpumprice" msprop:Generator_UserColumnName="pumprice" msprop:Generator_ColumnPropNameInRow="pumprice" type="xs:decimal" minOccurs="0" /> | ||||||
|  |               <xs:element name="pumamt" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="pumamtColumn" msprop:Generator_ColumnVarNameInTable="columnpumamt" msprop:Generator_UserColumnName="pumamt" msprop:Generator_ColumnPropNameInRow="pumamt" type="xs:decimal" minOccurs="0" /> | ||||||
|  |               <xs:element name="supply" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="supplyColumn" msprop:Generator_ColumnVarNameInTable="columnsupply" msprop:Generator_UserColumnName="supply" msprop:Generator_ColumnPropNameInRow="supply" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="200" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="supplyidx" msprop:nullValue="-1" msprop:Generator_ColumnPropNameInTable="supplyidxColumn" msprop:Generator_ColumnVarNameInTable="columnsupplyidx" msprop:Generator_UserColumnName="supplyidx" msprop:Generator_ColumnPropNameInRow="supplyidx" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="project" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="projectColumn" msprop:Generator_ColumnVarNameInTable="columnproject" msprop:Generator_UserColumnName="project" msprop:Generator_ColumnPropNameInRow="project" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="2147483647" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="projectidx" msprop:nullValue="-1" msprop:Generator_ColumnPropNameInTable="projectidxColumn" msprop:Generator_ColumnVarNameInTable="columnprojectidx" msprop:Generator_UserColumnName="projectidx" msprop:Generator_ColumnPropNameInRow="projectidx" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="asset" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="assetColumn" msprop:Generator_ColumnVarNameInTable="columnasset" msprop:Generator_UserColumnName="asset" msprop:Generator_ColumnPropNameInRow="asset" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="edate" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="edateColumn" msprop:Generator_ColumnVarNameInTable="columnedate" msprop:Generator_UserColumnName="edate" msprop:Generator_ColumnPropNameInRow="edate" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="10" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="indate" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="indateColumn" msprop:Generator_ColumnVarNameInTable="columnindate" msprop:Generator_UserColumnName="indate" msprop:Generator_ColumnPropNameInRow="indate" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="10" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="po" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="poColumn" msprop:Generator_ColumnVarNameInTable="columnpo" msprop:Generator_UserColumnName="po" msprop:Generator_ColumnPropNameInRow="po" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="dept" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="deptColumn" msprop:Generator_ColumnVarNameInTable="columndept" msprop:Generator_UserColumnName="dept" msprop:Generator_ColumnPropNameInRow="dept" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="500" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="wuid" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="wuidColumn" msprop:Generator_ColumnVarNameInTable="columnwuid" msprop:Generator_UserColumnName="wuid" msprop:Generator_ColumnPropNameInRow="wuid"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="20" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="wdate" msprop:Generator_ColumnPropNameInRow="wdate" msprop:Generator_ColumnPropNameInTable="wdateColumn" msprop:Generator_ColumnVarNameInTable="columnwdate" msprop:Generator_UserColumnName="wdate" type="xs:dateTime" /> | ||||||
|  |               <xs:element name="import" msprop:Generator_ColumnPropNameInRow="import" msprop:Generator_ColumnPropNameInTable="importColumn" msprop:Generator_ColumnVarNameInTable="columnimport" msprop:Generator_UserColumnName="import" type="xs:boolean" minOccurs="0" /> | ||||||
|  |               <xs:element name="pumidx" msprop:nullValue="-1" msprop:Generator_ColumnPropNameInTable="pumidxColumn" msprop:Generator_ColumnVarNameInTable="columnpumidx" msprop:Generator_UserColumnName="pumidx" msprop:Generator_ColumnPropNameInRow="pumidx" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="isdel" msprop:Generator_ColumnPropNameInRow="isdel" msprop:Generator_ColumnPropNameInTable="isdelColumn" msprop:Generator_ColumnVarNameInTable="columnisdel" msprop:Generator_UserColumnName="isdel" type="xs:boolean" minOccurs="0" /> | ||||||
|  |               <xs:element name="bigo" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="bigoColumn" msprop:Generator_ColumnVarNameInTable="columnbigo" msprop:Generator_UserColumnName="bigo" msprop:Generator_ColumnPropNameInRow="bigo" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="500" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="manuproc" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="manuprocColumn" msprop:Generator_ColumnVarNameInTable="columnmanuproc" msprop:Generator_UserColumnName="manuproc" msprop:Generator_ColumnPropNameInRow="manuproc" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="orderno" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="ordernoColumn" msprop:Generator_ColumnVarNameInTable="columnorderno" msprop:Generator_UserColumnName="orderno" msprop:Generator_ColumnPropNameInRow="orderno" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="gcode" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="gcodeColumn" msprop:Generator_ColumnVarNameInTable="columngcode" msprop:Generator_UserColumnName="gcode" msprop:Generator_ColumnPropNameInRow="gcode"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="10" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="receiveName" msdata:ReadOnly="true" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="receiveNameColumn" msprop:Generator_ColumnVarNameInTable="columnreceiveName" msprop:Generator_UserColumnName="receiveName" msprop:Generator_ColumnPropNameInRow="receiveName" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="200" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="requestName" msdata:ReadOnly="true" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="requestNameColumn" msprop:Generator_ColumnVarNameInTable="columnrequestName" msprop:Generator_UserColumnName="requestName" msprop:Generator_ColumnPropNameInRow="requestName" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="200" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="place" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="placeColumn" msprop:Generator_ColumnVarNameInTable="columnplace" msprop:Generator_UserColumnName="place" msprop:Generator_ColumnPropNameInRow="place" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="20" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="inqty" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="inqtyColumn" msprop:Generator_ColumnVarNameInTable="columninqty" msprop:Generator_UserColumnName="inqty" msprop:Generator_ColumnPropNameInRow="inqty" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="bigo2" msdata:ReadOnly="true" msdata:Expression="iif(project = '',  bigo , iif( bigo = '', project, project + '/' + bigo ))" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="bigo2Column" msprop:Generator_ColumnVarNameInTable="columnbigo2" msprop:Generator_UserColumnName="bigo2" msprop:Generator_ColumnPropNameInRow="bigo2" type="xs:string" minOccurs="0" /> | ||||||
|  |               <xs:element name="pumpriceD" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="pumpriceDColumn" msprop:Generator_ColumnVarNameInTable="columnpumpriceD" msprop:Generator_UserColumnName="pumpriceD" msprop:Generator_ColumnPropNameInRow="pumpriceD" type="xs:decimal" minOccurs="0" /> | ||||||
|  |               <xs:element name="inremark" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="inremarkColumn" msprop:Generator_ColumnVarNameInTable="columninremark" msprop:Generator_UserColumnName="inremark" msprop:Generator_ColumnPropNameInRow="inremark" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="500" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="winuid" msprop:Generator_ColumnPropNameInRow="winuid" msprop:Generator_ColumnPropNameInTable="winuidColumn" msprop:Generator_ColumnVarNameInTable="columnwinuid" msprop:Generator_UserColumnName="winuid" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="20" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="windate" msprop:Generator_ColumnPropNameInRow="windate" msprop:Generator_ColumnPropNameInTable="windateColumn" msprop:Generator_ColumnVarNameInTable="columnwindate" msprop:Generator_UserColumnName="windate" type="xs:dateTime" minOccurs="0" /> | ||||||
|  |               <xs:element name="chk1" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="chk1Column" msprop:Generator_ColumnVarNameInTable="columnchk1" msprop:Generator_UserColumnName="chk1" msprop:Generator_ColumnPropNameInRow="chk1" type="xs:boolean" minOccurs="0" /> | ||||||
|  |               <xs:element name="chk2" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="chk2Column" msprop:Generator_ColumnVarNameInTable="columnchk2" msprop:Generator_UserColumnName="chk2" msprop:Generator_ColumnPropNameInRow="chk2" type="xs:boolean" minOccurs="0" /> | ||||||
|  |               <xs:element name="costcenter" msprop:Generator_ColumnPropNameInRow="costcenter" msprop:Generator_ColumnPropNameInTable="costcenterColumn" msprop:Generator_ColumnVarNameInTable="columncostcenter" msprop:Generator_UserColumnName="costcenter" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="20" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="linecode" msprop:Generator_ColumnPropNameInRow="linecode" msprop:Generator_ColumnPropNameInTable="linecodeColumn" msprop:Generator_ColumnVarNameInTable="columnlinecode" msprop:Generator_UserColumnName="linecode" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="20" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="pumqtyReq" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="pumqtyReqColumn" msprop:Generator_ColumnVarNameInTable="columnpumqtyReq" msprop:Generator_UserColumnName="pumqtyReq" msprop:Generator_ColumnPropNameInRow="pumqtyReq" type="xs:int" minOccurs="0" /> | ||||||
|  |               <xs:element name="chkremark" msprop:Generator_ColumnPropNameInRow="chkremark" msprop:Generator_ColumnPropNameInTable="chkremarkColumn" msprop:Generator_ColumnVarNameInTable="columnchkremark" msprop:Generator_UserColumnName="chkremark" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="500" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="purchase_manager" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="purchase_managerColumn" msprop:Generator_ColumnVarNameInTable="columnpurchase_manager" msprop:Generator_UserColumnName="purchase_manager" msprop:Generator_ColumnPropNameInRow="purchase_manager" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="purchase_admin" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="purchase_adminColumn" msprop:Generator_ColumnVarNameInTable="columnpurchase_admin" msprop:Generator_UserColumnName="purchase_admin" msprop:Generator_ColumnPropNameInRow="purchase_admin" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="50" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |               <xs:element name="currency" msprop:nullValue="USD" msprop:Generator_ColumnPropNameInTable="currencyColumn" msprop:Generator_ColumnVarNameInTable="columncurrency" msprop:Generator_UserColumnName="currency" msprop:Generator_ColumnPropNameInRow="currency" minOccurs="0"> | ||||||
|  |                 <xs:simpleType> | ||||||
|  |                   <xs:restriction base="xs:string"> | ||||||
|  |                     <xs:maxLength value="10" /> | ||||||
|  |                   </xs:restriction> | ||||||
|  |                 </xs:simpleType> | ||||||
|  |               </xs:element> | ||||||
|  |             </xs:sequence> | ||||||
|  |           </xs:complexType> | ||||||
|  |         </xs:element> | ||||||
|       </xs:choice> |       </xs:choice> | ||||||
|     </xs:complexType> |     </xs:complexType> | ||||||
|     <xs:unique name="Constraint1" msdata:PrimaryKey="true"> |     <xs:unique name="Constraint1" msdata:PrimaryKey="true"> | ||||||
| @@ -1754,5 +2438,9 @@ GROUP BY purchase_admin</CommandText> | |||||||
|       <xs:selector xpath=".//mstns:Purchase_Managerlist" /> |       <xs:selector xpath=".//mstns:Purchase_Managerlist" /> | ||||||
|       <xs:field xpath="mstns:username" /> |       <xs:field xpath="mstns:username" /> | ||||||
|     </xs:unique> |     </xs:unique> | ||||||
|  |     <xs:unique name="EETGW_PurchaseEB_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true"> | ||||||
|  |       <xs:selector xpath=".//mstns:EETGW_PurchaseEB" /> | ||||||
|  |       <xs:field xpath="mstns:idx" /> | ||||||
|  |     </xs:unique> | ||||||
|   </xs:element> |   </xs:element> | ||||||
| </xs:schema> | </xs:schema> | ||||||
							
								
								
									
										788
									
								
								SubProject/FEQ0000/fItemin.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										788
									
								
								SubProject/FEQ0000/fItemin.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -31,16 +31,16 @@ namespace FEQ0000 | |||||||
|         { |         { | ||||||
|             this.components = new System.ComponentModel.Container(); |             this.components = new System.ComponentModel.Container(); | ||||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fItemin)); |             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fItemin)); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             this.button1 = new System.Windows.Forms.Button(); |             this.button1 = new System.Windows.Forms.Button(); | ||||||
|             this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |             this.statusStrip1 = new System.Windows.Forms.StatusStrip(); | ||||||
|             this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); |             this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); | ||||||
| @@ -57,77 +57,8 @@ namespace FEQ0000 | |||||||
|             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|             this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); |             this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|             this.tbman = new System.Windows.Forms.ToolStripComboBox(); |             this.tbman = new System.Windows.Forms.ToolStripComboBox(); | ||||||
|             this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.tbadm = new System.Windows.Forms.ToolStripComboBox(); |  | ||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.ipkolistDataGridView = new System.Windows.Forms.DataGridView(); |             this.ipkolistDataGridView = new System.Windows.Forms.DataGridView(); | ||||||
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components); |  | ||||||
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); |  | ||||||
|             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.tbFind = new System.Windows.Forms.ToolStripTextBox(); |  | ||||||
|             this.btFind = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.lbSum = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.panel2 = new System.Windows.Forms.Panel(); |  | ||||||
|             this.panel3 = new System.Windows.Forms.Panel(); |  | ||||||
|             this.label3 = new System.Windows.Forms.Label(); |  | ||||||
|             this.tabControl1 = new System.Windows.Forms.TabControl(); |  | ||||||
|             this.tabPage1 = new System.Windows.Forms.TabPage(); |  | ||||||
|             this.tabPage2 = new System.Windows.Forms.TabPage(); |  | ||||||
|             this.dv2 = new System.Windows.Forms.DataGridView(); |  | ||||||
|             this.dataGridViewButtonColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.orderno = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); |  | ||||||
|             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripButton10 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); |  | ||||||
|             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripButton11 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripButton12 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.tbFind2 = new System.Windows.Forms.ToolStripTextBox(); |  | ||||||
|             this.btFind2 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripButton15 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); |  | ||||||
|             this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStrip2 = new System.Windows.Forms.ToolStrip(); |  | ||||||
|             this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); |  | ||||||
|             this.tbindate = new System.Windows.Forms.ToolStripTextBox(); |  | ||||||
|             this.btRefreshIn = new System.Windows.Forms.ToolStripButton(); |  | ||||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); |  | ||||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); |  | ||||||
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |  | ||||||
|             this.bs2 = new System.Windows.Forms.BindingSource(this.components); |  | ||||||
|             this.dsPurchase1 = new FEQ0000.dsPurchase(); |  | ||||||
|             this.ta = new FEQ0000.dsPurchaseTableAdapters.IpkolistTableAdapter(); |  | ||||||
|             this.tam = new FEQ0000.dsPurchaseTableAdapters.TableAdapterManager(); |  | ||||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); |  | ||||||
|             this.dvc_in = new System.Windows.Forms.DataGridViewButtonColumn(); |             this.dvc_in = new System.Windows.Forms.DataGridViewButtonColumn(); | ||||||
|             this.dvc_manager = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.dvc_manager = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.dvc_admin = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.dvc_admin = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
| @@ -144,9 +75,80 @@ namespace FEQ0000 | |||||||
|             this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||||
|  |             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||||
|  |             this.bn = new System.Windows.Forms.BindingNavigator(this.components); | ||||||
|  |             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.tbFind = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.btFind = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.lbSum1 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.panel2 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||||
|  |             this.panel3 = new System.Windows.Forms.Panel(); | ||||||
|  |             this.label3 = new System.Windows.Forms.Label(); | ||||||
|  |             this.tabControl1 = new System.Windows.Forms.TabControl(); | ||||||
|  |             this.tabPage1 = new System.Windows.Forms.TabPage(); | ||||||
|  |             this.tabPage2 = new System.Windows.Forms.TabPage(); | ||||||
|  |             this.dv2 = new System.Windows.Forms.DataGridView(); | ||||||
|  |             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewButtonColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.orderno = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|  |             this.bs2 = new System.Windows.Forms.BindingSource(this.components); | ||||||
|  |             this.dsPurchase1 = new FEQ0000.dsPurchase(); | ||||||
|  |             this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); | ||||||
|  |             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripButton10 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripButton11 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripButton12 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.tbFind2 = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.btFind2 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripButton15 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); | ||||||
|  |             this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.lbSum2 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.toolStrip2 = new System.Windows.Forms.ToolStrip(); | ||||||
|  |             this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); | ||||||
|  |             this.tbindate = new System.Windows.Forms.ToolStripTextBox(); | ||||||
|  |             this.btRefreshIn = new System.Windows.Forms.ToolStripButton(); | ||||||
|  |             this.ta = new FEQ0000.dsPurchaseTableAdapters.IpkolistTableAdapter(); | ||||||
|  |             this.tam = new FEQ0000.dsPurchaseTableAdapters.TableAdapterManager(); | ||||||
|  |             this.button2 = new System.Windows.Forms.Button(); | ||||||
|             this.statusStrip1.SuspendLayout(); |             this.statusStrip1.SuspendLayout(); | ||||||
|             this.toolStrip1.SuspendLayout(); |             this.toolStrip1.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
|             this.bn.SuspendLayout(); |             this.bn.SuspendLayout(); | ||||||
|             this.panel2.SuspendLayout(); |             this.panel2.SuspendLayout(); | ||||||
| @@ -155,20 +157,18 @@ namespace FEQ0000 | |||||||
|             this.tabPage1.SuspendLayout(); |             this.tabPage1.SuspendLayout(); | ||||||
|             this.tabPage2.SuspendLayout(); |             this.tabPage2.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv2)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dv2)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs2)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase1)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); | ||||||
|             this.bindingNavigator1.SuspendLayout(); |             this.bindingNavigator1.SuspendLayout(); | ||||||
|             this.toolStrip2.SuspendLayout(); |             this.toolStrip2.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs2)).BeginInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase1)).BeginInit(); |  | ||||||
|             this.SuspendLayout(); |             this.SuspendLayout(); | ||||||
|             //  |             //  | ||||||
|             // button1 |             // button1 | ||||||
|             //  |             //  | ||||||
|             this.button1.Dock = System.Windows.Forms.DockStyle.Right; |             this.button1.Dock = System.Windows.Forms.DockStyle.Left; | ||||||
|             this.button1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             this.button1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             this.button1.Location = new System.Drawing.Point(1160, 0); |             this.button1.Location = new System.Drawing.Point(0, 0); | ||||||
|             this.button1.Name = "button1"; |             this.button1.Name = "button1"; | ||||||
|             this.button1.Size = new System.Drawing.Size(122, 51); |             this.button1.Size = new System.Drawing.Size(122, 51); | ||||||
|             this.button1.TabIndex = 0; |             this.button1.TabIndex = 0; | ||||||
| @@ -244,9 +244,9 @@ namespace FEQ0000 | |||||||
|             this.tbSearch.Dock = System.Windows.Forms.DockStyle.Bottom; |             this.tbSearch.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|             this.tbSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             this.tbSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             this.tbSearch.ImeMode = System.Windows.Forms.ImeMode.Alpha; |             this.tbSearch.ImeMode = System.Windows.Forms.ImeMode.Alpha; | ||||||
|             this.tbSearch.Location = new System.Drawing.Point(0, 22); |             this.tbSearch.Location = new System.Drawing.Point(122, 22); | ||||||
|             this.tbSearch.Name = "tbSearch"; |             this.tbSearch.Name = "tbSearch"; | ||||||
|             this.tbSearch.Size = new System.Drawing.Size(1160, 29); |             this.tbSearch.Size = new System.Drawing.Size(1065, 29); | ||||||
|             this.tbSearch.TabIndex = 2; |             this.tbSearch.TabIndex = 2; | ||||||
|             this.tbSearch.Text = "4520286819#00020#109007296#1#EA#K115232311329759#001"; |             this.tbSearch.Text = "4520286819#00020#109007296#1#EA#K115232311329759#001"; | ||||||
|             this.tbSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; |             this.tbSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||||
| @@ -261,8 +261,6 @@ namespace FEQ0000 | |||||||
|             this.toolStripSeparator2, |             this.toolStripSeparator2, | ||||||
|             this.toolStripLabel6, |             this.toolStripLabel6, | ||||||
|             this.tbman, |             this.tbman, | ||||||
|             this.toolStripLabel7, |  | ||||||
|             this.tbadm, |  | ||||||
|             this.toolStripButton3}); |             this.toolStripButton3}); | ||||||
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0); |             this.toolStrip1.Location = new System.Drawing.Point(0, 0); | ||||||
|             this.toolStrip1.Name = "toolStrip1"; |             this.toolStrip1.Name = "toolStrip1"; | ||||||
| @@ -307,19 +305,6 @@ namespace FEQ0000 | |||||||
|             this.tbman.Name = "tbman"; |             this.tbman.Name = "tbman"; | ||||||
|             this.tbman.Size = new System.Drawing.Size(150, 47); |             this.tbman.Size = new System.Drawing.Size(150, 47); | ||||||
|             //  |             //  | ||||||
|             // toolStripLabel7 |  | ||||||
|             //  |  | ||||||
|             this.toolStripLabel7.Name = "toolStripLabel7"; |  | ||||||
|             this.toolStripLabel7.Size = new System.Drawing.Size(55, 44); |  | ||||||
|             this.toolStripLabel7.Text = "구매승인"; |  | ||||||
|             this.toolStripLabel7.Click += new System.EventHandler(this.toolStripLabel7_Click); |  | ||||||
|             //  |  | ||||||
|             // tbadm |  | ||||||
|             //  |  | ||||||
|             this.tbadm.Font = new System.Drawing.Font("맑은 고딕", 17F); |  | ||||||
|             this.tbadm.Name = "tbadm"; |  | ||||||
|             this.tbadm.Size = new System.Drawing.Size(150, 47); |  | ||||||
|             //  |  | ||||||
|             // toolStripButton3 |             // toolStripButton3 | ||||||
|             //  |             //  | ||||||
|             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); |             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); | ||||||
| @@ -355,15 +340,15 @@ namespace FEQ0000 | |||||||
|             this.dataGridViewTextBoxColumn13, |             this.dataGridViewTextBoxColumn13, | ||||||
|             this.dataGridViewTextBoxColumn12}); |             this.dataGridViewTextBoxColumn12}); | ||||||
|             this.ipkolistDataGridView.DataSource = this.bs; |             this.ipkolistDataGridView.DataSource = this.bs; | ||||||
|             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |             dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||||
|             dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; |             dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Window; | ||||||
|             dataGridViewCellStyle4.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             dataGridViewCellStyle24.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; |             dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.ControlText; | ||||||
|             dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(1, 5, 1, 5); |             dataGridViewCellStyle24.Padding = new System.Windows.Forms.Padding(1, 5, 1, 5); | ||||||
|             dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; |             dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||||
|             dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |             dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||||
|             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |             dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||||
|             this.ipkolistDataGridView.DefaultCellStyle = dataGridViewCellStyle4; |             this.ipkolistDataGridView.DefaultCellStyle = dataGridViewCellStyle24; | ||||||
|             this.ipkolistDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; |             this.ipkolistDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|             this.ipkolistDataGridView.Location = new System.Drawing.Point(0, 98); |             this.ipkolistDataGridView.Location = new System.Drawing.Point(0, 98); | ||||||
|             this.ipkolistDataGridView.Name = "ipkolistDataGridView"; |             this.ipkolistDataGridView.Name = "ipkolistDataGridView"; | ||||||
| @@ -375,6 +360,134 @@ namespace FEQ0000 | |||||||
|             this.ipkolistDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ipkolistDataGridView_CellClick); |             this.ipkolistDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ipkolistDataGridView_CellClick); | ||||||
|             this.ipkolistDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.ipkolistDataGridView_DataError); |             this.ipkolistDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.ipkolistDataGridView_DataError); | ||||||
|             //  |             //  | ||||||
|  |             // dvc_in | ||||||
|  |             //  | ||||||
|  |             this.dvc_in.DataPropertyName = "request"; | ||||||
|  |             this.dvc_in.HeaderText = "요청자"; | ||||||
|  |             this.dvc_in.Name = "dvc_in"; | ||||||
|  |             this.dvc_in.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dvc_manager | ||||||
|  |             //  | ||||||
|  |             this.dvc_manager.DataPropertyName = "purchase_manager"; | ||||||
|  |             this.dvc_manager.HeaderText = "구매담당"; | ||||||
|  |             this.dvc_manager.Name = "dvc_manager"; | ||||||
|  |             this.dvc_manager.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dvc_admin | ||||||
|  |             //  | ||||||
|  |             this.dvc_admin.DataPropertyName = "purchase_admin"; | ||||||
|  |             this.dvc_admin.HeaderText = "구매승인"; | ||||||
|  |             this.dvc_admin.Name = "dvc_admin"; | ||||||
|  |             this.dvc_admin.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn1 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn1.DataPropertyName = "source"; | ||||||
|  |             this.dataGridViewTextBoxColumn1.HeaderText = "입력"; | ||||||
|  |             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; | ||||||
|  |             this.dataGridViewTextBoxColumn1.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn3 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn3.DataPropertyName = "pdate"; | ||||||
|  |             this.dataGridViewTextBoxColumn3.HeaderText = "등록일"; | ||||||
|  |             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | ||||||
|  |             this.dataGridViewTextBoxColumn3.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn4 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn4.DataPropertyName = "state"; | ||||||
|  |             this.dataGridViewTextBoxColumn4.HeaderText = "상태"; | ||||||
|  |             this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; | ||||||
|  |             this.dataGridViewTextBoxColumn4.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // place | ||||||
|  |             //  | ||||||
|  |             this.place.DataPropertyName = "place"; | ||||||
|  |             this.place.HeaderText = "보관소"; | ||||||
|  |             this.place.Name = "place"; | ||||||
|  |             this.place.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn5 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn5.DataPropertyName = "sid"; | ||||||
|  |             this.dataGridViewTextBoxColumn5.HeaderText = "SID"; | ||||||
|  |             this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; | ||||||
|  |             this.dataGridViewTextBoxColumn5.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn6 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn6.DataPropertyName = "pumname"; | ||||||
|  |             dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; | ||||||
|  |             this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle21; | ||||||
|  |             this.dataGridViewTextBoxColumn6.HeaderText = "품명"; | ||||||
|  |             this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; | ||||||
|  |             this.dataGridViewTextBoxColumn6.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn7 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn7.DataPropertyName = "pumscale"; | ||||||
|  |             this.dataGridViewTextBoxColumn7.HeaderText = "모델"; | ||||||
|  |             this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; | ||||||
|  |             this.dataGridViewTextBoxColumn7.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn8 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn8.DataPropertyName = "pumqty"; | ||||||
|  |             this.dataGridViewTextBoxColumn8.HeaderText = "수량"; | ||||||
|  |             this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; | ||||||
|  |             this.dataGridViewTextBoxColumn8.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn9 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn9.DataPropertyName = "pumprice"; | ||||||
|  |             dataGridViewCellStyle22.Format = "N0"; | ||||||
|  |             this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle22; | ||||||
|  |             this.dataGridViewTextBoxColumn9.HeaderText = "단가"; | ||||||
|  |             this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; | ||||||
|  |             this.dataGridViewTextBoxColumn9.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn10 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn10.DataPropertyName = "pumamt"; | ||||||
|  |             dataGridViewCellStyle23.Format = "N0"; | ||||||
|  |             this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle23; | ||||||
|  |             this.dataGridViewTextBoxColumn10.HeaderText = "금액"; | ||||||
|  |             this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; | ||||||
|  |             this.dataGridViewTextBoxColumn10.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn11 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn11.DataPropertyName = "supply"; | ||||||
|  |             this.dataGridViewTextBoxColumn11.HeaderText = "공급"; | ||||||
|  |             this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; | ||||||
|  |             this.dataGridViewTextBoxColumn11.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn13 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn13.DataPropertyName = "bigo"; | ||||||
|  |             this.dataGridViewTextBoxColumn13.HeaderText = "비고"; | ||||||
|  |             this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; | ||||||
|  |             this.dataGridViewTextBoxColumn13.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn12 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn12.DataPropertyName = "project"; | ||||||
|  |             this.dataGridViewTextBoxColumn12.HeaderText = "연관프로젝트"; | ||||||
|  |             this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; | ||||||
|  |             this.dataGridViewTextBoxColumn12.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // bs | ||||||
|  |             //  | ||||||
|  |             this.bs.DataMember = "Ipkolist"; | ||||||
|  |             this.bs.DataSource = this.dsPurchase; | ||||||
|  |             //  | ||||||
|  |             // dsPurchase | ||||||
|  |             //  | ||||||
|  |             this.dsPurchase.DataSetName = "dsPurchase"; | ||||||
|  |             this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||||
|  |             //  | ||||||
|             // bn |             // bn | ||||||
|             //  |             //  | ||||||
|             this.bn.AddNewItem = null; |             this.bn.AddNewItem = null; | ||||||
| @@ -396,11 +509,10 @@ namespace FEQ0000 | |||||||
|             this.toolStripLabel1, |             this.toolStripLabel1, | ||||||
|             this.tbFind, |             this.tbFind, | ||||||
|             this.btFind, |             this.btFind, | ||||||
|             this.toolStripButton4, |  | ||||||
|             this.toolStripButton5, |             this.toolStripButton5, | ||||||
|             this.toolStripSeparator1, |             this.toolStripSeparator1, | ||||||
|             this.toolStripLabel5, |             this.toolStripLabel5, | ||||||
|             this.lbSum}); |             this.lbSum1}); | ||||||
|             this.bn.Location = new System.Drawing.Point(0, 637); |             this.bn.Location = new System.Drawing.Point(0, 637); | ||||||
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; |             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; | ||||||
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; |             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; | ||||||
| @@ -505,16 +617,6 @@ namespace FEQ0000 | |||||||
|             this.btFind.Text = "toolStripButton3"; |             this.btFind.Text = "toolStripButton3"; | ||||||
|             this.btFind.Click += new System.EventHandler(this.btFind_Click); |             this.btFind.Click += new System.EventHandler(this.btFind_Click); | ||||||
|             //  |             //  | ||||||
|             // toolStripButton4 |  | ||||||
|             //  |  | ||||||
|             this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; |  | ||||||
|             this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); |  | ||||||
|             this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; |  | ||||||
|             this.toolStripButton4.Name = "toolStripButton4"; |  | ||||||
|             this.toolStripButton4.Size = new System.Drawing.Size(67, 36); |  | ||||||
|             this.toolStripButton4.Text = "입고"; |  | ||||||
|             this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); |  | ||||||
|             //  |  | ||||||
|             // toolStripButton5 |             // toolStripButton5 | ||||||
|             //  |             //  | ||||||
|             this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); |             this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); | ||||||
| @@ -535,12 +637,12 @@ namespace FEQ0000 | |||||||
|             this.toolStripLabel5.Size = new System.Drawing.Size(55, 36); |             this.toolStripLabel5.Size = new System.Drawing.Size(55, 36); | ||||||
|             this.toolStripLabel5.Text = "합계금액"; |             this.toolStripLabel5.Text = "합계금액"; | ||||||
|             //  |             //  | ||||||
|             // lbSum |             // lbSum1 | ||||||
|             //  |             //  | ||||||
|             this.lbSum.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold); |             this.lbSum1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold); | ||||||
|             this.lbSum.Name = "lbSum"; |             this.lbSum1.Name = "lbSum1"; | ||||||
|             this.lbSum.Size = new System.Drawing.Size(30, 36); |             this.lbSum1.Size = new System.Drawing.Size(30, 36); | ||||||
|             this.lbSum.Text = "0"; |             this.lbSum1.Text = "0"; | ||||||
|             //  |             //  | ||||||
|             // panel2 |             // panel2 | ||||||
|             //  |             //  | ||||||
| @@ -556,12 +658,24 @@ namespace FEQ0000 | |||||||
|             this.panel2.Size = new System.Drawing.Size(1282, 698); |             this.panel2.Size = new System.Drawing.Size(1282, 698); | ||||||
|             this.panel2.TabIndex = 5; |             this.panel2.TabIndex = 5; | ||||||
|             //  |             //  | ||||||
|  |             // textBox1 | ||||||
|  |             //  | ||||||
|  |             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bigo", true)); | ||||||
|  |             this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.textBox1.Location = new System.Drawing.Point(0, 597); | ||||||
|  |             this.textBox1.Multiline = true; | ||||||
|  |             this.textBox1.Name = "textBox1"; | ||||||
|  |             this.textBox1.ReadOnly = true; | ||||||
|  |             this.textBox1.Size = new System.Drawing.Size(1282, 40); | ||||||
|  |             this.textBox1.TabIndex = 7; | ||||||
|  |             //  | ||||||
|             // panel3 |             // panel3 | ||||||
|             //  |             //  | ||||||
|             this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |             this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||||
|             this.panel3.Controls.Add(this.label3); |             this.panel3.Controls.Add(this.label3); | ||||||
|             this.panel3.Controls.Add(this.tbSearch); |             this.panel3.Controls.Add(this.tbSearch); | ||||||
|             this.panel3.Controls.Add(this.button1); |             this.panel3.Controls.Add(this.button1); | ||||||
|  |             this.panel3.Controls.Add(this.button2); | ||||||
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Top; |             this.panel3.Dock = System.Windows.Forms.DockStyle.Top; | ||||||
|             this.panel3.Location = new System.Drawing.Point(0, 47); |             this.panel3.Location = new System.Drawing.Point(0, 47); | ||||||
|             this.panel3.Name = "panel3"; |             this.panel3.Name = "panel3"; | ||||||
| @@ -573,9 +687,9 @@ namespace FEQ0000 | |||||||
|             this.label3.Dock = System.Windows.Forms.DockStyle.Fill; |             this.label3.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|             this.label3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             this.label3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             this.label3.ForeColor = System.Drawing.Color.Gray; |             this.label3.ForeColor = System.Drawing.Color.Gray; | ||||||
|             this.label3.Location = new System.Drawing.Point(0, 0); |             this.label3.Location = new System.Drawing.Point(122, 0); | ||||||
|             this.label3.Name = "label3"; |             this.label3.Name = "label3"; | ||||||
|             this.label3.Size = new System.Drawing.Size(1160, 22); |             this.label3.Size = new System.Drawing.Size(1065, 22); | ||||||
|             this.label3.TabIndex = 3; |             this.label3.TabIndex = 3; | ||||||
|             this.label3.Text = "QR CODE 값을 입력하세요"; |             this.label3.Text = "QR CODE 값을 입력하세요"; | ||||||
|             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
| @@ -640,15 +754,15 @@ namespace FEQ0000 | |||||||
|             this.dataGridViewTextBoxColumn23, |             this.dataGridViewTextBoxColumn23, | ||||||
|             this.dataGridViewTextBoxColumn24}); |             this.dataGridViewTextBoxColumn24}); | ||||||
|             this.dv2.DataSource = this.bs2; |             this.dv2.DataSource = this.bs2; | ||||||
|             dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |             dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||||
|             dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window; |             dataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Window; | ||||||
|             dataGridViewCellStyle10.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             dataGridViewCellStyle30.Font = new System.Drawing.Font("맑은 고딕", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText; |             dataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.ControlText; | ||||||
|             dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(1, 5, 1, 5); |             dataGridViewCellStyle30.Padding = new System.Windows.Forms.Padding(1, 5, 1, 5); | ||||||
|             dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; |             dataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||||
|             dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |             dataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||||
|             dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |             dataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||||
|             this.dv2.DefaultCellStyle = dataGridViewCellStyle10; |             this.dv2.DefaultCellStyle = dataGridViewCellStyle30; | ||||||
|             this.dv2.Dock = System.Windows.Forms.DockStyle.Fill; |             this.dv2.Dock = System.Windows.Forms.DockStyle.Fill; | ||||||
|             this.dv2.Location = new System.Drawing.Point(3, 50); |             this.dv2.Location = new System.Drawing.Point(3, 50); | ||||||
|             this.dv2.Name = "dv2"; |             this.dv2.Name = "dv2"; | ||||||
| @@ -658,6 +772,13 @@ namespace FEQ0000 | |||||||
|             this.dv2.Size = new System.Drawing.Size(1282, 612); |             this.dv2.Size = new System.Drawing.Size(1282, 612); | ||||||
|             this.dv2.TabIndex = 8; |             this.dv2.TabIndex = 8; | ||||||
|             //  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn2 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn2.DataPropertyName = "source"; | ||||||
|  |             this.dataGridViewTextBoxColumn2.HeaderText = "위치"; | ||||||
|  |             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; | ||||||
|  |             this.dataGridViewTextBoxColumn2.ReadOnly = true; | ||||||
|  |             //  | ||||||
|             // dataGridViewButtonColumn1 |             // dataGridViewButtonColumn1 | ||||||
|             //  |             //  | ||||||
|             this.dataGridViewButtonColumn1.DataPropertyName = "request"; |             this.dataGridViewButtonColumn1.DataPropertyName = "request"; | ||||||
| @@ -667,6 +788,82 @@ namespace FEQ0000 | |||||||
|             this.dataGridViewButtonColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; |             this.dataGridViewButtonColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||||
|             this.dataGridViewButtonColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |             this.dataGridViewButtonColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | ||||||
|             //  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn14 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn14.DataPropertyName = "pdate"; | ||||||
|  |             this.dataGridViewTextBoxColumn14.HeaderText = "등록일"; | ||||||
|  |             this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; | ||||||
|  |             this.dataGridViewTextBoxColumn14.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn15 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn15.DataPropertyName = "state"; | ||||||
|  |             this.dataGridViewTextBoxColumn15.HeaderText = "상태"; | ||||||
|  |             this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; | ||||||
|  |             this.dataGridViewTextBoxColumn15.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn16 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn16.DataPropertyName = "sid"; | ||||||
|  |             this.dataGridViewTextBoxColumn16.HeaderText = "SID"; | ||||||
|  |             this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; | ||||||
|  |             this.dataGridViewTextBoxColumn16.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn17 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn17.DataPropertyName = "pumname"; | ||||||
|  |             dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; | ||||||
|  |             this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle25; | ||||||
|  |             this.dataGridViewTextBoxColumn17.HeaderText = "품명"; | ||||||
|  |             this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; | ||||||
|  |             this.dataGridViewTextBoxColumn17.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn18 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn18.DataPropertyName = "pumscale"; | ||||||
|  |             dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; | ||||||
|  |             this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle26; | ||||||
|  |             this.dataGridViewTextBoxColumn18.HeaderText = "모델"; | ||||||
|  |             this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; | ||||||
|  |             this.dataGridViewTextBoxColumn18.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn19 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn19.DataPropertyName = "pumqty"; | ||||||
|  |             dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; | ||||||
|  |             dataGridViewCellStyle27.Format = "N0"; | ||||||
|  |             this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle27; | ||||||
|  |             this.dataGridViewTextBoxColumn19.HeaderText = "수량"; | ||||||
|  |             this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; | ||||||
|  |             this.dataGridViewTextBoxColumn19.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn20 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn20.DataPropertyName = "pumprice"; | ||||||
|  |             dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; | ||||||
|  |             dataGridViewCellStyle28.Format = "N0"; | ||||||
|  |             this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle28; | ||||||
|  |             this.dataGridViewTextBoxColumn20.HeaderText = "단가"; | ||||||
|  |             this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; | ||||||
|  |             this.dataGridViewTextBoxColumn20.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn21 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn21.DataPropertyName = "pumamt"; | ||||||
|  |             dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; | ||||||
|  |             dataGridViewCellStyle29.Format = "N0"; | ||||||
|  |             this.dataGridViewTextBoxColumn21.DefaultCellStyle = dataGridViewCellStyle29; | ||||||
|  |             this.dataGridViewTextBoxColumn21.HeaderText = "금액"; | ||||||
|  |             this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; | ||||||
|  |             this.dataGridViewTextBoxColumn21.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn22 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn22.DataPropertyName = "supply"; | ||||||
|  |             this.dataGridViewTextBoxColumn22.HeaderText = "공급"; | ||||||
|  |             this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; | ||||||
|  |             this.dataGridViewTextBoxColumn22.ReadOnly = true; | ||||||
|  |             //  | ||||||
|             // orderno |             // orderno | ||||||
|             //  |             //  | ||||||
|             this.orderno.DataPropertyName = "orderno"; |             this.orderno.DataPropertyName = "orderno"; | ||||||
| @@ -674,6 +871,30 @@ namespace FEQ0000 | |||||||
|             this.orderno.Name = "orderno"; |             this.orderno.Name = "orderno"; | ||||||
|             this.orderno.ReadOnly = true; |             this.orderno.ReadOnly = true; | ||||||
|             //  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn23 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn23.DataPropertyName = "bigo"; | ||||||
|  |             this.dataGridViewTextBoxColumn23.HeaderText = "비고"; | ||||||
|  |             this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; | ||||||
|  |             this.dataGridViewTextBoxColumn23.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // dataGridViewTextBoxColumn24 | ||||||
|  |             //  | ||||||
|  |             this.dataGridViewTextBoxColumn24.DataPropertyName = "project"; | ||||||
|  |             this.dataGridViewTextBoxColumn24.HeaderText = "연관프로젝트"; | ||||||
|  |             this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; | ||||||
|  |             this.dataGridViewTextBoxColumn24.ReadOnly = true; | ||||||
|  |             //  | ||||||
|  |             // bs2 | ||||||
|  |             //  | ||||||
|  |             this.bs2.DataMember = "Ipkolist"; | ||||||
|  |             this.bs2.DataSource = this.dsPurchase1; | ||||||
|  |             //  | ||||||
|  |             // dsPurchase1 | ||||||
|  |             //  | ||||||
|  |             this.dsPurchase1.DataSetName = "dsPurchase"; | ||||||
|  |             this.dsPurchase1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||||
|  |             //  | ||||||
|             // bindingNavigator1 |             // bindingNavigator1 | ||||||
|             //  |             //  | ||||||
|             this.bindingNavigator1.AddNewItem = null; |             this.bindingNavigator1.AddNewItem = null; | ||||||
| @@ -697,7 +918,9 @@ namespace FEQ0000 | |||||||
|             this.btFind2, |             this.btFind2, | ||||||
|             this.toolStripButton15, |             this.toolStripButton15, | ||||||
|             this.toolStripSeparator7, |             this.toolStripSeparator7, | ||||||
|             this.toolStripButton6}); |             this.toolStripButton6, | ||||||
|  |             this.toolStripLabel7, | ||||||
|  |             this.lbSum2}); | ||||||
|             this.bindingNavigator1.Location = new System.Drawing.Point(3, 662); |             this.bindingNavigator1.Location = new System.Drawing.Point(3, 662); | ||||||
|             this.bindingNavigator1.MoveFirstItem = this.toolStripButton8; |             this.bindingNavigator1.MoveFirstItem = this.toolStripButton8; | ||||||
|             this.bindingNavigator1.MoveLastItem = this.toolStripButton12; |             this.bindingNavigator1.MoveLastItem = this.toolStripButton12; | ||||||
| @@ -826,6 +1049,19 @@ namespace FEQ0000 | |||||||
|             this.toolStripButton6.Text = "메일발송(아웃룩)"; |             this.toolStripButton6.Text = "메일발송(아웃룩)"; | ||||||
|             this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); |             this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); | ||||||
|             //  |             //  | ||||||
|  |             // toolStripLabel7 | ||||||
|  |             //  | ||||||
|  |             this.toolStripLabel7.Name = "toolStripLabel7"; | ||||||
|  |             this.toolStripLabel7.Size = new System.Drawing.Size(55, 36); | ||||||
|  |             this.toolStripLabel7.Text = "합계금액"; | ||||||
|  |             //  | ||||||
|  |             // lbSum2 | ||||||
|  |             //  | ||||||
|  |             this.lbSum2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold); | ||||||
|  |             this.lbSum2.Name = "lbSum2"; | ||||||
|  |             this.lbSum2.Size = new System.Drawing.Size(30, 36); | ||||||
|  |             this.lbSum2.Text = "0"; | ||||||
|  |             //  | ||||||
|             // toolStrip2 |             // toolStrip2 | ||||||
|             //  |             //  | ||||||
|             this.toolStrip2.ImageScalingSize = new System.Drawing.Size(40, 40); |             this.toolStrip2.ImageScalingSize = new System.Drawing.Size(40, 40); | ||||||
| @@ -871,123 +1107,6 @@ namespace FEQ0000 | |||||||
|             this.btRefreshIn.Text = "새로고침"; |             this.btRefreshIn.Text = "새로고침"; | ||||||
|             this.btRefreshIn.Click += new System.EventHandler(this.btRefreshIn_Click); |             this.btRefreshIn.Click += new System.EventHandler(this.btRefreshIn_Click); | ||||||
|             //  |             //  | ||||||
|             // bs |  | ||||||
|             //  |  | ||||||
|             this.bs.DataMember = "Ipkolist"; |  | ||||||
|             this.bs.DataSource = this.dsPurchase; |  | ||||||
|             //  |  | ||||||
|             // dsPurchase |  | ||||||
|             //  |  | ||||||
|             this.dsPurchase.DataSetName = "dsPurchase"; |  | ||||||
|             this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn2 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn2.DataPropertyName = "source"; |  | ||||||
|             this.dataGridViewTextBoxColumn2.HeaderText = "위치"; |  | ||||||
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; |  | ||||||
|             this.dataGridViewTextBoxColumn2.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn14 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn14.DataPropertyName = "pdate"; |  | ||||||
|             this.dataGridViewTextBoxColumn14.HeaderText = "등록일"; |  | ||||||
|             this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; |  | ||||||
|             this.dataGridViewTextBoxColumn14.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn15 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn15.DataPropertyName = "state"; |  | ||||||
|             this.dataGridViewTextBoxColumn15.HeaderText = "상태"; |  | ||||||
|             this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; |  | ||||||
|             this.dataGridViewTextBoxColumn15.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn16 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn16.DataPropertyName = "sid"; |  | ||||||
|             this.dataGridViewTextBoxColumn16.HeaderText = "SID"; |  | ||||||
|             this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; |  | ||||||
|             this.dataGridViewTextBoxColumn16.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn17 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn17.DataPropertyName = "pumname"; |  | ||||||
|             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |  | ||||||
|             this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle5; |  | ||||||
|             this.dataGridViewTextBoxColumn17.HeaderText = "품명"; |  | ||||||
|             this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; |  | ||||||
|             this.dataGridViewTextBoxColumn17.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn18 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn18.DataPropertyName = "pumscale"; |  | ||||||
|             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |  | ||||||
|             this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle6; |  | ||||||
|             this.dataGridViewTextBoxColumn18.HeaderText = "모델"; |  | ||||||
|             this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; |  | ||||||
|             this.dataGridViewTextBoxColumn18.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn19 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn19.DataPropertyName = "pumqty"; |  | ||||||
|             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; |  | ||||||
|             dataGridViewCellStyle7.Format = "N0"; |  | ||||||
|             this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle7; |  | ||||||
|             this.dataGridViewTextBoxColumn19.HeaderText = "수량"; |  | ||||||
|             this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; |  | ||||||
|             this.dataGridViewTextBoxColumn19.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn20 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn20.DataPropertyName = "pumprice"; |  | ||||||
|             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; |  | ||||||
|             dataGridViewCellStyle8.Format = "N0"; |  | ||||||
|             this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle8; |  | ||||||
|             this.dataGridViewTextBoxColumn20.HeaderText = "단가"; |  | ||||||
|             this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; |  | ||||||
|             this.dataGridViewTextBoxColumn20.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn21 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn21.DataPropertyName = "pumamt"; |  | ||||||
|             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; |  | ||||||
|             dataGridViewCellStyle9.Format = "N0"; |  | ||||||
|             this.dataGridViewTextBoxColumn21.DefaultCellStyle = dataGridViewCellStyle9; |  | ||||||
|             this.dataGridViewTextBoxColumn21.HeaderText = "금액"; |  | ||||||
|             this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; |  | ||||||
|             this.dataGridViewTextBoxColumn21.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn22 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn22.DataPropertyName = "supply"; |  | ||||||
|             this.dataGridViewTextBoxColumn22.HeaderText = "공급"; |  | ||||||
|             this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; |  | ||||||
|             this.dataGridViewTextBoxColumn22.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn23 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn23.DataPropertyName = "bigo"; |  | ||||||
|             this.dataGridViewTextBoxColumn23.HeaderText = "비고"; |  | ||||||
|             this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; |  | ||||||
|             this.dataGridViewTextBoxColumn23.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn24 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn24.DataPropertyName = "project"; |  | ||||||
|             this.dataGridViewTextBoxColumn24.HeaderText = "연관프로젝트"; |  | ||||||
|             this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; |  | ||||||
|             this.dataGridViewTextBoxColumn24.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // bs2 |  | ||||||
|             //  |  | ||||||
|             this.bs2.DataMember = "Ipkolist"; |  | ||||||
|             this.bs2.DataSource = this.dsPurchase1; |  | ||||||
|             //  |  | ||||||
|             // dsPurchase1 |  | ||||||
|             //  |  | ||||||
|             this.dsPurchase1.DataSetName = "dsPurchase"; |  | ||||||
|             this.dsPurchase1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; |  | ||||||
|             //  |  | ||||||
|             // ta |             // ta | ||||||
|             //  |             //  | ||||||
|             this.ta.ClearBeforeFill = true; |             this.ta.ClearBeforeFill = true; | ||||||
| @@ -997,137 +1116,22 @@ namespace FEQ0000 | |||||||
|             this.tam.BackupDataSetBeforeUpdate = false; |             this.tam.BackupDataSetBeforeUpdate = false; | ||||||
|             this.tam.Connection = null; |             this.tam.Connection = null; | ||||||
|             this.tam.EETGW_PurchaseCRTableAdapter = null; |             this.tam.EETGW_PurchaseCRTableAdapter = null; | ||||||
|  |             this.tam.EETGW_PurchaseEBTableAdapter = null; | ||||||
|             this.tam.PurchaseTableAdapter = null; |             this.tam.PurchaseTableAdapter = null; | ||||||
|             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; |             this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||||
|             //  |             //  | ||||||
|             // textBox1 |             // button2 | ||||||
|             //  |             //  | ||||||
|             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bigo", true)); |             this.button2.BackColor = System.Drawing.Color.Lime; | ||||||
|             this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom; |             this.button2.Dock = System.Windows.Forms.DockStyle.Right; | ||||||
|             this.textBox1.Location = new System.Drawing.Point(0, 597); |             this.button2.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             this.textBox1.Multiline = true; |             this.button2.Location = new System.Drawing.Point(1187, 0); | ||||||
|             this.textBox1.Name = "textBox1"; |             this.button2.Name = "button2"; | ||||||
|             this.textBox1.ReadOnly = true; |             this.button2.Size = new System.Drawing.Size(95, 51); | ||||||
|             this.textBox1.Size = new System.Drawing.Size(1282, 40); |             this.button2.TabIndex = 4; | ||||||
|             this.textBox1.TabIndex = 7; |             this.button2.Text = "선택 항목 입고"; | ||||||
|             //  |             this.button2.UseVisualStyleBackColor = false; | ||||||
|             // dvc_in |             this.button2.Click += new System.EventHandler(this.button2_Click); | ||||||
|             //  |  | ||||||
|             this.dvc_in.DataPropertyName = "request"; |  | ||||||
|             this.dvc_in.HeaderText = "요청자"; |  | ||||||
|             this.dvc_in.Name = "dvc_in"; |  | ||||||
|             this.dvc_in.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dvc_manager |  | ||||||
|             //  |  | ||||||
|             this.dvc_manager.DataPropertyName = "purchase_manager"; |  | ||||||
|             this.dvc_manager.HeaderText = "구매담당"; |  | ||||||
|             this.dvc_manager.Name = "dvc_manager"; |  | ||||||
|             this.dvc_manager.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dvc_admin |  | ||||||
|             //  |  | ||||||
|             this.dvc_admin.DataPropertyName = "purchase_admin"; |  | ||||||
|             this.dvc_admin.HeaderText = "구매승인"; |  | ||||||
|             this.dvc_admin.Name = "dvc_admin"; |  | ||||||
|             this.dvc_admin.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn1 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn1.DataPropertyName = "source"; |  | ||||||
|             this.dataGridViewTextBoxColumn1.HeaderText = "입력"; |  | ||||||
|             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; |  | ||||||
|             this.dataGridViewTextBoxColumn1.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn3 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn3.DataPropertyName = "pdate"; |  | ||||||
|             this.dataGridViewTextBoxColumn3.HeaderText = "등록일"; |  | ||||||
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; |  | ||||||
|             this.dataGridViewTextBoxColumn3.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn4 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn4.DataPropertyName = "state"; |  | ||||||
|             this.dataGridViewTextBoxColumn4.HeaderText = "상태"; |  | ||||||
|             this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; |  | ||||||
|             this.dataGridViewTextBoxColumn4.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // place |  | ||||||
|             //  |  | ||||||
|             this.place.DataPropertyName = "place"; |  | ||||||
|             this.place.HeaderText = "보관소"; |  | ||||||
|             this.place.Name = "place"; |  | ||||||
|             this.place.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn5 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn5.DataPropertyName = "sid"; |  | ||||||
|             this.dataGridViewTextBoxColumn5.HeaderText = "SID"; |  | ||||||
|             this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; |  | ||||||
|             this.dataGridViewTextBoxColumn5.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn6 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn6.DataPropertyName = "pumname"; |  | ||||||
|             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |  | ||||||
|             this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle1; |  | ||||||
|             this.dataGridViewTextBoxColumn6.HeaderText = "품명"; |  | ||||||
|             this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; |  | ||||||
|             this.dataGridViewTextBoxColumn6.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn7 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn7.DataPropertyName = "pumscale"; |  | ||||||
|             this.dataGridViewTextBoxColumn7.HeaderText = "모델"; |  | ||||||
|             this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; |  | ||||||
|             this.dataGridViewTextBoxColumn7.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn8 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn8.DataPropertyName = "pumqty"; |  | ||||||
|             this.dataGridViewTextBoxColumn8.HeaderText = "수량"; |  | ||||||
|             this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; |  | ||||||
|             this.dataGridViewTextBoxColumn8.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn9 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn9.DataPropertyName = "pumprice"; |  | ||||||
|             dataGridViewCellStyle2.Format = "N0"; |  | ||||||
|             this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle2; |  | ||||||
|             this.dataGridViewTextBoxColumn9.HeaderText = "단가"; |  | ||||||
|             this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; |  | ||||||
|             this.dataGridViewTextBoxColumn9.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn10 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn10.DataPropertyName = "pumamt"; |  | ||||||
|             dataGridViewCellStyle3.Format = "N0"; |  | ||||||
|             this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3; |  | ||||||
|             this.dataGridViewTextBoxColumn10.HeaderText = "금액"; |  | ||||||
|             this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; |  | ||||||
|             this.dataGridViewTextBoxColumn10.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn11 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn11.DataPropertyName = "supply"; |  | ||||||
|             this.dataGridViewTextBoxColumn11.HeaderText = "공급"; |  | ||||||
|             this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; |  | ||||||
|             this.dataGridViewTextBoxColumn11.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn13 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn13.DataPropertyName = "bigo"; |  | ||||||
|             this.dataGridViewTextBoxColumn13.HeaderText = "비고"; |  | ||||||
|             this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; |  | ||||||
|             this.dataGridViewTextBoxColumn13.ReadOnly = true; |  | ||||||
|             //  |  | ||||||
|             // dataGridViewTextBoxColumn12 |  | ||||||
|             //  |  | ||||||
|             this.dataGridViewTextBoxColumn12.DataPropertyName = "project"; |  | ||||||
|             this.dataGridViewTextBoxColumn12.HeaderText = "연관프로젝트"; |  | ||||||
|             this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; |  | ||||||
|             this.dataGridViewTextBoxColumn12.ReadOnly = true; |  | ||||||
|             //  |             //  | ||||||
|             // fItemin |             // fItemin | ||||||
|             //  |             //  | ||||||
| @@ -1144,6 +1148,8 @@ namespace FEQ0000 | |||||||
|             this.toolStrip1.ResumeLayout(false); |             this.toolStrip1.ResumeLayout(false); | ||||||
|             this.toolStrip1.PerformLayout(); |             this.toolStrip1.PerformLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.ipkolistDataGridView)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); | ||||||
|             this.bn.ResumeLayout(false); |             this.bn.ResumeLayout(false); | ||||||
|             this.bn.PerformLayout(); |             this.bn.PerformLayout(); | ||||||
| @@ -1156,15 +1162,13 @@ namespace FEQ0000 | |||||||
|             this.tabPage2.ResumeLayout(false); |             this.tabPage2.ResumeLayout(false); | ||||||
|             this.tabPage2.PerformLayout(); |             this.tabPage2.PerformLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv2)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dv2)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.bs2)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase1)).EndInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); | ||||||
|             this.bindingNavigator1.ResumeLayout(false); |             this.bindingNavigator1.ResumeLayout(false); | ||||||
|             this.bindingNavigator1.PerformLayout(); |             this.bindingNavigator1.PerformLayout(); | ||||||
|             this.toolStrip2.ResumeLayout(false); |             this.toolStrip2.ResumeLayout(false); | ||||||
|             this.toolStrip2.PerformLayout(); |             this.toolStrip2.PerformLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs2)).EndInit(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase1)).EndInit(); |  | ||||||
|             this.ResumeLayout(false); |             this.ResumeLayout(false); | ||||||
|  |  | ||||||
|         } |         } | ||||||
| @@ -1197,7 +1201,6 @@ namespace FEQ0000 | |||||||
|         private System.Windows.Forms.ToolStripTextBox tbFind; |         private System.Windows.Forms.ToolStripTextBox tbFind; | ||||||
|         private System.Windows.Forms.ToolStripButton btFind; |         private System.Windows.Forms.ToolStripButton btFind; | ||||||
|         private System.Windows.Forms.ToolStripButton toolStripButton3; |         private System.Windows.Forms.ToolStripButton toolStripButton3; | ||||||
|         private System.Windows.Forms.ToolStripButton toolStripButton4; |  | ||||||
|         private System.Windows.Forms.ToolStripButton toolStripButton5; |         private System.Windows.Forms.ToolStripButton toolStripButton5; | ||||||
|         private System.Windows.Forms.Panel panel3; |         private System.Windows.Forms.Panel panel3; | ||||||
|         private System.Windows.Forms.Label label3; |         private System.Windows.Forms.Label label3; | ||||||
| @@ -1251,11 +1254,9 @@ namespace FEQ0000 | |||||||
|         private System.Windows.Forms.ToolStripStatusLabel lbPO; |         private System.Windows.Forms.ToolStripStatusLabel lbPO; | ||||||
|         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; | ||||||
|         private System.Windows.Forms.ToolStripLabel toolStripLabel5; |         private System.Windows.Forms.ToolStripLabel toolStripLabel5; | ||||||
|         private System.Windows.Forms.ToolStripLabel lbSum; |         private System.Windows.Forms.ToolStripLabel lbSum1; | ||||||
|         private System.Windows.Forms.ToolStripLabel toolStripLabel6; |         private System.Windows.Forms.ToolStripLabel toolStripLabel6; | ||||||
|         private System.Windows.Forms.ToolStripComboBox tbman; |         private System.Windows.Forms.ToolStripComboBox tbman; | ||||||
|         private System.Windows.Forms.ToolStripLabel toolStripLabel7; |  | ||||||
|         private System.Windows.Forms.ToolStripComboBox tbadm; |  | ||||||
|         private System.Windows.Forms.TextBox textBox1; |         private System.Windows.Forms.TextBox textBox1; | ||||||
|         private System.Windows.Forms.DataGridViewButtonColumn dvc_in; |         private System.Windows.Forms.DataGridViewButtonColumn dvc_in; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dvc_manager; |         private System.Windows.Forms.DataGridViewTextBoxColumn dvc_manager; | ||||||
| @@ -1273,5 +1274,8 @@ namespace FEQ0000 | |||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; |         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; |         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; |         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel toolStripLabel7; | ||||||
|  |         private System.Windows.Forms.ToolStripLabel lbSum2; | ||||||
|  |         private System.Windows.Forms.Button button2; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -45,7 +45,7 @@ namespace FEQ0000 | |||||||
|             try |             try | ||||||
|             { |             { | ||||||
|                 var search_mananger = tbman.Text.Trim(); |                 var search_mananger = tbman.Text.Trim(); | ||||||
|                 var search_admin = tbadm.Text.Trim();  |                 var search_admin = "";// tbadm.Text.Trim();  | ||||||
|                 if (search_mananger.isEmpty() ) search_mananger = "%"; |                 if (search_mananger.isEmpty() ) search_mananger = "%"; | ||||||
|                 if (search_admin.isEmpty() ) search_admin = "%"; |                 if (search_admin.isEmpty() ) search_admin = "%"; | ||||||
|  |  | ||||||
| @@ -83,7 +83,17 @@ namespace FEQ0000 | |||||||
|             { |             { | ||||||
|                 if (dr.IspumamtNull() == false) sum += dr.pumamt; |                 if (dr.IspumamtNull() == false) sum += dr.pumamt; | ||||||
|             } |             } | ||||||
|             this.lbSum.Text = $"{sum:N0}"; |             this.lbSum1.Text = $"{sum:N0}"; | ||||||
|  |         } | ||||||
|  |         void UpdateSum2() | ||||||
|  |         { | ||||||
|  |             decimal sum = 0; | ||||||
|  |             var drs = this.dsPurchase1.Ipkolist.Select(this.bs2.Filter); | ||||||
|  |             foreach (dsPurchase.IpkolistRow dr in drs) | ||||||
|  |             { | ||||||
|  |                 if (dr.IspumamtNull() == false) sum += dr.pumamt; | ||||||
|  |             } | ||||||
|  |             this.lbSum2.Text = $"{sum:N0}"; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         private void btFind_Click(object sender, EventArgs e) |         private void btFind_Click(object sender, EventArgs e) | ||||||
| @@ -102,7 +112,7 @@ namespace FEQ0000 | |||||||
|             { |             { | ||||||
|                 try |                 try | ||||||
|                 { |                 { | ||||||
|                     var list = new string[] { "sid","request", "pumname", "bigo","place", "purchase_manager", "purchase_admin" }; |                     var list = new string[] { "sid","request", "pumname", "bigo","place", "purchase_manager" }; | ||||||
|                     var filter = string.Join(" like '%{0}%' or ", list); |                     var filter = string.Join(" like '%{0}%' or ", list); | ||||||
|                     filter += "  like '%{0}%'"; |                     filter += "  like '%{0}%'"; | ||||||
|                     filter = string.Format(filter, search); |                     filter = string.Format(filter, search); | ||||||
| @@ -183,17 +193,17 @@ namespace FEQ0000 | |||||||
|                 var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode); |                 var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode); | ||||||
|  |  | ||||||
|                 tbman.Items.Clear(); |                 tbman.Items.Clear(); | ||||||
|                 tbadm.Items.Clear(); |                 //tbadm.Items.Clear(); | ||||||
|  |  | ||||||
|                  |                  | ||||||
|                 foreach(dsPurchase.Purchase_ManagerlistRow dr in lst_man) |                 foreach(dsPurchase.Purchase_ManagerlistRow dr in lst_man) | ||||||
|                 { |                 { | ||||||
|                     tbman.Items.Add(dr.username); |                     tbman.Items.Add(dr.username); | ||||||
|                 } |                 } | ||||||
|                 foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm) |                 //foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm) | ||||||
|                 { |                 //{ | ||||||
|                     tbadm.Items.Add(dr.username); |                 //    tbadm.Items.Add(dr.username); | ||||||
|                 } |                 //} | ||||||
|             } |             } | ||||||
|        |        | ||||||
|                  |                  | ||||||
| @@ -246,7 +256,7 @@ namespace FEQ0000 | |||||||
|  |  | ||||||
|         private void toolStripButton4_Click(object sender, EventArgs e) |         private void toolStripButton4_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             func_ipgo(); |             | ||||||
|         } |         } | ||||||
|         void func_ipgo() |         void func_ipgo() | ||||||
|         { |         { | ||||||
| @@ -333,7 +343,7 @@ namespace FEQ0000 | |||||||
|             try |             try | ||||||
|             { |             { | ||||||
|                 var search_mananger = tbman.Text.Trim(); |                 var search_mananger = tbman.Text.Trim(); | ||||||
|                 var search_admin = tbadm.Text.Trim(); ; |                 var search_admin = "";// tbadm.Text.Trim(); ; | ||||||
|                 if (search_mananger.isEmpty() ) search_mananger = "%"; |                 if (search_mananger.isEmpty() ) search_mananger = "%"; | ||||||
|                 if (search_admin.isEmpty() ) search_admin = "%"; |                 if (search_admin.isEmpty() ) search_admin = "%"; | ||||||
|  |  | ||||||
| @@ -348,6 +358,7 @@ namespace FEQ0000 | |||||||
|             { |             { | ||||||
|                 FCOMMON.Util.MsgE(ex.Message); |                 FCOMMON.Util.MsgE(ex.Message); | ||||||
|             } |             } | ||||||
|  |             UpdateSum2(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         private void toolStripButton13_Click(object sender, EventArgs e) |         private void toolStripButton13_Click(object sender, EventArgs e) | ||||||
| @@ -582,10 +593,9 @@ namespace FEQ0000 | |||||||
|                 tbman.Text = string.Empty; |                 tbman.Text = string.Empty; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         private void toolStripLabel7_Click(object sender, EventArgs e) |         private void button2_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             if (tbadm.Text.isEmpty() == false) |             func_ipgo(); | ||||||
|                 tbadm.Text = string.Empty; |  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -127,24 +127,24 @@ | |||||||
|   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPsSURBVFhH3VhLSxtRFA60u9qf0QdtacGdbiSZzEySthTB |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPsSURBVFhH3VhLTxpRFCZpd7U/o4+0TetWNwaGmQHapjER | ||||||
|         CEI18Q+o1diVb9248PU3ui9ddmOaGUVsSkyTQt/gphrBPFx0ZHq+8UQTvSYzedTgBx+E5N5zvtx77jnn |         E6NW/ANqFbvyrRsXvv5G902X3UiZ0Rg0QQpN+k7cVDGRh4uOmZ5vPCjoFWZ4VOKXfAmBe8/5uPfcc869 | ||||||
|         Xte1heZ2P4l5vWObPt87XZZ/vO/qysfa2w0Qn3Wf7zt+i8nyKMbytOZivbPztibLr3Wv97ceCGS3BweP |         rhsLze1+FvV6xzZ9vg+6LP/42NGRi7a2GiA+6z7fd/wWleVRjOVpjcV6e/tdTZbf6l7vbz0QyMQGB4/3 | ||||||
|         diMRMzM7a+YWF83C0pJFfMZ3u+PjZiIcLmBsVFV/aV5vhMS3sbnGgYze1BQlQiuVTfb15fcmJ82jlRX7 |         wmEzPTtrZhcXzfzSkkV8xnd74+NmPBTKY2xEVX9pXm+YxLewufqBjN7WFCVMK5VJ9PTk9icnzeOVFftc | ||||||
|         XF42MSfZ3Z2jP5jFysMmm68PUUW5v6EoX/Te3uzB/LxYgAPCBlaUbKbX3e577KY2aJL0ggTmPoVCxyJn |         XjYxJ9HZmaU/mMHKwyabrw0RRXm4oShf9O7uzOH8vFiAA8IGVpRsptbd7gfspjpokvSKBGa3+/tPRM5q | ||||||
|         9TDe338c7ejIffB4nrM7Z9AlKYRgz8zMCB00gvvT0yZ80EIMsFt7wMph4sHCgtBwI4kth6+oJD1j95WB |         Yay39yTS1pb95PG8ZHfOoEvSAII9PTMjdFAPHkxPm/BBC/Ga3doDVg4TDxcWhIbrSWw5fEUk6QW7Lw/E | ||||||
|         mMO2NnPlznN/asrEdtOu3WUZYuBk4UA0I+aqMTE8bNDpTkEDy7kIHP+tYPBQZOB/ME5piFLZKMspB5Iw |         HLa1kSt3kQdTUya2m3btPssQAycLB6IRMVeJ8eFhg053EhpYzmXg+G8Fg0ciA/+DO5SGKJWNspxSIAkj | ||||||
|         8pytVLK6ekLRbyLaHH8wN2dSETikVbyYzFEhkIRFE8tIjoxk0jQSCdsijXjcNNJp82htTfh7Ka1kThWH |         z9lKJaurpxT9JqLN8YdzcyYVgSNaxcvJHBUCSVg0sYTkyEgkTCMety3S2NkxjVTKPF5bE/5eTCuZU8Vh | ||||||
|         ZZ0B5WuPglU06ZQsrgg7IiGuCDsiUXFiqvqTZZ0AxRzZHSVJNKmUpQ6BSiKdjD0laYgGArmoLD9ieSSQ |         WedA+dqnYBVNOiOLK8COSIgrwI5IVJyoqv5kWadAMUd2R0kSTSpmsUOgnEgnY89IGiKBQDYiy09YHgmk | ||||||
|         lhSFXzhBQDuOaxLHRINBmkZYnsuFtghdiWjwZawkoB5xILToivKW5VH8UT+H9kg0uBJFQuoVB2aoBG6q |         JUXhF04Q0I7jqsQx0WCQphGW53KhLUJXIhp8FcsJqEUcCC26orxneRR/1M+hPRINLkeRkFrFgWkqgZuq | ||||||
|         6leWZ1WPHHo40eBqPC+oFLWIA7Okhdq7LMujBE1dcMHGAbmMIpG1igPz1PRSDP5leU0SuLPTOIEtv8Ut |         +pXlWdUjix5ONLgSLwoqRjXiwAxpofYuw/IoQVMXnLdxQK6iSGS14sAcNb0Ug39ZXoME7u7WT2DTb3HT | ||||||
|         f0isNEMXHNHgy1hJSL0id8fGytMMupjtcLh1EnUoVCBNwyyPBHo8j1uq1Pn9Od3tfsjyToA4rHqdJOM4 |         HxIrzdAFRzT4KpYTUqvIvbGx0jSDLiYWCjVPoh4YyJOmYZZHAj2ep01V6vz+rO52P2Z5p0AcVrxOknGc | ||||||
|         nUXYcVgq0kilqjYLfyYmLjYLAOoxWh3RpDKySCdbBpF2xIHQgJBjWWdAk4hL9VU2rBlqWGmhDj/K8i2W |         zgLsOCwWaSSTFZuFPxMTl5sFAPUYrY5oUglZpJMtg0g74kBoQMixrHOgScSl+job1jQ1rLRQR9uyfIdl | ||||||
|         VY6YJI1u9fRcTctPsYeWn/LfWRdzHnxpSuNSLTTSRCaGhgxNVT+/CQZvsBwx8ByBKyAu1SJDzSA6eVQz |         lSIqSaNbXV3X0/JT7KHlp/x33sVcBF+aUrhUC400kPGhIUNT1c/vgsFbLEcMPEfgCohLtchQI4hOHtWM | ||||||
|         ir07LKMy8BxBq5lvxFtMNVoXJUUpaJL0lN3bA54jIBKXapHhRhArBx8xWX7Jbp0BzxHY7vjAQGNjkg4E |         Yu8eyygPPEfQaubq8RZTidZFSVHymiQ9Z/f2gOcIiMSlWmS4HsTKwUdUlvvYrTPgOQLbHevrq29M0oFA | ||||||
|         Yg7b6njlzgPPERQbKVQabIfQoQMilcAWDoTtmKsGnG76p69wqUYitSqOk/6Rxp4+YJIN1Nmqp7UWkNA2 |         zGFbHa/cReA5gmIjiUqD7RA6dECkEtjCgbAdc5WA003/9A0u1UikVsVx0j/S2LMHTLKBOlvxtFYDEtqC | ||||||
|         VByUIt3vz+L2ZT0B04m3noBJCGg9AdN36EpQ+HGNRClFhYANNtdcoJiT2BG0RRuq+g2xWnxEx2d8h98w |         ioNSpPv9Gdy+rCdgOvHWEzAJAa0nYPoOXQkKP66RKKWoELDB5hoLFHMSO4K2aENVvyFWC4/o+Izv8BvG | ||||||
|         RvN4HvC06waX6x85C/ENTzYRqAAAAABJRU5ErkJggg== |         aB7PI5520+By/QNU3PDXgrsH6wAAAABJRU5ErkJggg== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -162,30 +162,30 @@ | |||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAV/SURBVFhH3VjZU1tVGL8zbg8uL65/gAuOPLg8O1q1I6MF |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAV/SURBVFhH3VjZU1tVGL8zbg8uL65/gAuOPLg8O1q1I6MF | ||||||
|         CU52oAVKoI6lTBOmUMDLkh1kCYpKQeiDLdN2lEISQksSEmgIEArDsAVRaEu1BVlcXmyl8X7lI7m5uUmA |         CQ5ZgRYogTqW0hJGKOAFws2KLEFRKQgdR+y0jlJIQmghISENgYSCDJCCWHBKtQVZXF6s0ni/8pHc3NyE | ||||||
|         EB76m/lmcuf73XN+Ofd8yznEA4uEE8Y3RMoe7UHNFWNGzYDzsG5oIqvO9WuGbmhGonONiFQ2B1L3Dgl5 |         JYSH/ma+mdz5fvecX84933IOcdci4SPjS2JFn+ag+pIxs3bQeVjnmsiud1/N1LmmpTr3iFhpdSB175BQ | ||||||
|         bU+KVFZ1WpXTldcw9qeyY8lT0bnGatl1Q3P4WvTxDml9WKC0KmB1yNZr99gEMW3PBPLIrthkTZ+r9Ie5 |         0P6wWGlRpVc73QWNP/6h6Fz0artWOS2n3jWLr0Ufr5GWe4UKCwWrQ7bN3uYSxLY9E8gnu2NT1HZ3+dez | ||||||
|         u2xCghmbQD5pWaD+5FwwE5Ldi5wvLmmQHh5CuTn1yFcj17TGVVYRYCr9skfW6l7PbXKvZNeP3QCD36la |         /3IJCWVcAgWkeZ7+k7OhTET2LPA+vqBG+uYQVfamHfl05BeNcYVTBJhSv+Q9ccazltc8tZzTMHYNDH6n | ||||||
|         +y0cxgsQzTYGWGHr7D9CRW8tUsNDqLAcy2mcvM02mNa44sn9ZnwxrWqgX6S01ScV6/clFHW+sl/a9Xjc |         aWw3cBgfQDTXGGDFZ2b+FlH9dUjdHCLKfCy3afIm12Aa47I37/PxhfTqwQGxwtqQVKrfl1DS9dz+/O4H | ||||||
|         UeNj8QUXn/+ksONdHMqLYAI3xNm2Lo5fYk451jD1O3MgrXHNIzs9s5yq6TXxiy69ivQtI5jAnFOTt/ll |         444aH4gvOv/ke8Wdr+NQPoQSuC7OunVxgrLe1GONnt/YA2mMq17Z6emlNHW/SVBy4XmkbxmhBOaemrwp | ||||||
|         5iSkhQbsOfiszEHU+hVPWoVjnF/a+TZSt41Qnxh8fPLyy0hlB0QrBARzz5Ft1/8Ta/p6E/N/fBqpO4K/ |         qOhNQlp4wJ6Dz8oeRKVf9qZrHeOC8q5XkbpthPvE4BOQF59FKjcgWiEg2HuObJ/7T6K29ycWfv8oUneE | ||||||
|         QP85tIZVT4q6z8nlnnsI6YGAVMKMVli5FJXdLpG4HkHajrEpUNYy97dYaZuFselzkRdu3hEorEVI9wck |         QIGBc2gMK95Uld2ZnHz2HqQHA1IJO1ph5VKVNptU6r4PaTvGhkBZy+xfEoV1BsZmzkV+d/2WkLKUID0Q | ||||||
|         YSrUZ+gvwL+Ezxrpym0CBII4qgLpDpDtz6RXO6f851vzZNYOTUOw4Ss+QIVgJmFZi3s5kj3HhEjZvQji |         kITpUJ9mvgD/Ej5rpCu3ARAI4ugKpDtAdjyWUeP0BM636s2qc12BYMNX/IAKwU7CstappUj2HBtiRc8C | ||||||
|         8JHgyS0fyppnluhzlv80v059yVKk+EClDBedCKkkVdvXge5dAafYpMWfXqRqe03MPX+wwjGE7g1A4Yfa |         iMNHgl9pflvWMr3InFP+w9U1+kuWI8UPOmW4mURIJWkaeye6dwW8UpMGf/qQpuk3sff8Qa3Dhe51QOGH | ||||||
|         SidBDtxJKtkuOGT3m9Jmt98qQqLnFHTFIoVKyuXWSmbhP1TZv2fdSJrW0U+fW9m+5BEqepToppa5wmGg |         2sokQQ7cSSrZLnhkz8v5LVMBqwiJnlfUHYsUOinLLVXswn+oamDPupF0jWOAObeiY9ErovoU6KaXWesw | ||||||
|         E6B8QYVAd9QhUthPaQz+EZ1S6dCjmyAOVTsH6E7pWfc6p9DwHrqjDmpv7pc2+6e3tOrBfnQThKR2cJLu |         MAlQvqBCoDvqEFO2U2pDYESnVjn06CaIQzXOQabz+LeeNV6x4Q10Rx303tx/vCUwvaXXDA2gmyCkdUOT | ||||||
|         hD2QmG8IndV3ER8Xdbwka5lZpmsATegmiKy6q7N0Z3a96waXtD6B7qgD5oI56RpAE7oJIlM3/AvdudcC |         TCfsgcRCQ/isvot4t6TzGVnr9BJTA2hCN0Fk11+eYTpzGtzXkknLQ+iOOmAumJOpATShmyCydMM/M517 | ||||||
|         40jjU5L60Zt0DVl1wz6B6dXDfhmdCvvl+HzTi+iOOqBVy2kaX6NrgDMOulmCpGXubhLZ+QG6o454KkiO |         LTCOND4ibRi9ztSQXT/sF5hRMxyQ0emwX4ovND2N7qgDWrXc5vFVpgY446CbI0joDZtEdr2F7qgjng6S | ||||||
|         n3Gv0zVkfDngRDdBwMmM7oQiDqGP7qhDpLR+y2wcUjS9vjQjlFsqVFRypBP2MlHDatHn3kjUFl+i5pJd |         vDbPGlND5ieDTnQTBJzMmE4o4hD66I46xArLF+zGIVXd708zokqzVkknRyZhLxM1rBZz7vVEbfYn6mSy | ||||||
|         r8tOT63SSccb3H8kFlveQkrUwFN0xUqbxvxKnbRlapVDNc5I2UBgs7BKNQu9JnR7wVbwI4FYbbsMjQl9 |         +0XZac8Kk3Sicer3xFLzK0iJGvhUd2x+81hAqctv9azw6MYZKesIbhZW6Gah34RuH7gKfiSQqKwXoTFh | ||||||
|         7oBmAcCnlpQ8699u5VGtkKDcGocUaq/06KBlwseIwS+1vA9FgT4ntFugBSk+QMOaWeNy08lgh2uGpqnl |         zh3ULAAE9JKS3wS2WwV0KySUW+KQQu+VPh20TPgYMQTl5jehKDDnhHYLtCDFD2hYs2rdU0wy2OFa1xV6 | ||||||
|         fg7EQbMJTSe+EhHiCozPplcNTMBBjD5f0IYVIJBbS0tYWn5oz0EcPO+GQC557tFkdV9fQMt/fuEOv9xW |         uZ8AcdBsQtOJr0SEuCLj4xnVgxNwEGPOF7JhBQgrLeVlHC0/tOcgDp53Q2Ayefb+FJXdHtTyn5u/JZBb | ||||||
|         grRAwKEpRWMfDDyo+54jFQgrB+IUbdf98t79QxM1d8hDEyBJYYo5Ujca8niI1G0D9hx8VubKgUmqr84n |         y5AWDDg0paptQ8EHdf9zpAJh5UAc1T4XkPfuHJroucMemgBJlCnmSP1o2OMhUrcN2HPwWdkrByatuTyX | ||||||
|         kaYYpIYGt8zMC3arsBOBnxZ1viZW2w0QEMw9BwZz8cotYqSHh7DMWnvyzNxfzIHA2AQmFOj3fSTTvwDX |         RJpikBoeyRW9/FC3CjsR+H5J1wsSlc0AAcHec2AwF19uliB9c4gqLHUn22b/ZA8ExiUwoUi/7x2Z/im4 | ||||||
|         HtBkHChoj4HyJVbYvkunkvDn348tMVPJpuU2TtziKcxHcajwCCUOjE0gXBTB6sDF0We60YWcxvG1k83T |         9oAm40BRRwyULwll/TKDTsIffjW2yE4lG5bXNHGDT/UexaE2RzhxYFwC4aIIVgcujj7Qjc7nNo2vnmye | ||||||
|         99g+5abBnoPPKig3C3GY8ICrr2S1/TfJ1yM/BzOe3DqPdC9ANJuIYHbi/MK/EBBb3nORYqsCIQlDnhPI |         vM31KTcM9hx8VqG8V4TDbA64+kpR2X6VfjbyUyjjV1rmkO4DiOYSEcoKzs3/AwGx5T0XKbYqEJIw5Dlh | ||||||
|         e8iw0bqbCCVQcXHxfm2F8gUVYi8bYS/gwhwuzuHqBLpzaDbh0JNaccUgUlpUEMVIfdBAEP8D39eedx6G |         ZR+5abTuJsIJpM4v3KmtUL6gQuxlI+wDXJjDxTlcnUB3Ds0mHHrStJcMYoVZCVGM1LsNBPE/7jCePtVW | ||||||
|         CawAAAAASUVORK5CYII= |         fIgAAAAASUVORK5CYII= | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="dvc_in.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="dvc_in.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
| @@ -206,6 +206,9 @@ | |||||||
|   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>240, 17</value> |     <value>240, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|  |   <metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>240, 17</value> | ||||||
|  |   </metadata> | ||||||
|   <metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>553, 17</value> |     <value>553, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
| @@ -258,21 +261,6 @@ | |||||||
|         hB/a9r+CVAG4Auj5g7iA5/1NACaptgIVLHkb0wWVw13ZL60p2+uerqkCJs1mMgwUU6d1k/xJwI10RZj1 |         hB/a9r+CVAG4Auj5g7iA5/1NACaptgIVLHkb0wWVw13ZL60p2+uerqkCJs1mMgwUU6d1k/xJwI10RZj1 | ||||||
|         9TPUN7Wam9dgTMC75QR7TjCBkRQs5Jd1jQS8c1ewtZLTPcQW/peADpC44cudgnjZOQ1OCGjTwkwaGBon |         9TPUN7Wam9dgTMC75QR7TjCBkRQs5Jd1jQS8c1ewtZLTPcQW/peADpC44cudgnjZOQ1OCGjTwkwaGBon | ||||||
|         GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg== |         GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg== | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |  | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG |  | ||||||
|         YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 |  | ||||||
|         0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw |  | ||||||
|         bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc |  | ||||||
|         VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 |  | ||||||
|         c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 |  | ||||||
|         Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo |  | ||||||
|         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ |  | ||||||
|         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D |  | ||||||
|         TgDQASA1MVpwzwAAAABJRU5ErkJggg== |  | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="toolStripButton5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -286,6 +274,12 @@ | |||||||
|         Kw/6HydJHj5byGPQIkKNAAAAAElFTkSuQmCC |         Kw/6HydJHj5byGPQIkKNAAAAAElFTkSuQmCC | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|  |   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>917, 17</value> | ||||||
|  |   </metadata> | ||||||
|  |   <metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>619, 17</value> | ||||||
|  |   </metadata> | ||||||
|   <metadata name="dataGridViewButtonColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="dataGridViewButtonColumn1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>True</value> |     <value>True</value> | ||||||
|   </metadata> |   </metadata> | ||||||
| @@ -298,6 +292,9 @@ | |||||||
|   <metadata name="dsPurchase1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="dsPurchase1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>725, 17</value> |     <value>725, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|  |   <metadata name="dsPurchase1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|  |     <value>725, 17</value> | ||||||
|  |   </metadata> | ||||||
|   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>917, 17</value> |     <value>917, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
| @@ -366,21 +363,21 @@ | |||||||
|   <data name="toolStripButton6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAM9SURBVFhH7ZZrSJNRGMdHRVDf+ijJNHUz58Z0Ezczm1ML |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAM8SURBVFhH7ZZrSJNRGMdHRVDf+ijJvG61G9NNdGY6pwam | ||||||
|         0yKlwoRSkFymfTIdBRpEHywz77e8RmnkjdQktDCNEhG7aEhsXjB1ww03NzUvzdlT5+3dau4t59zyy/uH |         RVqECaUguUz7ZDoKNIiIyszL1GleozTyRmoSWphGiYhdNCS2qZiX4cTNTc1LXnrqvL1bzb3lnFt+ef/w | ||||||
|         H5zzPO+75885z857KKRIkSJFipSZ9ruxHOluzPN8T34Wn+l7i+rCCKJQzu7E09snR0f+np+mWgTeAnVG |         g3Oe5333/Dnn2XkPhRQpUqRIkTLTfneOI92dfVbAEmQK2N43qK7MIArl9E48vX1ydBTs+WmqUegp1N4M | ||||||
|         WLy+KTYFqqKvQEJA5Fc2jT3NPugbjj+6DRIIdnE8fYdqziSsLdwoBURdTDJIkzOx8RdxNgjZh+eZB7yO |         jV+tj02B8uhLkOAX+ZVL405wD3qH449ug4TCXTyWd3/lSfHa3LUiQFTHJIMiOQMbf5FkgYh7eJbt4nEE | ||||||
|         4m9YLiqVtY/qyuJuBZoLK1UcHL1oMIcI5QZCpyjNOB9JyQKOJ0+Kl7VMx09EJgWHhMynpopXtoIw8Ji+ |         f8NyUamcfVQ3Dn8r0Fw5qSmi6HmDOUQoPxDaxGnG+UBKJvBYPgq8rGU6eiwyKTgkZDY1VbK0FYQBIavN | ||||||
|         Le6a0QxCFBiBmfoz5kfnK/DSlonHE2qKSwphZHgQvq9prKap8QlkRolMzOSevgja9BLjfEKcAxwPzqZW |         cVeMZhDiwAjM1J8xX7pAjZe2TD4+Ip2sMB8GlH3wfU1nNfV1TyAjSmxiJufUedCnFxrnI5Js4DF4m1rB | ||||||
|         cId/SJgWFWhuaYAXL9sIi1uC7tsMREeeg45Lv7dUk15sHE9fzweB1xG1iwszDK9tkYwGEQMDvVBZVQ46 |         HX4hYXpUoKGxFl68bCYsbgnL36YgOvIMtF74vaW6dJlxPHFVCkKPAK2rKzsMr22RjAYRvb1dUFZeAsvL | ||||||
|         ncrMwEbMaWWQnXMPAvhCUKcVYfQm3oSG2KuQHBql4nhwx+murFN4XYtlYhChUo1DfkEeKBVjJgb+xdjY |         GjMDGzGjH4es7HvgLxCBNq0AoyvxOtTGXobk0CgNj8EfprtxTuB1LZaJQYRGMwzSvFyYVA+ZGPgXQ0Of | ||||||
|         J0BtsrSohKBDwdAUJ4aTwnBwo7kvetC8M5ycPCIYDMZuvOamZGYQsapTw8NH1dDf/8YkTkRPTyfU19di |         ALXJwvwkBB0Khvo4CRwXhYM7jT7PoHnecnJiRDCZzN14zU3JzCBiZVkLDx9VQE/PG5M4EZ2dbVBTU4WN | ||||||
|         Y7TNSaJEuHvnNshlUmAy+cN4HatFaNBAd3c71NQ+gDX9LGEe9W1XVzthDmF3gwjZlAQKCvOxHjPEUI9W |         0TYniRPh7p3boBpXAJstUOJ1rBahQQMdHS1QWfUA1lanCfOob9vbWwhzCLsbRIyPySEvX4r1mCGGerS0 | ||||||
|         VJbBsHTA5Nn1/BeDaNtQb5WUFsHoyCCoZn71qFYzheWI3jFgV4P6VTWUV5TC5MRnY+xpcz1UVZdjPYrm |         rBiUil6TZ9fzXwyibUO9VVhUAIMDfaCZ+tWjet0YliN6x4BdDa6uaKGktAhGRz4bY08baqC8ogTrUTRv | ||||||
|         rc8aoa/vtTG/HrsZXFlWYqsklw+bxInofPUcOjpaCXN2MbgwL4ei4gKTntuI9+/eQl19jVnc5gYV06OQ |         elYH3d2vjfn12M3g0uIktkoqldIkTkTbq+fQ2tpEmLOLwblZFRTI8kx6biPev3sL1TWVZnGbG1RPDEKu | ||||||
|         l58Ly0sKs2IbIZF8gPtlxVhrGGI2NSiVfMS+In87UiwBnX1o9Q1/HlsYpPj4C5ToLGtoeGxW0Bo0s5NY |         NAcWF9RmxTZCLv8A94tlWGsYYjY1qJB/xL4ifztSLAGdfWj1DX8eWxikePkJJ9FZVlv72KygNeimR7H+ | ||||||
|         /46PS1ZpdO8hvIz18uEFRLFYfnPxIpE84XKSzBZciImdormz5qgHmLa5QTs4cPc6OTG8iC6i1uDs7MlG |         HR6Wr9Donv14Gevl5eMfxeH4zsSLxaqEi0njtuBcTOwY7QBnhurCts0N2sGBv9fJielBdBG1BmdnFhdd | ||||||
|         13/850mRIkWKFCm7iUL5AaPFle/b+pUIAAAAAElFTkSuQmCC |         //GfJ0WKFClSpOwmCuUHODKV2uA9PsUAAAAASUVORK5CYII= | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
| @@ -389,54 +386,54 @@ | |||||||
|   <data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPsSURBVFhH3VhLSxtRFA60u9qf0QdtaXGpG0kmM5OkLUUw |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPsSURBVFhH3VjJThtBELWU3EI+I4uSKJzhguzxzNhOoggJ | ||||||
|         guAj/gG1GrvyrRsXvv5G96XLbkwzo4gGYpoU+gY31Qjm4aIj0/ONJ5rEazKTRxv84IOQ3HvOl3vPPefc |         I7EomB8AAiYndrhwYPuN3KMcc8HxDAgIknHsSNklLgEj4YVDBk3qDWWwTWPPeAkWT3qSZXdXPXdXV1W3 | ||||||
|         67qx0NzuZ1Gvd2Lb53uvy/L3D11duWh7uwHis+7zfcNvUVkex1ie1lxsdnbe1WT5je71/tIDgczu8PDp |         68ZCc7tbo17v2KbP916X5R8fOjqy0dZWA8Rn3ef7jt+isjyKsTytsVhvb7+ryfIb3ev9rQcC6Z3BwZP9 | ||||||
|         QThspufnzezysplfWbGIz/juYHLSjIdCeYyNqOpPzesNk/g2Ntc4kNHbmqKEaaUyib6+3OH0tHm6tmaf |         cNhMzc6amcVFM7e0ZBGf8d3++LgZC4VyGBtR1V+a1xsm8S1srn4go7c1RQnTSqXjPT3Zg8lJ82RlxT6X | ||||||
|         q6sm5iS6u7P0BzNYedhk8/UhoigPtxTls97bmzleXBQLcEDYwIqSzdSm2/2A3dQGTZJekcBsbHDwTOSs |         l03MiXd2ZugPprHysMnma0NEUR5uKMoXvbs7fTQ/LxbggLCBFSWbyXW3+wG7qQ6aJL0kgZmd/v5TkbNa | ||||||
|         Hu71959FOjqyHz2el+zOGXRJGkKwp+fmhA4awaPZWRM+aCEG2a09YOUw8XhpSWi4kcSWw1dEkl6w+8pA |         uN3bexppa8t89HhesDtn0CVpAMGempkROqgHD6enTfighXjFbu0BK4eJRwsLQsP1JLYcviKS9Jzdlwdi | ||||||
|         zGFbm7ly5TyamTGx3bRr91mGGDhZOBDNiLlqjI+OGnS6k9DAcq4Cx38nGDwRGfgXjFEaolQ2znJKgSSM |         DtvayJUr5eHUlIntpl27zzLEwMnCgWhEzFVibHjYoNOdgAaWcxk4/lvB4LHIwP/gLqUhSmWjLKcYSMLI | ||||||
|         PGcrlayvn1P0m4g2xx8vLJhUBE5oFa8mc1QIJGHRxBKSIyORMI143LZIIxYzjVTKPN3YEP5eTCuZU8Vh |         c7ZSyerqGUW/iWhz/NHcnElF4JhW8XIyR4VAEhZNLCI5MuJx04jFbIs0dndNI5k0T9bWhL8X0krmVHFY | ||||||
|         WZdA+TqkYBVNuiCLK8COSIgrwI5IVJyoqv5gWedAMUd2R0kSTSpmsUOgkkgnYy9IGiKBQDYiy09YHgmk |         1gVQvg4oWEWTzsni8rAjEuLysCMSFSeqqj9Z1hlQzJHdUZJEkwpZ6BAoJ9LJ2HOShkggkInI8hOWRwJp | ||||||
|         JUXhF04Q0I7jmsQx0WCQpjGW53KhLUJXIhp8HSsJqEccCC26orxjeRR/1M+hPRINrkSRkHrFgWkqgduq |         SVH4hRMEtOO4KnFMNBikaYTluVxoi9CViAZfxXICahEHQouuKO9YHsUf9XNoj0SDy1EkpFZxYIpK4Kaq | ||||||
|         +oXlWdUjix5ONLgaywUVoxZxYIa0UHuXYXmUoKkLzts4INdRJLJWcWCOml6KwT8sr0kC9/cbJ7Dlt7jl |         fmV5VvXIoIcTDa7EUkGFqEYcmCYt1N6lWR4laOqCczYOyFUUiaxWHJilppdi8C/La5DAvb36CWz6LW76 | ||||||
|         D4mVZuiCIxp8HSsJqVfkwcREaZpBF7MbCrVOoh4aypOmUZZHAj2epy1V6vz+rO52P2Z550AcVr1OknGc |         Q2KlGbrgiAZfxXJCahW5PzZWnGbQxeyEQs2TqAcGcqRpmOWRQI/naVOVOr8/o7vdj1neGRCHFa+TZByn | ||||||
|         zgLsOCwWaSSTVZuF31NTV5sFAPUYrY5oUglZpJMtg0g74kBoQMixrEugScSl+n82rGlqWGmhTvZk+Q7L |         Mw87DgtFGolExWbhz8TE5WYBQD1GqyOaVEQW6WTLINKOOBAaEHIs6wJoEnGpvs6GNUUNKy3U8SdZvsOy | ||||||
|         KkVUksZ3enr+T8tPsYeWn/LfZRdTDr40pXCpFhppIuMjI4amqp/eBoO3WI4YeI7AFRCXapGhZhCdPKoZ |         ihGVpNGtrq7rafkp9tDyU/676GJKwZemJC7VQiMNZGxoyNBU9fPbYPAWyxEDzxG4AuJSLTLUCKKTRzWj | ||||||
|         xd49llEZeI6g1cw14i2mGq2LkqLkNUl6zu7tAc8REIlLtchwI4iVg4+oLPezW2fAcwS2e29goLExSQcC |         2LvHMsoDzxG0mtl6vMVUonVRUpScJknP2L094DkCInGpFhmuB7Fy8BGV5X526wx4jsB2b/f11Tcm6UAg | ||||||
|         MYdtdbxy5cBzBMVGEpUG2yF06IBIJbCFA2E75qoBp5v+6WtcqpFIrYrjpH+ksRcPmGQDdbbqaa0FJLQN |         5rCtjleuFHiOoNhIoNJgO4QOHRCpBLZwIGzHXCXgdNM/fY1LNRKpVXGc9I809vwBk2ygzlY8rdWAhLag | ||||||
|         FQelSPf7M7h9WU/AdOKtJ2ASAlpPwPQduhIUflwjUUpRIWCDzTUXKOYkdgxt0ZaqfkWsFh7R8Rnf4TeM |         4qAU6X5/Grcv6wmYTrz1BExCQOsJmL5DV4LCj2skSikqBGywucYCxZzEjqAt2lDVb4jV/CM6PuM7/IYx | ||||||
|         0TyeRzztpsHl+gvG7PDyminEIgAAAABJRU5ErkJggg== |         msfziKfdNLhc/wDivfC8hX6KuAAAAABJRU5ErkJggg== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="btRefreshIn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="btRefreshIn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAV/SURBVFhH3VjZU1tVGL8zbg8uL65/gAuOPLg8O1q1I6MF |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAV/SURBVFhH3VjZU1tVGL8zbg8uL65/gAuOPLg8O1q1I6MF | ||||||
|         CU52oAVKoI6lTBOmUMDLkh1kCYpKQeiDLdN2lEISQksSEmgIEArDsAVRaEu1BVlcXmyl8X7lI7m5uUmA |         CQ5ZgRYogTqW0hJGKOAFws2KLEFRKQgdR+y0jlJIQmghISENgYSCDJCCWHBKtQVZXF6s0ni/8pHc3NyE | ||||||
|         EB76m/lmcuf73XN+Ofd8yznEA4uEE8Y3RMoe7UHNFWNGzYDzsG5oIqvO9WuGbmhGonONiFQ2B1L3Dgl5 |         JYSH/ma+mdz5fvecX84933IOcdci4SPjS2JFn+ag+pIxs3bQeVjnmsiud1/N1LmmpTr3iFhpdSB175BQ | ||||||
|         bU+KVFZ1WpXTldcw9qeyY8lT0bnGatl1Q3P4WvTxDml9WKC0KmB1yNZr99gEMW3PBPLIrthkTZ+r9Ie5 |         0P6wWGlRpVc73QWNP/6h6Fz0artWOS2n3jWLr0Ufr5GWe4UKCwWrQ7bN3uYSxLY9E8gnu2NT1HZ3+dez | ||||||
|         u2xCghmbQD5pWaD+5FwwE5Ldi5wvLmmQHh5CuTn1yFcj17TGVVYRYCr9skfW6l7PbXKvZNeP3QCD36la |         /3IJCWVcAgWkeZ7+k7OhTET2LPA+vqBG+uYQVfamHfl05BeNcYVTBJhSv+Q9ccazltc8tZzTMHYNDH6n | ||||||
|         +y0cxgsQzTYGWGHr7D9CRW8tUsNDqLAcy2mcvM02mNa44sn9ZnwxrWqgX6S01ScV6/clFHW+sl/a9Xjc |         aWw3cBgfQDTXGGDFZ2b+FlH9dUjdHCLKfCy3afIm12Aa47I37/PxhfTqwQGxwtqQVKrfl1DS9dz+/O4H | ||||||
|         UeNj8QUXn/+ksONdHMqLYAI3xNm2Lo5fYk451jD1O3MgrXHNIzs9s5yq6TXxiy69ivQtI5jAnFOTt/ll |         444aH4gvOv/ke8Wdr+NQPoQSuC7OunVxgrLe1GONnt/YA2mMq17Z6emlNHW/SVBy4XmkbxmhBOaemrwp | ||||||
|         5iSkhQbsOfiszEHU+hVPWoVjnF/a+TZSt41Qnxh8fPLyy0hlB0QrBARzz5Ft1/8Ta/p6E/N/fBqpO4K/ |         qOhNQlp4wJ6Dz8oeRKVf9qZrHeOC8q5XkbpthPvE4BOQF59FKjcgWiEg2HuObJ/7T6K29ycWfv8oUneE | ||||||
|         QP85tIZVT4q6z8nlnnsI6YGAVMKMVli5FJXdLpG4HkHajrEpUNYy97dYaZuFselzkRdu3hEorEVI9wck |         QIGBc2gMK95Uld2ZnHz2HqQHA1IJO1ph5VKVNptU6r4PaTvGhkBZy+xfEoV1BsZmzkV+d/2WkLKUID0Q | ||||||
|         YSrUZ+gvwL+Ezxrpym0CBII4qgLpDpDtz6RXO6f851vzZNYOTUOw4Ss+QIVgJmFZi3s5kj3HhEjZvQji |         kITpUJ9mvgD/Ej5rpCu3ARAI4ugKpDtAdjyWUeP0BM636s2qc12BYMNX/IAKwU7CstappUj2HBtiRc8C | ||||||
|         8JHgyS0fyppnluhzlv80v059yVKk+EClDBedCKkkVdvXge5dAafYpMWfXqRqe03MPX+wwjGE7g1A4Yfa |         iMNHgl9pflvWMr3InFP+w9U1+kuWI8UPOmW4mURIJWkaeye6dwW8UpMGf/qQpuk3sff8Qa3Dhe51QOGH | ||||||
|         SidBDtxJKtkuOGT3m9Jmt98qQqLnFHTFIoVKyuXWSmbhP1TZv2fdSJrW0U+fW9m+5BEqepToppa5wmGg |         2sokQQ7cSSrZLnhkz8v5LVMBqwiJnlfUHYsUOinLLVXswn+oamDPupF0jWOAObeiY9ErovoU6KaXWesw | ||||||
|         E6B8QYVAd9QhUthPaQz+EZ1S6dCjmyAOVTsH6E7pWfc6p9DwHrqjDmpv7pc2+6e3tOrBfnQThKR2cJLu |         MAlQvqBCoDvqEFO2U2pDYESnVjn06CaIQzXOQabz+LeeNV6x4Q10Rx303tx/vCUwvaXXDA2gmyCkdUOT | ||||||
|         hD2QmG8IndV3ER8Xdbwka5lZpmsATegmiKy6q7N0Z3a96waXtD6B7qgD5oI56RpAE7oJIlM3/AvdudcC |         TCfsgcRCQ/isvot4t6TzGVnr9BJTA2hCN0Fk11+eYTpzGtzXkknLQ+iOOmAumJOpATShmyCydMM/M517 | ||||||
|         40jjU5L60Zt0DVl1wz6B6dXDfhmdCvvl+HzTi+iOOqBVy2kaX6NrgDMOulmCpGXubhLZ+QG6o454KkiO |         LTCOND4ibRi9ztSQXT/sF5hRMxyQ0emwX4ovND2N7qgDWrXc5vFVpgY446CbI0joDZtEdr2F7qgjng6S | ||||||
|         n3Gv0zVkfDngRDdBwMmM7oQiDqGP7qhDpLR+y2wcUjS9vjQjlFsqVFRypBP2MlHDatHn3kjUFl+i5pJd |         vDbPGlND5ieDTnQTBJzMmE4o4hD66I46xArLF+zGIVXd708zokqzVkknRyZhLxM1rBZz7vVEbfYn6mSy | ||||||
|         r8tOT63SSccb3H8kFlveQkrUwFN0xUqbxvxKnbRlapVDNc5I2UBgs7BKNQu9JnR7wVbwI4FYbbsMjQl9 |         +0XZac8Kk3Sicer3xFLzK0iJGvhUd2x+81hAqctv9azw6MYZKesIbhZW6Gah34RuH7gKfiSQqKwXoTFh | ||||||
|         7oBmAcCnlpQ8699u5VGtkKDcGocUaq/06KBlwseIwS+1vA9FgT4ntFugBSk+QMOaWeNy08lgh2uGpqnl |         zh3ULAAE9JKS3wS2WwV0KySUW+KQQu+VPh20TPgYMQTl5jehKDDnhHYLtCDFD2hYs2rdU0wy2OFa1xV6 | ||||||
|         fg7EQbMJTSe+EhHiCozPplcNTMBBjD5f0IYVIJBbS0tYWn5oz0EcPO+GQC557tFkdV9fQMt/fuEOv9xW |         uZ8AcdBsQtOJr0SEuCLj4xnVgxNwEGPOF7JhBQgrLeVlHC0/tOcgDp53Q2Ayefb+FJXdHtTyn5u/JZBb | ||||||
|         grRAwKEpRWMfDDyo+54jFQgrB+IUbdf98t79QxM1d8hDEyBJYYo5Ujca8niI1G0D9hx8VubKgUmqr84n |         y5AWDDg0paptQ8EHdf9zpAJh5UAc1T4XkPfuHJroucMemgBJlCnmSP1o2OMhUrcN2HPwWdkrByatuTyX | ||||||
|         kaYYpIYGt8zMC3arsBOBnxZ1viZW2w0QEMw9BwZz8cotYqSHh7DMWnvyzNxfzIHA2AQmFOj3fSTTvwDX |         RJpikBoeyRW9/FC3CjsR+H5J1wsSlc0AAcHec2AwF19uliB9c4gqLHUn22b/ZA8ExiUwoUi/7x2Z/im4 | ||||||
|         HtBkHChoj4HyJVbYvkunkvDn348tMVPJpuU2TtziKcxHcajwCCUOjE0gXBTB6sDF0We60YWcxvG1k83T |         9oAm40BRRwyULwll/TKDTsIffjW2yE4lG5bXNHGDT/UexaE2RzhxYFwC4aIIVgcujj7Qjc7nNo2vnmye | ||||||
|         99g+5abBnoPPKig3C3GY8ICrr2S1/TfJ1yM/BzOe3DqPdC9ANJuIYHbi/MK/EBBb3nORYqsCIQlDnhPI |         vM31KTcM9hx8VqG8V4TDbA64+kpR2X6VfjbyUyjjV1rmkO4DiOYSEcoKzs3/AwGx5T0XKbYqEJIw5Dlh | ||||||
|         e8iw0bqbCCVQcXHxfm2F8gUVYi8bYS/gwhwuzuHqBLpzaDbh0JNaccUgUlpUEMVIfdBAEP8D39eedx6G |         ZR+5abTuJsIJpM4v3KmtUL6gQuxlI+wDXJjDxTlcnUB3Ds0mHHrStJcMYoVZCVGM1LsNBPE/7jCePtVW | ||||||
|         CawAAAAASUVORK5CYII= |         fIgAAAAASUVORK5CYII= | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chi
					chi