Files
Unimarc/unimarc/WindowsFormsApp1/납품관리/Commodity_Morge.Designer.cs
2021-03-16 09:02:26 +09:00

670 lines
29 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.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.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.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(365, 375);
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(201, 7);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(2, 362);
this.panel2.TabIndex = 2;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Location = new System.Drawing.Point(411, 7);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(2, 362);
this.panel3.TabIndex = 2;
//
// panel4
//
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;
//
// rbtn2_2
//
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);
//
// rbtn2_1
//
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);
//
// tb_dlv_res
//
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;
//
// label4
//
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 = "납품목록 결과";
//
// tb_dlv2
//
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);
//
// 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);
//
// tb_num_res
//
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;
//
// label13
//
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);
//
// 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.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;
}
}