Dateien können jetzt über FTP heruntergeladen werden
This commit is contained in:
25
SanSystem/frmObjekteList.Designer.cs
generated
25
SanSystem/frmObjekteList.Designer.cs
generated
@@ -56,12 +56,12 @@
|
||||
//
|
||||
this.dGObjekte.AllowUserToOrderColumns = true;
|
||||
this.dGObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.dGObjekte.Location = new System.Drawing.Point(9, 133);
|
||||
this.dGObjekte.Location = new System.Drawing.Point(10, 77);
|
||||
this.dGObjekte.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.dGObjekte.MultiSelect = false;
|
||||
this.dGObjekte.Name = "dGObjekte";
|
||||
this.dGObjekte.RowTemplate.Height = 24;
|
||||
this.dGObjekte.Size = new System.Drawing.Size(957, 238);
|
||||
this.dGObjekte.Size = new System.Drawing.Size(499, 238);
|
||||
this.dGObjekte.TabIndex = 0;
|
||||
this.dGObjekte.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGObjekte_CellEndEdit);
|
||||
this.dGObjekte.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dGObjekte_DataBindingComplete);
|
||||
@@ -69,7 +69,7 @@
|
||||
//
|
||||
// btn_add
|
||||
//
|
||||
this.btn_add.Location = new System.Drawing.Point(763, 387);
|
||||
this.btn_add.Location = new System.Drawing.Point(533, 214);
|
||||
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);
|
||||
@@ -174,15 +174,15 @@
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(15, 25);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(51, 20);
|
||||
this.label1.Size = new System.Drawing.Size(25, 20);
|
||||
this.label1.TabIndex = 12;
|
||||
this.label1.Text = "label1";
|
||||
this.label1.Text = " ";
|
||||
//
|
||||
// lbl_projwrong
|
||||
//
|
||||
this.lbl_projwrong.AutoSize = true;
|
||||
this.lbl_projwrong.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbl_projwrong.Location = new System.Drawing.Point(75, 25);
|
||||
this.lbl_projwrong.Location = new System.Drawing.Point(46, 25);
|
||||
this.lbl_projwrong.Name = "lbl_projwrong";
|
||||
this.lbl_projwrong.Size = new System.Drawing.Size(51, 20);
|
||||
this.lbl_projwrong.TabIndex = 13;
|
||||
@@ -194,15 +194,15 @@
|
||||
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label5.Location = new System.Drawing.Point(15, 51);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(51, 20);
|
||||
this.label5.Size = new System.Drawing.Size(25, 20);
|
||||
this.label5.TabIndex = 14;
|
||||
this.label5.Text = "label5";
|
||||
this.label5.Text = " ";
|
||||
//
|
||||
// lbl_grounddata
|
||||
//
|
||||
this.lbl_grounddata.AutoSize = true;
|
||||
this.lbl_grounddata.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbl_grounddata.Location = new System.Drawing.Point(75, 51);
|
||||
this.lbl_grounddata.Location = new System.Drawing.Point(46, 51);
|
||||
this.lbl_grounddata.Name = "lbl_grounddata";
|
||||
this.lbl_grounddata.Size = new System.Drawing.Size(51, 20);
|
||||
this.lbl_grounddata.TabIndex = 15;
|
||||
@@ -214,9 +214,9 @@
|
||||
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(12, 384);
|
||||
this.gb_error_messages.Location = new System.Drawing.Point(514, 77);
|
||||
this.gb_error_messages.Name = "gb_error_messages";
|
||||
this.gb_error_messages.Size = new System.Drawing.Size(518, 103);
|
||||
this.gb_error_messages.Size = new System.Drawing.Size(351, 103);
|
||||
this.gb_error_messages.TabIndex = 16;
|
||||
this.gb_error_messages.TabStop = false;
|
||||
this.gb_error_messages.Text = "error_messages";
|
||||
@@ -225,7 +225,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(971, 499);
|
||||
this.ClientSize = new System.Drawing.Size(879, 338);
|
||||
this.Controls.Add(this.gb_error_messages);
|
||||
this.Controls.Add(this.txt_ort);
|
||||
this.Controls.Add(this.lbl_ort);
|
||||
@@ -241,6 +241,7 @@
|
||||
this.Controls.Add(this.dGObjekte);
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.Name = "frmObjekteList";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "frmObjekteList";
|
||||
this.Load += new System.EventHandler(this.frmObjekteList_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dGObjekte)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user