=====* unimarc *=====
===== 작업중 ===== 주문관리 폼 재 수정작업중 - 팩스 및 이메일 기록 폼 제작해야함. - 제작완료 (현재 목록등록 -> 수정버튼 작업중) ㄴ> 작업 완료후 검토하고, 회계로 넘어갈 것. - 회계전환 회계전환. 매출상세(Sales_Detail.cs) 폼 작업완료. (버튼 이벤트 작업진행중) ㄴ> 매출집계에서 상세까지 가는 도중 MDI 부모로 적용되지않는 버그 수정작업완료. 기타 추가적인 버그 잡을것. / 바로빌 세금계산서알아볼것. / 셋업 자동 업데이트 알아볼 것. ===== 보류 ===== 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 체크해볼것 - 완료) 주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중) - 21.04.27 완료
This commit is contained in:
		| @@ -34,6 +34,7 @@ | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.tb_FilePath = new System.Windows.Forms.TextBox(); | ||||
|             this.btn_FileOpen = new System.Windows.Forms.Button(); | ||||
| @@ -73,17 +74,6 @@ | ||||
|             this.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.comboBox1 = new System.Windows.Forms.ComboBox(); | ||||
|             this.dataGridView2 = new System.Windows.Forms.DataGridView(); | ||||
|             this.list_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.pur = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dly = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.charge = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.cout = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.tol = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.stat2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Grid_btn_ISBN = new System.Windows.Forms.DataGridViewButtonColumn(); | ||||
|             this.chk_marc = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Grid_Check = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||
|             this.btn_morge = new System.Windows.Forms.Button(); | ||||
|             this.btn_Edit = new System.Windows.Forms.Button(); | ||||
|             this.btn_Del = new System.Windows.Forms.Button(); | ||||
| @@ -105,6 +95,17 @@ | ||||
|             this.rbtn_all = new System.Windows.Forms.RadioButton(); | ||||
|             this.panel2 = new System.Windows.Forms.Panel(); | ||||
|             this.label14 = new System.Windows.Forms.Label(); | ||||
|             this.list_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.pur = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dly = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.charge = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.cout = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.tol = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.stat2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Grid_btn_ISBN = new System.Windows.Forms.DataGridViewButtonColumn(); | ||||
|             this.chk_marc = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Grid_Check = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); | ||||
| @@ -488,81 +489,6 @@ | ||||
|             this.dataGridView2.TabIndex = 29; | ||||
|             this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick); | ||||
|             //  | ||||
|             // list_date | ||||
|             //  | ||||
|             this.list_date.HeaderText = "목록일자"; | ||||
|             this.list_date.Name = "list_date"; | ||||
|             this.list_date.Width = 70; | ||||
|             //  | ||||
|             // pur | ||||
|             //  | ||||
|             this.pur.HeaderText = "거래처명"; | ||||
|             this.pur.Name = "pur"; | ||||
|             this.pur.Width = 150; | ||||
|             //  | ||||
|             // dly | ||||
|             //  | ||||
|             this.dly.HeaderText = "납품목록"; | ||||
|             this.dly.Name = "dly"; | ||||
|             this.dly.Width = 150; | ||||
|             //  | ||||
|             // charge | ||||
|             //  | ||||
|             this.charge.HeaderText = "담당자"; | ||||
|             this.charge.Name = "charge"; | ||||
|             //  | ||||
|             // list_name | ||||
|             //  | ||||
|             this.list_name.HeaderText = "목록명"; | ||||
|             this.list_name.Name = "list_name"; | ||||
|             this.list_name.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.list_name.Width = 250; | ||||
|             //  | ||||
|             // cout | ||||
|             //  | ||||
|             this.cout.HeaderText = "수량"; | ||||
|             this.cout.Name = "cout"; | ||||
|             this.cout.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.cout.Width = 50; | ||||
|             //  | ||||
|             // tol | ||||
|             //  | ||||
|             dataGridViewCellStyle6.Format = "N0"; | ||||
|             dataGridViewCellStyle6.NullValue = null; | ||||
|             this.tol.DefaultCellStyle = dataGridViewCellStyle6; | ||||
|             this.tol.HeaderText = "합계"; | ||||
|             this.tol.Name = "tol"; | ||||
|             this.tol.Width = 80; | ||||
|             //  | ||||
|             // stat2 | ||||
|             //  | ||||
|             this.stat2.HeaderText = "상태"; | ||||
|             this.stat2.Name = "stat2"; | ||||
|             this.stat2.Width = 50; | ||||
|             //  | ||||
|             // Grid_btn_ISBN | ||||
|             //  | ||||
|             this.Grid_btn_ISBN.HeaderText = "ISBN조회"; | ||||
|             this.Grid_btn_ISBN.Name = "Grid_btn_ISBN"; | ||||
|             this.Grid_btn_ISBN.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.Grid_btn_ISBN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | ||||
|             //  | ||||
|             // chk_marc | ||||
|             //  | ||||
|             this.chk_marc.HeaderText = "MarcCheck"; | ||||
|             this.chk_marc.Name = "chk_marc"; | ||||
|             this.chk_marc.ReadOnly = true; | ||||
|             this.chk_marc.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.chk_marc.Visible = false; | ||||
|             //  | ||||
|             // Grid_Check | ||||
|             //  | ||||
|             this.Grid_Check.HeaderText = "체크"; | ||||
|             this.Grid_Check.Name = "Grid_Check"; | ||||
|             this.Grid_Check.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.Grid_Check.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | ||||
|             this.Grid_Check.Width = 40; | ||||
|             //  | ||||
|             // btn_morge | ||||
|             //  | ||||
|             this.btn_morge.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
| @@ -762,6 +688,84 @@ | ||||
|             this.label14.TabIndex = 22; | ||||
|             this.label14.Text = "작업\n대상"; | ||||
|             //  | ||||
|             // list_date | ||||
|             //  | ||||
|             this.list_date.HeaderText = "목록일자"; | ||||
|             this.list_date.Name = "list_date"; | ||||
|             this.list_date.Width = 70; | ||||
|             //  | ||||
|             // pur | ||||
|             //  | ||||
|             this.pur.HeaderText = "거래처명"; | ||||
|             this.pur.Name = "pur"; | ||||
|             this.pur.Width = 150; | ||||
|             //  | ||||
|             // dly | ||||
|             //  | ||||
|             this.dly.HeaderText = "납품목록"; | ||||
|             this.dly.Name = "dly"; | ||||
|             this.dly.Width = 150; | ||||
|             //  | ||||
|             // charge | ||||
|             //  | ||||
|             this.charge.HeaderText = "담당자"; | ||||
|             this.charge.Name = "charge"; | ||||
|             //  | ||||
|             // list_name | ||||
|             //  | ||||
|             this.list_name.HeaderText = "목록명"; | ||||
|             this.list_name.Name = "list_name"; | ||||
|             this.list_name.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.list_name.Width = 250; | ||||
|             //  | ||||
|             // cout | ||||
|             //  | ||||
|             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; | ||||
|             this.cout.DefaultCellStyle = dataGridViewCellStyle6; | ||||
|             this.cout.HeaderText = "수량"; | ||||
|             this.cout.Name = "cout"; | ||||
|             this.cout.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.cout.Width = 50; | ||||
|             //  | ||||
|             // tol | ||||
|             //  | ||||
|             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; | ||||
|             dataGridViewCellStyle7.Format = "N0"; | ||||
|             dataGridViewCellStyle7.NullValue = null; | ||||
|             this.tol.DefaultCellStyle = dataGridViewCellStyle7; | ||||
|             this.tol.HeaderText = "합계"; | ||||
|             this.tol.Name = "tol"; | ||||
|             this.tol.Width = 80; | ||||
|             //  | ||||
|             // stat2 | ||||
|             //  | ||||
|             this.stat2.HeaderText = "상태"; | ||||
|             this.stat2.Name = "stat2"; | ||||
|             this.stat2.Width = 50; | ||||
|             //  | ||||
|             // Grid_btn_ISBN | ||||
|             //  | ||||
|             this.Grid_btn_ISBN.HeaderText = "ISBN조회"; | ||||
|             this.Grid_btn_ISBN.Name = "Grid_btn_ISBN"; | ||||
|             this.Grid_btn_ISBN.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.Grid_btn_ISBN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | ||||
|             //  | ||||
|             // chk_marc | ||||
|             //  | ||||
|             this.chk_marc.HeaderText = "MarcCheck"; | ||||
|             this.chk_marc.Name = "chk_marc"; | ||||
|             this.chk_marc.ReadOnly = true; | ||||
|             this.chk_marc.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.chk_marc.Visible = false; | ||||
|             //  | ||||
|             // Grid_Check | ||||
|             //  | ||||
|             this.Grid_Check.HeaderText = "체크"; | ||||
|             this.Grid_Check.Name = "Grid_Check"; | ||||
|             this.Grid_Check.Resizable = System.Windows.Forms.DataGridViewTriState.True; | ||||
|             this.Grid_Check.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | ||||
|             this.Grid_Check.Width = 40; | ||||
|             //  | ||||
|             // Commodity_registration | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|   | ||||
| @@ -204,9 +204,9 @@ namespace WindowsFormsApp1.Delivery | ||||
|             add_grid_data[6] = data[8]; | ||||
|             add_grid_data[7] = data[9]; | ||||
|             add_grid_data[9] = data[12]; | ||||
|             string[] col_name = {"date", "date_res", "list_name", "clt", "dly", | ||||
|                                  "charge", "list_num", "vol", "total", "state", | ||||
|                                  "chk_marc", "comp_num", "unstock"}; | ||||
|             string[] col_name = { "date", "date_res", "list_name", "clt", "dly", | ||||
|                                   "charge", "list_num", "vol", "total", "state", | ||||
|                                   "chk_marc", "comp_num", "unstock" }; | ||||
|             string[] setData = { data[0], data[1], data[2], data[3], data[4], | ||||
|                                  data[5], data[6], data[7], data[8], data[9], | ||||
|                                  data[12], main.com_idx, data[7] }; | ||||
| @@ -218,6 +218,18 @@ namespace WindowsFormsApp1.Delivery | ||||
|             Grid1_total(); | ||||
|             dataGridView2.Rows.Add(add_grid_data); | ||||
|             GridColorChange(); | ||||
|             Save_Reset(); | ||||
|         } | ||||
|         private void Save_Reset() | ||||
|         { | ||||
|             tb_FilePath.Text = ""; | ||||
|             tb_dvy1.Text = ""; | ||||
|             tb_clt1.Text = ""; | ||||
|             tb_UserName.Text = ""; | ||||
|             tb_ListNum.Text = ""; | ||||
|             tb_Work_method.Text = ""; | ||||
|             tb_dvy_method.Text = ""; | ||||
|             dataGridView1.Rows.Clear(); | ||||
|         } | ||||
|         private void Marc_list_input(string[] data) | ||||
|         { | ||||
| @@ -348,9 +360,6 @@ namespace WindowsFormsApp1.Delivery | ||||
|             for (int a = 0; a < dataGridView2.Rows.Count; a++) | ||||
|             { | ||||
|                 dataGridView2.Rows[a].DefaultCellStyle.BackColor = Color.Empty; | ||||
|             } | ||||
|             for (int a = 0; a < dataGridView2.Rows.Count; a++) | ||||
|             { | ||||
|                 string marc_tmp = dataGridView2.Rows[a].Cells["chk_marc"].Value.ToString(); | ||||
|                 int marc = Convert.ToInt32(marc_tmp); | ||||
|                 if (marc >= 1) { | ||||
|   | ||||
							
								
								
									
										60
									
								
								unimarc/WindowsFormsApp1/납품관리/Estimate.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								unimarc/WindowsFormsApp1/납품관리/Estimate.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -1,60 +0,0 @@ | ||||
| namespace WindowsFormsApp1.Delivery | ||||
| { | ||||
|     partial class Estimate | ||||
|     { | ||||
|         /// <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.label1 = new System.Windows.Forms.Label(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(347, 219); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(95, 12); | ||||
|             this.label1.TabIndex = 3; | ||||
|             this.label1.Text = "납품관리_견적서"; | ||||
|             //  | ||||
|             // Estimate | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(800, 450); | ||||
|             this.Controls.Add(this.label1); | ||||
|             this.Name = "Estimate"; | ||||
|             this.Text = "Estimate"; | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Label label1; | ||||
|     } | ||||
| } | ||||
| @@ -1,22 +0,0 @@ | ||||
| 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 WindowsFormsApp1.Delivery | ||||
| { | ||||
|     public partial class Estimate : Form | ||||
|     { | ||||
|         Main main; | ||||
|         public Estimate(Main _main) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             main = _main; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -1,120 +0,0 @@ | ||||
| <?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> | ||||
| </root> | ||||
| @@ -1,464 +0,0 @@ | ||||
| namespace WindowsFormsApp1.Delivery | ||||
| { | ||||
|     partial class Input_Purchase_Return | ||||
|     { | ||||
|         /// <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.label1 = new System.Windows.Forms.Label(); | ||||
|             this.label2 = new System.Windows.Forms.Label(); | ||||
|             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.checkBox1 = new System.Windows.Forms.CheckBox(); | ||||
|             this.label3 = new System.Windows.Forms.Label(); | ||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||
|             this.textBox2 = new System.Windows.Forms.TextBox(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             this.button2 = new System.Windows.Forms.Button(); | ||||
|             this.textBox3 = new System.Windows.Forms.TextBox(); | ||||
|             this.label4 = new System.Windows.Forms.Label(); | ||||
|             this.label5 = new System.Windows.Forms.Label(); | ||||
|             this.textBox4 = new System.Windows.Forms.TextBox(); | ||||
|             this.label6 = new System.Windows.Forms.Label(); | ||||
|             this.textBox5 = new System.Windows.Forms.TextBox(); | ||||
|             this.textBox6 = new System.Windows.Forms.TextBox(); | ||||
|             this.label7 = new System.Windows.Forms.Label(); | ||||
|             this.textBox7 = new System.Windows.Forms.TextBox(); | ||||
|             this.label8 = new System.Windows.Forms.Label(); | ||||
|             this.label9 = new System.Windows.Forms.Label(); | ||||
|             this.textBox8 = new System.Windows.Forms.TextBox(); | ||||
|             this.checkBox2 = new System.Windows.Forms.CheckBox(); | ||||
|             this.label10 = new System.Windows.Forms.Label(); | ||||
|             this.textBox9 = new System.Windows.Forms.TextBox(); | ||||
|             this.label11 = new System.Windows.Forms.Label(); | ||||
|             this.textBox10 = new System.Windows.Forms.TextBox(); | ||||
|             this.button3 = new System.Windows.Forms.Button(); | ||||
|             this.button4 = new System.Windows.Forms.Button(); | ||||
|             this.checkBox3 = new System.Windows.Forms.CheckBox(); | ||||
|             this.button5 = new System.Windows.Forms.Button(); | ||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||
|             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(22, 20); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 4; | ||||
|             this.label1.Text = "입고일자"; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(22, 48); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label2.TabIndex = 5; | ||||
|             this.label2.Text = "비      고"; | ||||
|             //  | ||||
|             // dateTimePicker1 | ||||
|             //  | ||||
|             this.dateTimePicker1.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.dateTimePicker1.Location = new System.Drawing.Point(81, 16); | ||||
|             this.dateTimePicker1.Name = "dateTimePicker1"; | ||||
|             this.dateTimePicker1.Size = new System.Drawing.Size(85, 21); | ||||
|             this.dateTimePicker1.TabIndex = 11; | ||||
|             //  | ||||
|             // checkBox1 | ||||
|             //  | ||||
|             this.checkBox1.AutoSize = true; | ||||
|             this.checkBox1.Location = new System.Drawing.Point(183, 18); | ||||
|             this.checkBox1.Name = "checkBox1"; | ||||
|             this.checkBox1.Size = new System.Drawing.Size(48, 16); | ||||
|             this.checkBox1.TabIndex = 12; | ||||
|             this.checkBox1.Text = "반품"; | ||||
|             this.checkBox1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // label3 | ||||
|             //  | ||||
|             this.label3.AutoSize = true; | ||||
|             this.label3.Location = new System.Drawing.Point(398, 20); | ||||
|             this.label3.Name = "label3"; | ||||
|             this.label3.Size = new System.Drawing.Size(65, 12); | ||||
|             this.label3.TabIndex = 13; | ||||
|             this.label3.Text = "매입거래처"; | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.Location = new System.Drawing.Point(466, 16); | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(100, 21); | ||||
|             this.textBox1.TabIndex = 14; | ||||
|             //  | ||||
|             // textBox2 | ||||
|             //  | ||||
|             this.textBox2.Location = new System.Drawing.Point(81, 44); | ||||
|             this.textBox2.Name = "textBox2"; | ||||
|             this.textBox2.Size = new System.Drawing.Size(485, 21); | ||||
|             this.textBox2.TabIndex = 15; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(572, 43); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button1.TabIndex = 16; | ||||
|             this.button1.Text = "추  가"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             this.button1.Click += new System.EventHandler(this.button1_Click); | ||||
|             //  | ||||
|             // button2 | ||||
|             //  | ||||
|             this.button2.Location = new System.Drawing.Point(655, 43); | ||||
|             this.button2.Name = "button2"; | ||||
|             this.button2.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button2.TabIndex = 17; | ||||
|             this.button2.Text = "저  장"; | ||||
|             this.button2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // textBox3 | ||||
|             //  | ||||
|             this.textBox3.Location = new System.Drawing.Point(81, 84); | ||||
|             this.textBox3.Name = "textBox3"; | ||||
|             this.textBox3.Size = new System.Drawing.Size(150, 21); | ||||
|             this.textBox3.TabIndex = 19; | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             this.label4.AutoSize = true; | ||||
|             this.label4.Location = new System.Drawing.Point(32, 88); | ||||
|             this.label4.Name = "label4"; | ||||
|             this.label4.Size = new System.Drawing.Size(33, 12); | ||||
|             this.label4.TabIndex = 18; | ||||
|             this.label4.Text = "ISBN"; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
|             this.label5.Location = new System.Drawing.Point(262, 88); | ||||
|             this.label5.Name = "label5"; | ||||
|             this.label5.Size = new System.Drawing.Size(49, 12); | ||||
|             this.label5.TabIndex = 20; | ||||
|             this.label5.Text = "도 서 명"; | ||||
|             //  | ||||
|             // textBox4 | ||||
|             //  | ||||
|             this.textBox4.Location = new System.Drawing.Point(313, 84); | ||||
|             this.textBox4.Name = "textBox4"; | ||||
|             this.textBox4.Size = new System.Drawing.Size(417, 21); | ||||
|             this.textBox4.TabIndex = 21; | ||||
|             //  | ||||
|             // label6 | ||||
|             //  | ||||
|             this.label6.AutoSize = true; | ||||
|             this.label6.Location = new System.Drawing.Point(22, 116); | ||||
|             this.label6.Name = "label6"; | ||||
|             this.label6.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label6.TabIndex = 22; | ||||
|             this.label6.Text = "저      자"; | ||||
|             //  | ||||
|             // textBox5 | ||||
|             //  | ||||
|             this.textBox5.Location = new System.Drawing.Point(81, 112); | ||||
|             this.textBox5.Name = "textBox5"; | ||||
|             this.textBox5.Size = new System.Drawing.Size(310, 21); | ||||
|             this.textBox5.TabIndex = 23; | ||||
|             //  | ||||
|             // textBox6 | ||||
|             //  | ||||
|             this.textBox6.Location = new System.Drawing.Point(448, 113); | ||||
|             this.textBox6.Name = "textBox6"; | ||||
|             this.textBox6.Size = new System.Drawing.Size(282, 21); | ||||
|             this.textBox6.TabIndex = 25; | ||||
|             //  | ||||
|             // label7 | ||||
|             //  | ||||
|             this.label7.AutoSize = true; | ||||
|             this.label7.Location = new System.Drawing.Point(406, 117); | ||||
|             this.label7.Name = "label7"; | ||||
|             this.label7.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label7.TabIndex = 24; | ||||
|             this.label7.Text = "출판사"; | ||||
|             //  | ||||
|             // textBox7 | ||||
|             //  | ||||
|             this.textBox7.Location = new System.Drawing.Point(81, 139); | ||||
|             this.textBox7.Name = "textBox7"; | ||||
|             this.textBox7.Size = new System.Drawing.Size(150, 21); | ||||
|             this.textBox7.TabIndex = 27; | ||||
|             //  | ||||
|             // label8 | ||||
|             //  | ||||
|             this.label8.AutoSize = true; | ||||
|             this.label8.Location = new System.Drawing.Point(22, 143); | ||||
|             this.label8.Name = "label8"; | ||||
|             this.label8.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label8.TabIndex = 26; | ||||
|             this.label8.Text = "정      가"; | ||||
|             //  | ||||
|             // label9 | ||||
|             //  | ||||
|             this.label9.AutoSize = true; | ||||
|             this.label9.Location = new System.Drawing.Point(266, 143); | ||||
|             this.label9.Name = "label9"; | ||||
|             this.label9.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label9.TabIndex = 28; | ||||
|             this.label9.Text = "입고율"; | ||||
|             //  | ||||
|             // textBox8 | ||||
|             //  | ||||
|             this.textBox8.Location = new System.Drawing.Point(313, 139); | ||||
|             this.textBox8.Name = "textBox8"; | ||||
|             this.textBox8.Size = new System.Drawing.Size(36, 21); | ||||
|             this.textBox8.TabIndex = 29; | ||||
|             //  | ||||
|             // checkBox2 | ||||
|             //  | ||||
|             this.checkBox2.AutoSize = true; | ||||
|             this.checkBox2.Location = new System.Drawing.Point(363, 135); | ||||
|             this.checkBox2.Name = "checkBox2"; | ||||
|             this.checkBox2.Size = new System.Drawing.Size(60, 28); | ||||
|             this.checkBox2.TabIndex = 30; | ||||
|             this.checkBox2.Text = "입고율\n고정"; | ||||
|             this.checkBox2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // label10 | ||||
|             //  | ||||
|             this.label10.AutoSize = true; | ||||
|             this.label10.Location = new System.Drawing.Point(422, 143); | ||||
|             this.label10.Name = "label10"; | ||||
|             this.label10.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label10.TabIndex = 31; | ||||
|             this.label10.Text = "부수"; | ||||
|             //  | ||||
|             // textBox9 | ||||
|             //  | ||||
|             this.textBox9.Location = new System.Drawing.Point(455, 139); | ||||
|             this.textBox9.Name = "textBox9"; | ||||
|             this.textBox9.Size = new System.Drawing.Size(36, 21); | ||||
|             this.textBox9.TabIndex = 32; | ||||
|             //  | ||||
|             // label11 | ||||
|             //  | ||||
|             this.label11.AutoSize = true; | ||||
|             this.label11.Location = new System.Drawing.Point(510, 143); | ||||
|             this.label11.Name = "label11"; | ||||
|             this.label11.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label11.TabIndex = 33; | ||||
|             this.label11.Text = "합계금액"; | ||||
|             //  | ||||
|             // textBox10 | ||||
|             //  | ||||
|             this.textBox10.Location = new System.Drawing.Point(569, 139); | ||||
|             this.textBox10.Name = "textBox10"; | ||||
|             this.textBox10.Size = new System.Drawing.Size(161, 21); | ||||
|             this.textBox10.TabIndex = 34; | ||||
|             //  | ||||
|             // button3 | ||||
|             //  | ||||
|             this.button3.Location = new System.Drawing.Point(827, 138); | ||||
|             this.button3.Name = "button3"; | ||||
|             this.button3.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button3.TabIndex = 36; | ||||
|             this.button3.Text = "Clear"; | ||||
|             this.button3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button4 | ||||
|             //  | ||||
|             this.button4.Location = new System.Drawing.Point(744, 138); | ||||
|             this.button4.Name = "button4"; | ||||
|             this.button4.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button4.TabIndex = 35; | ||||
|             this.button4.Text = "입  력"; | ||||
|             this.button4.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // checkBox3 | ||||
|             //  | ||||
|             this.checkBox3.AutoSize = true; | ||||
|             this.checkBox3.Location = new System.Drawing.Point(927, 135); | ||||
|             this.checkBox3.Name = "checkBox3"; | ||||
|             this.checkBox3.Size = new System.Drawing.Size(72, 28); | ||||
|             this.checkBox3.TabIndex = 37; | ||||
|             this.checkBox3.Text = "칸수일괄\n입력"; | ||||
|             this.checkBox3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button5 | ||||
|             //  | ||||
|             this.button5.Location = new System.Drawing.Point(1005, 138); | ||||
|             this.button5.Name = "button5"; | ||||
|             this.button5.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button5.TabIndex = 38; | ||||
|             this.button5.Text = "합계계산"; | ||||
|             this.button5.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // dataGridView1 | ||||
|             //  | ||||
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.Column1, | ||||
|             this.Column2, | ||||
|             this.Column3, | ||||
|             this.Column4, | ||||
|             this.Column5, | ||||
|             this.Column6, | ||||
|             this.Column7}); | ||||
|             this.dataGridView1.Location = new System.Drawing.Point(24, 185); | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(795, 150); | ||||
|             this.dataGridView1.TabIndex = 39; | ||||
|             //  | ||||
|             // Column1 | ||||
|             //  | ||||
|             this.Column1.HeaderText = "도  서  명"; | ||||
|             this.Column1.Name = "Column1"; | ||||
|             //  | ||||
|             // Column2 | ||||
|             //  | ||||
|             this.Column2.HeaderText = "저자"; | ||||
|             this.Column2.Name = "Column2"; | ||||
|             //  | ||||
|             // Column3 | ||||
|             //  | ||||
|             this.Column3.HeaderText = "출판사"; | ||||
|             this.Column3.Name = "Column3"; | ||||
|             //  | ||||
|             // Column4 | ||||
|             //  | ||||
|             this.Column4.HeaderText = "정가"; | ||||
|             this.Column4.Name = "Column4"; | ||||
|             //  | ||||
|             // Column5 | ||||
|             //  | ||||
|             this.Column5.HeaderText = "입고율"; | ||||
|             this.Column5.Name = "Column5"; | ||||
|             //  | ||||
|             // Column6 | ||||
|             //  | ||||
|             this.Column6.HeaderText = "부수"; | ||||
|             this.Column6.Name = "Column6"; | ||||
|             //  | ||||
|             // Column7 | ||||
|             //  | ||||
|             this.Column7.HeaderText = "금액"; | ||||
|             this.Column7.Name = "Column7"; | ||||
|             //  | ||||
|             // Input_Purchase_Return | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(1274, 610); | ||||
|             this.Controls.Add(this.dataGridView1); | ||||
|             this.Controls.Add(this.button5); | ||||
|             this.Controls.Add(this.checkBox3); | ||||
|             this.Controls.Add(this.button3); | ||||
|             this.Controls.Add(this.button4); | ||||
|             this.Controls.Add(this.textBox10); | ||||
|             this.Controls.Add(this.label11); | ||||
|             this.Controls.Add(this.textBox9); | ||||
|             this.Controls.Add(this.label10); | ||||
|             this.Controls.Add(this.checkBox2); | ||||
|             this.Controls.Add(this.textBox8); | ||||
|             this.Controls.Add(this.label9); | ||||
|             this.Controls.Add(this.textBox7); | ||||
|             this.Controls.Add(this.label8); | ||||
|             this.Controls.Add(this.textBox6); | ||||
|             this.Controls.Add(this.label7); | ||||
|             this.Controls.Add(this.textBox5); | ||||
|             this.Controls.Add(this.label6); | ||||
|             this.Controls.Add(this.textBox4); | ||||
|             this.Controls.Add(this.label5); | ||||
|             this.Controls.Add(this.textBox3); | ||||
|             this.Controls.Add(this.label4); | ||||
|             this.Controls.Add(this.button2); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(this.textBox2); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(this.label3); | ||||
|             this.Controls.Add(this.checkBox1); | ||||
|             this.Controls.Add(this.dateTimePicker1); | ||||
|             this.Controls.Add(this.label2); | ||||
|             this.Controls.Add(this.label1); | ||||
|             this.Name = "Input_Purchase_Return"; | ||||
|             this.Text = "매입/반품입력"; | ||||
|             this.Load += new System.EventHandler(this.Input_Purchase_Return_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Label label1; | ||||
|         private System.Windows.Forms.Label label2; | ||||
|         private System.Windows.Forms.DateTimePicker dateTimePicker1; | ||||
|         private System.Windows.Forms.CheckBox checkBox1; | ||||
|         private System.Windows.Forms.Label label3; | ||||
|         private System.Windows.Forms.TextBox textBox1; | ||||
|         private System.Windows.Forms.TextBox textBox2; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.Button button2; | ||||
|         private System.Windows.Forms.TextBox textBox3; | ||||
|         private System.Windows.Forms.Label label4; | ||||
|         private System.Windows.Forms.Label label5; | ||||
|         private System.Windows.Forms.TextBox textBox4; | ||||
|         private System.Windows.Forms.Label label6; | ||||
|         private System.Windows.Forms.TextBox textBox5; | ||||
|         private System.Windows.Forms.TextBox textBox6; | ||||
|         private System.Windows.Forms.Label label7; | ||||
|         private System.Windows.Forms.TextBox textBox7; | ||||
|         private System.Windows.Forms.Label label8; | ||||
|         private System.Windows.Forms.Label label9; | ||||
|         private System.Windows.Forms.TextBox textBox8; | ||||
|         private System.Windows.Forms.CheckBox checkBox2; | ||||
|         private System.Windows.Forms.Label label10; | ||||
|         private System.Windows.Forms.TextBox textBox9; | ||||
|         private System.Windows.Forms.Label label11; | ||||
|         private System.Windows.Forms.TextBox textBox10; | ||||
|         private System.Windows.Forms.Button button3; | ||||
|         private System.Windows.Forms.Button button4; | ||||
|         private System.Windows.Forms.CheckBox checkBox3; | ||||
|         private System.Windows.Forms.Button button5; | ||||
|         private System.Windows.Forms.DataGridView dataGridView1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column3; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column4; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column5; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column6; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column7; | ||||
|     } | ||||
| } | ||||
| @@ -1,32 +0,0 @@ | ||||
| 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 WindowsFormsApp1.Delivery | ||||
| { | ||||
|     public partial class Input_Purchase_Return : Form | ||||
|     { | ||||
|         Main main; | ||||
|         public Input_Purchase_Return(Main _main) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             main = _main; | ||||
|         } | ||||
|  | ||||
|         private void button1_Click(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|  | ||||
|         private void Input_Purchase_Return_Load(object sender, EventArgs e) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -1,141 +0,0 @@ | ||||
| <?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="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column5.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
|   <metadata name="Column7.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||||
|     <value>True</value> | ||||
|   </metadata> | ||||
| </root> | ||||
| @@ -1,60 +0,0 @@ | ||||
| namespace WindowsFormsApp1.Delivery | ||||
| { | ||||
|     partial class List_reg_con | ||||
|     { | ||||
|         /// <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.label1 = new System.Windows.Forms.Label(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(381, 219); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(131, 12); | ||||
|             this.label1.TabIndex = 1; | ||||
|             this.label1.Text = "납품관리_목록등록편의"; | ||||
|             //  | ||||
|             // List_reg_con | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(800, 450); | ||||
|             this.Controls.Add(this.label1); | ||||
|             this.Name = "List_reg_con"; | ||||
|             this.Text = "List_reg_con"; | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Label label1; | ||||
|     } | ||||
| } | ||||
| @@ -1,22 +0,0 @@ | ||||
| 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 WindowsFormsApp1.Delivery | ||||
| { | ||||
|     public partial class List_reg_con : Form | ||||
|     { | ||||
|         Main main; | ||||
|         public List_reg_con(Main _main) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             main = _main; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -1,120 +0,0 @@ | ||||
| <?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> | ||||
| </root> | ||||
| @@ -1,60 +0,0 @@ | ||||
| namespace WindowsFormsApp1.Delivery | ||||
| { | ||||
|     partial class Price_check | ||||
|     { | ||||
|         /// <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.label1 = new System.Windows.Forms.Label(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(267, 203); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(107, 12); | ||||
|             this.label1.TabIndex = 2; | ||||
|             this.label1.Text = "납품관리_예가조회"; | ||||
|             //  | ||||
|             // Price_check | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(800, 450); | ||||
|             this.Controls.Add(this.label1); | ||||
|             this.Name = "Price_check"; | ||||
|             this.Text = "Price_check"; | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Label label1; | ||||
|     } | ||||
| } | ||||
| @@ -1,22 +0,0 @@ | ||||
| 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 WindowsFormsApp1.Delivery | ||||
| { | ||||
|     public partial class Price_check : Form | ||||
|     { | ||||
|         Main main; | ||||
|         public Price_check(Main _main) | ||||
|         { | ||||
|             InitializeComponent(); | ||||
|             main = _main; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -1,120 +0,0 @@ | ||||
| <?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> | ||||
| </root> | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang