fix few things

This commit is contained in:
2022-07-01 22:12:50 +02:00
parent e000a8e1d3
commit b99ae27376
4 changed files with 8 additions and 24 deletions

View File

@@ -161,6 +161,7 @@ namespace Pilz.Updating.Administration.GUI
// radButton_Accept
//
this.radButton_Accept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Accept.DialogResult = System.Windows.Forms.DialogResult.OK;
this.radButton_Accept.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.radButton_Accept.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Accept.Location = new System.Drawing.Point(229, 87);
@@ -170,6 +171,7 @@ namespace Pilz.Updating.Administration.GUI
this.radButton_Accept.Text = "Okay";
this.radButton_Accept.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Accept.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton_Accept.Click += new System.EventHandler(this.radButton_Accept_Click);
//
// ApplicationVersionInput
//