=====* 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:
SeungHo Yang
2021-05-07 19:01:14 +09:00
parent 4671d0da12
commit 1827aca297
18 changed files with 404 additions and 821 deletions

View File

@@ -28,154 +28,25 @@
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.rbtn1_2 = new System.Windows.Forms.RadioButton();
this.rbtn1_1 = new System.Windows.Forms.RadioButton();
this.tb_date_res = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_date2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_date1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
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.panel4 = new System.Windows.Forms.Panel();
this.rbtn2_2 = new System.Windows.Forms.RadioButton();
this.rbtn2_1 = new System.Windows.Forms.RadioButton();
this.tb_dlv_res = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tb_dlv2 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tb_dlv1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.rbtn3_2 = new System.Windows.Forms.RadioButton();
this.rbtn3_1 = new System.Windows.Forms.RadioButton();
this.tb_clt_res = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tb_clt2 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tb_clt1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.rbtn4_2 = new System.Windows.Forms.RadioButton();
this.rbtn4_1 = new System.Windows.Forms.RadioButton();
this.tb_user_res = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tb_user2 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tb_user1 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.rbtn5_2 = new System.Windows.Forms.RadioButton();
this.rbtn5_1 = new System.Windows.Forms.RadioButton();
this.tb_num_res = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.tb_num2 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.tb_num1 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.chk_keep2 = new System.Windows.Forms.CheckBox();
this.chk_keep1 = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
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();
//
// panel1
//
this.panel1.Controls.Add(this.rbtn1_2);
this.panel1.Controls.Add(this.rbtn1_1);
this.panel1.Controls.Add(this.tb_date_res);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tb_date2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.tb_date1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(10, 14);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(600, 59);
this.panel1.TabIndex = 0;
//
// rbtn1_2
//
this.rbtn1_2.AutoSize = true;
this.rbtn1_2.Location = new System.Drawing.Point(327, 7);
this.rbtn1_2.Name = "rbtn1_2";
this.rbtn1_2.Size = new System.Drawing.Size(47, 16);
this.rbtn1_2.TabIndex = 3;
this.rbtn1_2.TabStop = true;
this.rbtn1_2.Text = "변경";
this.rbtn1_2.UseVisualStyleBackColor = true;
this.rbtn1_2.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// rbtn1_1
//
this.rbtn1_1.AutoSize = true;
this.rbtn1_1.Location = new System.Drawing.Point(123, 7);
this.rbtn1_1.Name = "rbtn1_1";
this.rbtn1_1.Size = new System.Drawing.Size(47, 16);
this.rbtn1_1.TabIndex = 3;
this.rbtn1_1.TabStop = true;
this.rbtn1_1.Text = "변경";
this.rbtn1_1.UseVisualStyleBackColor = true;
this.rbtn1_1.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// tb_date_res
//
this.tb_date_res.Location = new System.Drawing.Point(434, 26);
this.tb_date_res.Name = "tb_date_res";
this.tb_date_res.Size = new System.Drawing.Size(149, 21);
this.tb_date_res.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(437, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 12);
this.label3.TabIndex = 1;
this.label3.Text = "목록일자 결과";
//
// tb_date2
//
this.tb_date2.Location = new System.Drawing.Point(227, 26);
this.tb_date2.Name = "tb_date2";
this.tb_date2.Size = new System.Drawing.Size(149, 21);
this.tb_date2.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(225, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "목록일자";
//
// tb_date1
//
this.tb_date1.Location = new System.Drawing.Point(21, 26);
this.tb_date1.Name = "tb_date1";
this.tb_date1.Size = new System.Drawing.Size(149, 21);
this.tb_date1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "목록일자";
//
// btn_OK
//
this.btn_OK.Location = new System.Drawing.Point(155, 375);
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;
@@ -185,7 +56,7 @@
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(365, 375);
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;
@@ -196,306 +67,69 @@
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(201, 7);
this.panel2.Location = new System.Drawing.Point(209, 7);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(2, 362);
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(411, 7);
this.panel3.Location = new System.Drawing.Point(414, 7);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(2, 362);
this.panel3.Size = new System.Drawing.Size(2, 70);
this.panel3.TabIndex = 2;
//
// panel4
// label15
//
this.panel4.Controls.Add(this.rbtn2_2);
this.panel4.Controls.Add(this.rbtn2_1);
this.panel4.Controls.Add(this.tb_dlv_res);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.tb_dlv2);
this.panel4.Controls.Add(this.label5);
this.panel4.Controls.Add(this.tb_dlv1);
this.panel4.Controls.Add(this.label6);
this.panel4.Location = new System.Drawing.Point(10, 79);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(600, 59);
this.panel4.TabIndex = 0;
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 = "목록명";
//
// rbtn2_2
// tb_list1
//
this.rbtn2_2.AutoSize = true;
this.rbtn2_2.Location = new System.Drawing.Point(327, 9);
this.rbtn2_2.Name = "rbtn2_2";
this.rbtn2_2.Size = new System.Drawing.Size(47, 16);
this.rbtn2_2.TabIndex = 3;
this.rbtn2_2.TabStop = true;
this.rbtn2_2.Text = "변경";
this.rbtn2_2.UseVisualStyleBackColor = true;
this.rbtn2_2.Click += new System.EventHandler(this.rbtn1_2_Click);
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;
//
// rbtn2_1
// label14
//
this.rbtn2_1.AutoSize = true;
this.rbtn2_1.Location = new System.Drawing.Point(123, 9);
this.rbtn2_1.Name = "rbtn2_1";
this.rbtn2_1.Size = new System.Drawing.Size(47, 16);
this.rbtn2_1.TabIndex = 3;
this.rbtn2_1.TabStop = true;
this.rbtn2_1.Text = "변경";
this.rbtn2_1.UseVisualStyleBackColor = true;
this.rbtn2_1.Click += new System.EventHandler(this.rbtn1_2_Click);
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_dlv_res
// tb_list2
//
this.tb_dlv_res.Location = new System.Drawing.Point(434, 26);
this.tb_dlv_res.Name = "tb_dlv_res";
this.tb_dlv_res.Size = new System.Drawing.Size(149, 21);
this.tb_dlv_res.TabIndex = 2;
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;
//
// label4
// label13
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(437, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(81, 12);
this.label4.TabIndex = 1;
this.label4.Text = "납품목록 결과";
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_dlv2
// tb_list_res
//
this.tb_dlv2.Location = new System.Drawing.Point(227, 26);
this.tb_dlv2.Name = "tb_dlv2";
this.tb_dlv2.Size = new System.Drawing.Size(149, 21);
this.tb_dlv2.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(225, 11);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 1;
this.label5.Text = "납품목록";
//
// tb_dlv1
//
this.tb_dlv1.Location = new System.Drawing.Point(21, 26);
this.tb_dlv1.Name = "tb_dlv1";
this.tb_dlv1.Size = new System.Drawing.Size(149, 21);
this.tb_dlv1.TabIndex = 2;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(19, 11);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 1;
this.label6.Text = "납품목록";
//
// panel5
//
this.panel5.Controls.Add(this.rbtn3_2);
this.panel5.Controls.Add(this.rbtn3_1);
this.panel5.Controls.Add(this.tb_clt_res);
this.panel5.Controls.Add(this.label7);
this.panel5.Controls.Add(this.tb_clt2);
this.panel5.Controls.Add(this.label8);
this.panel5.Controls.Add(this.tb_clt1);
this.panel5.Controls.Add(this.label9);
this.panel5.Location = new System.Drawing.Point(10, 144);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(600, 59);
this.panel5.TabIndex = 0;
//
// rbtn3_2
//
this.rbtn3_2.AutoSize = true;
this.rbtn3_2.Location = new System.Drawing.Point(327, 7);
this.rbtn3_2.Name = "rbtn3_2";
this.rbtn3_2.Size = new System.Drawing.Size(47, 16);
this.rbtn3_2.TabIndex = 3;
this.rbtn3_2.TabStop = true;
this.rbtn3_2.Text = "변경";
this.rbtn3_2.UseVisualStyleBackColor = true;
this.rbtn3_2.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// rbtn3_1
//
this.rbtn3_1.AutoSize = true;
this.rbtn3_1.Location = new System.Drawing.Point(123, 7);
this.rbtn3_1.Name = "rbtn3_1";
this.rbtn3_1.Size = new System.Drawing.Size(47, 16);
this.rbtn3_1.TabIndex = 3;
this.rbtn3_1.TabStop = true;
this.rbtn3_1.Text = "변경";
this.rbtn3_1.UseVisualStyleBackColor = true;
this.rbtn3_1.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// tb_clt_res
//
this.tb_clt_res.Location = new System.Drawing.Point(434, 26);
this.tb_clt_res.Name = "tb_clt_res";
this.tb_clt_res.Size = new System.Drawing.Size(149, 21);
this.tb_clt_res.TabIndex = 2;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(437, 11);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(69, 12);
this.label7.TabIndex = 1;
this.label7.Text = "거래처 결과";
//
// tb_clt2
//
this.tb_clt2.Location = new System.Drawing.Point(227, 26);
this.tb_clt2.Name = "tb_clt2";
this.tb_clt2.Size = new System.Drawing.Size(149, 21);
this.tb_clt2.TabIndex = 2;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(225, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 1;
this.label8.Text = "거래처";
//
// tb_clt1
//
this.tb_clt1.Location = new System.Drawing.Point(21, 26);
this.tb_clt1.Name = "tb_clt1";
this.tb_clt1.Size = new System.Drawing.Size(149, 21);
this.tb_clt1.TabIndex = 2;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(19, 11);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 1;
this.label9.Text = "거래처";
//
// panel6
//
this.panel6.Controls.Add(this.rbtn4_2);
this.panel6.Controls.Add(this.rbtn4_1);
this.panel6.Controls.Add(this.tb_user_res);
this.panel6.Controls.Add(this.label10);
this.panel6.Controls.Add(this.tb_user2);
this.panel6.Controls.Add(this.label11);
this.panel6.Controls.Add(this.tb_user1);
this.panel6.Controls.Add(this.label12);
this.panel6.Location = new System.Drawing.Point(10, 209);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(600, 59);
this.panel6.TabIndex = 0;
//
// rbtn4_2
//
this.rbtn4_2.AutoSize = true;
this.rbtn4_2.Location = new System.Drawing.Point(327, 7);
this.rbtn4_2.Name = "rbtn4_2";
this.rbtn4_2.Size = new System.Drawing.Size(47, 16);
this.rbtn4_2.TabIndex = 3;
this.rbtn4_2.TabStop = true;
this.rbtn4_2.Text = "변경";
this.rbtn4_2.UseVisualStyleBackColor = true;
this.rbtn4_2.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// rbtn4_1
//
this.rbtn4_1.AutoSize = true;
this.rbtn4_1.Location = new System.Drawing.Point(123, 7);
this.rbtn4_1.Name = "rbtn4_1";
this.rbtn4_1.Size = new System.Drawing.Size(47, 16);
this.rbtn4_1.TabIndex = 3;
this.rbtn4_1.TabStop = true;
this.rbtn4_1.Text = "변경";
this.rbtn4_1.UseVisualStyleBackColor = true;
this.rbtn4_1.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// tb_user_res
//
this.tb_user_res.Location = new System.Drawing.Point(434, 26);
this.tb_user_res.Name = "tb_user_res";
this.tb_user_res.Size = new System.Drawing.Size(149, 21);
this.tb_user_res.TabIndex = 2;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(437, 11);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 12);
this.label10.TabIndex = 1;
this.label10.Text = "담당자 결과";
//
// tb_user2
//
this.tb_user2.Location = new System.Drawing.Point(227, 26);
this.tb_user2.Name = "tb_user2";
this.tb_user2.Size = new System.Drawing.Size(149, 21);
this.tb_user2.TabIndex = 2;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(225, 11);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 1;
this.label11.Text = "담당자";
//
// tb_user1
//
this.tb_user1.Location = new System.Drawing.Point(21, 26);
this.tb_user1.Name = "tb_user1";
this.tb_user1.Size = new System.Drawing.Size(149, 21);
this.tb_user1.TabIndex = 2;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(19, 11);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 1;
this.label12.Text = "담당자";
//
// panel7
//
this.panel7.Controls.Add(this.rbtn5_2);
this.panel7.Controls.Add(this.rbtn5_1);
this.panel7.Controls.Add(this.tb_num_res);
this.panel7.Controls.Add(this.label13);
this.panel7.Controls.Add(this.tb_num2);
this.panel7.Controls.Add(this.label14);
this.panel7.Controls.Add(this.tb_num1);
this.panel7.Controls.Add(this.label15);
this.panel7.Location = new System.Drawing.Point(10, 274);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(600, 59);
this.panel7.TabIndex = 0;
//
// 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);
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
//
@@ -509,162 +143,65 @@
this.rbtn5_1.UseVisualStyleBackColor = true;
this.rbtn5_1.Click += new System.EventHandler(this.rbtn1_2_Click);
//
// tb_num_res
// rbtn5_2
//
this.tb_num_res.Location = new System.Drawing.Point(433, 26);
this.tb_num_res.Name = "tb_num_res";
this.tb_num_res.Size = new System.Drawing.Size(149, 21);
this.tb_num_res.TabIndex = 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);
//
// label13
// panel7
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(437, 11);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(81, 12);
this.label13.TabIndex = 1;
this.label13.Text = "목록번호 결과";
//
// tb_num2
//
this.tb_num2.Location = new System.Drawing.Point(227, 26);
this.tb_num2.Name = "tb_num2";
this.tb_num2.Size = new System.Drawing.Size(149, 21);
this.tb_num2.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(53, 12);
this.label14.TabIndex = 1;
this.label14.Text = "목록번호";
//
// tb_num1
//
this.tb_num1.Location = new System.Drawing.Point(21, 26);
this.tb_num1.Name = "tb_num1";
this.tb_num1.Size = new System.Drawing.Size(149, 21);
this.tb_num1.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(53, 12);
this.label15.TabIndex = 1;
this.label15.Text = "목록번호";
//
// chk_keep2
//
this.chk_keep2.AutoSize = true;
this.chk_keep2.Location = new System.Drawing.Point(243, 344);
this.chk_keep2.Name = "chk_keep2";
this.chk_keep2.Size = new System.Drawing.Size(116, 16);
this.chk_keep2.TabIndex = 3;
this.chk_keep2.Text = "기존 데이터 유지";
this.chk_keep2.UseVisualStyleBackColor = true;
this.chk_keep2.Click += new System.EventHandler(this.chk_Keep_data);
//
// chk_keep1
//
this.chk_keep1.AutoSize = true;
this.chk_keep1.Location = new System.Drawing.Point(37, 344);
this.chk_keep1.Name = "chk_keep1";
this.chk_keep1.Size = new System.Drawing.Size(116, 16);
this.chk_keep1.TabIndex = 3;
this.chk_keep1.Text = "기존 데이터 유지";
this.chk_keep1.UseVisualStyleBackColor = true;
this.chk_keep1.Click += new System.EventHandler(this.chk_Keep_data);
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(621, 415);
this.Controls.Add(this.chk_keep1);
this.Controls.Add(this.chk_keep2);
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.Controls.Add(this.panel6);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel1);
this.Name = "Commodity_Morge";
this.Text = "Commodity_Morge";
this.Load += new System.EventHandler(this.Commodity_Morge_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox tb_date1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.RadioButton rbtn1_2;
private System.Windows.Forms.RadioButton rbtn1_1;
private System.Windows.Forms.TextBox tb_date_res;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_date2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.RadioButton rbtn2_2;
private System.Windows.Forms.RadioButton rbtn2_1;
private System.Windows.Forms.TextBox tb_dlv_res;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tb_dlv2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tb_dlv1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.RadioButton rbtn3_2;
private System.Windows.Forms.RadioButton rbtn3_1;
private System.Windows.Forms.TextBox tb_clt_res;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tb_clt2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tb_clt1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.RadioButton rbtn4_2;
private System.Windows.Forms.RadioButton rbtn4_1;
private System.Windows.Forms.TextBox tb_user_res;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tb_user2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tb_user1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.RadioButton rbtn5_2;
private System.Windows.Forms.RadioButton rbtn5_1;
private System.Windows.Forms.TextBox tb_num_res;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_num2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox tb_num1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.CheckBox chk_keep2;
private System.Windows.Forms.CheckBox chk_keep1;
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;
}
}