2023-11-07 08:36:50 +00:00
|
|
|
|
|
|
|
|
|
|
namespace RySkins
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class SKinTabForm
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
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;
|
2025-06-27 02:17:38 +00:00
|
|
|
|
this.chromeTabControl1.DrawTabBorder = true;
|
|
|
|
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(300, 25);
|
2023-11-07 08:36:50 +00:00
|
|
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(3, 29);
|
|
|
|
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
2025-06-27 02:17:38 +00:00
|
|
|
|
this.chromeTabControl1.Padding = new System.Drawing.Point(0, 0);
|
2023-11-07 08:36:50 +00:00
|
|
|
|
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;
|
2025-06-27 02:17:38 +00:00
|
|
|
|
this.chromeTabControl1.TabMaxWidth = 400;
|
2023-11-07 08:36:50 +00:00
|
|
|
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|