using Resources;
using SmartCoalApplication.Core.CustomControl;
using System;
namespace SmartCoalApplication.MeasureProcedure
{
partial class MeasureSetUp
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("節點0");
this.contextRootAdd = new System.Windows.Forms.ContextMenuStrip(this.components);
this.rootAdd = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonDetermine = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.treeViewSort = new System.Windows.Forms.TreeView();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.buttonDelete = new System.Windows.Forms.Button();
this.buttonInsert = new System.Windows.Forms.Button();
this.textzbieMing = new SmartCoalApplication.Core.CustomControl.NewTextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.listCeliangxian = new System.Windows.Forms.ListBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.buttonAbsoValLeft = new System.Windows.Forms.Button();
this.buttonAbsoValRight = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.buttonYoukuohao = new System.Windows.Forms.Button();
this.buttonZuokuohao = new System.Windows.Forms.Button();
this.buttonChu = new System.Windows.Forms.Button();
this.buttonCheng = new System.Windows.Forms.Button();
this.buttonJian = new System.Windows.Forms.Button();
this.buttonJIa = new System.Windows.Forms.Button();
this.contextMenuEdit = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuEdit1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuDelete1 = new System.Windows.Forms.ToolStripMenuItem();
this.contextRootAdd.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.contextMenuEdit.SuspendLayout();
this.SuspendLayout();
//
// contextRootAdd
//
this.contextRootAdd.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextRootAdd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.rootAdd});
this.contextRootAdd.Name = "contextRootAdd";
this.contextRootAdd.Size = new System.Drawing.Size(101, 26);
//
// rootAdd
//
this.rootAdd.Name = "rootAdd";
this.rootAdd.Size = new System.Drawing.Size(100, 22);
this.rootAdd.Text = "新增";
this.rootAdd.Click += new System.EventHandler(this.rootAdd_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.buttonCancel);
this.groupBox1.Controls.Add(this.buttonDetermine);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(880, 60);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作";
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.Location = new System.Drawing.Point(778, 24);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 6;
this.buttonCancel.Text = "取消";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonDetermine
//
this.buttonDetermine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonDetermine.Location = new System.Drawing.Point(697, 24);
this.buttonDetermine.Name = "buttonDetermine";
this.buttonDetermine.Size = new System.Drawing.Size(75, 23);
this.buttonDetermine.TabIndex = 5;
this.buttonDetermine.Text = "確定";
this.buttonDetermine.UseVisualStyleBackColor = true;
this.buttonDetermine.Click += new System.EventHandler(this.buttonDetermine_Click);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox2.Controls.Add(this.treeViewSort);
this.groupBox2.Location = new System.Drawing.Point(12, 78);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(247, 518);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "分類";
//
// treeViewSort
//
this.treeViewSort.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.treeViewSort.Location = new System.Drawing.Point(6, 24);
this.treeViewSort.Name = "treeViewSort";
treeNode2.ContextMenuStrip = this.contextRootAdd;
treeNode2.Name = "節點0";
treeNode2.Text = "節點0";
this.treeViewSort.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode2});
this.treeViewSort.Size = new System.Drawing.Size(235, 488);
this.treeViewSort.TabIndex = 0;
this.treeViewSort.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewSort_MouseDown);
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.comboBox2);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.buttonDelete);
this.groupBox3.Controls.Add(this.buttonInsert);
this.groupBox3.Controls.Add(this.textzbieMing);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Location = new System.Drawing.Point(265, 78);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(627, 147);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "測量綫設置";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"是",
"否"});
this.comboBox2.Location = new System.Drawing.Point(80, 91);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(300, 20);
this.comboBox2.TabIndex = 10;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 9;
this.label4.Text = "標尺:";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"是",
"否"});
this.comboBox1.Location = new System.Drawing.Point(80, 119);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(300, 20);
this.comboBox1.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 123);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 7;
this.label3.Text = "導電布:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(80, 62);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(300, 21);
this.textBox1.TabIndex = 6;
this.textBox1.GotFocus += new System.EventHandler(this.txt_GotFocus);
//
// buttonDelete
//
this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDelete.Location = new System.Drawing.Point(525, 118);
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(75, 23);
this.buttonDelete.TabIndex = 5;
this.buttonDelete.Text = "刪除";
this.buttonDelete.UseVisualStyleBackColor = true;
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
//
// buttonInsert
//
this.buttonInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonInsert.Location = new System.Drawing.Point(444, 118);
this.buttonInsert.Name = "buttonInsert";
this.buttonInsert.Size = new System.Drawing.Size(75, 23);
this.buttonInsert.TabIndex = 4;
this.buttonInsert.Text = "插入";
this.buttonInsert.UseVisualStyleBackColor = true;
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
//
// textzbieMing
//
this.textzbieMing.Location = new System.Drawing.Point(80, 33);
this.textzbieMing.Name = "textzbieMing";
this.textzbieMing.Size = new System.Drawing.Size(300, 21);
this.textzbieMing.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "公式:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "別名:";
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.listCeliangxian);
this.groupBox4.Location = new System.Drawing.Point(265, 231);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(418, 365);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "測量綫";
//
// listCeliangxian
//
this.listCeliangxian.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listCeliangxian.FormattingEnabled = true;
this.listCeliangxian.ItemHeight = 12;
this.listCeliangxian.Location = new System.Drawing.Point(6, 22);
this.listCeliangxian.Name = "listCeliangxian";
this.listCeliangxian.Size = new System.Drawing.Size(406, 304);
this.listCeliangxian.TabIndex = 0;
this.listCeliangxian.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listCeliangxian_MouseDown);
//
// groupBox5
//
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox5.Controls.Add(this.buttonAbsoValLeft);
this.groupBox5.Controls.Add(this.buttonAbsoValRight);
this.groupBox5.Controls.Add(this.button4);
this.groupBox5.Controls.Add(this.button3);
this.groupBox5.Controls.Add(this.button2);
this.groupBox5.Controls.Add(this.button1);
this.groupBox5.Controls.Add(this.buttonYoukuohao);
this.groupBox5.Controls.Add(this.buttonZuokuohao);
this.groupBox5.Controls.Add(this.buttonChu);
this.groupBox5.Controls.Add(this.buttonCheng);
this.groupBox5.Controls.Add(this.buttonJian);
this.groupBox5.Controls.Add(this.buttonJIa);
this.groupBox5.Location = new System.Drawing.Point(692, 231);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(200, 365);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "公式符號";
//
// buttonAbsoValLeft
//
this.buttonAbsoValLeft.Location = new System.Drawing.Point(62, 227);
this.buttonAbsoValLeft.Name = "buttonAbsoValLeft";
this.buttonAbsoValLeft.Size = new System.Drawing.Size(75, 23);
this.buttonAbsoValLeft.TabIndex = 16;
this.buttonAbsoValLeft.Text = "[";
this.buttonAbsoValLeft.UseVisualStyleBackColor = true;
this.buttonAbsoValLeft.Click += new System.EventHandler(this.buttonAbsoValLeft_Click);
//
// buttonAbsoValRight
//
this.buttonAbsoValRight.Location = new System.Drawing.Point(62, 255);
this.buttonAbsoValRight.Name = "buttonAbsoValRight";
this.buttonAbsoValRight.Size = new System.Drawing.Size(75, 23);
this.buttonAbsoValRight.TabIndex = 15;
this.buttonAbsoValRight.Text = "]";
this.buttonAbsoValRight.UseVisualStyleBackColor = true;
this.buttonAbsoValRight.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(62, 339);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 14;
this.button4.Text = "\\";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(62, 87);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 13;
this.button3.Text = "平均值";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(62, 59);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 12;
this.button2.Text = "最小值";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(62, 31);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 11;
this.button1.Text = "最大值";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button_Click);
//
// buttonYoukuohao
//
this.buttonYoukuohao.Location = new System.Drawing.Point(62, 311);
this.buttonYoukuohao.Name = "buttonYoukuohao";
this.buttonYoukuohao.Size = new System.Drawing.Size(75, 23);
this.buttonYoukuohao.TabIndex = 10;
this.buttonYoukuohao.Text = ")";
this.buttonYoukuohao.UseVisualStyleBackColor = true;
this.buttonYoukuohao.Click += new System.EventHandler(this.buttonYoukuohao_Click);
//
// buttonZuokuohao
//
this.buttonZuokuohao.Location = new System.Drawing.Point(62, 283);
this.buttonZuokuohao.Name = "buttonZuokuohao";
this.buttonZuokuohao.Size = new System.Drawing.Size(75, 23);
this.buttonZuokuohao.TabIndex = 9;
this.buttonZuokuohao.Text = "(";
this.buttonZuokuohao.UseVisualStyleBackColor = true;
this.buttonZuokuohao.Click += new System.EventHandler(this.buttonZuokuohao_Click);
//
// buttonChu
//
this.buttonChu.Location = new System.Drawing.Point(62, 199);
this.buttonChu.Name = "buttonChu";
this.buttonChu.Size = new System.Drawing.Size(75, 23);
this.buttonChu.TabIndex = 8;
this.buttonChu.Text = "/";
this.buttonChu.UseVisualStyleBackColor = true;
this.buttonChu.Click += new System.EventHandler(this.buttonChu_Click);
//
// buttonCheng
//
this.buttonCheng.Location = new System.Drawing.Point(62, 171);
this.buttonCheng.Name = "buttonCheng";
this.buttonCheng.Size = new System.Drawing.Size(75, 23);
this.buttonCheng.TabIndex = 7;
this.buttonCheng.Text = "*";
this.buttonCheng.UseVisualStyleBackColor = true;
this.buttonCheng.Click += new System.EventHandler(this.buttonCheng_Click);
//
// buttonJian
//
this.buttonJian.Location = new System.Drawing.Point(62, 143);
this.buttonJian.Name = "buttonJian";
this.buttonJian.Size = new System.Drawing.Size(75, 23);
this.buttonJian.TabIndex = 6;
this.buttonJian.Text = "-";
this.buttonJian.UseVisualStyleBackColor = true;
this.buttonJian.Click += new System.EventHandler(this.buttonJian_Click);
//
// buttonJIa
//
this.buttonJIa.Location = new System.Drawing.Point(62, 115);
this.buttonJIa.Name = "buttonJIa";
this.buttonJIa.Size = new System.Drawing.Size(75, 23);
this.buttonJIa.TabIndex = 5;
this.buttonJIa.Text = "+";
this.buttonJIa.UseVisualStyleBackColor = true;
this.buttonJIa.Click += new System.EventHandler(this.buttonJIa_Click);
//
// contextMenuEdit
//
this.contextMenuEdit.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuEdit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuEdit1,
this.toolStripMenuDelete1});
this.contextMenuEdit.Name = "contextMenuEdit";
this.contextMenuEdit.Size = new System.Drawing.Size(101, 48);
//
// toolStripMenuEdit1
//
this.toolStripMenuEdit1.Name = "toolStripMenuEdit1";
this.toolStripMenuEdit1.Size = new System.Drawing.Size(100, 22);
this.toolStripMenuEdit1.Text = "編輯";
this.toolStripMenuEdit1.Click += new System.EventHandler(this.toolStripMenuEdit1_Click);
//
// toolStripMenuDelete1
//
this.toolStripMenuDelete1.Name = "toolStripMenuDelete1";
this.toolStripMenuDelete1.Size = new System.Drawing.Size(100, 22);
this.toolStripMenuDelete1.Text = "刪除";
this.toolStripMenuDelete1.Click += new System.EventHandler(this.toolStripMenuDelete1_Click);
//
// MeasureSetUp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(904, 608);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MinimizeBox = false;
this.Name = "MeasureSetUp";
this.Text = "測試規程設置";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MeasureSetUp_FormClosing);
this.Load += new System.EventHandler(this.MeasureSetUp_Load);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.groupBox3, 0);
this.Controls.SetChildIndex(this.groupBox4, 0);
this.Controls.SetChildIndex(this.groupBox5, 0);
this.contextRootAdd.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.contextMenuEdit.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonDetermine;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TreeView treeViewSort;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button buttonDelete;
private System.Windows.Forms.Button buttonInsert;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button buttonYoukuohao;
private System.Windows.Forms.Button buttonZuokuohao;
private System.Windows.Forms.Button buttonChu;
private System.Windows.Forms.Button buttonCheng;
private System.Windows.Forms.Button buttonJian;
private System.Windows.Forms.Button buttonJIa;
private System.Windows.Forms.ContextMenuStrip contextRootAdd;
private System.Windows.Forms.ToolStripMenuItem rootAdd;
private System.Windows.Forms.ListBox listCeliangxian;
private System.Windows.Forms.ContextMenuStrip contextMenuEdit;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuEdit1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuDelete1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private NewTextBox textzbieMing;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button buttonAbsoValLeft;
private System.Windows.Forms.Button buttonAbsoValRight;
}
}