=====* unimarc *=====
------------------------ =====* ISBN 체크 프로그램 *===== ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. ------------------------ ===== 작업중 ===== 주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중) ===== 보류 ===== b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업대기중 c. 마크 반입 폼 수정중 1. 불러오기는 되나 저장 기능이 필요함. ===== 완료 ===== 1. 주문관리 팩스연동 완료 2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료. 3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함. 4. 데이터베이스 내 이미지URL을 가져오는작업 완료 ISBN 체크 프로그램 => 본프로그램에 이식중. ㄴ> 코드는 다 옮겼으나 기존 사용하던 방식과 조금 달라서 버그발생 가능성 있음. ㄴ> 버그 체크 계속 해볼것. 21-04-15 ㄴ> 21_04_20 버그 없음. 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료. 2-3. 저장기능 완료. (04.14 체크해볼것)
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| @@ -104,7 +104,8 @@ namespace ISBN_Check_test | |||||||
|                 else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray) |                 else if (gridview.Rows[a].DefaultCellStyle.BackColor == Color.LightGray) | ||||||
|                     gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty; |                     gridview.Rows[a].DefaultCellStyle.BackColor = Color.Empty; | ||||||
|  |  | ||||||
|                 insert_By_Aladin(api.Aladin(query, "ISBN13", param), a); |                 // insert_By_Aladin(api.Aladin(query, "ISBN13", param), a); | ||||||
|  |                 richTextBox1.Text = api.Aladin(query, "ISBN13", param); | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         private void Naver_API(DataGridView gridview, int start, int end) |         private void Naver_API(DataGridView gridview, int start, int end) | ||||||
|   | |||||||
| @@ -45,6 +45,8 @@ namespace ISBN_Check_test | |||||||
|             StreamReader reader = new StreamReader(stream, Encoding.UTF8); |             StreamReader reader = new StreamReader(stream, Encoding.UTF8); | ||||||
|             String xml = reader.ReadToEnd(); |             String xml = reader.ReadToEnd(); | ||||||
|             stream.Close(); |             stream.Close(); | ||||||
|  |  | ||||||
|  |             return xml; | ||||||
|             // xml형식을 json형식으로 변환 |             // xml형식을 json형식으로 변환 | ||||||
|             XmlDocument doc = new XmlDocument(); |             XmlDocument doc = new XmlDocument(); | ||||||
|             doc.LoadXml(xml); |             doc.LoadXml(xml); | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|         </dsig:Transforms> |         </dsig:Transforms> | ||||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|         <dsig:DigestValue>CgbIZnUjssit8y6t+EAt55rGxs4o0TtMtdzqi/E0ZiA=</dsig:DigestValue> |         <dsig:DigestValue>8N4/Pl6ig/T8cBz+eEqT6pbz5MtRtdCsvu1zv7PWX2o=</dsig:DigestValue> | ||||||
|       </hash> |       </hash> | ||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -3,7 +3,7 @@ | |||||||
|   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> |   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||||||
|   <application /> |   <application /> | ||||||
|   <entryPoint> |   <entryPoint> | ||||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7779.16522" language="neutral" processorArchitecture="msil" /> |     <assemblyIdentity name="ISBN_Check_test" version="1.0.7786.15808" language="neutral" processorArchitecture="msil" /> | ||||||
|     <commandLine file="ISBN_Check_test.exe" parameters="" /> |     <commandLine file="ISBN_Check_test.exe" parameters="" /> | ||||||
|   </entryPoint> |   </entryPoint> | ||||||
|   <trustInfo> |   <trustInfo> | ||||||
| @@ -42,14 +42,14 @@ | |||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
|   <dependency> |   <dependency> | ||||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="43520"> |     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="43008"> | ||||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7779.16522" language="neutral" processorArchitecture="msil" /> |       <assemblyIdentity name="ISBN_Check_test" version="1.0.7786.15808" language="neutral" processorArchitecture="msil" /> | ||||||
|       <hash> |       <hash> | ||||||
|         <dsig:Transforms> |         <dsig:Transforms> | ||||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|         </dsig:Transforms> |         </dsig:Transforms> | ||||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|         <dsig:DigestValue>26I68qk5+pdnq63FZakhlY3H6G+jd4YooVj5T9Bo48M=</dsig:DigestValue> |         <dsig:DigestValue>bdOYkYERRvJUqx91y1qmQjuXv88VCmpYTIG8UBAfmGo=</dsig:DigestValue> | ||||||
|       </hash> |       </hash> | ||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
| @@ -74,13 +74,13 @@ | |||||||
|       <dsig:DigestValue>R+Wg8QGvQVHX8T0ta/qbhH1bXkqY0fRnS3wBV3J0bN8=</dsig:DigestValue> |       <dsig:DigestValue>R+Wg8QGvQVHX8T0ta/qbhH1bXkqY0fRnS3wBV3J0bN8=</dsig:DigestValue> | ||||||
|     </hash> |     </hash> | ||||||
|   </file> |   </file> | ||||||
|   <file name="ISBN_Check_test.pdb" size="69120"> |   <file name="ISBN_Check_test.pdb" size="67072"> | ||||||
|     <hash> |     <hash> | ||||||
|       <dsig:Transforms> |       <dsig:Transforms> | ||||||
|         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|       </dsig:Transforms> |       </dsig:Transforms> | ||||||
|       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|       <dsig:DigestValue>drAdbbhGMvFMED147eUmveO80z+f/8nN25buc3TGKnc=</dsig:DigestValue> |       <dsig:DigestValue>ozAby1Nftdrpio9AQip4nUd/wUETl8WqO8llSVov95w=</dsig:DigestValue> | ||||||
|     </hash> |     </hash> | ||||||
|   </file> |   </file> | ||||||
| </asmv1:assembly> | </asmv1:assembly> | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -21,7 +21,7 @@ | |||||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|         </dsig:Transforms> |         </dsig:Transforms> | ||||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|         <dsig:DigestValue>CgbIZnUjssit8y6t+EAt55rGxs4o0TtMtdzqi/E0ZiA=</dsig:DigestValue> |         <dsig:DigestValue>8N4/Pl6ig/T8cBz+eEqT6pbz5MtRtdCsvu1zv7PWX2o=</dsig:DigestValue> | ||||||
|       </hash> |       </hash> | ||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -3,7 +3,7 @@ | |||||||
|   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> |   <asmv1:assemblyIdentity name="ISBN_Check_test.exe" version="1.0.0.2" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> | ||||||
|   <application /> |   <application /> | ||||||
|   <entryPoint> |   <entryPoint> | ||||||
|     <assemblyIdentity name="ISBN_Check_test" version="1.0.7779.16522" language="neutral" processorArchitecture="msil" /> |     <assemblyIdentity name="ISBN_Check_test" version="1.0.7786.15808" language="neutral" processorArchitecture="msil" /> | ||||||
|     <commandLine file="ISBN_Check_test.exe" parameters="" /> |     <commandLine file="ISBN_Check_test.exe" parameters="" /> | ||||||
|   </entryPoint> |   </entryPoint> | ||||||
|   <trustInfo> |   <trustInfo> | ||||||
| @@ -42,14 +42,14 @@ | |||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
|   <dependency> |   <dependency> | ||||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="43520"> |     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ISBN_Check_test.exe" size="43008"> | ||||||
|       <assemblyIdentity name="ISBN_Check_test" version="1.0.7779.16522" language="neutral" processorArchitecture="msil" /> |       <assemblyIdentity name="ISBN_Check_test" version="1.0.7786.15808" language="neutral" processorArchitecture="msil" /> | ||||||
|       <hash> |       <hash> | ||||||
|         <dsig:Transforms> |         <dsig:Transforms> | ||||||
|           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |           <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|         </dsig:Transforms> |         </dsig:Transforms> | ||||||
|         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|         <dsig:DigestValue>26I68qk5+pdnq63FZakhlY3H6G+jd4YooVj5T9Bo48M=</dsig:DigestValue> |         <dsig:DigestValue>bdOYkYERRvJUqx91y1qmQjuXv88VCmpYTIG8UBAfmGo=</dsig:DigestValue> | ||||||
|       </hash> |       </hash> | ||||||
|     </dependentAssembly> |     </dependentAssembly> | ||||||
|   </dependency> |   </dependency> | ||||||
| @@ -74,13 +74,13 @@ | |||||||
|       <dsig:DigestValue>R+Wg8QGvQVHX8T0ta/qbhH1bXkqY0fRnS3wBV3J0bN8=</dsig:DigestValue> |       <dsig:DigestValue>R+Wg8QGvQVHX8T0ta/qbhH1bXkqY0fRnS3wBV3J0bN8=</dsig:DigestValue> | ||||||
|     </hash> |     </hash> | ||||||
|   </file> |   </file> | ||||||
|   <file name="ISBN_Check_test.pdb" size="69120"> |   <file name="ISBN_Check_test.pdb" size="67072"> | ||||||
|     <hash> |     <hash> | ||||||
|       <dsig:Transforms> |       <dsig:Transforms> | ||||||
|         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> |         <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> | ||||||
|       </dsig:Transforms> |       </dsig:Transforms> | ||||||
|       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> |       <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> | ||||||
|       <dsig:DigestValue>drAdbbhGMvFMED147eUmveO80z+f/8nN25buc3TGKnc=</dsig:DigestValue> |       <dsig:DigestValue>ozAby1Nftdrpio9AQip4nUd/wUETl8WqO8llSVov95w=</dsig:DigestValue> | ||||||
|     </hash> |     </hash> | ||||||
|   </file> |   </file> | ||||||
| </asmv1:assembly> | </asmv1:assembly> | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -375,3 +375,4 @@ C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\Window | |||||||
| C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Numerics.Vectors.dll | C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\bin\Debug\System.Numerics.Vectors.dll | ||||||
| C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Check_ISBN_Sub.resources | C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Check_ISBN_Sub.resources | ||||||
| C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Search_Infor_Sub.resources | C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.마크.Search_Infor_Sub.resources | ||||||
|  | C:\Users\Administrator\Desktop\unimarc\unimarc\WindowsFormsApp1\obj\Debug\WindowsFormsApp1.csprojAssemblyReference.cache | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										151
									
								
								unimarc/WindowsFormsApp1/납품관리/Order_input.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										151
									
								
								unimarc/WindowsFormsApp1/납품관리/Order_input.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -28,10 +28,9 @@ | |||||||
|         /// </summary> |         /// </summary> | ||||||
|         private void InitializeComponent() |         private void InitializeComponent() | ||||||
|         { |         { | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |  | ||||||
|             this.label1 = new System.Windows.Forms.Label(); |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             this.tb_search_order = new System.Windows.Forms.TextBox(); |             this.tb_search_order = new System.Windows.Forms.TextBox(); | ||||||
|             this.cb_user = new System.Windows.Forms.ComboBox(); |             this.cb_user = new System.Windows.Forms.ComboBox(); | ||||||
| @@ -64,10 +63,10 @@ | |||||||
|             this.btn_send_chk = new System.Windows.Forms.Button(); |             this.btn_send_chk = new System.Windows.Forms.Button(); | ||||||
|             this.tb_orderText = new System.Windows.Forms.TextBox(); |             this.tb_orderText = new System.Windows.Forms.TextBox(); | ||||||
|             this.label12 = new System.Windows.Forms.Label(); |             this.label12 = new System.Windows.Forms.Label(); | ||||||
|             this.button15 = new System.Windows.Forms.Button(); |             this.btn_order_list_change = new System.Windows.Forms.Button(); | ||||||
|             this.button16 = new System.Windows.Forms.Button(); |             this.btn_order_chk = new System.Windows.Forms.Button(); | ||||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); |             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||||
|             this.chk = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.chk = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||||
|             this.order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.order = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.M = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.M = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.isbn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.isbn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
| @@ -83,7 +82,6 @@ | |||||||
|             this.order_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.order_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.send_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.send_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.num = new System.Windows.Forms.DataGridViewTextBoxColumn(); |             this.num = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||||
|             this.chk_order = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |  | ||||||
|             this.panel1 = new System.Windows.Forms.Panel(); |             this.panel1 = new System.Windows.Forms.Panel(); | ||||||
|             this.label14 = new System.Windows.Forms.Label(); |             this.label14 = new System.Windows.Forms.Label(); | ||||||
|             this.label13 = new System.Windows.Forms.Label(); |             this.label13 = new System.Windows.Forms.Label(); | ||||||
| @@ -91,7 +89,7 @@ | |||||||
|             this.tb_search_book_name = new System.Windows.Forms.TextBox(); |             this.tb_search_book_name = new System.Windows.Forms.TextBox(); | ||||||
|             this.panel2 = new System.Windows.Forms.Panel(); |             this.panel2 = new System.Windows.Forms.Panel(); | ||||||
|             this.tb_search_book_list = new System.Windows.Forms.TextBox(); |             this.tb_search_book_list = new System.Windows.Forms.TextBox(); | ||||||
|             this.button17 = new System.Windows.Forms.Button(); |             this.btn_order_empty = new System.Windows.Forms.Button(); | ||||||
|             this.btn_close = new System.Windows.Forms.Button(); |             this.btn_close = new System.Windows.Forms.Button(); | ||||||
|             this.btn_Excel = new System.Windows.Forms.Button(); |             this.btn_Excel = new System.Windows.Forms.Button(); | ||||||
|             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); | ||||||
| @@ -359,7 +357,7 @@ | |||||||
|             this.btn_order_send.TabIndex = 42; |             this.btn_order_send.TabIndex = 42; | ||||||
|             this.btn_order_send.Text = "주문보내기"; |             this.btn_order_send.Text = "주문보내기"; | ||||||
|             this.btn_order_send.UseVisualStyleBackColor = true; |             this.btn_order_send.UseVisualStyleBackColor = true; | ||||||
|             this.btn_order_send.Click += new System.EventHandler(this.button13_Click); |             this.btn_order_send.Click += new System.EventHandler(this.btn_order_send_Click); | ||||||
|             //  |             //  | ||||||
|             // btn_send_chk |             // btn_send_chk | ||||||
|             //  |             //  | ||||||
| @@ -388,37 +386,38 @@ | |||||||
|             this.label12.TabIndex = 43; |             this.label12.TabIndex = 43; | ||||||
|             this.label12.Text = "주문처명"; |             this.label12.Text = "주문처명"; | ||||||
|             //  |             //  | ||||||
|             // button15 |             // btn_order_list_change | ||||||
|             //  |             //  | ||||||
|             this.button15.Location = new System.Drawing.Point(1126, 84); |             this.btn_order_list_change.Location = new System.Drawing.Point(1126, 84); | ||||||
|             this.button15.Name = "button15"; |             this.btn_order_list_change.Name = "btn_order_list_change"; | ||||||
|             this.button15.Size = new System.Drawing.Size(129, 23); |             this.btn_order_list_change.Size = new System.Drawing.Size(129, 23); | ||||||
|             this.button15.TabIndex = 45; |             this.btn_order_list_change.TabIndex = 45; | ||||||
|             this.button15.Text = "리스트 일괄변경"; |             this.btn_order_list_change.Text = "리스트 일괄변경"; | ||||||
|             this.button15.UseVisualStyleBackColor = true; |             this.btn_order_list_change.UseVisualStyleBackColor = true; | ||||||
|  |             this.btn_order_list_change.Click += new System.EventHandler(this.btn_order_list_change_Click); | ||||||
|             //  |             //  | ||||||
|             // button16 |             // btn_order_chk | ||||||
|             //  |             //  | ||||||
|             this.button16.Location = new System.Drawing.Point(1126, 111); |             this.btn_order_chk.Location = new System.Drawing.Point(1126, 111); | ||||||
|             this.button16.Name = "button16"; |             this.btn_order_chk.Name = "btn_order_chk"; | ||||||
|             this.button16.Size = new System.Drawing.Size(129, 23); |             this.btn_order_chk.Size = new System.Drawing.Size(129, 23); | ||||||
|             this.button16.TabIndex = 46; |             this.btn_order_chk.TabIndex = 46; | ||||||
|             this.button16.Text = "선택주문 일괄입력"; |             this.btn_order_chk.Text = "선택주문 일괄입력"; | ||||||
|             this.button16.UseVisualStyleBackColor = true; |             this.btn_order_chk.UseVisualStyleBackColor = true; | ||||||
|             this.button16.Click += new System.EventHandler(this.button16_Click); |             this.btn_order_chk.Click += new System.EventHandler(this.btn_order_chk_Click); | ||||||
|             //  |             //  | ||||||
|             // dataGridView1 |             // dataGridView1 | ||||||
|             //  |             //  | ||||||
|             this.dataGridView1.AllowUserToAddRows = false; |             this.dataGridView1.AllowUserToAddRows = false; | ||||||
|             this.dataGridView1.AllowUserToDeleteRows = false; |             this.dataGridView1.AllowUserToDeleteRows = false; | ||||||
|             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||||
|             dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; |             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; | ||||||
|             dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; |             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; | ||||||
|             dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; |             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||||
|             dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||||
|             dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; |             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||||
|             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; |             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; | ||||||
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||||
|             this.chk, |             this.chk, | ||||||
|             this.order, |             this.order, | ||||||
| @@ -435,42 +434,41 @@ | |||||||
|             this.list_name, |             this.list_name, | ||||||
|             this.order_date, |             this.order_date, | ||||||
|             this.send_date, |             this.send_date, | ||||||
|             this.num, |             this.num}); | ||||||
|             this.chk_order}); |             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||||
|             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; | ||||||
|             dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; |             dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; | ||||||
|             dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; |             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||||
|             dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; |             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||||
|             dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; | ||||||
|             dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |             this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2; | ||||||
|             this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle7; |  | ||||||
|             this.dataGridView1.Location = new System.Drawing.Point(9, 142); |             this.dataGridView1.Location = new System.Drawing.Point(9, 142); | ||||||
|             this.dataGridView1.MultiSelect = false; |             this.dataGridView1.MultiSelect = false; | ||||||
|             this.dataGridView1.Name = "dataGridView1"; |             this.dataGridView1.Name = "dataGridView1"; | ||||||
|             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||||
|             dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; |             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; | ||||||
|             dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |             dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|             dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; |             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; | ||||||
|             dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; |             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||||
|             dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||||
|             this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; |             this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; | ||||||
|             this.dataGridView1.RowHeadersWidth = 10; |             this.dataGridView1.RowHeadersWidth = 10; | ||||||
|             this.dataGridView1.RowTemplate.Height = 23; |             this.dataGridView1.RowTemplate.Height = 23; | ||||||
|             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; |             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; | ||||||
|             this.dataGridView1.Size = new System.Drawing.Size(1283, 566); |             this.dataGridView1.Size = new System.Drawing.Size(1246, 566); | ||||||
|             this.dataGridView1.TabIndex = 47; |             this.dataGridView1.TabIndex = 47; | ||||||
|             this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); |             this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); | ||||||
|             this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); |             this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); | ||||||
|  |             this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError); | ||||||
|  |             this.dataGridView1.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridView1_EditingControlShowing); | ||||||
|             this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown); |             this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown); | ||||||
|             //  |             //  | ||||||
|             // chk |             // chk | ||||||
|             //  |             //  | ||||||
|             this.chk.HeaderText = "선택"; |             this.chk.HeaderText = "주문선택"; | ||||||
|             this.chk.Name = "chk"; |             this.chk.Name = "chk"; | ||||||
|             this.chk.Resizable = System.Windows.Forms.DataGridViewTriState.True; |             this.chk.Width = 60; | ||||||
|             this.chk.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |  | ||||||
|             this.chk.Width = 40; |  | ||||||
|             //  |             //  | ||||||
|             // order |             // order | ||||||
|             //  |             //  | ||||||
| @@ -560,15 +558,6 @@ | |||||||
|             this.num.Name = "num"; |             this.num.Name = "num"; | ||||||
|             this.num.Width = 50; |             this.num.Width = 50; | ||||||
|             //  |             //  | ||||||
|             // chk_order |  | ||||||
|             //  |  | ||||||
|             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |  | ||||||
|             dataGridViewCellStyle6.NullValue = false; |  | ||||||
|             this.chk_order.DefaultCellStyle = dataGridViewCellStyle6; |  | ||||||
|             this.chk_order.HeaderText = "주문선택"; |  | ||||||
|             this.chk_order.Name = "chk_order"; |  | ||||||
|             this.chk_order.Width = 60; |  | ||||||
|             //  |  | ||||||
|             // panel1 |             // panel1 | ||||||
|             //  |             //  | ||||||
|             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||||
| @@ -651,14 +640,15 @@ | |||||||
|             this.tb_search_book_list.TabIndex = 44; |             this.tb_search_book_list.TabIndex = 44; | ||||||
|             this.tb_search_book_list.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_book_list_KeyDown); |             this.tb_search_book_list.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_book_list_KeyDown); | ||||||
|             //  |             //  | ||||||
|             // button17 |             // btn_order_empty | ||||||
|             //  |             //  | ||||||
|             this.button17.Location = new System.Drawing.Point(993, 111); |             this.btn_order_empty.Location = new System.Drawing.Point(993, 111); | ||||||
|             this.button17.Name = "button17"; |             this.btn_order_empty.Name = "btn_order_empty"; | ||||||
|             this.button17.Size = new System.Drawing.Size(129, 23); |             this.btn_order_empty.Size = new System.Drawing.Size(129, 23); | ||||||
|             this.button17.TabIndex = 46; |             this.btn_order_empty.TabIndex = 46; | ||||||
|             this.button17.Text = "주문처빈칸 일괄입력"; |             this.btn_order_empty.Text = "주문처빈칸 일괄입력"; | ||||||
|             this.button17.UseVisualStyleBackColor = true; |             this.btn_order_empty.UseVisualStyleBackColor = true; | ||||||
|  |             this.btn_order_empty.Click += new System.EventHandler(this.btn_order_empty_Click); | ||||||
|             //  |             //  | ||||||
|             // btn_close |             // btn_close | ||||||
|             //  |             //  | ||||||
| @@ -684,15 +674,15 @@ | |||||||
|             //  |             //  | ||||||
|             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(1305, 722); |             this.ClientSize = new System.Drawing.Size(1268, 722); | ||||||
|             this.Controls.Add(this.btn_Excel); |             this.Controls.Add(this.btn_Excel); | ||||||
|             this.Controls.Add(this.btn_close); |             this.Controls.Add(this.btn_close); | ||||||
|             this.Controls.Add(this.panel2); |             this.Controls.Add(this.panel2); | ||||||
|             this.Controls.Add(this.panel1); |             this.Controls.Add(this.panel1); | ||||||
|             this.Controls.Add(this.dataGridView1); |             this.Controls.Add(this.dataGridView1); | ||||||
|             this.Controls.Add(this.button17); |             this.Controls.Add(this.btn_order_empty); | ||||||
|             this.Controls.Add(this.button16); |             this.Controls.Add(this.btn_order_chk); | ||||||
|             this.Controls.Add(this.button15); |             this.Controls.Add(this.btn_order_list_change); | ||||||
|             this.Controls.Add(this.tb_orderText); |             this.Controls.Add(this.tb_orderText); | ||||||
|             this.Controls.Add(this.label12); |             this.Controls.Add(this.label12); | ||||||
|             this.Controls.Add(this.btn_order_send); |             this.Controls.Add(this.btn_order_send); | ||||||
| @@ -752,11 +742,11 @@ | |||||||
|         private System.Windows.Forms.Button btn_order_send; |         private System.Windows.Forms.Button btn_order_send; | ||||||
|         private System.Windows.Forms.Button btn_send_chk; |         private System.Windows.Forms.Button btn_send_chk; | ||||||
|         private System.Windows.Forms.Label label12; |         private System.Windows.Forms.Label label12; | ||||||
|         private System.Windows.Forms.Button button15; |         private System.Windows.Forms.Button btn_order_list_change; | ||||||
|         private System.Windows.Forms.Button button16; |         private System.Windows.Forms.Button btn_order_chk; | ||||||
|         private System.Windows.Forms.Panel panel1; |         private System.Windows.Forms.Panel panel1; | ||||||
|         private System.Windows.Forms.Panel panel2; |         private System.Windows.Forms.Panel panel2; | ||||||
|         private System.Windows.Forms.Button button17; |         private System.Windows.Forms.Button btn_order_empty; | ||||||
|         private System.Windows.Forms.Button btn_close; |         private System.Windows.Forms.Button btn_close; | ||||||
|         private System.Windows.Forms.Label label14; |         private System.Windows.Forms.Label label14; | ||||||
|         private System.Windows.Forms.Label label13; |         private System.Windows.Forms.Label label13; | ||||||
| @@ -766,7 +756,8 @@ | |||||||
|         public System.Windows.Forms.DataGridView dataGridView1; |         public System.Windows.Forms.DataGridView dataGridView1; | ||||||
|         public System.Windows.Forms.TextBox tb_orderText; |         public System.Windows.Forms.TextBox tb_orderText; | ||||||
|         private System.Windows.Forms.Button btn_Excel; |         private System.Windows.Forms.Button btn_Excel; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn chk; |         private System.Windows.Forms.OpenFileDialog openFileDialog1; | ||||||
|  |         private System.Windows.Forms.DataGridViewCheckBoxColumn chk; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn order; |         private System.Windows.Forms.DataGridViewTextBoxColumn order; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn M; |         private System.Windows.Forms.DataGridViewTextBoxColumn M; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn isbn; |         private System.Windows.Forms.DataGridViewTextBoxColumn isbn; | ||||||
| @@ -782,7 +773,5 @@ | |||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn order_date; |         private System.Windows.Forms.DataGridViewTextBoxColumn order_date; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn send_date; |         private System.Windows.Forms.DataGridViewTextBoxColumn send_date; | ||||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn num; |         private System.Windows.Forms.DataGridViewTextBoxColumn num; | ||||||
|         private System.Windows.Forms.DataGridViewCheckBoxColumn chk_order; |  | ||||||
|         private System.Windows.Forms.OpenFileDialog openFileDialog1; |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -109,7 +109,7 @@ namespace WindowsFormsApp1.Delivery | |||||||
|         { |         { | ||||||
|             dataGridView1.Rows.Clear(); |             dataGridView1.Rows.Clear(); | ||||||
|             string[] data = strValue.Split('|'); |             string[] data = strValue.Split('|'); | ||||||
|             string[] mkgrid = {"", "", "", "", "", |             string[] mkgrid = { "false", "", "", "", "", | ||||||
|                                 "", "", "", "", "", |                                 "", "", "", "", "", | ||||||
|                                 "", "", "", "", "", |                                 "", "", "", "", "", | ||||||
|                                 "" }; |                                 "" }; | ||||||
| @@ -255,7 +255,7 @@ namespace WindowsFormsApp1.Delivery | |||||||
|             } |             } | ||||||
|             else if (chk_mkdate.Contains("." + e.RowIndex + " , ") == false) |             else if (chk_mkdate.Contains("." + e.RowIndex + " , ") == false) | ||||||
|             { |             { | ||||||
|                 dataGridView1.Rows[e.RowIndex].Cells[13].Value = System.DateTime.Now.ToString("d"); |                 dataGridView1.Rows[e.RowIndex].Cells[13].Value = DateTime.Now.ToString("d"); | ||||||
|                 chk_mkdate += "." + e.RowIndex + ", "; |                 chk_mkdate += "." + e.RowIndex + ", "; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
| @@ -282,8 +282,20 @@ namespace WindowsFormsApp1.Delivery | |||||||
|         } |         } | ||||||
|         private void dataGridView1_KeyDown(object sender, KeyEventArgs e) |         private void dataGridView1_KeyDown(object sender, KeyEventArgs e) | ||||||
|         { |         { | ||||||
|             if(ColumnIndex == 1) |             int row = dataGridView1.CurrentCell.RowIndex; | ||||||
|                 tb_orderText_KeyDown(null, e); |             int col = dataGridView1.CurrentCell.ColumnIndex; | ||||||
|  |             if (e.KeyCode == Keys.Enter) | ||||||
|  |             { | ||||||
|  |                 if (col == 1) { | ||||||
|  |                     MessageBox.Show(row.ToString() + " " + col.ToString()); | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |             if (e.KeyCode == Keys.Delete) { | ||||||
|  |                 Skill_Grid sg = new Skill_Grid(); | ||||||
|  |                 sg.DataGrid_to_Delete(sender, e); | ||||||
|  |             } | ||||||
|  |  | ||||||
|  |             //tb_orderText_KeyDown(sender, e); | ||||||
|         } |         } | ||||||
|         private void btn_Excel_Click(object sender, EventArgs e) |         private void btn_Excel_Click(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
| @@ -291,7 +303,7 @@ namespace WindowsFormsApp1.Delivery | |||||||
|             int total = 0; |             int total = 0; | ||||||
|             for(int a = 0; a < dataGridView1.Rows.Count; a++) |             for(int a = 0; a < dataGridView1.Rows.Count; a++) | ||||||
|             { |             { | ||||||
|                 if (dataGridView1.Rows[a].Cells["chk"].Value.ToString() == "O") |                 if (dataGridView1.Rows[a].Cells["chk"].Value.ToString() == "true") | ||||||
|                 { |                 { | ||||||
|                     chkIdx.Add(a); |                     chkIdx.Add(a); | ||||||
|                     total += Convert.ToInt32(dataGridView1.Rows[a].Cells["order_count"].Value.ToString()); |                     total += Convert.ToInt32(dataGridView1.Rows[a].Cells["order_count"].Value.ToString()); | ||||||
| @@ -321,21 +333,7 @@ namespace WindowsFormsApp1.Delivery | |||||||
|             Excel_text ex = new Excel_text(); |             Excel_text ex = new Excel_text(); | ||||||
|             ex.mk_Excel_Order(inputExcel, total, compidx, pur); |             ex.mk_Excel_Order(inputExcel, total, compidx, pur); | ||||||
|         } |         } | ||||||
|         private void button16_Click(object sender, EventArgs e) |         private void btn_order_send_Click(object sender, EventArgs e) | ||||||
|         { |  | ||||||
|             List<int> chkIdx = new List<int>(); |  | ||||||
|             for (int a = 0; a < dataGridView1.Rows.Count; a++) |  | ||||||
|             { |  | ||||||
|                 if (dataGridView1.Rows[a].Cells["chk"].Value.ToString() == "O") { |  | ||||||
|                     chkIdx.Add(a); |  | ||||||
|                 } |  | ||||||
|             } |  | ||||||
|             for(int a= 0; a < chkIdx.Count; a++) |  | ||||||
|             { |  | ||||||
|                 dataGridView1.Rows[chkIdx[a]].Cells["order"].Value = tb_orderText.Text; |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|         private void button13_Click(object sender, EventArgs e) |  | ||||||
|         { |         { | ||||||
|             /* |             /* | ||||||
|             List<int> chkIdx = new List<int>(); |             List<int> chkIdx = new List<int>(); | ||||||
| @@ -440,7 +438,6 @@ namespace WindowsFormsApp1.Delivery | |||||||
|                 else MessageBox.Show("접속 실패"); |                 else MessageBox.Show("접속 실패"); | ||||||
|  |  | ||||||
|                 // 바로빌 FAX API연동 |                 // 바로빌 FAX API연동 | ||||||
|  |  | ||||||
|                 db.DB_Update("Comp", "fax_Key", fax.Send_BaroFax(filename, fax_param), "idx", compidx); |                 db.DB_Update("Comp", "fax_Key", fax.Send_BaroFax(filename, fax_param), "idx", compidx); | ||||||
|             } |             } | ||||||
|             if (cb_ordersend.SelectedItem.ToString() == "메일") { |             if (cb_ordersend.SelectedItem.ToString() == "메일") { | ||||||
| @@ -455,5 +452,45 @@ namespace WindowsFormsApp1.Delivery | |||||||
|  |  | ||||||
|             fax.Send_chk_BaroFax(fax_key[0]); |             fax.Send_chk_BaroFax(fax_key[0]); | ||||||
|         } |         } | ||||||
|  |         private void btn_order_list_change_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for(int a = 0; a < dataGridView1.Rows.Count; a++) | ||||||
|  |             { | ||||||
|  |                 dataGridView1.Rows[a].Cells["order"].Value = tb_orderText.Text; | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         private void btn_order_chk_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for (int a = 0; a < dataGridView1.Rows.Count; a++) | ||||||
|  |             { | ||||||
|  |                 if (dataGridView1.Rows[a].Cells["chk"].Value.ToString() == "true") | ||||||
|  |                     dataGridView1.Rows[a].Cells["order"].Value = tb_orderText.Text; | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         private void btn_order_empty_Click(object sender, EventArgs e) | ||||||
|  |         { | ||||||
|  |             for(int a = 0; a < dataGridView1.Rows.Count; a++) | ||||||
|  |             { | ||||||
|  |                 if (dataGridView1.Rows[a].Cells["order"].Value.ToString() == "") | ||||||
|  |                     dataGridView1.Rows[a].Cells["order"].Value = tb_orderText.Text; | ||||||
|  |             }  | ||||||
|  |         } | ||||||
|  |         private void dataGridView1_DataError(object sender, DataGridViewDataErrorEventArgs e) | ||||||
|  |         { | ||||||
|  |              | ||||||
|  |         } | ||||||
|  |         private void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e) | ||||||
|  |         { | ||||||
|  |             var txtEdit = (TextBox)e.Control; | ||||||
|  |             txtEdit.KeyDown += EditKeyDown; | ||||||
|  |         } | ||||||
|  |         private void EditKeyDown(object sender, KeyEventArgs e) | ||||||
|  |         { | ||||||
|  |             if (e.KeyCode == Keys.Enter) | ||||||
|  |             { | ||||||
|  |                 e.SuppressKeyPress = true; | ||||||
|  |                 base.OnKeyDown(e); | ||||||
|  |             } | ||||||
|  |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -117,9 +117,6 @@ | |||||||
|   <resheader name="writer"> |   <resheader name="writer"> | ||||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||||
|   </resheader> |   </resheader> | ||||||
|   <metadata name="chk.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |  | ||||||
|     <value>True</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="order.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="order.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>True</value> |     <value>True</value> | ||||||
|   </metadata> |   </metadata> | ||||||
| @@ -165,9 +162,6 @@ | |||||||
|   <metadata name="num.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |   <metadata name="num.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||||
|     <value>True</value> |     <value>True</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="chk_order.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |  | ||||||
|     <value>True</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>5, 1</value> |     <value>5, 1</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang