finish ui re-build

This commit is contained in:
2022-06-13 12:37:53 +02:00
parent 0cacb0d980
commit af527c1d7b
19 changed files with 944 additions and 1685 deletions

View File

@@ -29,221 +29,164 @@
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProxyConfigEditor));
this.TextBoxX_ProxyUsr = new DevComponents.DotNetBar.Controls.TextBoxX();
this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
this.TextBoxX_ProxyPW = new DevComponents.DotNetBar.Controls.TextBoxX();
this.ButtonX_OK = new DevComponents.DotNetBar.ButtonX();
this.ButtonX_Cancel = new DevComponents.DotNetBar.ButtonX();
this.switchButton_UseProxyAuth = new DevComponents.DotNetBar.Controls.SwitchButton();
this.layoutControlItem8 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutSpacerItem2 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
this.layoutControlItem1 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutSpacerItem1 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
this.layoutControlItem7 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControlItem6 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControl1.SuspendLayout();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
this.radToggleSwitch_UserProxy = new Telerik.WinControls.UI.RadToggleSwitch();
this.radTextBoxControl_Username = new Telerik.WinControls.UI.RadTextBoxControl();
this.radTextBoxControl_Password = new Telerik.WinControls.UI.RadTextBoxControl();
this.radButton_Accept = new Telerik.WinControls.UI.RadButton();
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UserProxy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Username)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Password)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Accept)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// TextBoxX_ProxyUsr
// radLabel1
//
this.TextBoxX_ProxyUsr.BackColor = System.Drawing.Color.White;
this.radLabel1.Location = new System.Drawing.Point(3, 5);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(127, 18);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Proxy-Authentifizierung:";
//
// radLabel2
//
this.radLabel2.Location = new System.Drawing.Point(3, 33);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(81, 18);
this.radLabel2.TabIndex = 1;
this.radLabel2.Text = "Benutzername:";
//
this.TextBoxX_ProxyUsr.Border.Class = "TextBoxBorder";
this.TextBoxX_ProxyUsr.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.TextBoxX_ProxyUsr.DisabledBackColor = System.Drawing.Color.White;
this.TextBoxX_ProxyUsr.ForeColor = System.Drawing.Color.Black;
this.TextBoxX_ProxyUsr.Location = new System.Drawing.Point(132, 34);
this.TextBoxX_ProxyUsr.Margin = new System.Windows.Forms.Padding(0);
this.TextBoxX_ProxyUsr.Name = "TextBoxX_ProxyUsr";
this.TextBoxX_ProxyUsr.PreventEnterBeep = true;
this.TextBoxX_ProxyUsr.Size = new System.Drawing.Size(363, 20);
this.TextBoxX_ProxyUsr.TabIndex = 2;
// radLabel3
//
// layoutControl1
this.radLabel3.Location = new System.Drawing.Point(3, 61);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(53, 18);
this.radLabel3.TabIndex = 2;
this.radLabel3.Text = "Passwort:";
//
this.layoutControl1.BackColor = System.Drawing.Color.Transparent;
this.layoutControl1.Controls.Add(this.TextBoxX_ProxyUsr);
this.layoutControl1.Controls.Add(this.TextBoxX_ProxyPW);
this.layoutControl1.Controls.Add(this.ButtonX_OK);
this.layoutControl1.Controls.Add(this.ButtonX_Cancel);
this.layoutControl1.Controls.Add(this.switchButton_UseProxyAuth);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.ForeColor = System.Drawing.Color.Black;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
// radToggleSwitch_UserProxy
//
this.radToggleSwitch_UserProxy.Location = new System.Drawing.Point(135, 4);
this.radToggleSwitch_UserProxy.Name = "radToggleSwitch_UserProxy";
this.radToggleSwitch_UserProxy.Size = new System.Drawing.Size(50, 20);
this.radToggleSwitch_UserProxy.TabIndex = 0;
//
// radTextBoxControl_Username
//
this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
this.layoutControlItem8,
this.layoutSpacerItem2,
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutSpacerItem1,
this.layoutControlItem7,
this.layoutControlItem6});
this.layoutControl1.Size = new System.Drawing.Size(499, 117);
this.layoutControl1.TabIndex = 1;
this.radTextBoxControl_Username.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBoxControl_Username.Location = new System.Drawing.Point(135, 31);
this.radTextBoxControl_Username.Name = "radTextBoxControl_Username";
this.radTextBoxControl_Username.Size = new System.Drawing.Size(361, 22);
this.radTextBoxControl_Username.TabIndex = 0;
//
// TextBoxX_ProxyPW
// radTextBoxControl_Password
//
this.TextBoxX_ProxyPW.BackColor = System.Drawing.Color.White;
this.radTextBoxControl_Password.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBoxControl_Password.Location = new System.Drawing.Point(135, 59);
this.radTextBoxControl_Password.Name = "radTextBoxControl_Password";
this.radTextBoxControl_Password.Size = new System.Drawing.Size(361, 22);
this.radTextBoxControl_Password.TabIndex = 3;
//
// radButton_Accept
//
this.radButton_Accept.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(396, 87);
this.radButton_Accept.Name = "radButton_Accept";
this.radButton_Accept.Size = new System.Drawing.Size(100, 24);
this.radButton_Accept.TabIndex = 0;
this.radButton_Accept.Text = "Speichern";
this.radButton_Accept.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Accept.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
this.TextBoxX_ProxyPW.Border.Class = "TextBoxBorder";
this.TextBoxX_ProxyPW.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.TextBoxX_ProxyPW.DisabledBackColor = System.Drawing.Color.White;
this.TextBoxX_ProxyPW.ForeColor = System.Drawing.Color.Black;
this.TextBoxX_ProxyPW.Location = new System.Drawing.Point(132, 62);
this.TextBoxX_ProxyPW.Margin = new System.Windows.Forms.Padding(0);
this.TextBoxX_ProxyPW.Name = "TextBoxX_ProxyPW";
this.TextBoxX_ProxyPW.PreventEnterBeep = true;
this.TextBoxX_ProxyPW.Size = new System.Drawing.Size(363, 20);
this.TextBoxX_ProxyPW.TabIndex = 3;
this.TextBoxX_ProxyPW.UseSystemPasswordChar = true;
// radButton_Cancel
//
// ButtonX_OK
this.radButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.radButton_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.radButton_Cancel.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Cancel.Location = new System.Drawing.Point(290, 87);
this.radButton_Cancel.Name = "radButton_Cancel";
this.radButton_Cancel.Size = new System.Drawing.Size(100, 24);
this.radButton_Cancel.TabIndex = 4;
this.radButton_Cancel.Text = "Abbrechen";
this.radButton_Cancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
this.ButtonX_OK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_OK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_OK.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_OK.Location = new System.Drawing.Point(403, 90);
this.ButtonX_OK.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_OK.Name = "ButtonX_OK";
this.ButtonX_OK.Size = new System.Drawing.Size(92, 23);
this.ButtonX_OK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonX_OK.TabIndex = 6;
this.ButtonX_OK.Text = "Speichern";
this.ButtonX_OK.Click += new System.EventHandler(this.ButtonX_OK_Click);
// panel1
//
// ButtonX_Cancel
//
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonX_Cancel.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.ButtonX_Cancel.Location = new System.Drawing.Point(303, 90);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
this.ButtonX_Cancel.Size = new System.Drawing.Size(92, 23);
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonX_Cancel.TabIndex = 5;
this.ButtonX_Cancel.Text = "Abbrechen";
//
// switchButton_UseProxyAuth
//
//
//
//
this.switchButton_UseProxyAuth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.switchButton_UseProxyAuth.Location = new System.Drawing.Point(132, 4);
this.switchButton_UseProxyAuth.Margin = new System.Windows.Forms.Padding(0);
this.switchButton_UseProxyAuth.Name = "switchButton_UseProxyAuth";
this.switchButton_UseProxyAuth.OffText = "Nein";
this.switchButton_UseProxyAuth.OnText = "Ja";
this.switchButton_UseProxyAuth.Size = new System.Drawing.Size(114, 22);
this.switchButton_UseProxyAuth.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.switchButton_UseProxyAuth.TabIndex = 0;
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.switchButton_UseProxyAuth;
this.layoutControlItem8.Height = 30;
this.layoutControlItem8.MinSize = new System.Drawing.Size(64, 18);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Text = "Proxy-Authentifizierung:";
this.layoutControlItem8.TextPadding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.layoutControlItem8.Width = 250;
//
// layoutSpacerItem2
//
this.layoutSpacerItem2.Height = 30;
this.layoutSpacerItem2.Name = "layoutSpacerItem2";
this.layoutSpacerItem2.Width = 99;
this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.TextBoxX_ProxyUsr;
this.layoutControlItem1.Height = 28;
this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Text = "Benutzername:";
this.layoutControlItem1.Width = 100;
this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.TextBoxX_ProxyPW;
this.layoutControlItem2.Height = 28;
this.layoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Text = "Passwort:";
this.layoutControlItem2.Width = 100;
this.layoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutSpacerItem1
//
this.layoutSpacerItem1.Height = 31;
this.layoutSpacerItem1.Name = "layoutSpacerItem1";
this.layoutSpacerItem1.Width = 99;
this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.ButtonX_Cancel;
this.layoutControlItem7.Height = 31;
this.layoutControlItem7.MinSize = new System.Drawing.Size(32, 20);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Width = 100;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.ButtonX_OK;
this.layoutControlItem6.Height = 31;
this.layoutControlItem6.MinSize = new System.Drawing.Size(32, 20);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Width = 100;
this.panel1.Controls.Add(this.radToggleSwitch_UserProxy);
this.panel1.Controls.Add(this.radTextBoxControl_Username);
this.panel1.Controls.Add(this.radButton_Accept);
this.panel1.Controls.Add(this.radLabel1);
this.panel1.Controls.Add(this.radButton_Cancel);
this.panel1.Controls.Add(this.radLabel2);
this.panel1.Controls.Add(this.radTextBoxControl_Password);
this.panel1.Controls.Add(this.radLabel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(499, 114);
this.panel1.TabIndex = 5;
//
// ProxyConfigEditor
//
this.AcceptButton = this.ButtonX_OK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AcceptButton = this.radButton_Accept;
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.ButtonX_Cancel;
this.ClientSize = new System.Drawing.Size(499, 117);
this.Controls.Add(this.layoutControl1);
this.CancelButton = this.radButton_Cancel;
this.ClientSize = new System.Drawing.Size(499, 114);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ProxyConfigEditor";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "UpdateServerInfoEditor";
this.Text = "Updateserverinfo";
this.Shown += new System.EventHandler(this.UpdateServerInfoEditor_Shown);
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UserProxy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Username)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Password)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Accept)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_ProxyUsr;
private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1;
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_ProxyPW;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2;
private DevComponents.DotNetBar.ButtonX ButtonX_OK;
private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem1;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem6;
private DevComponents.DotNetBar.ButtonX ButtonX_Cancel;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem7;
private DevComponents.DotNetBar.Controls.SwitchButton switchButton_UseProxyAuth;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem8;
private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem2;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitch_UserProxy;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Username;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Password;
private Telerik.WinControls.UI.RadButton radButton_Accept;
private Telerik.WinControls.UI.RadButton radButton_Cancel;
private System.Windows.Forms.Panel panel1;
}
}