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,255 +29,190 @@ namespace Pilz.Updating.Administration.GUI
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordBotSettingsWindow));
this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
this.TextBoxX_AppName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.TextBoxX_Msg = new DevComponents.DotNetBar.Controls.TextBoxX();
this.TextBoxX_BotToken = new DevComponents.DotNetBar.Controls.TextBoxX();
this.ButtonX_Cancel = new DevComponents.DotNetBar.ButtonX();
this.ButtonX_Okay = new DevComponents.DotNetBar.ButtonX();
this.switchButton_UseProxy = new DevComponents.DotNetBar.Controls.SwitchButton();
this.layoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControlItem6 = 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.layoutControlItem4 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
this.layoutControl1.SuspendLayout();
this.panel1 = new System.Windows.Forms.Panel();
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.radTextBoxControl_BotToken = new Telerik.WinControls.UI.RadTextBoxControl();
this.radTextBoxControl_DefaultProgramName = new Telerik.WinControls.UI.RadTextBoxControl();
this.radRichTextEditor_DefaultMessage = new Telerik.WinControls.UI.RadRichTextEditor();
this.radToggleSwitch_UseProxy = new Telerik.WinControls.UI.RadToggleSwitch();
this.radButton_Abbrechen = new Telerik.WinControls.UI.RadButton();
this.radButton_Okay = new Telerik.WinControls.UI.RadButton();
this.panel1.SuspendLayout();
((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.radTextBoxControl_BotToken)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_DefaultProgramName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_DefaultMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Abbrechen)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
// panel1
//
this.layoutControl1.BackColor = System.Drawing.Color.Transparent;
this.layoutControl1.Controls.Add(this.TextBoxX_AppName);
this.layoutControl1.Controls.Add(this.TextBoxX_Msg);
this.layoutControl1.Controls.Add(this.TextBoxX_BotToken);
this.layoutControl1.Controls.Add(this.ButtonX_Cancel);
this.layoutControl1.Controls.Add(this.ButtonX_Okay);
this.layoutControl1.Controls.Add(this.switchButton_UseProxy);
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.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.radLabel4);
this.panel1.Controls.Add(this.radTextBoxControl_BotToken);
this.panel1.Controls.Add(this.radLabel3);
this.panel1.Controls.Add(this.radTextBoxControl_DefaultProgramName);
this.panel1.Controls.Add(this.radLabel2);
this.panel1.Controls.Add(this.radRichTextEditor_DefaultMessage);
this.panel1.Controls.Add(this.radToggleSwitch_UseProxy);
this.panel1.Controls.Add(this.radButton_Abbrechen);
this.panel1.Controls.Add(this.radButton_Okay);
this.panel1.Controls.Add(this.radLabel1);
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(736, 471);
this.panel1.TabIndex = 0;
//
// radLabel1
//
this.radLabel1.Location = new System.Drawing.Point(3, 5);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(61, 18);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Bot-Token:";
//
this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
this.layoutControlItem3,
this.layoutControlItem6,
this.layoutSpacerItem2,
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutSpacerItem1,
this.layoutControlItem4,
this.layoutControlItem5});
this.layoutControl1.Size = new System.Drawing.Size(736, 471);
this.layoutControl1.TabIndex = 0;
// radLabel2
//
// TextBoxX_AppName
this.radLabel2.Location = new System.Drawing.Point(3, 33);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(94, 18);
this.radLabel2.TabIndex = 1;
this.radLabel2.Text = "Proxy verwenden:";
//
this.TextBoxX_AppName.BackColor = System.Drawing.Color.White;
// radLabel3
//
this.radLabel3.Location = new System.Drawing.Point(3, 61);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(114, 18);
this.radLabel3.TabIndex = 2;
this.radLabel3.Text = "Standart-Programme:";
//
// radLabel4
//
this.TextBoxX_AppName.Border.Class = "TextBoxBorder";
this.TextBoxX_AppName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.TextBoxX_AppName.DisabledBackColor = System.Drawing.Color.White;
this.TextBoxX_AppName.ForeColor = System.Drawing.Color.Black;
this.TextBoxX_AppName.Location = new System.Drawing.Point(142, 62);
this.TextBoxX_AppName.Margin = new System.Windows.Forms.Padding(0);
this.TextBoxX_AppName.Name = "TextBoxX_AppName";
this.TextBoxX_AppName.PreventEnterBeep = true;
this.TextBoxX_AppName.Size = new System.Drawing.Size(590, 20);
this.TextBoxX_AppName.TabIndex = 3;
this.TextBoxX_AppName.TextChanged += new System.EventHandler(this.TextBoxX_AppName_TextChanged);
this.radLabel4.Location = new System.Drawing.Point(3, 89);
this.radLabel4.Name = "radLabel4";
this.radLabel4.Size = new System.Drawing.Size(103, 18);
this.radLabel4.TabIndex = 3;
this.radLabel4.Text = "Standart-Nachricht:";
//
// TextBoxX_Msg
// radTextBoxControl_BotToken
//
this.TextBoxX_Msg.BackColor = System.Drawing.Color.White;
this.radTextBoxControl_BotToken.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBoxControl_BotToken.Location = new System.Drawing.Point(127, 3);
this.radTextBoxControl_BotToken.Name = "radTextBoxControl_BotToken";
this.radTextBoxControl_BotToken.Size = new System.Drawing.Size(606, 22);
this.radTextBoxControl_BotToken.TabIndex = 0;
//
// radTextBoxControl_DefaultProgramName
//
this.radTextBoxControl_DefaultProgramName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBoxControl_DefaultProgramName.Location = new System.Drawing.Point(127, 59);
this.radTextBoxControl_DefaultProgramName.Name = "radTextBoxControl_DefaultProgramName";
this.radTextBoxControl_DefaultProgramName.Size = new System.Drawing.Size(606, 22);
this.radTextBoxControl_DefaultProgramName.TabIndex = 4;
//
this.TextBoxX_Msg.Border.Class = "TextBoxBorder";
this.TextBoxX_Msg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.TextBoxX_Msg.DisabledBackColor = System.Drawing.Color.White;
this.TextBoxX_Msg.ForeColor = System.Drawing.Color.Black;
this.TextBoxX_Msg.Location = new System.Drawing.Point(142, 90);
this.TextBoxX_Msg.Margin = new System.Windows.Forms.Padding(0);
this.TextBoxX_Msg.Multiline = true;
this.TextBoxX_Msg.Name = "TextBoxX_Msg";
this.TextBoxX_Msg.PreventEnterBeep = true;
this.TextBoxX_Msg.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.TextBoxX_Msg.Size = new System.Drawing.Size(590, 346);
this.TextBoxX_Msg.TabIndex = 4;
this.TextBoxX_Msg.TextChanged += new System.EventHandler(this.TextBoxX_Msg_TextChanged);
// radRichTextEditor_DefaultMessage
//
// TextBoxX_BotToken
this.radRichTextEditor_DefaultMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radRichTextEditor_DefaultMessage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.radRichTextEditor_DefaultMessage.Location = new System.Drawing.Point(127, 87);
this.radRichTextEditor_DefaultMessage.Name = "radRichTextEditor_DefaultMessage";
this.radRichTextEditor_DefaultMessage.SelectionFill = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
this.radRichTextEditor_DefaultMessage.SelectionStroke = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(236)))), ((int)(((byte)(248)))));
this.radRichTextEditor_DefaultMessage.Size = new System.Drawing.Size(606, 351);
this.radRichTextEditor_DefaultMessage.TabIndex = 0;
//
this.TextBoxX_BotToken.BackColor = System.Drawing.Color.White;
// radToggleSwitch_UseProxy
//
this.radToggleSwitch_UseProxy.Location = new System.Drawing.Point(127, 32);
this.radToggleSwitch_UseProxy.Name = "radToggleSwitch_UseProxy";
this.radToggleSwitch_UseProxy.Size = new System.Drawing.Size(50, 20);
this.radToggleSwitch_UseProxy.TabIndex = 0;
//
// radButton_Abbrechen
//
this.TextBoxX_BotToken.Border.Class = "TextBoxBorder";
this.TextBoxX_BotToken.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.TextBoxX_BotToken.DisabledBackColor = System.Drawing.Color.White;
this.TextBoxX_BotToken.ForeColor = System.Drawing.Color.Black;
this.TextBoxX_BotToken.Location = new System.Drawing.Point(142, 4);
this.TextBoxX_BotToken.Margin = new System.Windows.Forms.Padding(0);
this.TextBoxX_BotToken.Name = "TextBoxX_BotToken";
this.TextBoxX_BotToken.PreventEnterBeep = true;
this.TextBoxX_BotToken.Size = new System.Drawing.Size(590, 20);
this.TextBoxX_BotToken.TabIndex = 0;
this.TextBoxX_BotToken.TextChanged += new System.EventHandler(this.TextBoxX_BotToken_TextChanged);
this.radButton_Abbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Abbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.radButton_Abbrechen.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_delete_sign_16px;
this.radButton_Abbrechen.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Abbrechen.Location = new System.Drawing.Point(527, 444);
this.radButton_Abbrechen.Name = "radButton_Abbrechen";
this.radButton_Abbrechen.Size = new System.Drawing.Size(100, 24);
this.radButton_Abbrechen.TabIndex = 0;
this.radButton_Abbrechen.Text = "Abbrechen";
this.radButton_Abbrechen.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Abbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
// ButtonX_Cancel
// radButton_Okay
//
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(574, 444);
this.ButtonX_Cancel.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
this.ButtonX_Cancel.Size = new System.Drawing.Size(75, 23);
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonX_Cancel.TabIndex = 6;
this.ButtonX_Cancel.Text = "Abbrechen";
//
// ButtonX_Okay
//
this.ButtonX_Okay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Okay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.ButtonX_Okay.Location = new System.Drawing.Point(657, 444);
this.ButtonX_Okay.Margin = new System.Windows.Forms.Padding(0);
this.ButtonX_Okay.Name = "ButtonX_Okay";
this.ButtonX_Okay.Size = new System.Drawing.Size(75, 23);
this.ButtonX_Okay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.ButtonX_Okay.TabIndex = 7;
this.ButtonX_Okay.Text = "Okay";
this.ButtonX_Okay.Click += new System.EventHandler(this.ButtonX_Okay_Click);
//
// switchButton_UseProxy
//
//
//
//
this.switchButton_UseProxy.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.switchButton_UseProxy.Location = new System.Drawing.Point(142, 32);
this.switchButton_UseProxy.Margin = new System.Windows.Forms.Padding(0);
this.switchButton_UseProxy.Name = "switchButton_UseProxy";
this.switchButton_UseProxy.OffText = "Nein";
this.switchButton_UseProxy.OnText = "Ja";
this.switchButton_UseProxy.Size = new System.Drawing.Size(104, 22);
this.switchButton_UseProxy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.switchButton_UseProxy.TabIndex = 1;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.TextBoxX_BotToken;
this.layoutControlItem3.Height = 28;
this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Text = "Bot-Token:";
this.layoutControlItem3.Width = 100;
this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.switchButton_UseProxy;
this.layoutControlItem6.Height = 30;
this.layoutControlItem6.MinSize = new System.Drawing.Size(64, 18);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Text = "Proxy verwenden:";
this.layoutControlItem6.TextPadding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.layoutControlItem6.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_AppName;
this.layoutControlItem1.Height = 28;
this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Text = "Standart-Programmname:";
this.layoutControlItem1.Width = 100;
this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.TextBoxX_Msg;
this.layoutControlItem2.Height = 100;
this.layoutControlItem2.HeightType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
this.layoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Text = "Standart-Nachricht:";
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;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.ButtonX_Cancel;
this.layoutControlItem4.Height = 31;
this.layoutControlItem4.MinSize = new System.Drawing.Size(32, 20);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Width = 83;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.ButtonX_Okay;
this.layoutControlItem5.Height = 31;
this.layoutControlItem5.MinSize = new System.Drawing.Size(32, 20);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Width = 83;
this.radButton_Okay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.radButton_Okay.DialogResult = System.Windows.Forms.DialogResult.OK;
this.radButton_Okay.Image = global::Pilz.Updating.Administration.GUI.My.Resources.Resources.icons8_checkmark_16px;
this.radButton_Okay.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
this.radButton_Okay.Location = new System.Drawing.Point(633, 444);
this.radButton_Okay.Name = "radButton_Okay";
this.radButton_Okay.Size = new System.Drawing.Size(100, 24);
this.radButton_Okay.TabIndex = 5;
this.radButton_Okay.Text = "Okay";
this.radButton_Okay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.radButton_Okay.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
// DiscordBotSettingsWindow
//
this.CancelButton = this.ButtonX_Cancel;
this.CancelButton = this.radButton_Abbrechen;
this.ClientSize = new System.Drawing.Size(736, 471);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DiscordBotSettingsWindow";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Discord Bot-Einstellungen";
this.TopLeftCornerSize = 0;
this.TopRightCornerSize = 0;
this.layoutControl1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((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.radTextBoxControl_BotToken)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBoxControl_DefaultProgramName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radRichTextEditor_DefaultMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radToggleSwitch_UseProxy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Abbrechen)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_Okay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_AppName;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1;
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_Msg;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2;
private DevComponents.DotNetBar.Controls.TextBoxX TextBoxX_BotToken;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem3;
private DevComponents.DotNetBar.ButtonX ButtonX_Cancel;
private DevComponents.DotNetBar.ButtonX ButtonX_Okay;
private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem1;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem4;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem5;
private DevComponents.DotNetBar.Controls.SwitchButton switchButton_UseProxy;
private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem6;
private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem2;
private System.Windows.Forms.Panel panel1;
private Telerik.WinControls.UI.RadLabel radLabel4;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_BotToken;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadTextBoxControl radTextBoxControl_DefaultProgramName;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadRichTextEditor radRichTextEditor_DefaultMessage;
private Telerik.WinControls.UI.RadToggleSwitch radToggleSwitch_UseProxy;
private Telerik.WinControls.UI.RadButton radButton_Abbrechen;
private Telerik.WinControls.UI.RadButton radButton_Okay;
private Telerik.WinControls.UI.RadLabel radLabel1;
}
}