=====* unimarc *=====
------------------------ =====* ISBN 체크 프로그램 *===== ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. ------------------------ ===== 작업중 ===== 주문관리 폼 재 수정작업중 - 팩스 및 이메일 기록 폼 제작해야함. - 제작완료 (현재 목록등록 -> 수정버튼 작업중) ㄴ> 작업 완료후 검토하고, 회계로 넘어갈 것. - 회계전환 취소. ㄴ> 작업 완료. 검토중. 검토완료후 마크작업으로 넘어갈 것. (사장님 지시) ===== 보류 ===== 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:
134
unimarc/WindowsFormsApp1/납품관리/Commodity_Edit.Designer.cs
generated
134
unimarc/WindowsFormsApp1/납품관리/Commodity_Edit.Designer.cs
generated
@@ -32,7 +32,7 @@
|
||||
this.Old_Dlv = new System.Windows.Forms.TextBox();
|
||||
this.Old_Clit = new System.Windows.Forms.TextBox();
|
||||
this.Old_User = new System.Windows.Forms.TextBox();
|
||||
this.Old_Num = new System.Windows.Forms.TextBox();
|
||||
this.Old_Name = new System.Windows.Forms.TextBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
@@ -42,9 +42,9 @@
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
this.New_Date = new System.Windows.Forms.DateTimePicker();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.New_Num = new System.Windows.Forms.TextBox();
|
||||
this.New_Name = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.New_Dlv = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
@@ -60,7 +60,7 @@
|
||||
// Old_Date
|
||||
//
|
||||
this.Old_Date.Enabled = false;
|
||||
this.Old_Date.Location = new System.Drawing.Point(69, 14);
|
||||
this.Old_Date.Location = new System.Drawing.Point(69, 9);
|
||||
this.Old_Date.Name = "Old_Date";
|
||||
this.Old_Date.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_Date.TabIndex = 0;
|
||||
@@ -68,7 +68,7 @@
|
||||
// Old_Dlv
|
||||
//
|
||||
this.Old_Dlv.Enabled = false;
|
||||
this.Old_Dlv.Location = new System.Drawing.Point(69, 41);
|
||||
this.Old_Dlv.Location = new System.Drawing.Point(69, 63);
|
||||
this.Old_Dlv.Name = "Old_Dlv";
|
||||
this.Old_Dlv.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_Dlv.TabIndex = 0;
|
||||
@@ -76,7 +76,7 @@
|
||||
// Old_Clit
|
||||
//
|
||||
this.Old_Clit.Enabled = false;
|
||||
this.Old_Clit.Location = new System.Drawing.Point(69, 68);
|
||||
this.Old_Clit.Location = new System.Drawing.Point(69, 90);
|
||||
this.Old_Clit.Name = "Old_Clit";
|
||||
this.Old_Clit.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_Clit.TabIndex = 0;
|
||||
@@ -84,76 +84,77 @@
|
||||
// Old_User
|
||||
//
|
||||
this.Old_User.Enabled = false;
|
||||
this.Old_User.Location = new System.Drawing.Point(69, 95);
|
||||
this.Old_User.Location = new System.Drawing.Point(69, 117);
|
||||
this.Old_User.Name = "Old_User";
|
||||
this.Old_User.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_User.TabIndex = 0;
|
||||
//
|
||||
// Old_Num
|
||||
// Old_Name
|
||||
//
|
||||
this.Old_Num.Enabled = false;
|
||||
this.Old_Num.Location = new System.Drawing.Point(69, 122);
|
||||
this.Old_Num.Name = "Old_Num";
|
||||
this.Old_Num.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_Num.TabIndex = 0;
|
||||
this.Old_Name.Enabled = false;
|
||||
this.Old_Name.Location = new System.Drawing.Point(69, 36);
|
||||
this.Old_Name.Name = "Old_Name";
|
||||
this.Old_Name.Size = new System.Drawing.Size(100, 21);
|
||||
this.Old_Name.TabIndex = 0;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel1.Controls.Add(this.label5);
|
||||
this.panel1.Controls.Add(this.label4);
|
||||
this.panel1.Controls.Add(this.label3);
|
||||
this.panel1.Controls.Add(this.label2);
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Controls.Add(this.Old_Date);
|
||||
this.panel1.Controls.Add(this.Old_Num);
|
||||
this.panel1.Controls.Add(this.Old_Name);
|
||||
this.panel1.Controls.Add(this.Old_Dlv);
|
||||
this.panel1.Controls.Add(this.Old_User);
|
||||
this.panel1.Controls.Add(this.Old_Clit);
|
||||
this.panel1.Location = new System.Drawing.Point(12, 12);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(181, 154);
|
||||
this.panel1.Size = new System.Drawing.Size(181, 150);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(13, 126);
|
||||
this.label5.Location = new System.Drawing.Point(19, 121);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(53, 12);
|
||||
this.label5.Size = new System.Drawing.Size(41, 12);
|
||||
this.label5.TabIndex = 1;
|
||||
this.label5.Text = "목록번호";
|
||||
this.label5.Text = "담당자";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(13, 99);
|
||||
this.label4.Location = new System.Drawing.Point(19, 94);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(41, 12);
|
||||
this.label4.TabIndex = 1;
|
||||
this.label4.Text = "담당자";
|
||||
this.label4.Text = "거래처";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(13, 72);
|
||||
this.label3.Location = new System.Drawing.Point(13, 67);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(41, 12);
|
||||
this.label3.Size = new System.Drawing.Size(53, 12);
|
||||
this.label3.TabIndex = 1;
|
||||
this.label3.Text = "거래처";
|
||||
this.label3.Text = "납품목록";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(13, 45);
|
||||
this.label2.Location = new System.Drawing.Point(19, 40);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||||
this.label2.Size = new System.Drawing.Size(41, 12);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "납품목록";
|
||||
this.label2.Text = "목록명";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(13, 18);
|
||||
this.label1.Location = new System.Drawing.Point(13, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 1;
|
||||
@@ -165,16 +166,17 @@
|
||||
this.label6.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label6.Location = new System.Drawing.Point(206, 85);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(50, 16);
|
||||
this.label6.Size = new System.Drawing.Size(56, 16);
|
||||
this.label6.TabIndex = 1;
|
||||
this.label6.Text = "= = >";
|
||||
this.label6.Text = "====>";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Controls.Add(this.label11);
|
||||
this.panel2.Controls.Add(this.dateTimePicker2);
|
||||
this.panel2.Controls.Add(this.New_Date);
|
||||
this.panel2.Controls.Add(this.label10);
|
||||
this.panel2.Controls.Add(this.New_Num);
|
||||
this.panel2.Controls.Add(this.New_Name);
|
||||
this.panel2.Controls.Add(this.label9);
|
||||
this.panel2.Controls.Add(this.New_Dlv);
|
||||
this.panel2.Controls.Add(this.label8);
|
||||
@@ -183,55 +185,55 @@
|
||||
this.panel2.Controls.Add(this.New_Clit);
|
||||
this.panel2.Location = new System.Drawing.Point(267, 12);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(181, 154);
|
||||
this.panel2.Size = new System.Drawing.Size(181, 150);
|
||||
this.panel2.TabIndex = 1;
|
||||
//
|
||||
// label11
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new System.Drawing.Point(10, 126);
|
||||
this.label11.Location = new System.Drawing.Point(16, 121);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(53, 12);
|
||||
this.label11.Size = new System.Drawing.Size(41, 12);
|
||||
this.label11.TabIndex = 1;
|
||||
this.label11.Text = "목록번호";
|
||||
this.label11.Text = "담당자";
|
||||
//
|
||||
// dateTimePicker2
|
||||
// New_Date
|
||||
//
|
||||
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
|
||||
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(69, 14);
|
||||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
|
||||
this.dateTimePicker2.TabIndex = 6;
|
||||
this.New_Date.CustomFormat = "yyyy-MM-dd";
|
||||
this.New_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.New_Date.Location = new System.Drawing.Point(69, 9);
|
||||
this.New_Date.Name = "New_Date";
|
||||
this.New_Date.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_Date.TabIndex = 6;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(10, 99);
|
||||
this.label10.Location = new System.Drawing.Point(16, 94);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(41, 12);
|
||||
this.label10.TabIndex = 1;
|
||||
this.label10.Text = "담당자";
|
||||
this.label10.Text = "거래처";
|
||||
//
|
||||
// New_Num
|
||||
// New_Name
|
||||
//
|
||||
this.New_Num.Location = new System.Drawing.Point(69, 122);
|
||||
this.New_Num.Name = "New_Num";
|
||||
this.New_Num.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_Num.TabIndex = 0;
|
||||
this.New_Name.Location = new System.Drawing.Point(69, 36);
|
||||
this.New_Name.Name = "New_Name";
|
||||
this.New_Name.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_Name.TabIndex = 0;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(10, 72);
|
||||
this.label9.Location = new System.Drawing.Point(10, 67);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(41, 12);
|
||||
this.label9.Size = new System.Drawing.Size(53, 12);
|
||||
this.label9.TabIndex = 1;
|
||||
this.label9.Text = "거래처";
|
||||
this.label9.Text = "납품목록";
|
||||
//
|
||||
// New_Dlv
|
||||
//
|
||||
this.New_Dlv.Location = new System.Drawing.Point(69, 41);
|
||||
this.New_Dlv.Location = new System.Drawing.Point(69, 63);
|
||||
this.New_Dlv.Name = "New_Dlv";
|
||||
this.New_Dlv.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_Dlv.TabIndex = 0;
|
||||
@@ -239,15 +241,15 @@
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(10, 45);
|
||||
this.label8.Location = new System.Drawing.Point(16, 40);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(53, 12);
|
||||
this.label8.Size = new System.Drawing.Size(41, 12);
|
||||
this.label8.TabIndex = 1;
|
||||
this.label8.Text = "납품목록";
|
||||
this.label8.Text = "목록명";
|
||||
//
|
||||
// New_User
|
||||
//
|
||||
this.New_User.Location = new System.Drawing.Point(69, 95);
|
||||
this.New_User.Location = new System.Drawing.Point(69, 117);
|
||||
this.New_User.Name = "New_User";
|
||||
this.New_User.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_User.TabIndex = 0;
|
||||
@@ -255,7 +257,7 @@
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(10, 18);
|
||||
this.label7.Location = new System.Drawing.Point(10, 13);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(53, 12);
|
||||
this.label7.TabIndex = 1;
|
||||
@@ -263,7 +265,7 @@
|
||||
//
|
||||
// New_Clit
|
||||
//
|
||||
this.New_Clit.Location = new System.Drawing.Point(69, 68);
|
||||
this.New_Clit.Location = new System.Drawing.Point(69, 90);
|
||||
this.New_Clit.Name = "New_Clit";
|
||||
this.New_Clit.Size = new System.Drawing.Size(100, 21);
|
||||
this.New_Clit.TabIndex = 0;
|
||||
@@ -272,7 +274,7 @@
|
||||
// btn_OK
|
||||
//
|
||||
this.btn_OK.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btn_OK.Location = new System.Drawing.Point(110, 178);
|
||||
this.btn_OK.Location = new System.Drawing.Point(110, 168);
|
||||
this.btn_OK.Name = "btn_OK";
|
||||
this.btn_OK.Size = new System.Drawing.Size(88, 40);
|
||||
this.btn_OK.TabIndex = 2;
|
||||
@@ -283,7 +285,7 @@
|
||||
// Btn_Cancel
|
||||
//
|
||||
this.Btn_Cancel.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.Btn_Cancel.Location = new System.Drawing.Point(262, 178);
|
||||
this.Btn_Cancel.Location = new System.Drawing.Point(262, 168);
|
||||
this.Btn_Cancel.Name = "Btn_Cancel";
|
||||
this.Btn_Cancel.Size = new System.Drawing.Size(88, 40);
|
||||
this.Btn_Cancel.TabIndex = 2;
|
||||
@@ -295,14 +297,14 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(460, 231);
|
||||
this.ClientSize = new System.Drawing.Size(460, 216);
|
||||
this.Controls.Add(this.Btn_Cancel);
|
||||
this.Controls.Add(this.btn_OK);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Name = "Commodity_Edit";
|
||||
this.Text = "Commodity_Edit";
|
||||
this.Text = " ";
|
||||
this.Load += new System.EventHandler(this.Commodity_Edit_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
@@ -319,7 +321,7 @@
|
||||
private System.Windows.Forms.TextBox Old_Dlv;
|
||||
private System.Windows.Forms.TextBox Old_Clit;
|
||||
private System.Windows.Forms.TextBox Old_User;
|
||||
private System.Windows.Forms.TextBox Old_Num;
|
||||
private System.Windows.Forms.TextBox Old_Name;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label label4;
|
||||
@@ -328,11 +330,11 @@
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.TextBox New_Num;
|
||||
private System.Windows.Forms.TextBox New_Name;
|
||||
private System.Windows.Forms.TextBox New_Dlv;
|
||||
private System.Windows.Forms.TextBox New_User;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||||
private System.Windows.Forms.DateTimePicker New_Date;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.Label label8;
|
||||
|
||||
Reference in New Issue
Block a user