finish ui re-build
This commit is contained in:
@@ -29,320 +29,246 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateServerInfoEditor));
|
||||
this.TextBoxX_ServerAddress = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
|
||||
this.TextBoxX_PublicBaseURL = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.TextBoxX_PackageInfoFilename = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.TextBoxX_Username = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.TextBoxX_Password = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.ButtonX_OK = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ButtonX_Cancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.switchButton_UseProxyForWebDAV = new DevComponents.DotNetBar.Controls.SwitchButton();
|
||||
this.layoutControlItem1 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem4 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutControlItem8 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
|
||||
this.layoutSpacerItem2 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
|
||||
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.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
|
||||
this.radTextBoxControl_ServerAddress = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radTextBoxControl_PublicBasisURL = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radTextBoxControl_PackageConfigurationFileName = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radTextBoxControl_Username = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radTextBoxControl_Password = new Telerik.WinControls.UI.RadTextBoxControl();
|
||||
this.radToggleSwitch_UseProxyForWebDAV = new Telerik.WinControls.UI.RadToggleSwitch();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
||||
this.radButton_Save = new Telerik.WinControls.UI.RadButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ServerAddress)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_PublicBasisURL)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_PackageConfigurationFileName)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Username)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Password)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxyForWebDAV)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Save)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// TextBoxX_ServerAddress
|
||||
// radLabel1
|
||||
//
|
||||
this.TextBoxX_ServerAddress.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(84, 18);
|
||||
this.radLabel1.TabIndex = 0;
|
||||
this.radLabel1.Text = "Server-Adresse:";
|
||||
//
|
||||
// radLabel2
|
||||
//
|
||||
this.radLabel2.Location = new System.Drawing.Point(3, 33);
|
||||
this.radLabel2.Name = "radLabel2";
|
||||
this.radLabel2.Size = new System.Drawing.Size(116, 18);
|
||||
this.radLabel2.TabIndex = 1;
|
||||
this.radLabel2.Text = "Öffentliche Basis-URL:";
|
||||
//
|
||||
this.TextBoxX_ServerAddress.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_ServerAddress.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_ServerAddress.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_ServerAddress.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_ServerAddress.Location = new System.Drawing.Point(167, 4);
|
||||
this.TextBoxX_ServerAddress.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_ServerAddress.Name = "TextBoxX_ServerAddress";
|
||||
this.TextBoxX_ServerAddress.PreventEnterBeep = true;
|
||||
this.TextBoxX_ServerAddress.Size = new System.Drawing.Size(328, 20);
|
||||
this.TextBoxX_ServerAddress.TabIndex = 0;
|
||||
// radLabel3
|
||||
//
|
||||
// layoutControl1
|
||||
this.radLabel3.Location = new System.Drawing.Point(3, 61);
|
||||
this.radLabel3.Name = "radLabel3";
|
||||
this.radLabel3.Size = new System.Drawing.Size(161, 18);
|
||||
this.radLabel3.TabIndex = 2;
|
||||
this.radLabel3.Text = "Paketkonfigurationsdateiname:";
|
||||
//
|
||||
this.layoutControl1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.layoutControl1.Controls.Add(this.TextBoxX_ServerAddress);
|
||||
this.layoutControl1.Controls.Add(this.TextBoxX_PublicBaseURL);
|
||||
this.layoutControl1.Controls.Add(this.TextBoxX_PackageInfoFilename);
|
||||
this.layoutControl1.Controls.Add(this.TextBoxX_Username);
|
||||
this.layoutControl1.Controls.Add(this.TextBoxX_Password);
|
||||
this.layoutControl1.Controls.Add(this.ButtonX_OK);
|
||||
this.layoutControl1.Controls.Add(this.ButtonX_Cancel);
|
||||
this.layoutControl1.Controls.Add(this.switchButton_UseProxyForWebDAV);
|
||||
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";
|
||||
// radLabel4
|
||||
//
|
||||
this.radLabel4.Location = new System.Drawing.Point(3, 89);
|
||||
this.radLabel4.Name = "radLabel4";
|
||||
this.radLabel4.Size = new System.Drawing.Size(81, 18);
|
||||
this.radLabel4.TabIndex = 3;
|
||||
this.radLabel4.Text = "Benutzername:";
|
||||
//
|
||||
// radLabel5
|
||||
//
|
||||
this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
|
||||
this.layoutControlItem1,
|
||||
this.layoutControlItem2,
|
||||
this.layoutControlItem3,
|
||||
this.layoutControlItem4,
|
||||
this.layoutControlItem5,
|
||||
this.layoutControlItem8,
|
||||
this.layoutSpacerItem2,
|
||||
this.layoutSpacerItem1,
|
||||
this.layoutControlItem7,
|
||||
this.layoutControlItem6});
|
||||
this.layoutControl1.Size = new System.Drawing.Size(499, 201);
|
||||
this.layoutControl1.TabIndex = 1;
|
||||
this.radLabel5.Location = new System.Drawing.Point(3, 117);
|
||||
this.radLabel5.Name = "radLabel5";
|
||||
this.radLabel5.Size = new System.Drawing.Size(53, 18);
|
||||
this.radLabel5.TabIndex = 4;
|
||||
this.radLabel5.Text = "Passwort:";
|
||||
//
|
||||
// TextBoxX_PublicBaseURL
|
||||
// radLabel6
|
||||
//
|
||||
this.TextBoxX_PublicBaseURL.BackColor = System.Drawing.Color.White;
|
||||
this.radLabel6.Location = new System.Drawing.Point(3, 145);
|
||||
this.radLabel6.Name = "radLabel6";
|
||||
this.radLabel6.Size = new System.Drawing.Size(145, 18);
|
||||
this.radLabel6.TabIndex = 5;
|
||||
this.radLabel6.Text = "Benutze Proxy für WebDAV:";
|
||||
//
|
||||
// radTextBoxControl_ServerAddress
|
||||
//
|
||||
this.radTextBoxControl_ServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTextBoxControl_ServerAddress.Location = new System.Drawing.Point(171, 3);
|
||||
this.radTextBoxControl_ServerAddress.Name = "radTextBoxControl_ServerAddress";
|
||||
this.radTextBoxControl_ServerAddress.Size = new System.Drawing.Size(325, 22);
|
||||
this.radTextBoxControl_ServerAddress.TabIndex = 6;
|
||||
//
|
||||
this.TextBoxX_PublicBaseURL.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_PublicBaseURL.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_PublicBaseURL.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_PublicBaseURL.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_PublicBaseURL.Location = new System.Drawing.Point(167, 32);
|
||||
this.TextBoxX_PublicBaseURL.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_PublicBaseURL.Name = "TextBoxX_PublicBaseURL";
|
||||
this.TextBoxX_PublicBaseURL.PreventEnterBeep = true;
|
||||
this.TextBoxX_PublicBaseURL.Size = new System.Drawing.Size(328, 20);
|
||||
this.TextBoxX_PublicBaseURL.TabIndex = 1;
|
||||
// radTextBoxControl_PublicBasisURL
|
||||
//
|
||||
// TextBoxX_PackageInfoFilename
|
||||
this.radTextBoxControl_PublicBasisURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTextBoxControl_PublicBasisURL.Location = new System.Drawing.Point(171, 31);
|
||||
this.radTextBoxControl_PublicBasisURL.Name = "radTextBoxControl_PublicBasisURL";
|
||||
this.radTextBoxControl_PublicBasisURL.Size = new System.Drawing.Size(325, 22);
|
||||
this.radTextBoxControl_PublicBasisURL.TabIndex = 7;
|
||||
//
|
||||
this.TextBoxX_PackageInfoFilename.BackColor = System.Drawing.Color.White;
|
||||
// radTextBoxControl_PackageConfigurationFileName
|
||||
//
|
||||
this.radTextBoxControl_PackageConfigurationFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTextBoxControl_PackageConfigurationFileName.Location = new System.Drawing.Point(171, 59);
|
||||
this.radTextBoxControl_PackageConfigurationFileName.Name = "radTextBoxControl_PackageConfigurationFileName";
|
||||
this.radTextBoxControl_PackageConfigurationFileName.Size = new System.Drawing.Size(325, 22);
|
||||
this.radTextBoxControl_PackageConfigurationFileName.TabIndex = 8;
|
||||
//
|
||||
// radTextBoxControl_Username
|
||||
//
|
||||
this.TextBoxX_PackageInfoFilename.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_PackageInfoFilename.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_PackageInfoFilename.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_PackageInfoFilename.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_PackageInfoFilename.Location = new System.Drawing.Point(167, 60);
|
||||
this.TextBoxX_PackageInfoFilename.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_PackageInfoFilename.Name = "TextBoxX_PackageInfoFilename";
|
||||
this.TextBoxX_PackageInfoFilename.PreventEnterBeep = true;
|
||||
this.TextBoxX_PackageInfoFilename.Size = new System.Drawing.Size(328, 20);
|
||||
this.TextBoxX_PackageInfoFilename.TabIndex = 2;
|
||||
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(171, 87);
|
||||
this.radTextBoxControl_Username.Name = "radTextBoxControl_Username";
|
||||
this.radTextBoxControl_Username.Size = new System.Drawing.Size(325, 22);
|
||||
this.radTextBoxControl_Username.TabIndex = 9;
|
||||
//
|
||||
// TextBoxX_Username
|
||||
// radTextBoxControl_Password
|
||||
//
|
||||
this.TextBoxX_Username.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(171, 115);
|
||||
this.radTextBoxControl_Password.Name = "radTextBoxControl_Password";
|
||||
this.radTextBoxControl_Password.Size = new System.Drawing.Size(325, 22);
|
||||
this.radTextBoxControl_Password.TabIndex = 10;
|
||||
this.radTextBoxControl_Password.UseSystemPasswordChar = true;
|
||||
//
|
||||
// radToggleSwitch_UseProxyForWebDAV
|
||||
//
|
||||
this.radToggleSwitch_UseProxyForWebDAV.Location = new System.Drawing.Point(171, 144);
|
||||
this.radToggleSwitch_UseProxyForWebDAV.Name = "radToggleSwitch_UseProxyForWebDAV";
|
||||
this.radToggleSwitch_UseProxyForWebDAV.Size = new System.Drawing.Size(50, 20);
|
||||
this.radToggleSwitch_UseProxyForWebDAV.TabIndex = 11;
|
||||
//
|
||||
this.TextBoxX_Username.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_Username.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_Username.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_Username.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_Username.Location = new System.Drawing.Point(167, 88);
|
||||
this.TextBoxX_Username.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_Username.Name = "TextBoxX_Username";
|
||||
this.TextBoxX_Username.PreventEnterBeep = true;
|
||||
this.TextBoxX_Username.Size = new System.Drawing.Size(328, 20);
|
||||
this.TextBoxX_Username.TabIndex = 3;
|
||||
// panel1
|
||||
//
|
||||
// TextBoxX_Password
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.radButton_Save);
|
||||
this.panel1.Controls.Add(this.radButton_Cancel);
|
||||
this.panel1.Controls.Add(this.radLabel1);
|
||||
this.panel1.Controls.Add(this.radToggleSwitch_UseProxyForWebDAV);
|
||||
this.panel1.Controls.Add(this.radLabel2);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_Password);
|
||||
this.panel1.Controls.Add(this.radLabel3);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_Username);
|
||||
this.panel1.Controls.Add(this.radLabel4);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_PackageConfigurationFileName);
|
||||
this.panel1.Controls.Add(this.radLabel5);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_PublicBasisURL);
|
||||
this.panel1.Controls.Add(this.radLabel6);
|
||||
this.panel1.Controls.Add(this.radTextBoxControl_ServerAddress);
|
||||
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, 197);
|
||||
this.panel1.TabIndex = 12;
|
||||
//
|
||||
this.TextBoxX_Password.BackColor = System.Drawing.Color.White;
|
||||
// radButton_Cancel
|
||||
//
|
||||
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, 170);
|
||||
this.radButton_Cancel.Name = "radButton_Cancel";
|
||||
this.radButton_Cancel.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Cancel.TabIndex = 12;
|
||||
this.radButton_Cancel.Text = "Abbrechen";
|
||||
this.radButton_Cancel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Cancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
//
|
||||
// radButton_Save
|
||||
//
|
||||
this.TextBoxX_Password.Border.Class = "TextBoxBorder";
|
||||
this.TextBoxX_Password.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.TextBoxX_Password.DisabledBackColor = System.Drawing.Color.White;
|
||||
this.TextBoxX_Password.ForeColor = System.Drawing.Color.Black;
|
||||
this.TextBoxX_Password.Location = new System.Drawing.Point(167, 116);
|
||||
this.TextBoxX_Password.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TextBoxX_Password.Name = "TextBoxX_Password";
|
||||
this.TextBoxX_Password.PreventEnterBeep = true;
|
||||
this.TextBoxX_Password.Size = new System.Drawing.Size(328, 20);
|
||||
this.TextBoxX_Password.TabIndex = 4;
|
||||
this.TextBoxX_Password.UseSystemPasswordChar = true;
|
||||
//
|
||||
// ButtonX_OK
|
||||
//
|
||||
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, 174);
|
||||
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 = 9;
|
||||
this.ButtonX_OK.Text = "Speichern";
|
||||
this.ButtonX_OK.Click += new System.EventHandler(this.ButtonX_OK_Click);
|
||||
//
|
||||
// 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, 174);
|
||||
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 = 8;
|
||||
this.ButtonX_Cancel.Text = "Abbrechen";
|
||||
//
|
||||
// switchButton_UseProxyForWebDAV
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.switchButton_UseProxyForWebDAV.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.switchButton_UseProxyForWebDAV.Location = new System.Drawing.Point(167, 144);
|
||||
this.switchButton_UseProxyForWebDAV.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.switchButton_UseProxyForWebDAV.Name = "switchButton_UseProxyForWebDAV";
|
||||
this.switchButton_UseProxyForWebDAV.OffText = "Nein";
|
||||
this.switchButton_UseProxyForWebDAV.OnText = "Ja";
|
||||
this.switchButton_UseProxyForWebDAV.Size = new System.Drawing.Size(79, 22);
|
||||
this.switchButton_UseProxyForWebDAV.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.switchButton_UseProxyForWebDAV.TabIndex = 5;
|
||||
//
|
||||
// layoutControlItem1
|
||||
//
|
||||
this.layoutControlItem1.Control = this.TextBoxX_ServerAddress;
|
||||
this.layoutControlItem1.Height = 28;
|
||||
this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem1.Name = "layoutControlItem1";
|
||||
this.layoutControlItem1.Text = "Server-Adresse:";
|
||||
this.layoutControlItem1.Width = 100;
|
||||
this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem2
|
||||
//
|
||||
this.layoutControlItem2.Control = this.TextBoxX_PublicBaseURL;
|
||||
this.layoutControlItem2.Height = 28;
|
||||
this.layoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem2.Name = "layoutControlItem2";
|
||||
this.layoutControlItem2.Text = "Öffentliche Basis-URL:";
|
||||
this.layoutControlItem2.Width = 100;
|
||||
this.layoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem3
|
||||
//
|
||||
this.layoutControlItem3.Control = this.TextBoxX_PackageInfoFilename;
|
||||
this.layoutControlItem3.Height = 28;
|
||||
this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem3.Name = "layoutControlItem3";
|
||||
this.layoutControlItem3.Text = "Paketkonfigurationsdateiname:";
|
||||
this.layoutControlItem3.Width = 100;
|
||||
this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem4
|
||||
//
|
||||
this.layoutControlItem4.Control = this.TextBoxX_Username;
|
||||
this.layoutControlItem4.Height = 28;
|
||||
this.layoutControlItem4.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem4.Name = "layoutControlItem4";
|
||||
this.layoutControlItem4.Text = "Benutzername:";
|
||||
this.layoutControlItem4.Width = 100;
|
||||
this.layoutControlItem4.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem5
|
||||
//
|
||||
this.layoutControlItem5.Control = this.TextBoxX_Password;
|
||||
this.layoutControlItem5.Height = 28;
|
||||
this.layoutControlItem5.MinSize = new System.Drawing.Size(120, 0);
|
||||
this.layoutControlItem5.Name = "layoutControlItem5";
|
||||
this.layoutControlItem5.Text = "Passwort:";
|
||||
this.layoutControlItem5.Width = 100;
|
||||
this.layoutControlItem5.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
|
||||
//
|
||||
// layoutControlItem8
|
||||
//
|
||||
this.layoutControlItem8.Control = this.switchButton_UseProxyForWebDAV;
|
||||
this.layoutControlItem8.Height = 30;
|
||||
this.layoutControlItem8.MinSize = new System.Drawing.Size(64, 18);
|
||||
this.layoutControlItem8.Name = "layoutControlItem8";
|
||||
this.layoutControlItem8.Text = "Benutze Proxy für WebDAV:";
|
||||
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;
|
||||
//
|
||||
// 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.radButton_Save.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
|
||||
this.radButton_Save.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.radButton_Save.Location = new System.Drawing.Point(396, 170);
|
||||
this.radButton_Save.Name = "radButton_Save";
|
||||
this.radButton_Save.Size = new System.Drawing.Size(100, 24);
|
||||
this.radButton_Save.TabIndex = 13;
|
||||
this.radButton_Save.Text = "Speichern";
|
||||
this.radButton_Save.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.radButton_Save.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
||||
this.radButton_Save.Click += new System.EventHandler(this.ButtonX_OK_Click);
|
||||
//
|
||||
// UpdateServerInfoEditor
|
||||
//
|
||||
this.AcceptButton = this.ButtonX_OK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AcceptButton = this.radButton_Save;
|
||||
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, 201);
|
||||
this.Controls.Add(this.layoutControl1);
|
||||
this.CancelButton = this.radButton_Cancel;
|
||||
this.ClientSize = new System.Drawing.Size(499, 197);
|
||||
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 = "UpdateServerInfoEditor";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.RootElement.ApplyShapeToControl = true;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "UpdateServerInfoEditor";
|
||||
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.radLabel4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_ServerAddress)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_PublicBasisURL)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_PackageConfigurationFileName)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Username)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_Password)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxyForWebDAV)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radButton_Save)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_ServerAddress;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_PublicBaseURL;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_PackageInfoFilename;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_Username;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_Password;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem3;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem4;
|
||||
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem5;
|
||||
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_UseProxyForWebDAV;
|
||||
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.RadLabel radLabel4;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel5;
|
||||
private Telerik.WinControls.UI.RadLabel radLabel6;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_ServerAddress;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_PublicBasisURL;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_PackageConfigurationFileName;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Username;
|
||||
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_Password;
|
||||
private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitch_UseProxyForWebDAV;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Save;
|
||||
private Telerik.WinControls.UI.RadButton radButton_Cancel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user