 bbab50619f
			
		
	
	bbab50619f
	
	
	
		
			
			===== 작업중 ===== 주문관리 폼 재 수정작업중 - 팩스 및 이메일 기록 폼 제작해야함. - 제작완료 (현재 목록등록 -> 수정버튼 작업중) ㄴ> 작업 완료후 검토하고, 회계로 넘어갈 것. - 회계전환 회계전환. 매출상세(Sales_Detail.cs) 폼 작업완료. (버튼 이벤트 작업진행중) ㄴ> 매출집계에서 상세까지 가는 도중 MDI 부모로 적용되지않는 버그 수정작업완료. 기타 추가적인 버그 잡을것. / 바로빌 세금계산서알아볼것. / 셋업 자동 업데이트 알아볼 것. ===== 보류 ===== b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업대기중 c. 마크 반입 폼 수정중 1. 불러오기는 되나 저장 기능이 필요함. ===== 완료 ===== 21.06.08 자동업데이트 기능 완료 - 프로젝트가 새로 바뀜. 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 완료
		
			
				
	
	
		
			280 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			280 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Factory_Client
 | |
| {
 | |
|     partial class Factory_Client
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// 필수 디자이너 변수입니다.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// 사용 중인 모든 리소스를 정리합니다.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form 디자이너에서 생성한 코드
 | |
| 
 | |
|         /// <summary>
 | |
|         /// 디자이너 지원에 필요한 메서드입니다.
 | |
|         /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.btn_ok = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.file_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.update_status = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.lbl_cnt = new System.Windows.Forms.Label();
 | |
|             this.lbl_filename = new System.Windows.Forms.Label();
 | |
|             this.lbl_ClientVer = new System.Windows.Forms.Label();
 | |
|             this.lbl_SerVer = new System.Windows.Forms.Label();
 | |
|             this.lbl_Files = new System.Windows.Forms.Label();
 | |
|             this.lbl_Ip = new System.Windows.Forms.Label();
 | |
|             this.lbl_status = new System.Windows.Forms.Label();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.progressBar1 = new System.Windows.Forms.ProgressBar();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // btn_ok
 | |
|             // 
 | |
|             this.btn_ok.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btn_ok.Location = new System.Drawing.Point(161, 335);
 | |
|             this.btn_ok.Name = "btn_ok";
 | |
|             this.btn_ok.Size = new System.Drawing.Size(146, 46);
 | |
|             this.btn_ok.TabIndex = 0;
 | |
|             this.btn_ok.Text = "button1";
 | |
|             this.btn_ok.UseVisualStyleBackColor = true;
 | |
|             this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button2.Location = new System.Drawing.Point(426, 335);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(146, 46);
 | |
|             this.button2.TabIndex = 0;
 | |
|             this.button2.Text = "취        소";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click);
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             this.dataGridView1.AllowUserToAddRows = false;
 | |
|             this.dataGridView1.AllowUserToDeleteRows = false;
 | |
|             this.dataGridView1.AllowUserToResizeRows = false;
 | |
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.file_name,
 | |
|             this.update_status});
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(357, 33);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(399, 269);
 | |
|             this.dataGridView1.TabIndex = 1;
 | |
|             // 
 | |
|             // file_name
 | |
|             // 
 | |
|             this.file_name.DataPropertyName = "file_name";
 | |
|             this.file_name.HeaderText = "파일명";
 | |
|             this.file_name.Name = "file_name";
 | |
|             this.file_name.ReadOnly = true;
 | |
|             this.file_name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
 | |
|             this.file_name.Width = 200;
 | |
|             // 
 | |
|             // update_status
 | |
|             // 
 | |
|             this.update_status.DataPropertyName = "chk";
 | |
|             this.update_status.FalseValue = "F";
 | |
|             this.update_status.HeaderText = "업데이트완료";
 | |
|             this.update_status.IndeterminateValue = "F";
 | |
|             this.update_status.Name = "update_status";
 | |
|             this.update_status.ReadOnly = true;
 | |
|             this.update_status.TrueValue = "T";
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.panel1.Controls.Add(this.lbl_cnt);
 | |
|             this.panel1.Controls.Add(this.lbl_filename);
 | |
|             this.panel1.Controls.Add(this.lbl_ClientVer);
 | |
|             this.panel1.Controls.Add(this.lbl_SerVer);
 | |
|             this.panel1.Controls.Add(this.lbl_Files);
 | |
|             this.panel1.Controls.Add(this.lbl_Ip);
 | |
|             this.panel1.Controls.Add(this.lbl_status);
 | |
|             this.panel1.Controls.Add(this.label7);
 | |
|             this.panel1.Controls.Add(this.progressBar1);
 | |
|             this.panel1.Controls.Add(this.label3);
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Location = new System.Drawing.Point(14, 33);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(325, 268);
 | |
|             this.panel1.TabIndex = 2;
 | |
|             // 
 | |
|             // lbl_cnt
 | |
|             // 
 | |
|             this.lbl_cnt.AutoSize = true;
 | |
|             this.lbl_cnt.Location = new System.Drawing.Point(265, 217);
 | |
|             this.lbl_cnt.Name = "lbl_cnt";
 | |
|             this.lbl_cnt.Size = new System.Drawing.Size(45, 12);
 | |
|             this.lbl_cnt.TabIndex = 4;
 | |
|             this.lbl_cnt.Text = "(10/10)";
 | |
|             // 
 | |
|             // lbl_filename
 | |
|             // 
 | |
|             this.lbl_filename.Location = new System.Drawing.Point(20, 217);
 | |
|             this.lbl_filename.Name = "lbl_filename";
 | |
|             this.lbl_filename.Size = new System.Drawing.Size(211, 12);
 | |
|             this.lbl_filename.TabIndex = 3;
 | |
|             // 
 | |
|             // lbl_ClientVer
 | |
|             // 
 | |
|             this.lbl_ClientVer.AutoSize = true;
 | |
|             this.lbl_ClientVer.Location = new System.Drawing.Point(142, 104);
 | |
|             this.lbl_ClientVer.Name = "lbl_ClientVer";
 | |
|             this.lbl_ClientVer.Size = new System.Drawing.Size(0, 12);
 | |
|             this.lbl_ClientVer.TabIndex = 2;
 | |
|             // 
 | |
|             // lbl_SerVer
 | |
|             // 
 | |
|             this.lbl_SerVer.AutoSize = true;
 | |
|             this.lbl_SerVer.Location = new System.Drawing.Point(142, 77);
 | |
|             this.lbl_SerVer.Name = "lbl_SerVer";
 | |
|             this.lbl_SerVer.Size = new System.Drawing.Size(0, 12);
 | |
|             this.lbl_SerVer.TabIndex = 2;
 | |
|             // 
 | |
|             // lbl_Files
 | |
|             // 
 | |
|             this.lbl_Files.AutoSize = true;
 | |
|             this.lbl_Files.Location = new System.Drawing.Point(142, 50);
 | |
|             this.lbl_Files.Name = "lbl_Files";
 | |
|             this.lbl_Files.Size = new System.Drawing.Size(0, 12);
 | |
|             this.lbl_Files.TabIndex = 2;
 | |
|             // 
 | |
|             // lbl_Ip
 | |
|             // 
 | |
|             this.lbl_Ip.AutoSize = true;
 | |
|             this.lbl_Ip.Location = new System.Drawing.Point(142, 23);
 | |
|             this.lbl_Ip.Name = "lbl_Ip";
 | |
|             this.lbl_Ip.Size = new System.Drawing.Size(0, 12);
 | |
|             this.lbl_Ip.TabIndex = 2;
 | |
|             // 
 | |
|             // lbl_status
 | |
|             // 
 | |
|             this.lbl_status.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.lbl_status.ForeColor = System.Drawing.Color.DeepPink;
 | |
|             this.lbl_status.Location = new System.Drawing.Point(-3, 166);
 | |
|             this.lbl_status.Name = "lbl_status";
 | |
|             this.lbl_status.Size = new System.Drawing.Size(317, 29);
 | |
|             this.lbl_status.TabIndex = 0;
 | |
|             this.lbl_status.Text = "최신파일입니다 !!";
 | |
|             this.lbl_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label7.Location = new System.Drawing.Point(30, 104);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(106, 12);
 | |
|             this.label7.TabIndex = 0;
 | |
|             this.label7.Text = "클라이언트버전 :";
 | |
|             // 
 | |
|             // progressBar1
 | |
|             // 
 | |
|             this.progressBar1.Location = new System.Drawing.Point(22, 232);
 | |
|             this.progressBar1.Name = "progressBar1";
 | |
|             this.progressBar1.Size = new System.Drawing.Size(288, 16);
 | |
|             this.progressBar1.TabIndex = 1;
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label3.Location = new System.Drawing.Point(69, 77);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(67, 12);
 | |
|             this.label3.TabIndex = 0;
 | |
|             this.label3.Text = "서버버전 :";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label2.Location = new System.Drawing.Point(20, 50);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(116, 12);
 | |
|             this.label2.TabIndex = 0;
 | |
|             this.label2.Text = "업데이트 파일 수 :";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label1.Location = new System.Drawing.Point(56, 23);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(80, 12);
 | |
|             this.label1.TabIndex = 0;
 | |
|             this.label1.Text = "접속서버IP :";
 | |
|             // 
 | |
|             // Factory_Client
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(768, 409);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.dataGridView1);
 | |
|             this.Controls.Add(this.button2);
 | |
|             this.Controls.Add(this.btn_ok);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "Factory_Client";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "Factory 자동업데이트";
 | |
|             this.Load += new System.EventHandler(this.Form1_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Button btn_ok;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.ProgressBar progressBar1;
 | |
|         private System.Windows.Forms.Label lbl_ClientVer;
 | |
|         private System.Windows.Forms.Label lbl_SerVer;
 | |
|         private System.Windows.Forms.Label lbl_Files;
 | |
|         private System.Windows.Forms.Label lbl_Ip;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.Label lbl_status;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn file_name;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn update_status;
 | |
|         private System.Windows.Forms.Label lbl_filename;
 | |
|         private System.Windows.Forms.Label lbl_cnt;
 | |
|     }
 | |
| }
 | |
| 
 |