Using VS 2010 and Windows 7 Ultimate.
namespace
TelerikTest
{
partial
class
ToolboxForm2
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources =
new
System.ComponentModel.ComponentResourceManager(
typeof
(ToolboxForm2));
this
.rtSettings =
new
Telerik.WinControls.UI.RibbonTab();
this
.rtCreate =
new
Telerik.WinControls.UI.RibbonTab();
this
.radRibbonBar1 =
new
Telerik.WinControls.UI.RadRibbonBar();
this
.radStatusStrip1 =
new
Telerik.WinControls.UI.RadStatusStrip();
this
.panel1 =
new
System.Windows.Forms.Panel();
this
.office2010SilverTheme1 =
new
Telerik.WinControls.Themes.Office2010SilverTheme();
((System.ComponentModel.ISupportInitialize)(
this
.radRibbonBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.radStatusStrip1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
)).BeginInit();
this
.SuspendLayout();
//
// rtSettings
//
this
.rtSettings.AccessibleDescription =
"Settings"
;
this
.rtSettings.AccessibleName =
"Settings"
;
this
.rtSettings.Alignment = System.Drawing.ContentAlignment.BottomLeft;
//
// rtSettings.ContentPanel
//
this
.rtSettings.ContentPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this
.rtSettings.ContentPanel.CausesValidation =
true
;
this
.rtSettings.ContentPanel.Font =
new
System.Drawing.Font(
"Microsoft Sans Serif"
, 8.25F);
this
.rtSettings.ContentPanel.ForeColor = System.Drawing.SystemColors.ControlText;
this
.rtSettings.ContentPanel.Location =
new
System.Drawing.Point(0, 0);
this
.rtSettings.ContentPanel.Size =
new
System.Drawing.Size(200, 100);
this
.rtSettings.IsSelected =
true
;
this
.rtSettings.Margin =
new
System.Windows.Forms.Padding(2, 0, 0, 0);
this
.rtSettings.Name =
"rtSettings"
;
this
.rtSettings.StretchHorizontally =
false
;
this
.rtSettings.Text =
"Settings"
;
this
.rtSettings.Visibility = Telerik.WinControls.ElementVisibility.Visible;
//
// rtCreate
//
this
.rtCreate.AccessibleDescription =
"Create"
;
this
.rtCreate.AccessibleName =
"Create"
;
this
.rtCreate.Alignment = System.Drawing.ContentAlignment.BottomLeft;
//
// rtCreate.ContentPanel
//
this
.rtCreate.ContentPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this
.rtCreate.ContentPanel.CausesValidation =
true
;
this
.rtCreate.ContentPanel.Font =
new
System.Drawing.Font(
"Microsoft Sans Serif"
, 8.25F);
this
.rtCreate.ContentPanel.ForeColor = System.Drawing.SystemColors.ControlText;
this
.rtCreate.ContentPanel.Location =
new
System.Drawing.Point(0, 0);
this
.rtCreate.ContentPanel.Size =
new
System.Drawing.Size(200, 100);
this
.rtCreate.Name =
"rtCreate"
;
this
.rtCreate.StretchHorizontally =
false
;
this
.rtCreate.Text =
"Create"
;
this
.rtCreate.Visibility = Telerik.WinControls.ElementVisibility.Visible;
//
// radRibbonBar1
//
this
.radRibbonBar1.AutoSize =
true
;
this
.radRibbonBar1.BackColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(191)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(254)))));
this
.radRibbonBar1.CommandTabs.AddRange(
new
Telerik.WinControls.RadItem[] {
this
.rtSettings,
this
.rtCreate});
this
.radRibbonBar1.Dock = System.Windows.Forms.DockStyle.Top;
this
.radRibbonBar1.EnableKeyMap =
true
;
//
//
//
this
.radRibbonBar1.ExitButton.AccessibleDescription =
"Exit"
;
this
.radRibbonBar1.ExitButton.AccessibleName =
"Exit"
;
//
//
//
this
.radRibbonBar1.ExitButton.ButtonElement.AccessibleDescription =
"Exit"
;
this
.radRibbonBar1.ExitButton.ButtonElement.AccessibleName =
"Exit"
;
this
.radRibbonBar1.ExitButton.ButtonElement.Class =
"RadMenuButtonElement"
;
this
.radRibbonBar1.ExitButton.ButtonElement.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this
.radRibbonBar1.ExitButton.Text =
"Exit"
;
this
.radRibbonBar1.Location =
new
System.Drawing.Point(0, 0);
this
.radRibbonBar1.Name =
"radRibbonBar1"
;
//
//
//
this
.radRibbonBar1.OptionsButton.AccessibleDescription =
"Options"
;
this
.radRibbonBar1.OptionsButton.AccessibleName =
"Options"
;
//
//
//
this
.radRibbonBar1.OptionsButton.ButtonElement.AccessibleDescription =
"Options"
;
this
.radRibbonBar1.OptionsButton.ButtonElement.AccessibleName =
"Options"
;
this
.radRibbonBar1.OptionsButton.ButtonElement.Class =
"RadMenuButtonElement"
;
this
.radRibbonBar1.OptionsButton.ButtonElement.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this
.radRibbonBar1.OptionsButton.Text =
"Options"
;
//
//
//
this
.radRibbonBar1.RootElement.AccessibleDescription =
null
;
this
.radRibbonBar1.RootElement.AccessibleName =
null
;
this
.radRibbonBar1.RootElement.Alignment = System.Drawing.ContentAlignment.TopLeft;
this
.radRibbonBar1.RootElement.AngleTransform = 0F;
this
.radRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
this
.radRibbonBar1.RootElement.FlipText =
false
;
this
.radRibbonBar1.RootElement.Margin =
new
System.Windows.Forms.Padding(0);
this
.radRibbonBar1.RootElement.Padding =
new
System.Windows.Forms.Padding(0);
this
.radRibbonBar1.RootElement.Text =
null
;
this
.radRibbonBar1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
this
.radRibbonBar1.Size =
new
System.Drawing.Size(722, 144);
this
.radRibbonBar1.StartButtonImage = ((System.Drawing.Image)(resources.GetObject(
"radRibbonBar1.StartButtonImage"
)));
this
.radRibbonBar1.TabIndex = 0;
this
.radRibbonBar1.Text =
"Toolbox"
;
((Telerik.WinControls.UI.RadRibbonBarElement)(
this
.radRibbonBar1.GetChildAt(0))).Text =
"Toolbox"
;
((Telerik.WinControls.UI.RadImageButtonElement)(
this
.radRibbonBar1.GetChildAt(0).GetChildAt(7))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
//
// radStatusStrip1
//
this
.radStatusStrip1.AutoSize =
true
;
this
.radStatusStrip1.LayoutStyle = Telerik.WinControls.UI.RadStatusBarLayoutStyle.Stack;
this
.radStatusStrip1.Location =
new
System.Drawing.Point(0, 656);
this
.radStatusStrip1.Name =
"radStatusStrip1"
;
//
//
//
this
.radStatusStrip1.RootElement.AccessibleDescription =
null
;
this
.radStatusStrip1.RootElement.AccessibleName =
null
;
this
.radStatusStrip1.RootElement.Alignment = System.Drawing.ContentAlignment.TopLeft;
this
.radStatusStrip1.RootElement.AngleTransform = 0F;
this
.radStatusStrip1.RootElement.FlipText =
false
;
this
.radStatusStrip1.RootElement.Margin =
new
System.Windows.Forms.Padding(0);
this
.radStatusStrip1.RootElement.Padding =
new
System.Windows.Forms.Padding(0);
this
.radStatusStrip1.RootElement.Text =
null
;
this
.radStatusStrip1.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
this
.radStatusStrip1.Size =
new
System.Drawing.Size(722, 26);
this
.radStatusStrip1.SizingGrip =
false
;
this
.radStatusStrip1.TabIndex = 1;
this
.radStatusStrip1.Text =
"radStatusStrip1"
;
//
// panel1
//
this
.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this
.panel1.Location =
new
System.Drawing.Point(0, 144);
this
.panel1.Name =
"panel1"
;
this
.panel1.Size =
new
System.Drawing.Size(722, 512);
this
.panel1.TabIndex = 2;
//
// ToolboxForm2
//
this
.AutoScaleDimensions =
new
System.Drawing.SizeF(96F, 96F);
this
.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this
.ClientSize =
new
System.Drawing.Size(722, 682);
this
.Controls.Add(
this
.panel1);
this
.Controls.Add(
this
.radStatusStrip1);
this
.Controls.Add(
this
.radRibbonBar1);
this
.Name =
"ToolboxForm2"
;
//
//
//
this
.RootElement.AccessibleDescription =
null
;
this
.RootElement.AccessibleName =
null
;
this
.RootElement.AngleTransform = 0F;
this
.RootElement.ApplyShapeToControl =
true
;
this
.RootElement.FlipText =
false
;
this
.RootElement.Margin =
new
System.Windows.Forms.Padding(0);
this
.RootElement.Padding =
new
System.Windows.Forms.Padding(0);
this
.RootElement.Text =
null
;
this
.RootElement.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
this
.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this
.Text =
"Toolbox"
;
this
.TopMost =
true
;
((System.ComponentModel.ISupportInitialize)(
this
.radRibbonBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.radStatusStrip1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
)).EndInit();
this
.ResumeLayout(
false
);
this
.PerformLayout();
}
#endregion
private
Telerik.WinControls.UI.RadRibbonBar radRibbonBar1;
private
Telerik.WinControls.UI.RadStatusStrip radStatusStrip1;
private
System.Windows.Forms.Panel panel1;
private
Telerik.WinControls.UI.RibbonTab rtSettings;
private
Telerik.WinControls.UI.RibbonTab rtCreate;
private
Telerik.WinControls.Themes.Office2010SilverTheme office2010SilverTheme1;
}
}