namespace AppPressure
{
partial class Form1
{
///
/// Variable nécessaire au concepteur.
///
private System.ComponentModel.IContainer components = null;
///
/// Nettoyage des ressources utilisées.
///
/// true si les ressources managées doivent être supprimées ; sinon, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
///
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Title title2 = new System.Windows.Forms.DataVisualization.Charting.Title();
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.serialPort2 = new System.IO.Ports.SerialPort(this.components);
this.Graph = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.Graph2_Max = new System.Windows.Forms.NumericUpDown();
this.Graph_Points = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.Graph_Min = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.Graph_Max = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.Graph_Clear = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.Graph2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.Graph2_Min = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.Graph2_Points = new System.Windows.Forms.NumericUpDown();
this.Graph2_Intervalle = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.Graph)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Max)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Points)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Min)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Max)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Min)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Points)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Intervalle)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 144);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(153, 40);
this.button1.TabIndex = 0;
this.button1.Text = "Připojit";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(12, 43);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(167, 28);
this.comboBox1.TabIndex = 2;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"9600",
"11500",
"115200",
"4800",
"2400"});
this.comboBox2.Location = new System.Drawing.Point(209, 43);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(167, 28);
this.comboBox2.TabIndex = 3;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(159, 247);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(50, 26);
this.textBox1.TabIndex = 4;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 20);
this.label1.TabIndex = 5;
this.label1.Text = "Port ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(205, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(142, 20);
this.label2.TabIndex = 6;
this.label2.Text = "Přenosová rychlost";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(155, 224);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 20);
this.label3.TabIndex = 7;
this.label3.Text = "Spojení";
//
// button2
//
this.button2.Location = new System.Drawing.Point(209, 144);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(153, 40);
this.button2.TabIndex = 8;
this.button2.Text = "Odpojit";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(65, 378);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(246, 48);
this.button3.TabIndex = 9;
this.button3.Text = "Rychlý mód";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(65, 441);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(246, 48);
this.button4.TabIndex = 10;
this.button4.Text = "Pomalý mód";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4_Click);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// serialPort2
//
this.serialPort2.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort2_DataReceived);
//
// Graph
//
chartArea1.Name = "ChartArea1";
this.Graph.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.Graph.Legends.Add(legend1);
this.Graph.Location = new System.Drawing.Point(397, 516);
this.Graph.Name = "Graph";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
series1.Legend = "Legend1";
series1.Name = "tlak";
this.Graph.Series.Add(series1);
this.Graph.Size = new System.Drawing.Size(1526, 535);
this.Graph.TabIndex = 14;
this.Graph.Text = "chart1";
title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
title1.Name = "Title1";
title1.Text = "Tlakový senzor";
this.Graph.Titles.Add(title1);
//
// Graph2_Max
//
this.Graph2_Max.Location = new System.Drawing.Point(1823, 183);
this.Graph2_Max.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph2_Max.Minimum = new decimal(new int[] {
1000,
0,
0,
-2147483648});
this.Graph2_Max.Name = "Graph2_Max";
this.Graph2_Max.Size = new System.Drawing.Size(88, 26);
this.Graph2_Max.TabIndex = 26;
this.Graph2_Max.ValueChanged += new System.EventHandler(this.Graph2_Max_ValueChanged);
//
// Graph_Points
//
this.Graph_Points.Location = new System.Drawing.Point(1826, 851);
this.Graph_Points.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph_Points.Minimum = new decimal(new int[] {
1000,
0,
0,
-2147483648});
this.Graph_Points.Name = "Graph_Points";
this.Graph_Points.Size = new System.Drawing.Size(85, 26);
this.Graph_Points.TabIndex = 5;
this.Graph_Points.ValueChanged += new System.EventHandler(this.Graph_Points_ValueChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(1728, 853);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(92, 20);
this.label8.TabIndex = 4;
this.label8.Text = "Šířka okna :";
//
// Graph_Min
//
this.Graph_Min.Location = new System.Drawing.Point(1826, 779);
this.Graph_Min.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph_Min.Minimum = new decimal(new int[] {
1000,
0,
0,
-2147483648});
this.Graph_Min.Name = "Graph_Min";
this.Graph_Min.Size = new System.Drawing.Size(86, 26);
this.Graph_Min.TabIndex = 3;
this.Graph_Min.ValueChanged += new System.EventHandler(this.Graph_Min_ValueChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(1728, 785);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(42, 20);
this.label7.TabIndex = 2;
this.label7.Text = "Min :";
//
// Graph_Max
//
this.Graph_Max.Location = new System.Drawing.Point(1826, 729);
this.Graph_Max.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph_Max.Minimum = new decimal(new int[] {
1000,
0,
0,
-2147483648});
this.Graph_Max.Name = "Graph_Max";
this.Graph_Max.Size = new System.Drawing.Size(86, 26);
this.Graph_Max.TabIndex = 1;
this.Graph_Max.ValueChanged += new System.EventHandler(this.Graph_Max_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(1724, 731);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 20);
this.label6.TabIndex = 0;
this.label6.Text = "Max :";
//
// Graph_Clear
//
this.Graph_Clear.Location = new System.Drawing.Point(1742, 516);
this.Graph_Clear.Name = "Graph_Clear";
this.Graph_Clear.Size = new System.Drawing.Size(127, 36);
this.Graph_Clear.TabIndex = 16;
this.Graph_Clear.Text = "Vyčistit graf";
this.Graph_Clear.UseVisualStyleBackColor = true;
this.Graph_Clear.Click += new System.EventHandler(this.Graph_Clear_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(66, 624);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(245, 75);
this.button5.TabIndex = 17;
this.button5.Text = "Start";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.Button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(65, 719);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(245, 69);
this.button6.TabIndex = 18;
this.button6.Text = "Stop";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.Button6_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(262, 389);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(25, 26);
this.textBox2.TabIndex = 19;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(262, 453);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(28, 26);
this.textBox3.TabIndex = 20;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(124, 806);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(128, 26);
this.textBox4.TabIndex = 21;
//
// Graph2
//
chartArea2.Name = "ChartArea1";
this.Graph2.ChartAreas.Add(chartArea2);
legend2.Name = "Legend1";
this.Graph2.Legends.Add(legend2);
this.Graph2.Location = new System.Drawing.Point(397, 0);
this.Graph2.Name = "Graph2";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
series2.Legend = "Legend1";
series2.Name = "dif_tlak";
this.Graph2.Series.Add(series2);
this.Graph2.Size = new System.Drawing.Size(1526, 519);
this.Graph2.TabIndex = 24;
this.Graph2.Text = "Mřížka";
title2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
title2.Name = "Diferenciální senzor";
title2.Text = "Diferenciální senzor";
this.Graph2.Titles.Add(title2);
//
// Graph2_Min
//
this.Graph2_Min.Location = new System.Drawing.Point(1826, 247);
this.Graph2_Min.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph2_Min.Minimum = new decimal(new int[] {
1000,
0,
0,
-2147483648});
this.Graph2_Min.Name = "Graph2_Min";
this.Graph2_Min.Size = new System.Drawing.Size(85, 26);
this.Graph2_Min.TabIndex = 27;
this.Graph2_Min.ValueChanged += new System.EventHandler(this.Graph2_Min_ValueChanged_1);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(1715, 249);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 20);
this.label5.TabIndex = 29;
this.label5.Text = "Min :";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(1711, 185);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(46, 20);
this.label10.TabIndex = 30;
this.label10.Text = "Max :";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(1715, 318);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(92, 20);
this.label11.TabIndex = 31;
this.label11.Text = "Šířka okna :";
//
// Graph2_Points
//
this.Graph2_Points.Location = new System.Drawing.Point(1823, 312);
this.Graph2_Points.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.Graph2_Points.Name = "Graph2_Points";
this.Graph2_Points.Size = new System.Drawing.Size(88, 26);
this.Graph2_Points.TabIndex = 32;
this.Graph2_Points.ValueChanged += new System.EventHandler(this.Graph2_Points_ValueChanged);
//
// Graph2_Intervalle
//
this.Graph2_Intervalle.Location = new System.Drawing.Point(1823, 387);
this.Graph2_Intervalle.Name = "Graph2_Intervalle";
this.Graph2_Intervalle.Size = new System.Drawing.Size(88, 26);
this.Graph2_Intervalle.TabIndex = 34;
this.Graph2_Intervalle.ValueChanged += new System.EventHandler(this.Graph2_Intervalle_ValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(1715, 389);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(55, 20);
this.label9.TabIndex = 35;
this.label9.Text = "Mřížka";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1924, 1050);
this.Controls.Add(this.label9);
this.Controls.Add(this.Graph2_Intervalle);
this.Controls.Add(this.Graph2_Points);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label5);
this.Controls.Add(this.Graph2_Min);
this.Controls.Add(this.Graph2_Max);
this.Controls.Add(this.Graph2);
this.Controls.Add(this.Graph_Max);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.Graph_Min);
this.Controls.Add(this.Graph_Points);
this.Controls.Add(this.label7);
this.Controls.Add(this.label8);
this.Controls.Add(this.Graph_Clear);
this.Controls.Add(this.Graph);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Pressure Apllication";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.Graph)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Max)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Points)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Min)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph_Max)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Min)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Points)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Graph2_Intervalle)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Timer timer1;
private System.IO.Ports.SerialPort serialPort2;
private System.Windows.Forms.DataVisualization.Charting.Chart Graph;
private System.Windows.Forms.NumericUpDown Graph_Points;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown Graph_Min;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown Graph_Max;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button Graph_Clear;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.DataVisualization.Charting.Chart Graph2;
private System.Windows.Forms.NumericUpDown Graph2_Max;
private System.Windows.Forms.NumericUpDown Graph2_Min;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.NumericUpDown Graph2_Points;
private System.Windows.Forms.NumericUpDown Graph2_Intervalle;
private System.Windows.Forms.Label label9;
}
}