Linergrundlagen auslagern

This commit is contained in:
Husky
2018-07-14 19:01:24 +02:00
parent 85607e926c
commit 147a9b5283
6 changed files with 516 additions and 6 deletions

View File

@@ -49,6 +49,7 @@
this.gb_error_messages = new System.Windows.Forms.GroupBox();
this.btn_search = new System.Windows.Forms.Button();
this.btn_make_ausdruck = new System.Windows.Forms.Button();
this.btn_set_kali = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.strasseBindingSource)).BeginInit();
this.gb_error_messages.SuspendLayout();
@@ -72,7 +73,7 @@
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(533, 214);
this.btn_add.Location = new System.Drawing.Point(510, 154);
this.btn_add.Margin = new System.Windows.Forms.Padding(2);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(102, 101);
@@ -217,7 +218,7 @@
this.gb_error_messages.Controls.Add(this.lbl_grounddata);
this.gb_error_messages.Controls.Add(this.label1);
this.gb_error_messages.Controls.Add(this.label5);
this.gb_error_messages.Location = new System.Drawing.Point(514, 77);
this.gb_error_messages.Location = new System.Drawing.Point(515, 46);
this.gb_error_messages.Name = "gb_error_messages";
this.gb_error_messages.Size = new System.Drawing.Size(351, 103);
this.gb_error_messages.TabIndex = 16;
@@ -226,28 +227,38 @@
//
// btn_search
//
this.btn_search.Location = new System.Drawing.Point(640, 214);
this.btn_search.Location = new System.Drawing.Point(617, 154);
this.btn_search.Name = "btn_search";
this.btn_search.Size = new System.Drawing.Size(119, 101);
this.btn_search.Size = new System.Drawing.Size(102, 101);
this.btn_search.TabIndex = 17;
this.btn_search.Text = "Suchen";
this.btn_search.UseVisualStyleBackColor = true;
//
// btn_make_ausdruck
//
this.btn_make_ausdruck.Location = new System.Drawing.Point(780, 222);
this.btn_make_ausdruck.Location = new System.Drawing.Point(725, 155);
this.btn_make_ausdruck.Name = "btn_make_ausdruck";
this.btn_make_ausdruck.Size = new System.Drawing.Size(84, 92);
this.btn_make_ausdruck.Size = new System.Drawing.Size(102, 101);
this.btn_make_ausdruck.TabIndex = 18;
this.btn_make_ausdruck.Text = "Ausdruck für Pregnieren";
this.btn_make_ausdruck.UseVisualStyleBackColor = true;
this.btn_make_ausdruck.Click += new System.EventHandler(this.btn_make_ausdruck_Click);
//
// btn_set_kali
//
this.btn_set_kali.Location = new System.Drawing.Point(510, 262);
this.btn_set_kali.Name = "btn_set_kali";
this.btn_set_kali.Size = new System.Drawing.Size(317, 53);
this.btn_set_kali.TabIndex = 19;
this.btn_set_kali.Text = "Ausgewählte mit Linergrundlagen versehen";
this.btn_set_kali.UseVisualStyleBackColor = true;
//
// frmObjekteList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(879, 338);
this.Controls.Add(this.btn_set_kali);
this.Controls.Add(this.btn_make_ausdruck);
this.Controls.Add(this.btn_search);
this.Controls.Add(this.gb_error_messages);
@@ -300,5 +311,6 @@
private System.Windows.Forms.GroupBox gb_error_messages;
private System.Windows.Forms.Button btn_search;
private System.Windows.Forms.Button btn_make_ausdruck;
private System.Windows.Forms.Button btn_set_kali;
}
}