fix few things
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user