Files
Unimarc/unimarc/WindowsFormsApp1/납품관리/Commodity_Morge.Designer.cs
SeungHo Yang 1827aca297 =====* 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 완료
2021-05-07 19:01:14 +09:00

207 lines
8.6 KiB
C#

namespace WindowsFormsApp1.Delivery
{
partial class Commodity_Morge
{
/// <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.btn_OK = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label15 = new System.Windows.Forms.Label();
this.tb_list1 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.tb_list2 = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.tb_list_res = new System.Windows.Forms.TextBox();
this.rbtn5_1 = new System.Windows.Forms.RadioButton();
this.rbtn5_2 = new System.Windows.Forms.RadioButton();
this.panel7 = new System.Windows.Forms.Panel();
this.panel7.SuspendLayout();
this.SuspendLayout();
//
// btn_OK
//
this.btn_OK.Location = new System.Drawing.Point(163, 83);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(94, 34);
this.btn_OK.TabIndex = 1;
this.btn_OK.Text = "확 인";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(368, 83);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(94, 34);
this.btn_Cancel.TabIndex = 1;
this.btn_Cancel.Text = "취 소";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(209, 7);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(2, 70);
this.panel2.TabIndex = 2;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Location = new System.Drawing.Point(414, 7);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(2, 70);
this.panel3.TabIndex = 2;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(19, 11);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 12);
this.label15.TabIndex = 1;
this.label15.Text = "목록명";
//
// tb_list1
//
this.tb_list1.Enabled = false;
this.tb_list1.Location = new System.Drawing.Point(21, 26);
this.tb_list1.Name = "tb_list1";
this.tb_list1.Size = new System.Drawing.Size(149, 21);
this.tb_list1.TabIndex = 2;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(225, 11);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 1;
this.label14.Text = "목록명";
//
// tb_list2
//
this.tb_list2.Enabled = false;
this.tb_list2.Location = new System.Drawing.Point(227, 26);
this.tb_list2.Name = "tb_list2";
this.tb_list2.Size = new System.Drawing.Size(149, 21);
this.tb_list2.TabIndex = 2;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(432, 11);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(69, 12);
this.label13.TabIndex = 1;
this.label13.Text = "목록명 결과";
//
// tb_list_res
//
this.tb_list_res.Enabled = false;
this.tb_list_res.Location = new System.Drawing.Point(433, 26);
this.tb_list_res.Name = "tb_list_res";
this.tb_list_res.Size = new System.Drawing.Size(149, 21);
this.tb_list_res.TabIndex = 2;
//
// rbtn5_1
//
this.rbtn5_1.AutoSize = true;
this.rbtn5_1.Location = new System.Drawing.Point(123, 9);
this.rbtn5_1.Name = "rbtn5_1";
this.rbtn5_1.Size = new System.Drawing.Size(47, 16);
this.rbtn5_1.TabIndex = 3;
this.rbtn5_1.TabStop = true;
this.rbtn5_1.Text = "변경";
this.rbtn5_1.UseVisualStyleBackColor = true;
this.rbtn5_1.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// rbtn5_2
//
this.rbtn5_2.AutoSize = true;
this.rbtn5_2.Location = new System.Drawing.Point(327, 9);
this.rbtn5_2.Name = "rbtn5_2";
this.rbtn5_2.Size = new System.Drawing.Size(47, 16);
this.rbtn5_2.TabIndex = 3;
this.rbtn5_2.TabStop = true;
this.rbtn5_2.Text = "변경";
this.rbtn5_2.UseVisualStyleBackColor = true;
this.rbtn5_2.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// panel7
//
this.panel7.Controls.Add(this.rbtn5_2);
this.panel7.Controls.Add(this.rbtn5_1);
this.panel7.Controls.Add(this.tb_list_res);
this.panel7.Controls.Add(this.label13);
this.panel7.Controls.Add(this.tb_list2);
this.panel7.Controls.Add(this.label14);
this.panel7.Controls.Add(this.tb_list1);
this.panel7.Controls.Add(this.label15);
this.panel7.Location = new System.Drawing.Point(8, 12);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(600, 59);
this.panel7.TabIndex = 0;
//
// Commodity_Morge
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(620, 127);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.panel7);
this.Name = "Commodity_Morge";
this.Text = "Commodity_Morge";
this.Load += new System.EventHandler(this.Commodity_Morge_Load);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tb_list1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox tb_list2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_list_res;
private System.Windows.Forms.RadioButton rbtn5_1;
private System.Windows.Forms.RadioButton rbtn5_2;
private System.Windows.Forms.Panel panel7;
}
}