fix folder structure
This commit is contained in:
348
Pilz.Updating.Administration.GUI/UpdateServerInfoEditor.Designer.cs
generated
Normal file
348
Pilz.Updating.Administration.GUI/UpdateServerInfoEditor.Designer.cs
generated
Normal file
@@ -0,0 +1,348 @@
|
||||
namespace Pilz.Updating.Administration.GUI
|
||||
{
|
||||
partial class UpdateServerInfoEditor
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
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.SuspendLayout();
|
||||
//
|
||||
// TextBoxX_ServerAddress
|
||||
//
|
||||
this.TextBoxX_ServerAddress.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// layoutControl1
|
||||
//
|
||||
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";
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// TextBoxX_PublicBaseURL
|
||||
//
|
||||
this.TextBoxX_PublicBaseURL.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// TextBoxX_PackageInfoFilename
|
||||
//
|
||||
this.TextBoxX_PackageInfoFilename.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// TextBoxX_Username
|
||||
//
|
||||
this.TextBoxX_Username.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// TextBoxX_Password
|
||||
//
|
||||
this.TextBoxX_Password.BackColor = System.Drawing.Color.White;
|
||||
//
|
||||
//
|
||||
//
|
||||
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;
|
||||
//
|
||||
// UpdateServerInfoEditor
|
||||
//
|
||||
this.AcceptButton = this.ButtonX_OK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "UpdateServerInfoEditor";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "UpdateServerInfoEditor";
|
||||
this.Shown += new System.EventHandler(this.UpdateServerInfoEditor_Shown);
|
||||
this.layoutControl1.ResumeLayout(false);
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user