SafeDispatch/Safedispatch_4_0/TabName.Designer.cs
2024-02-22 18:43:59 +02:00

121 lines
6.2 KiB
C#

namespace Safedispatch_4_0
{
partial class TabName
{
/// <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(TabName));
this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
this.btOK = new Telerik.WinControls.UI.RadButton();
this.labelNewTab = new Telerik.WinControls.UI.RadLabel();
((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btOK)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelNewTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// radTextBox1
//
this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.radTextBox1.Location = new System.Drawing.Point(12, 11);
this.radTextBox1.Name = "radTextBox1";
this.radTextBox1.NullText = "Enter tab name";
this.radTextBox1.Size = new System.Drawing.Size(217, 20);
this.radTextBox1.TabIndex = 0;
this.radTextBox1.TabStop = false;
this.radTextBox1.Text = "Tab 1";
this.radTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.radTextBox1_KeyPress);
//
// btOK
//
this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.btOK.CausesValidation = false;
this.btOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btOK.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btOK.Location = new System.Drawing.Point(58, 71);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(128, 34);
this.btOK.TabIndex = 77;
this.btOK.Text = "Create Tab";
this.btOK.ThemeName = "TelerikMetroBlue";
this.btOK.Click += new System.EventHandler(this.btOK_Click);
((Telerik.WinControls.UI.RadButtonElement)(this.btOK.GetChildAt(0))).Text = "Create Tab";
((Telerik.WinControls.Primitives.FillPrimitive)(this.btOK.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
((Telerik.WinControls.Primitives.TextPrimitive)(this.btOK.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btOK.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
//
// labelNewTab
//
this.labelNewTab.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.labelNewTab.ForeColor = System.Drawing.Color.DarkGray;
this.labelNewTab.Location = new System.Drawing.Point(12, 30);
this.labelNewTab.Name = "labelNewTab";
this.labelNewTab.Size = new System.Drawing.Size(91, 19);
this.labelNewTab.TabIndex = 90;
this.labelNewTab.Text = "New tab name";
//
// TabName
//
this.ClientSize = new System.Drawing.Size(241, 113);
this.Controls.Add(this.btOK);
this.Controls.Add(this.radTextBox1);
this.Controls.Add(this.labelNewTab);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TabName";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "TabName";
this.ThemeName = "TelerikMetroBlue";
((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btOK)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelNewTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadTextBox radTextBox1;
public Telerik.WinControls.UI.RadButton btOK;
private Telerik.WinControls.UI.RadLabel labelNewTab;
}
}