namespace RySkins
{
partial class SKinTabForm
{
///
/// 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.chromeTabControl1 = new ryControls.ChromeTabControl();
this.SuspendLayout();
//
// chromeTabControl1
//
this.chromeTabControl1.AllowDragTab = false;
this.chromeTabControl1.BackTabPageImage = null;
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.chromeTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chromeTabControl1.DrawTabBorder = true;
this.chromeTabControl1.ItemSize = new System.Drawing.Size(300, 25);
this.chromeTabControl1.Location = new System.Drawing.Point(3, 29);
this.chromeTabControl1.Name = "chromeTabControl1";
this.chromeTabControl1.Padding = new System.Drawing.Point(0, 0);
this.chromeTabControl1.Radius = 8;
this.chromeTabControl1.SelectedIndex = 0;
this.chromeTabControl1.ShowAddButton = false;
this.chromeTabControl1.ShowCloseButton = false;
this.chromeTabControl1.Size = new System.Drawing.Size(588, 489);
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.chromeTabControl1.TabContextMenuStrip = null;
this.chromeTabControl1.TabIndex = 0;
this.chromeTabControl1.TabMaxWidth = 400;
this.chromeTabControl1.TabOffColorEnd = System.Drawing.Color.White;
this.chromeTabControl1.TabOffColorStart = System.Drawing.Color.Linen;
//
// SKinTabForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(594, 521);
this.Controls.Add(this.chromeTabControl1);
this.Name = "SKinTabForm";
this.Padding = new System.Windows.Forms.Padding(2);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SKinTabForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SKinTabForm_FormClosed);
this.Load += new System.EventHandler(this.SKinTabForm_Load);
this.ResumeLayout(false);
}
#endregion
private ryControls.ChromeTabControl chromeTabControl1;
}
}