522 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			522 lines
		
	
	
		
			22 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsFormsApp1.DLS
 | |
| {
 | |
|     partial class School_Lookup
 | |
|     {
 | |
|         /// <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.label1 = new System.Windows.Forms.Label();
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.textBox2 = new System.Windows.Forms.TextBox();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.textBox3 = new System.Windows.Forms.TextBox();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.textBox4 = new System.Windows.Forms.TextBox();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.textBox5 = new System.Windows.Forms.TextBox();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.textBox6 = new System.Windows.Forms.TextBox();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.textBox7 = new System.Windows.Forms.TextBox();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.textBox8 = new System.Windows.Forms.TextBox();
 | |
|             this.label9 = new System.Windows.Forms.Label();
 | |
|             this.checkBox1 = new System.Windows.Forms.CheckBox();
 | |
|             this.label10 = new System.Windows.Forms.Label();
 | |
|             this.label11 = new System.Windows.Forms.Label();
 | |
|             this.label12 = new System.Windows.Forms.Label();
 | |
|             this.label13 = new System.Windows.Forms.Label();
 | |
|             this.label14 = new System.Windows.Forms.Label();
 | |
|             this.textBox12 = new System.Windows.Forms.TextBox();
 | |
|             this.textBox13 = new System.Windows.Forms.TextBox();
 | |
|             this.label15 = new System.Windows.Forms.Label();
 | |
|             this.textBox14 = new System.Windows.Forms.TextBox();
 | |
|             this.label17 = new System.Windows.Forms.Label();
 | |
|             this.comboBox1 = new System.Windows.Forms.ComboBox();
 | |
|             this.comboBox2 = new System.Windows.Forms.ComboBox();
 | |
|             this.comboBox3 = new System.Windows.Forms.ComboBox();
 | |
|             this.textBox9 = new System.Windows.Forms.TextBox();
 | |
|             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.comboBox4 = new System.Windows.Forms.ComboBox();
 | |
|             this.textBox10 = new System.Windows.Forms.TextBox();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.button5 = new System.Windows.Forms.Button();
 | |
|             this.button6 = new System.Windows.Forms.Button();
 | |
|             this.button7 = new System.Windows.Forms.Button();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(26, 27);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label1.TabIndex = 0;
 | |
|             this.label1.Text = "거래처명";
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.Location = new System.Drawing.Point(85, 23);
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox1.TabIndex = 1;
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(28, 54);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label2.TabIndex = 0;
 | |
|             this.label2.Text = "담 당 자";
 | |
|             // 
 | |
|             // textBox2
 | |
|             // 
 | |
|             this.textBox2.Location = new System.Drawing.Point(85, 50);
 | |
|             this.textBox2.Name = "textBox2";
 | |
|             this.textBox2.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox2.TabIndex = 1;
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(26, 81);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label3.TabIndex = 0;
 | |
|             this.label3.Text = "용지칸수";
 | |
|             // 
 | |
|             // textBox3
 | |
|             // 
 | |
|             this.textBox3.Location = new System.Drawing.Point(85, 77);
 | |
|             this.textBox3.Name = "textBox3";
 | |
|             this.textBox3.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox3.TabIndex = 1;
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(263, 28);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(65, 12);
 | |
|             this.label4.TabIndex = 0;
 | |
|             this.label4.Text = "전 화 번 호";
 | |
|             // 
 | |
|             // textBox4
 | |
|             // 
 | |
|             this.textBox4.Location = new System.Drawing.Point(331, 24);
 | |
|             this.textBox4.Name = "textBox4";
 | |
|             this.textBox4.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox4.TabIndex = 1;
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(261, 54);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(69, 12);
 | |
|             this.label5.TabIndex = 0;
 | |
|             this.label5.Text = "담당자 전화";
 | |
|             // 
 | |
|             // textBox5
 | |
|             // 
 | |
|             this.textBox5.Location = new System.Drawing.Point(331, 50);
 | |
|             this.textBox5.Name = "textBox5";
 | |
|             this.textBox5.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox5.TabIndex = 1;
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Location = new System.Drawing.Point(261, 81);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(69, 12);
 | |
|             this.label6.TabIndex = 0;
 | |
|             this.label6.Text = "띠라벨 종류";
 | |
|             // 
 | |
|             // textBox6
 | |
|             // 
 | |
|             this.textBox6.Location = new System.Drawing.Point(331, 77);
 | |
|             this.textBox6.Name = "textBox6";
 | |
|             this.textBox6.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox6.TabIndex = 1;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(529, 27);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label7.TabIndex = 0;
 | |
|             this.label7.Text = "팩     스";
 | |
|             // 
 | |
|             // textBox7
 | |
|             // 
 | |
|             this.textBox7.Location = new System.Drawing.Point(588, 23);
 | |
|             this.textBox7.Name = "textBox7";
 | |
|             this.textBox7.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox7.TabIndex = 1;
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(521, 54);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(65, 12);
 | |
|             this.label8.TabIndex = 0;
 | |
|             this.label8.Text = "결제담당자";
 | |
|             // 
 | |
|             // textBox8
 | |
|             // 
 | |
|             this.textBox8.Location = new System.Drawing.Point(588, 50);
 | |
|             this.textBox8.Name = "textBox8";
 | |
|             this.textBox8.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox8.TabIndex = 1;
 | |
|             // 
 | |
|             // label9
 | |
|             // 
 | |
|             this.label9.AutoSize = true;
 | |
|             this.label9.Location = new System.Drawing.Point(553, 81);
 | |
|             this.label9.Name = "label9";
 | |
|             this.label9.Size = new System.Drawing.Size(0, 12);
 | |
|             this.label9.TabIndex = 0;
 | |
|             // 
 | |
|             // checkBox1
 | |
|             // 
 | |
|             this.checkBox1.AutoSize = true;
 | |
|             this.checkBox1.Location = new System.Drawing.Point(511, 79);
 | |
|             this.checkBox1.Name = "checkBox1";
 | |
|             this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
 | |
|             this.checkBox1.Size = new System.Drawing.Size(96, 16);
 | |
|             this.checkBox1.TabIndex = 2;
 | |
|             this.checkBox1.Text = "등록번호출력";
 | |
|             this.checkBox1.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // label10
 | |
|             // 
 | |
|             this.label10.AutoSize = true;
 | |
|             this.label10.Location = new System.Drawing.Point(26, 108);
 | |
|             this.label10.Name = "label10";
 | |
|             this.label10.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label10.TabIndex = 0;
 | |
|             this.label10.Text = "거래구분";
 | |
|             // 
 | |
|             // label11
 | |
|             // 
 | |
|             this.label11.AutoSize = true;
 | |
|             this.label11.Location = new System.Drawing.Point(257, 108);
 | |
|             this.label11.Name = "label11";
 | |
|             this.label11.Size = new System.Drawing.Size(77, 12);
 | |
|             this.label11.TabIndex = 0;
 | |
|             this.label11.Text = "사용프로그램";
 | |
|             // 
 | |
|             // label12
 | |
|             // 
 | |
|             this.label12.AutoSize = true;
 | |
|             this.label12.Location = new System.Drawing.Point(529, 108);
 | |
|             this.label12.Name = "label12";
 | |
|             this.label12.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label12.TabIndex = 0;
 | |
|             this.label12.Text = "지     역";
 | |
|             // 
 | |
|             // label13
 | |
|             // 
 | |
|             this.label13.AutoSize = true;
 | |
|             this.label13.Location = new System.Drawing.Point(28, 135);
 | |
|             this.label13.Name = "label13";
 | |
|             this.label13.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label13.TabIndex = 0;
 | |
|             this.label13.Text = "아 이 디";
 | |
|             // 
 | |
|             // label14
 | |
|             // 
 | |
|             this.label14.AutoSize = true;
 | |
|             this.label14.Location = new System.Drawing.Point(263, 135);
 | |
|             this.label14.Name = "label14";
 | |
|             this.label14.Size = new System.Drawing.Size(65, 12);
 | |
|             this.label14.TabIndex = 0;
 | |
|             this.label14.Text = "비 밀 번 호";
 | |
|             // 
 | |
|             // textBox12
 | |
|             // 
 | |
|             this.textBox12.Location = new System.Drawing.Point(85, 131);
 | |
|             this.textBox12.Name = "textBox12";
 | |
|             this.textBox12.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox12.TabIndex = 1;
 | |
|             // 
 | |
|             // textBox13
 | |
|             // 
 | |
|             this.textBox13.Location = new System.Drawing.Point(331, 131);
 | |
|             this.textBox13.Name = "textBox13";
 | |
|             this.textBox13.Size = new System.Drawing.Size(156, 21);
 | |
|             this.textBox13.TabIndex = 1;
 | |
|             // 
 | |
|             // label15
 | |
|             // 
 | |
|             this.label15.AutoSize = true;
 | |
|             this.label15.Location = new System.Drawing.Point(28, 162);
 | |
|             this.label15.Name = "label15";
 | |
|             this.label15.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label15.TabIndex = 0;
 | |
|             this.label15.Text = "주     소";
 | |
|             // 
 | |
|             // textBox14
 | |
|             // 
 | |
|             this.textBox14.Location = new System.Drawing.Point(85, 158);
 | |
|             this.textBox14.Name = "textBox14";
 | |
|             this.textBox14.Size = new System.Drawing.Size(61, 21);
 | |
|             this.textBox14.TabIndex = 1;
 | |
|             // 
 | |
|             // label17
 | |
|             // 
 | |
|             this.label17.AutoSize = true;
 | |
|             this.label17.Location = new System.Drawing.Point(28, 186);
 | |
|             this.label17.Name = "label17";
 | |
|             this.label17.Size = new System.Drawing.Size(49, 12);
 | |
|             this.label17.TabIndex = 0;
 | |
|             this.label17.Text = "비     고";
 | |
|             // 
 | |
|             // comboBox1
 | |
|             // 
 | |
|             this.comboBox1.FormattingEnabled = true;
 | |
|             this.comboBox1.Location = new System.Drawing.Point(85, 105);
 | |
|             this.comboBox1.Name = "comboBox1";
 | |
|             this.comboBox1.Size = new System.Drawing.Size(126, 20);
 | |
|             this.comboBox1.TabIndex = 3;
 | |
|             // 
 | |
|             // comboBox2
 | |
|             // 
 | |
|             this.comboBox2.FormattingEnabled = true;
 | |
|             this.comboBox2.Location = new System.Drawing.Point(331, 105);
 | |
|             this.comboBox2.Name = "comboBox2";
 | |
|             this.comboBox2.Size = new System.Drawing.Size(126, 20);
 | |
|             this.comboBox2.TabIndex = 3;
 | |
|             // 
 | |
|             // comboBox3
 | |
|             // 
 | |
|             this.comboBox3.FormattingEnabled = true;
 | |
|             this.comboBox3.Location = new System.Drawing.Point(588, 105);
 | |
|             this.comboBox3.Name = "comboBox3";
 | |
|             this.comboBox3.Size = new System.Drawing.Size(126, 20);
 | |
|             this.comboBox3.TabIndex = 3;
 | |
|             // 
 | |
|             // textBox9
 | |
|             // 
 | |
|             this.textBox9.Location = new System.Drawing.Point(152, 158);
 | |
|             this.textBox9.Name = "textBox9";
 | |
|             this.textBox9.Size = new System.Drawing.Size(386, 21);
 | |
|             this.textBox9.TabIndex = 1;
 | |
|             // 
 | |
|             // richTextBox1
 | |
|             // 
 | |
|             this.richTextBox1.Location = new System.Drawing.Point(85, 186);
 | |
|             this.richTextBox1.Name = "richTextBox1";
 | |
|             this.richTextBox1.Size = new System.Drawing.Size(740, 86);
 | |
|             this.richTextBox1.TabIndex = 4;
 | |
|             this.richTextBox1.Text = "";
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Location = new System.Drawing.Point(13, 289);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(71, 23);
 | |
|             this.button1.TabIndex = 5;
 | |
|             this.button1.Text = "추   가 (A)";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Location = new System.Drawing.Point(89, 289);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(71, 23);
 | |
|             this.button2.TabIndex = 5;
 | |
|             this.button2.Text = "저   장 (S)";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Location = new System.Drawing.Point(166, 289);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(71, 23);
 | |
|             this.button3.TabIndex = 5;
 | |
|             this.button3.Text = "삭   제 (D)";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // comboBox4
 | |
|             // 
 | |
|             this.comboBox4.FormattingEnabled = true;
 | |
|             this.comboBox4.Location = new System.Drawing.Point(243, 290);
 | |
|             this.comboBox4.Name = "comboBox4";
 | |
|             this.comboBox4.Size = new System.Drawing.Size(97, 20);
 | |
|             this.comboBox4.TabIndex = 3;
 | |
|             // 
 | |
|             // textBox10
 | |
|             // 
 | |
|             this.textBox10.Location = new System.Drawing.Point(346, 290);
 | |
|             this.textBox10.Name = "textBox10";
 | |
|             this.textBox10.Size = new System.Drawing.Size(152, 21);
 | |
|             this.textBox10.TabIndex = 1;
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Location = new System.Drawing.Point(504, 290);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(71, 23);
 | |
|             this.button4.TabIndex = 5;
 | |
|             this.button4.Text = "조   회 (H)";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button5
 | |
|             // 
 | |
|             this.button5.Location = new System.Drawing.Point(580, 290);
 | |
|             this.button5.Name = "button5";
 | |
|             this.button5.Size = new System.Drawing.Size(99, 23);
 | |
|             this.button5.TabIndex = 5;
 | |
|             this.button5.Text = "바코드 출력 (B)";
 | |
|             this.button5.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button6
 | |
|             // 
 | |
|             this.button6.Location = new System.Drawing.Point(685, 290);
 | |
|             this.button6.Name = "button6";
 | |
|             this.button6.Size = new System.Drawing.Size(84, 23);
 | |
|             this.button6.TabIndex = 5;
 | |
|             this.button6.Text = "복본조사 (O)";
 | |
|             this.button6.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button7
 | |
|             // 
 | |
|             this.button7.Location = new System.Drawing.Point(775, 290);
 | |
|             this.button7.Name = "button7";
 | |
|             this.button7.Size = new System.Drawing.Size(71, 23);
 | |
|             this.button7.TabIndex = 5;
 | |
|             this.button7.Text = "DLS (L)";
 | |
|             this.button7.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // School_Lookup
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1126, 470);
 | |
|             this.Controls.Add(this.button7);
 | |
|             this.Controls.Add(this.button6);
 | |
|             this.Controls.Add(this.button3);
 | |
|             this.Controls.Add(this.button5);
 | |
|             this.Controls.Add(this.button2);
 | |
|             this.Controls.Add(this.button4);
 | |
|             this.Controls.Add(this.button1);
 | |
|             this.Controls.Add(this.richTextBox1);
 | |
|             this.Controls.Add(this.comboBox3);
 | |
|             this.Controls.Add(this.comboBox4);
 | |
|             this.Controls.Add(this.comboBox2);
 | |
|             this.Controls.Add(this.comboBox1);
 | |
|             this.Controls.Add(this.checkBox1);
 | |
|             this.Controls.Add(this.textBox6);
 | |
|             this.Controls.Add(this.textBox3);
 | |
|             this.Controls.Add(this.label9);
 | |
|             this.Controls.Add(this.label6);
 | |
|             this.Controls.Add(this.label3);
 | |
|             this.Controls.Add(this.textBox8);
 | |
|             this.Controls.Add(this.textBox10);
 | |
|             this.Controls.Add(this.textBox13);
 | |
|             this.Controls.Add(this.textBox5);
 | |
|             this.Controls.Add(this.textBox9);
 | |
|             this.Controls.Add(this.textBox14);
 | |
|             this.Controls.Add(this.textBox12);
 | |
|             this.Controls.Add(this.label12);
 | |
|             this.Controls.Add(this.label14);
 | |
|             this.Controls.Add(this.textBox2);
 | |
|             this.Controls.Add(this.label17);
 | |
|             this.Controls.Add(this.label15);
 | |
|             this.Controls.Add(this.label11);
 | |
|             this.Controls.Add(this.label13);
 | |
|             this.Controls.Add(this.label8);
 | |
|             this.Controls.Add(this.label10);
 | |
|             this.Controls.Add(this.label5);
 | |
|             this.Controls.Add(this.label2);
 | |
|             this.Controls.Add(this.textBox7);
 | |
|             this.Controls.Add(this.label7);
 | |
|             this.Controls.Add(this.textBox4);
 | |
|             this.Controls.Add(this.label4);
 | |
|             this.Controls.Add(this.textBox1);
 | |
|             this.Controls.Add(this.label1);
 | |
|             this.Name = "School_Lookup";
 | |
|             this.Text = "DLS_학교조회";
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.TextBox textBox2;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.TextBox textBox3;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.TextBox textBox4;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.TextBox textBox5;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.TextBox textBox6;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.TextBox textBox7;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.TextBox textBox8;
 | |
|         private System.Windows.Forms.Label label9;
 | |
|         private System.Windows.Forms.CheckBox checkBox1;
 | |
|         private System.Windows.Forms.Label label10;
 | |
|         private System.Windows.Forms.Label label11;
 | |
|         private System.Windows.Forms.Label label12;
 | |
|         private System.Windows.Forms.Label label13;
 | |
|         private System.Windows.Forms.Label label14;
 | |
|         private System.Windows.Forms.TextBox textBox12;
 | |
|         private System.Windows.Forms.TextBox textBox13;
 | |
|         private System.Windows.Forms.Label label15;
 | |
|         private System.Windows.Forms.TextBox textBox14;
 | |
|         private System.Windows.Forms.Label label17;
 | |
|         private System.Windows.Forms.ComboBox comboBox1;
 | |
|         private System.Windows.Forms.ComboBox comboBox2;
 | |
|         private System.Windows.Forms.ComboBox comboBox3;
 | |
|         private System.Windows.Forms.TextBox textBox9;
 | |
|         private System.Windows.Forms.RichTextBox richTextBox1;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.ComboBox comboBox4;
 | |
|         private System.Windows.Forms.TextBox textBox10;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|         private System.Windows.Forms.Button button5;
 | |
|         private System.Windows.Forms.Button button6;
 | |
|         private System.Windows.Forms.Button button7;
 | |
|     }
 | |
| } | 
