namespace UCAD_Shell
{
partial class UCAD
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.UCAD_tabControl = new System.Windows.Forms.TabControl();
this.UCAD_splitContainer = new System.Windows.Forms.SplitContainer();
this.UCAD_panel = new System.Windows.Forms.Panel();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.UCAD_splitContainer.Panel1.SuspendLayout();
this.UCAD_splitContainer.Panel2.SuspendLayout();
this.UCAD_splitContainer.SuspendLayout();
this.SuspendLayout();
//
// UCAD_tabControl
//
this.UCAD_tabControl.Alignment = System.Windows.Forms.TabAlignment.Left;
this.UCAD_tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UCAD_tabControl.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.UCAD_tabControl.Location = new System.Drawing.Point(3, 3);
this.UCAD_tabControl.Multiline = true;
this.UCAD_tabControl.Name = "UCAD_tabControl";
this.UCAD_tabControl.SelectedIndex = 0;
this.UCAD_tabControl.ShowToolTips = true;
this.UCAD_tabControl.Size = new System.Drawing.Size(216, 542);
this.UCAD_tabControl.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
this.UCAD_tabControl.TabIndex = 2;
//
// UCAD_splitContainer
//
this.UCAD_splitContainer.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.UCAD_splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.UCAD_splitContainer.Location = new System.Drawing.Point(0, 0);
this.UCAD_splitContainer.Name = "UCAD_splitContainer";
//
// UCAD_splitContainer.Panel1
//
this.UCAD_splitContainer.Panel1.Controls.Add(this.UCAD_tabControl);
//
// UCAD_splitContainer.Panel2
//
this.UCAD_splitContainer.Panel2.Controls.Add(this.UCAD_panel);
this.UCAD_splitContainer.Size = new System.Drawing.Size(647, 549);
this.UCAD_splitContainer.SplitterDistance = 221;
this.UCAD_splitContainer.TabIndex = 8;
//
// UCAD_panel
//
this.UCAD_panel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.UCAD_panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.UCAD_panel.Location = new System.Drawing.Point(0, 0);
this.UCAD_panel.Name = "UCAD_panel";
this.UCAD_panel.Size = new System.Drawing.Size(422, 549);
this.UCAD_panel.TabIndex = 0;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// UCAD
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.UCAD_splitContainer);
this.Name = "UCAD";
this.Size = new System.Drawing.Size(647, 549);
this.UCAD_splitContainer.Panel1.ResumeLayout(false);
this.UCAD_splitContainer.Panel2.ResumeLayout(false);
this.UCAD_splitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl UCAD_tabControl;
private System.Windows.Forms.SplitContainer UCAD_splitContainer;
private System.Windows.Forms.Panel UCAD_panel;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}