Bedienelemente neu verankert

This commit is contained in:
Eugen Höglinger 2023-01-11 14:54:24 +01:00
parent b71f7a18ca
commit 31894d793a
24 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -120,7 +120,8 @@
// //
// panel1 // panel1
// //
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.checkBoxEncryptValues); this.panel1.Controls.Add(this.checkBoxEncryptValues);
this.panel1.Location = new System.Drawing.Point(235, 130); this.panel1.Location = new System.Drawing.Point(235, 130);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
@ -152,7 +153,7 @@
// //
// buttonUp // buttonUp
// //
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_oben; this.buttonUp.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_oben;
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonUp.Location = new System.Drawing.Point(235, 101); this.buttonUp.Location = new System.Drawing.Point(235, 101);

Binary file not shown.

Binary file not shown.