namespace TradeIdeas.TIProGUI
{
partial class AddThemeMessageBox
{
///
/// 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()
{
this.btn_Save = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.lbl_ThemeName = new System.Windows.Forms.Label();
this.txtBox_ThemeName = new System.Windows.Forms.TextBox();
this.chkBox_UseAsDefaultLayout = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// btn_Save
//
this.btn_Save.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btn_Save.Enabled = false;
this.btn_Save.Location = new System.Drawing.Point(152, 44);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(51, 29);
this.btn_Save.TabIndex = 0;
this.btn_Save.Text = "Save";
this.btn_Save.UseVisualStyleBackColor = true;
//
// btn_Cancel
//
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Cancel.Location = new System.Drawing.Point(205, 44);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(51, 29);
this.btn_Cancel.TabIndex = 1;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
//
// lbl_ThemeName
//
this.lbl_ThemeName.AutoSize = true;
this.lbl_ThemeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
this.lbl_ThemeName.Location = new System.Drawing.Point(3, 18);
this.lbl_ThemeName.Name = "lbl_ThemeName";
this.lbl_ThemeName.Size = new System.Drawing.Size(104, 20);
this.lbl_ThemeName.TabIndex = 2;
this.lbl_ThemeName.Text = "Theme Name";
//
// txtBox_ThemeName
//
this.txtBox_ThemeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
this.txtBox_ThemeName.Location = new System.Drawing.Point(126, 12);
this.txtBox_ThemeName.Name = "txtBox_ThemeName";
this.txtBox_ThemeName.Size = new System.Drawing.Size(130, 26);
this.txtBox_ThemeName.TabIndex = 3;
this.txtBox_ThemeName.MaxLength = 14;
this.txtBox_ThemeName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxThemeName_KeyPress);
this.txtBox_ThemeName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBoxThemeName_KeyUp);
//
// chkBox_UseAsDefaultLayout
//
this.chkBox_UseAsDefaultLayout.AutoSize = true;
this.chkBox_UseAsDefaultLayout.Location = new System.Drawing.Point(7, 48);
this.chkBox_UseAsDefaultLayout.Name = "chkBox_UseAsDefaultLayout";
this.chkBox_UseAsDefaultLayout.Size = new System.Drawing.Size(193, 24);
this.chkBox_UseAsDefaultLayout.TabIndex = 4;
this.chkBox_UseAsDefaultLayout.Text = "Use as Default Layout";
this.chkBox_UseAsDefaultLayout.UseVisualStyleBackColor = true;
//
// AddThemeMessageBox
//
this.ClientSize = new System.Drawing.Size(268, 82);
this.Controls.Add(this.txtBox_ThemeName);
this.Controls.Add(this.lbl_ThemeName);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.chkBox_UseAsDefaultLayout);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AddThemeMessageBox";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Add New Theme";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Button btn_Cancel;
private System.Windows.Forms.Label lbl_ThemeName;
private System.Windows.Forms.TextBox txtBox_ThemeName;
private System.Windows.Forms.CheckBox chkBox_UseAsDefaultLayout;
}
}