Imprägnierberichte edit tab index gefixt

This commit is contained in:
HuskyTeufel
2022-04-20 15:39:43 +02:00
parent 177e87da7c
commit a1411a3636
2 changed files with 47 additions and 45 deletions

View File

@@ -35,18 +35,18 @@
// lst_imprägnierBerichtNr
//
this.lst_imprägnierBerichtNr.FormattingEnabled = true;
this.lst_imprägnierBerichtNr.ItemHeight = 16;
this.lst_imprägnierBerichtNr.Location = new System.Drawing.Point(12, 12);
this.lst_imprägnierBerichtNr.ItemHeight = 20;
this.lst_imprägnierBerichtNr.Location = new System.Drawing.Point(14, 15);
this.lst_imprägnierBerichtNr.Name = "lst_imprägnierBerichtNr";
this.lst_imprägnierBerichtNr.Size = new System.Drawing.Size(700, 276);
this.lst_imprägnierBerichtNr.Size = new System.Drawing.Size(787, 344);
this.lst_imprägnierBerichtNr.TabIndex = 0;
this.lst_imprägnierBerichtNr.DoubleClick += new System.EventHandler(this.Lst_imprägnierBerichtNr_DoubleClick);
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(60, 315);
this.btn_add.Location = new System.Drawing.Point(68, 394);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(296, 74);
this.btn_add.Size = new System.Drawing.Size(333, 92);
this.btn_add.TabIndex = 1;
this.btn_add.Text = "Neue Hinzufügen";
this.btn_add.UseVisualStyleBackColor = true;
@@ -54,13 +54,14 @@
//
// frmImprägnierBerichtList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.ClientSize = new System.Drawing.Size(900, 563);
this.Controls.Add(this.btn_add);
this.Controls.Add(this.lst_imprägnierBerichtNr);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "frmImprägnierBerichtList";
this.Text = "frmImprägnierBerichtList";
this.Text = "Imprägnierberichte";
this.ResumeLayout(false);
}