namespace DroneSimulator
{
partial class Form_Main
{
///
/// 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()
{
components = new System.ComponentModel.Container();
timer_Test = new System.Windows.Forms.Timer(components);
groupBox1 = new GroupBox();
TeleClientStatusPicture = new PictureBox();
label12 = new Label();
button1 = new Button();
TeleServerPortCtrl = new NumericUpDown();
label8 = new Label();
textBox_Server_Addr = new TextBox();
label2 = new Label();
button_Connect = new Button();
numericUpDown_Server_Port = new NumericUpDown();
label3 = new Label();
label1 = new Label();
groupBox2 = new GroupBox();
label_time_acc = new Label();
label_Acc_Z = new Label();
label7 = new Label();
label_Acc_Y = new Label();
label5 = new Label();
label_Acc_X = new Label();
groupBox3 = new GroupBox();
label_time_gyr = new Label();
label_Gyr_Z = new Label();
label9 = new Label();
label_Gyr_Y = new Label();
label11 = new Label();
label_Gyr_X = new Label();
label13 = new Label();
groupBox4 = new GroupBox();
label_time_range = new Label();
label_Pos_L = new Label();
label6 = new Label();
label_Pos_Y = new Label();
label10 = new Label();
label_Pos_X = new Label();
label14 = new Label();
trackBar_Power = new TrackBar();
button_LL = new Button();
button_UU = new Button();
button_DD = new Button();
button_RR = new Button();
label_Pow = new Label();
button_ML = new Button();
button_MR = new Button();
groupBox5 = new GroupBox();
label_time_of = new Label();
label_OF_Y = new Label();
label17 = new Label();
label_OF_X = new Label();
label19 = new Label();
trackBar_Value = new TrackBar();
label4 = new Label();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)TeleClientStatusPicture).BeginInit();
((System.ComponentModel.ISupportInitialize)TeleServerPortCtrl).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDown_Server_Port).BeginInit();
groupBox2.SuspendLayout();
groupBox3.SuspendLayout();
groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)trackBar_Power).BeginInit();
groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)trackBar_Value).BeginInit();
SuspendLayout();
//
// timer_Test
//
timer_Test.Enabled = true;
timer_Test.Interval = 10;
timer_Test.Tick += timer_Test_Tick;
//
// groupBox1
//
groupBox1.Controls.Add(TeleClientStatusPicture);
groupBox1.Controls.Add(label12);
groupBox1.Controls.Add(button1);
groupBox1.Controls.Add(TeleServerPortCtrl);
groupBox1.Controls.Add(label8);
groupBox1.Controls.Add(textBox_Server_Addr);
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(button_Connect);
groupBox1.Controls.Add(numericUpDown_Server_Port);
groupBox1.Controls.Add(label3);
groupBox1.Dock = DockStyle.Top;
groupBox1.Location = new Point(0, 0);
groupBox1.Margin = new Padding(3, 4, 3, 4);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new Padding(3, 4, 3, 4);
groupBox1.Size = new Size(510, 107);
groupBox1.TabIndex = 3;
groupBox1.TabStop = false;
groupBox1.Tag = "";
groupBox1.Text = "Server";
//
// TeleClientStatusPicture
//
TeleClientStatusPicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
TeleClientStatusPicture.Location = new Point(469, 53);
TeleClientStatusPicture.Name = "TeleClientStatusPicture";
TeleClientStatusPicture.Size = new Size(24, 24);
TeleClientStatusPicture.TabIndex = 9;
TeleClientStatusPicture.TabStop = false;
//
// label12
//
label12.AutoSize = true;
label12.Location = new Point(393, 51);
label12.Name = "label12";
label12.Size = new Size(74, 20);
label12.TabIndex = 8;
label12.Tag = "#clients_port";
label12.Text = "TeleClient";
//
// button1
//
button1.BackColor = Color.Transparent;
button1.Location = new Point(369, 16);
button1.Margin = new Padding(3, 4, 3, 4);
button1.Name = "button1";
button1.Size = new Size(127, 31);
button1.TabIndex = 7;
button1.Tag = "";
button1.Text = "Run TeleServer";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// TeleServerPortCtrl
//
TeleServerPortCtrl.Location = new Point(291, 18);
TeleServerPortCtrl.Margin = new Padding(3, 4, 3, 4);
TeleServerPortCtrl.Maximum = new decimal(new int[] { 65000, 0, 0, 0 });
TeleServerPortCtrl.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
TeleServerPortCtrl.Name = "TeleServerPortCtrl";
TeleServerPortCtrl.Size = new Size(71, 27);
TeleServerPortCtrl.TabIndex = 6;
TeleServerPortCtrl.Value = new decimal(new int[] { 8888, 0, 0, 0 });
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(248, 21);
label8.Name = "label8";
label8.Size = new Size(38, 20);
label8.TabIndex = 5;
label8.Tag = "#clients_port";
label8.Text = "Port:";
//
// textBox_Server_Addr
//
textBox_Server_Addr.Location = new Point(55, 21);
textBox_Server_Addr.Margin = new Padding(3, 4, 3, 4);
textBox_Server_Addr.Name = "textBox_Server_Addr";
textBox_Server_Addr.Size = new Size(142, 27);
textBox_Server_Addr.TabIndex = 4;
textBox_Server_Addr.Text = "127.0.0.1";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(7, 25);
label2.Name = "label2";
label2.Size = new Size(45, 20);
label2.TabIndex = 3;
label2.Tag = "";
label2.Text = "Addr:";
//
// button_Connect
//
button_Connect.BackColor = Color.Transparent;
button_Connect.Location = new Point(128, 61);
button_Connect.Margin = new Padding(3, 4, 3, 4);
button_Connect.Name = "button_Connect";
button_Connect.Size = new Size(70, 31);
button_Connect.TabIndex = 2;
button_Connect.Tag = "";
button_Connect.Text = "Connect";
button_Connect.UseVisualStyleBackColor = false;
button_Connect.Click += button_Connect_Click;
//
// numericUpDown_Server_Port
//
numericUpDown_Server_Port.Location = new Point(50, 64);
numericUpDown_Server_Port.Margin = new Padding(3, 4, 3, 4);
numericUpDown_Server_Port.Maximum = new decimal(new int[] { 65000, 0, 0, 0 });
numericUpDown_Server_Port.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
numericUpDown_Server_Port.Name = "numericUpDown_Server_Port";
numericUpDown_Server_Port.Size = new Size(71, 27);
numericUpDown_Server_Port.TabIndex = 1;
numericUpDown_Server_Port.Value = new decimal(new int[] { 1001, 0, 0, 0 });
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(7, 67);
label3.Name = "label3";
label3.Size = new Size(38, 20);
label3.TabIndex = 0;
label3.Tag = "#clients_port";
label3.Text = "Port:";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(7, 25);
label1.Name = "label1";
label1.Size = new Size(21, 20);
label1.TabIndex = 4;
label1.Text = "X:";
//
// groupBox2
//
groupBox2.Controls.Add(label_time_acc);
groupBox2.Controls.Add(label_Acc_Z);
groupBox2.Controls.Add(label7);
groupBox2.Controls.Add(label_Acc_Y);
groupBox2.Controls.Add(label5);
groupBox2.Controls.Add(label_Acc_X);
groupBox2.Controls.Add(label1);
groupBox2.Location = new Point(7, 115);
groupBox2.Margin = new Padding(3, 4, 3, 4);
groupBox2.Name = "groupBox2";
groupBox2.Padding = new Padding(3, 4, 3, 4);
groupBox2.Size = new Size(114, 157);
groupBox2.TabIndex = 5;
groupBox2.TabStop = false;
groupBox2.Text = "Acc";
//
// label_time_acc
//
label_time_acc.AutoSize = true;
label_time_acc.Location = new Point(7, 133);
label_time_acc.Name = "label_time_acc";
label_time_acc.Size = new Size(17, 20);
label_time_acc.TabIndex = 25;
label_time_acc.Text = "0";
//
// label_Acc_Z
//
label_Acc_Z.AutoSize = true;
label_Acc_Z.Location = new Point(22, 93);
label_Acc_Z.Name = "label_Acc_Z";
label_Acc_Z.Size = new Size(17, 20);
label_Acc_Z.TabIndex = 9;
label_Acc_Z.Text = "0";
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(7, 93);
label7.Name = "label7";
label7.Size = new Size(21, 20);
label7.TabIndex = 8;
label7.Text = "Z:";
//
// label_Acc_Y
//
label_Acc_Y.AutoSize = true;
label_Acc_Y.Location = new Point(22, 60);
label_Acc_Y.Name = "label_Acc_Y";
label_Acc_Y.Size = new Size(17, 20);
label_Acc_Y.TabIndex = 7;
label_Acc_Y.Text = "0";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(7, 60);
label5.Name = "label5";
label5.Size = new Size(20, 20);
label5.TabIndex = 6;
label5.Text = "Y:";
//
// label_Acc_X
//
label_Acc_X.AutoSize = true;
label_Acc_X.Location = new Point(22, 25);
label_Acc_X.Name = "label_Acc_X";
label_Acc_X.Size = new Size(17, 20);
label_Acc_X.TabIndex = 5;
label_Acc_X.Text = "0";
//
// groupBox3
//
groupBox3.Controls.Add(label_time_gyr);
groupBox3.Controls.Add(label_Gyr_Z);
groupBox3.Controls.Add(label9);
groupBox3.Controls.Add(label_Gyr_Y);
groupBox3.Controls.Add(label11);
groupBox3.Controls.Add(label_Gyr_X);
groupBox3.Controls.Add(label13);
groupBox3.Location = new Point(128, 115);
groupBox3.Margin = new Padding(3, 4, 3, 4);
groupBox3.Name = "groupBox3";
groupBox3.Padding = new Padding(3, 4, 3, 4);
groupBox3.Size = new Size(118, 157);
groupBox3.TabIndex = 6;
groupBox3.TabStop = false;
groupBox3.Text = "Gyr";
//
// label_time_gyr
//
label_time_gyr.AutoSize = true;
label_time_gyr.Location = new Point(3, 133);
label_time_gyr.Name = "label_time_gyr";
label_time_gyr.Size = new Size(17, 20);
label_time_gyr.TabIndex = 26;
label_time_gyr.Text = "0";
//
// label_Gyr_Z
//
label_Gyr_Z.AutoSize = true;
label_Gyr_Z.Location = new Point(22, 93);
label_Gyr_Z.Name = "label_Gyr_Z";
label_Gyr_Z.Size = new Size(17, 20);
label_Gyr_Z.TabIndex = 9;
label_Gyr_Z.Text = "0";
//
// label9
//
label9.AutoSize = true;
label9.Location = new Point(7, 93);
label9.Name = "label9";
label9.Size = new Size(21, 20);
label9.TabIndex = 8;
label9.Text = "Z:";
//
// label_Gyr_Y
//
label_Gyr_Y.AutoSize = true;
label_Gyr_Y.Location = new Point(22, 60);
label_Gyr_Y.Name = "label_Gyr_Y";
label_Gyr_Y.Size = new Size(17, 20);
label_Gyr_Y.TabIndex = 7;
label_Gyr_Y.Text = "0";
//
// label11
//
label11.AutoSize = true;
label11.Location = new Point(7, 60);
label11.Name = "label11";
label11.Size = new Size(20, 20);
label11.TabIndex = 6;
label11.Text = "Y:";
//
// label_Gyr_X
//
label_Gyr_X.AutoSize = true;
label_Gyr_X.Location = new Point(22, 25);
label_Gyr_X.Name = "label_Gyr_X";
label_Gyr_X.Size = new Size(17, 20);
label_Gyr_X.TabIndex = 5;
label_Gyr_X.Text = "0";
//
// label13
//
label13.AutoSize = true;
label13.Location = new Point(7, 25);
label13.Name = "label13";
label13.Size = new Size(21, 20);
label13.TabIndex = 4;
label13.Text = "X:";
//
// groupBox4
//
groupBox4.Controls.Add(label_time_range);
groupBox4.Controls.Add(label_Pos_L);
groupBox4.Controls.Add(label6);
groupBox4.Controls.Add(label_Pos_Y);
groupBox4.Controls.Add(label10);
groupBox4.Controls.Add(label_Pos_X);
groupBox4.Controls.Add(label14);
groupBox4.Location = new Point(253, 115);
groupBox4.Margin = new Padding(3, 4, 3, 4);
groupBox4.Name = "groupBox4";
groupBox4.Padding = new Padding(3, 4, 3, 4);
groupBox4.Size = new Size(118, 157);
groupBox4.TabIndex = 7;
groupBox4.TabStop = false;
groupBox4.Text = "Pos";
//
// label_time_range
//
label_time_range.AutoSize = true;
label_time_range.Location = new Point(7, 133);
label_time_range.Name = "label_time_range";
label_time_range.Size = new Size(17, 20);
label_time_range.TabIndex = 27;
label_time_range.Text = "0";
//
// label_Pos_L
//
label_Pos_L.AutoSize = true;
label_Pos_L.Location = new Point(22, 93);
label_Pos_L.Name = "label_Pos_L";
label_Pos_L.Size = new Size(17, 20);
label_Pos_L.TabIndex = 9;
label_Pos_L.Text = "0";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(7, 93);
label6.Name = "label6";
label6.Size = new Size(19, 20);
label6.TabIndex = 8;
label6.Text = "L:";
//
// label_Pos_Y
//
label_Pos_Y.AutoSize = true;
label_Pos_Y.Location = new Point(22, 60);
label_Pos_Y.Name = "label_Pos_Y";
label_Pos_Y.Size = new Size(17, 20);
label_Pos_Y.TabIndex = 7;
label_Pos_Y.Text = "0";
//
// label10
//
label10.AutoSize = true;
label10.Location = new Point(7, 60);
label10.Name = "label10";
label10.Size = new Size(20, 20);
label10.TabIndex = 6;
label10.Text = "Y:";
//
// label_Pos_X
//
label_Pos_X.AutoSize = true;
label_Pos_X.Location = new Point(22, 25);
label_Pos_X.Name = "label_Pos_X";
label_Pos_X.Size = new Size(17, 20);
label_Pos_X.TabIndex = 5;
label_Pos_X.Text = "0";
//
// label14
//
label14.AutoSize = true;
label14.Location = new Point(7, 25);
label14.Name = "label14";
label14.Size = new Size(21, 20);
label14.TabIndex = 4;
label14.Text = "X:";
//
// trackBar_Power
//
trackBar_Power.Location = new Point(128, 320);
trackBar_Power.Margin = new Padding(3, 4, 3, 4);
trackBar_Power.Maximum = 100;
trackBar_Power.Name = "trackBar_Power";
trackBar_Power.Orientation = Orientation.Vertical;
trackBar_Power.Size = new Size(56, 188);
trackBar_Power.TabIndex = 12;
trackBar_Power.Scroll += trackBar_Power_Scroll;
//
// button_LL
//
button_LL.Location = new Point(10, 424);
button_LL.Margin = new Padding(3, 4, 3, 4);
button_LL.Name = "button_LL";
button_LL.Size = new Size(86, 31);
button_LL.TabIndex = 13;
button_LL.Text = "LL";
button_LL.UseVisualStyleBackColor = true;
button_LL.MouseDown += button_UU_MouseDown;
button_LL.MouseUp += button_UU_MouseUp;
//
// button_UU
//
button_UU.Location = new Point(112, 281);
button_UU.Margin = new Padding(3, 4, 3, 4);
button_UU.Name = "button_UU";
button_UU.Size = new Size(86, 31);
button_UU.TabIndex = 14;
button_UU.Text = "UU";
button_UU.UseVisualStyleBackColor = true;
button_UU.MouseDown += button_UU_MouseDown;
button_UU.MouseUp += button_UU_MouseUp;
//
// button_DD
//
button_DD.Location = new Point(112, 549);
button_DD.Margin = new Padding(3, 4, 3, 4);
button_DD.Name = "button_DD";
button_DD.Size = new Size(86, 31);
button_DD.TabIndex = 15;
button_DD.Text = "DD";
button_DD.UseVisualStyleBackColor = true;
button_DD.MouseDown += button_UU_MouseDown;
button_DD.MouseUp += button_UU_MouseUp;
//
// button_RR
//
button_RR.Location = new Point(215, 424);
button_RR.Margin = new Padding(3, 4, 3, 4);
button_RR.Name = "button_RR";
button_RR.Size = new Size(86, 31);
button_RR.TabIndex = 16;
button_RR.Text = "RR";
button_RR.UseVisualStyleBackColor = true;
button_RR.MouseDown += button_UU_MouseDown;
button_RR.MouseUp += button_UU_MouseUp;
//
// label_Pow
//
label_Pow.AutoSize = true;
label_Pow.Location = new Point(144, 512);
label_Pow.Name = "label_Pow";
label_Pow.Size = new Size(17, 20);
label_Pow.TabIndex = 21;
label_Pow.Text = "0";
//
// button_ML
//
button_ML.Location = new Point(10, 281);
button_ML.Margin = new Padding(3, 4, 3, 4);
button_ML.Name = "button_ML";
button_ML.Size = new Size(86, 31);
button_ML.TabIndex = 22;
button_ML.Text = "<-";
button_ML.UseVisualStyleBackColor = true;
button_ML.MouseDown += button_UU_MouseDown;
button_ML.MouseUp += button_UU_MouseUp;
//
// button_MR
//
button_MR.Location = new Point(215, 281);
button_MR.Margin = new Padding(3, 4, 3, 4);
button_MR.Name = "button_MR";
button_MR.Size = new Size(86, 31);
button_MR.TabIndex = 23;
button_MR.Text = "->";
button_MR.UseVisualStyleBackColor = true;
button_MR.MouseDown += button_UU_MouseDown;
button_MR.MouseUp += button_UU_MouseUp;
//
// groupBox5
//
groupBox5.Controls.Add(label_time_of);
groupBox5.Controls.Add(label_OF_Y);
groupBox5.Controls.Add(label17);
groupBox5.Controls.Add(label_OF_X);
groupBox5.Controls.Add(label19);
groupBox5.Location = new Point(377, 115);
groupBox5.Margin = new Padding(3, 4, 3, 4);
groupBox5.Name = "groupBox5";
groupBox5.Padding = new Padding(3, 4, 3, 4);
groupBox5.Size = new Size(119, 157);
groupBox5.TabIndex = 24;
groupBox5.TabStop = false;
groupBox5.Text = "OF";
//
// label_time_of
//
label_time_of.AutoSize = true;
label_time_of.Location = new Point(7, 133);
label_time_of.Name = "label_time_of";
label_time_of.Size = new Size(17, 20);
label_time_of.TabIndex = 27;
label_time_of.Text = "0";
//
// label_OF_Y
//
label_OF_Y.AutoSize = true;
label_OF_Y.Location = new Point(22, 60);
label_OF_Y.Name = "label_OF_Y";
label_OF_Y.Size = new Size(17, 20);
label_OF_Y.TabIndex = 7;
label_OF_Y.Text = "0";
//
// label17
//
label17.AutoSize = true;
label17.Location = new Point(7, 60);
label17.Name = "label17";
label17.Size = new Size(20, 20);
label17.TabIndex = 6;
label17.Text = "Y:";
//
// label_OF_X
//
label_OF_X.AutoSize = true;
label_OF_X.Location = new Point(22, 25);
label_OF_X.Name = "label_OF_X";
label_OF_X.Size = new Size(17, 20);
label_OF_X.TabIndex = 5;
label_OF_X.Text = "0";
//
// label19
//
label19.AutoSize = true;
label19.Location = new Point(7, 25);
label19.Name = "label19";
label19.Size = new Size(21, 20);
label19.TabIndex = 4;
label19.Text = "X:";
//
// trackBar_Value
//
trackBar_Value.Location = new Point(399, 320);
trackBar_Value.Margin = new Padding(3, 4, 3, 4);
trackBar_Value.Maximum = 100;
trackBar_Value.Minimum = 1;
trackBar_Value.Name = "trackBar_Value";
trackBar_Value.Orientation = Orientation.Vertical;
trackBar_Value.Size = new Size(56, 260);
trackBar_Value.TabIndex = 25;
trackBar_Value.Value = 1;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(397, 292);
label4.Name = "label4";
label4.Size = new Size(59, 20);
label4.TabIndex = 26;
label4.Text = "POWER";
//
// Form_Main
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(510, 596);
Controls.Add(label4);
Controls.Add(trackBar_Value);
Controls.Add(groupBox5);
Controls.Add(button_MR);
Controls.Add(button_ML);
Controls.Add(label_Pow);
Controls.Add(button_RR);
Controls.Add(button_DD);
Controls.Add(button_UU);
Controls.Add(button_LL);
Controls.Add(trackBar_Power);
Controls.Add(groupBox4);
Controls.Add(groupBox3);
Controls.Add(groupBox2);
Controls.Add(groupBox1);
Margin = new Padding(3, 4, 3, 4);
MinimumSize = new Size(330, 503);
Name = "Form_Main";
Text = "Drone Client V1.0";
FormClosing += Form_Main_FormClosing;
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)TeleClientStatusPicture).EndInit();
((System.ComponentModel.ISupportInitialize)TeleServerPortCtrl).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDown_Server_Port).EndInit();
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
groupBox3.ResumeLayout(false);
groupBox3.PerformLayout();
groupBox4.ResumeLayout(false);
groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)trackBar_Power).EndInit();
groupBox5.ResumeLayout(false);
groupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)trackBar_Value).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer_Test;
private GroupBox groupBox1;
private TextBox textBox_Server_Addr;
private Label label2;
private Button button_Connect;
private NumericUpDown numericUpDown_Server_Port;
private Label label3;
private Label label1;
private GroupBox groupBox2;
private Label label_Acc_Y;
private Label label5;
private Label label_Acc_X;
private Label label_Acc_Z;
private Label label7;
private GroupBox groupBox3;
private Label label_Gyr_Z;
private Label label9;
private Label label_Gyr_Y;
private Label label11;
private Label label_Gyr_X;
private Label label13;
private GroupBox groupBox4;
private Label label_Pos_L;
private Label label6;
private Label label_Pos_Y;
private Label label10;
private Label label_Pos_X;
private Label label14;
private TrackBar trackBar_Power;
private Button button_LL;
private Button button_UU;
private Button button_DD;
private Button button_RR;
private Label label_Pow;
private Button button_ML;
private Button button_MR;
private Label label4;
private Label label_time_acc;
private Label label_time_range;
private Label label_time_gyr;
private GroupBox groupBox5;
private Label label_time_of;
private Label label_OF_Y;
private Label label17;
private Label label_OF_X;
private Label label19;
private TrackBar trackBar_Value;
private Button button1;
private NumericUpDown TeleServerPortCtrl;
private Label label8;
private PictureBox TeleClientStatusPicture;
private Label label12;
}
}