namespace Pilz.Updating.Administration.GUI { partial class DiscordBotSettingsWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordBotSettingsWindow)); 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(); // // panel1 // 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:"; // // radLabel2 // 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:"; // // 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.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:"; // // radTextBoxControl_BotToken // 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; // // radRichTextEditor_DefaultMessage // 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; // // 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.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; // // radButton_Okay // 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.radButton_Abbrechen; this.ClientSize = new System.Drawing.Size(736, 471); 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.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 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; } }