namespace
RadControlsWinFormsApp1
{
partial
class
Form1
{
/// <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
.radButton1 =
new
Telerik.WinControls.UI.RadButton();
this
.radButton2 =
new
Telerik.WinControls.UI.RadButton();
this
.radDock1 =
new
Telerik.WinControls.UI.Docking.RadDock();
this
.documentContainer1 =
new
Telerik.WinControls.UI.Docking.DocumentContainer();
((System.ComponentModel.ISupportInitialize)(
this
.radButton1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.radButton2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.radDock1)).BeginInit();
this
.radDock1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(
this
.documentContainer1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
)).BeginInit();
this
.SuspendLayout();
//
// radButton1
//
this
.radButton1.Dock = System.Windows.Forms.DockStyle.Top;
this
.radButton1.Location =
new
System.Drawing.Point(0, 0);
this
.radButton1.Name =
"radButton1"
;
this
.radButton1.Size =
new
System.Drawing.Size(467, 24);
this
.radButton1.TabIndex = 0;
this
.radButton1.Text =
"Launch MDI Form 1"
;
this
.radButton1.Click +=
new
System.EventHandler(
this
.radButton1_Click);
//
// radButton2
//
this
.radButton2.Dock = System.Windows.Forms.DockStyle.Top;
this
.radButton2.Location =
new
System.Drawing.Point(0, 24);
this
.radButton2.Name =
"radButton2"
;
this
.radButton2.Size =
new
System.Drawing.Size(467, 24);
this
.radButton2.TabIndex = 1;
this
.radButton2.Text =
"Launch MDI Form 2"
;
this
.radButton2.Click +=
new
System.EventHandler(
this
.radButton2_Click);
//
// radDock1
//
this
.radDock1.Controls.Add(
this
.documentContainer1);
this
.radDock1.Dock = System.Windows.Forms.DockStyle.Fill;
this
.radDock1.DocumentManager.DocumentInsertOrder = Telerik.WinControls.UI.Docking.DockWindowInsertOrder.InFront;
this
.radDock1.Location =
new
System.Drawing.Point(0, 48);
this
.radDock1.MainDocumentContainer =
this
.documentContainer1;
this
.radDock1.Name =
"radDock1"
;
this
.radDock1.Padding =
new
System.Windows.Forms.Padding(5);
//
//
//
this
.radDock1.RootElement.MinSize =
new
System.Drawing.Size(25, 25);
this
.radDock1.Size =
new
System.Drawing.Size(467, 421);
this
.radDock1.SplitterWidth = 4;
this
.radDock1.TabIndex = 2;
this
.radDock1.TabStop =
false
;
this
.radDock1.Text =
"radDock1"
;
//
// documentContainer1
//
this
.documentContainer1.Location =
new
System.Drawing.Point(5, 5);
this
.documentContainer1.Name =
"documentContainer1"
;
this
.documentContainer1.Padding =
new
System.Windows.Forms.Padding(5);
//
//
//
this
.documentContainer1.RootElement.MinSize =
new
System.Drawing.Size(25, 25);
this
.documentContainer1.Size =
new
System.Drawing.Size(457, 411);
this
.documentContainer1.SizeInfo.SizeMode = Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill;
this
.documentContainer1.SplitterWidth = 4;
this
.documentContainer1.TabIndex = 0;
this
.documentContainer1.TabStop =
false
;
//
// Form1
//
this
.AutoScaleDimensions =
new
System.Drawing.SizeF(6F, 13F);
this
.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this
.ClientSize =
new
System.Drawing.Size(467, 469);
this
.Controls.Add(
this
.radDock1);
this
.Controls.Add(
this
.radButton2);
this
.Controls.Add(
this
.radButton1);
this
.Name =
"Form1"
;
//
//
//
this
.RootElement.ApplyShapeToControl =
true
;
this
.Text =
"Form1"
;
((System.ComponentModel.ISupportInitialize)(
this
.radButton1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.radButton2)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.radDock1)).EndInit();
this
.radDock1.ResumeLayout(
false
);
((System.ComponentModel.ISupportInitialize)(
this
.documentContainer1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
)).EndInit();
this
.ResumeLayout(
false
);
}
#endregion
private
Telerik.WinControls.UI.RadButton radButton1;
private
Telerik.WinControls.UI.RadButton radButton2;
private
Telerik.WinControls.UI.Docking.RadDock radDock1;
private
Telerik.WinControls.UI.Docking.DocumentContainer documentContainer1;
}
}