DN wird in Kalibrierungsauflistung dargestellt

Kalibrierungsauflistung wird seperat gespeichert
Baustellen ordner lässt sich nun öffnen
LinerOrdner lässt sich nun öffnen
This commit is contained in:
Husky
2019-08-09 11:50:00 +02:00
parent bf019037f2
commit 841763885f
6 changed files with 82 additions and 25 deletions

View File

@@ -30,6 +30,7 @@
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cb_preliner = new System.Windows.Forms.CheckBox();
this.txt_besatzung = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
@@ -53,7 +54,7 @@
this.cb_stvo = new System.Windows.Forms.CheckBox();
this.cb_wasserhaltung = new System.Windows.Forms.CheckBox();
this.cb_genehmigung = new System.Windows.Forms.CheckBox();
this.cb_preliner = new System.Windows.Forms.CheckBox();
this.btn_open_file = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
@@ -76,6 +77,7 @@
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btn_open_file);
this.tabPage2.Controls.Add(this.cb_preliner);
this.tabPage2.Controls.Add(this.txt_besatzung);
this.tabPage2.Controls.Add(this.label2);
@@ -101,6 +103,20 @@
this.tabPage2.Text = "Vorraussetzungen";
this.tabPage2.UseVisualStyleBackColor = true;
//
// cb_preliner
//
this.cb_preliner.AutoSize = true;
this.cb_preliner.Checked = true;
this.cb_preliner.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_preliner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_preliner.Location = new System.Drawing.Point(8, 130);
this.cb_preliner.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_preliner.Name = "cb_preliner";
this.cb_preliner.Size = new System.Drawing.Size(253, 29);
this.cb_preliner.TabIndex = 38;
this.cb_preliner.Text = "Preliner wurde verwendet";
this.cb_preliner.UseVisualStyleBackColor = true;
//
// txt_besatzung
//
this.txt_besatzung.Location = new System.Drawing.Point(551, 192);
@@ -338,19 +354,15 @@
this.cb_genehmigung.Text = "Genehmigung wurde eingeholt";
this.cb_genehmigung.UseVisualStyleBackColor = true;
//
// cb_preliner
// btn_open_file
//
this.cb_preliner.AutoSize = true;
this.cb_preliner.Checked = true;
this.cb_preliner.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_preliner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cb_preliner.Location = new System.Drawing.Point(8, 130);
this.cb_preliner.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_preliner.Name = "cb_preliner";
this.cb_preliner.Size = new System.Drawing.Size(253, 29);
this.cb_preliner.TabIndex = 38;
this.cb_preliner.Text = "Preliner wurde verwendet";
this.cb_preliner.UseVisualStyleBackColor = true;
this.btn_open_file.Location = new System.Drawing.Point(535, 311);
this.btn_open_file.Name = "btn_open_file";
this.btn_open_file.Size = new System.Drawing.Size(172, 71);
this.btn_open_file.TabIndex = 39;
this.btn_open_file.Text = "Öffnen vom Ordner";
this.btn_open_file.UseVisualStyleBackColor = true;
this.btn_open_file.Click += new System.EventHandler(this.Btn_open_file_Click);
//
// UCInliner
//
@@ -401,5 +413,6 @@
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_besatzung;
private System.Windows.Forms.CheckBox cb_preliner;
private System.Windows.Forms.Button btn_open_file;
}
}