Bilder können jetzt hinterlegt werden

This commit is contained in:
Husky
2018-07-01 16:28:13 +02:00
parent 88af76b01f
commit 78ccc768df
11 changed files with 468 additions and 20 deletions

View File

@@ -30,6 +30,8 @@
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.dt_eingebaut = new System.Windows.Forms.DateTimePicker();
this.cb_fertig = new System.Windows.Forms.CheckBox();
this.cbb_wetter = new System.Windows.Forms.ComboBox();
this.label24 = new System.Windows.Forms.Label();
@@ -65,8 +67,6 @@
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.dt_eingebaut = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
@@ -109,6 +109,22 @@
this.tabPage2.Text = "Vorraussetzungen";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(47, 439);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(108, 20);
this.label1.TabIndex = 27;
this.label1.Text = "Eingebaut am";
//
// dt_eingebaut
//
this.dt_eingebaut.Location = new System.Drawing.Point(205, 434);
this.dt_eingebaut.Name = "dt_eingebaut";
this.dt_eingebaut.Size = new System.Drawing.Size(291, 26);
this.dt_eingebaut.TabIndex = 26;
//
// cb_fertig
//
this.cb_fertig.AutoSize = true;
@@ -167,6 +183,7 @@
this.btn_get_temp.TabIndex = 4;
this.btn_get_temp.Text = "Von Anlage holen";
this.btn_get_temp.UseVisualStyleBackColor = true;
this.btn_get_temp.Click += new System.EventHandler(this.btn_get_temp_Click);
//
// txt_temp_kanal
//
@@ -494,22 +511,6 @@
this.label9.TabIndex = 0;
this.label9.Text = "Harz";
//
// dt_eingebaut
//
this.dt_eingebaut.Location = new System.Drawing.Point(205, 434);
this.dt_eingebaut.Name = "dt_eingebaut";
this.dt_eingebaut.Size = new System.Drawing.Size(291, 26);
this.dt_eingebaut.TabIndex = 26;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(47, 439);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(108, 20);
this.label1.TabIndex = 27;
this.label1.Text = "Eingebaut am";
//
// UCInliner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);