2009-07-19 20:30:15 +00:00
|
|
|
|
namespace CodeImp.DoomBuilder.Controls
|
2009-07-17 15:06:15 +00:00
|
|
|
|
{
|
|
|
|
|
partial class DockersControl
|
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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()
|
|
|
|
|
{
|
2009-07-19 20:30:15 +00:00
|
|
|
|
this.tabs = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.splitter = new CodeImp.DoomBuilder.Controls.TransparentPanel();
|
2009-07-17 15:06:15 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2009-07-19 20:30:15 +00:00
|
|
|
|
// tabs
|
|
|
|
|
//
|
|
|
|
|
this.tabs.Alignment = System.Windows.Forms.TabAlignment.Left;
|
|
|
|
|
this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tabs.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.tabs.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tabs.Multiline = true;
|
|
|
|
|
this.tabs.Name = "tabs";
|
|
|
|
|
this.tabs.Padding = new System.Drawing.Point(12, 5);
|
|
|
|
|
this.tabs.SelectedIndex = 0;
|
|
|
|
|
this.tabs.Size = new System.Drawing.Size(308, 541);
|
|
|
|
|
this.tabs.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// splitter
|
|
|
|
|
//
|
|
|
|
|
this.splitter.Cursor = System.Windows.Forms.Cursors.SizeWE;
|
|
|
|
|
this.splitter.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.splitter.Location = new System.Drawing.Point(304, 0);
|
|
|
|
|
this.splitter.Name = "splitter";
|
|
|
|
|
this.splitter.Size = new System.Drawing.Size(4, 541);
|
|
|
|
|
this.splitter.TabIndex = 1;
|
|
|
|
|
//
|
2009-07-17 15:06:15 +00:00
|
|
|
|
// DockersControl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2009-07-19 20:30:15 +00:00
|
|
|
|
this.Controls.Add(this.splitter);
|
|
|
|
|
this.Controls.Add(this.tabs);
|
2009-07-17 15:06:15 +00:00
|
|
|
|
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.Name = "DockersControl";
|
2009-07-19 20:30:15 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(308, 541);
|
2009-07-17 15:06:15 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2009-07-19 20:30:15 +00:00
|
|
|
|
private System.Windows.Forms.TabControl tabs;
|
|
|
|
|
private TransparentPanel splitter;
|
2009-07-17 15:06:15 +00:00
|
|
|
|
}
|
|
|
|
|
}
|