Grafik wird erzeugt

This commit is contained in:
Husky
2018-07-08 20:18:10 +02:00
parent b487077ce9
commit 1a47c877b4
2 changed files with 106 additions and 11 deletions

View File

@@ -70,7 +70,7 @@
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.btn_create_graph = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
@@ -92,7 +92,7 @@
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.btn_create_graph);
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.ftpProgress);
this.tabPage2.Controls.Add(this.btn_transfer_ftp);
@@ -546,15 +546,15 @@
this.label9.TabIndex = 0;
this.label9.Text = "Harz";
//
// button2
// btn_create_graph
//
this.button2.Location = new System.Drawing.Point(595, 426);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(95, 61);
this.button2.TabIndex = 31;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
this.btn_create_graph.Location = new System.Drawing.Point(608, 457);
this.btn_create_graph.Name = "btn_create_graph";
this.btn_create_graph.Size = new System.Drawing.Size(138, 67);
this.btn_create_graph.TabIndex = 32;
this.btn_create_graph.Text = "UVGraphic erzeugen";
this.btn_create_graph.UseVisualStyleBackColor = true;
this.btn_create_graph.Click += new System.EventHandler(this.btn_create_graph_Click);
//
// UCInliner
//
@@ -623,6 +623,6 @@
private System.Windows.Forms.Button btn_transfer_ftp;
private System.Windows.Forms.ProgressBar ftpProgress;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btn_create_graph;
}
}