Berichte werden jetzt generiert, jedoch liegt es noch im bin datei dann
This commit is contained in:
31
SanSystem/UCInliner.Designer.cs
generated
31
SanSystem/UCInliner.Designer.cs
generated
@@ -30,6 +30,7 @@
|
||||
{
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.btn_create_graph = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.ftpProgress = new System.Windows.Forms.ProgressBar();
|
||||
this.btn_transfer_ftp = new System.Windows.Forms.Button();
|
||||
@@ -70,7 +71,7 @@
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.btn_create_graph = new System.Windows.Forms.Button();
|
||||
this.btn_create_protokol = new System.Windows.Forms.Button();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.groupBox3.SuspendLayout();
|
||||
@@ -92,6 +93,7 @@
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(this.btn_create_protokol);
|
||||
this.tabPage2.Controls.Add(this.btn_create_graph);
|
||||
this.tabPage2.Controls.Add(this.button1);
|
||||
this.tabPage2.Controls.Add(this.ftpProgress);
|
||||
@@ -117,6 +119,16 @@
|
||||
this.tabPage2.Text = "Vorraussetzungen";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_create_graph
|
||||
//
|
||||
this.btn_create_graph.Location = new System.Drawing.Point(443, 487);
|
||||
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);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(829, 197);
|
||||
@@ -546,15 +558,15 @@
|
||||
this.label9.TabIndex = 0;
|
||||
this.label9.Text = "Harz";
|
||||
//
|
||||
// btn_create_graph
|
||||
// btn_create_protokol
|
||||
//
|
||||
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);
|
||||
this.btn_create_protokol.Location = new System.Drawing.Point(626, 484);
|
||||
this.btn_create_protokol.Name = "btn_create_protokol";
|
||||
this.btn_create_protokol.Size = new System.Drawing.Size(107, 69);
|
||||
this.btn_create_protokol.TabIndex = 33;
|
||||
this.btn_create_protokol.Text = "Protokoll erzeugen";
|
||||
this.btn_create_protokol.UseVisualStyleBackColor = true;
|
||||
this.btn_create_protokol.Click += new System.EventHandler(this.btn_create_protokol_Click);
|
||||
//
|
||||
// UCInliner
|
||||
//
|
||||
@@ -624,5 +636,6 @@
|
||||
private System.Windows.Forms.ProgressBar ftpProgress;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button btn_create_graph;
|
||||
private System.Windows.Forms.Button btn_create_protokol;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user