예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource2 = new Telerik.WinControls.ThemeSource();
     this.radThemeManager1        = new Telerik.WinControls.RadThemeManager();
     this.telerikMetroTheme1      = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.office2010SilverTheme2  = new Telerik.WinControls.Themes.Office2010SilverTheme();
     this.telerikMetroTouchTheme2 = new Telerik.WinControls.Themes.TelerikMetroTouchTheme();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radThemeManager1
     //
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource2
     });
     //
     // BaseRadForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(298, 279);
     this.Name = "BaseRadForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "the";
     this.ThemeName = "TelerikMetro";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     this.groupBox_ElementInfo       = new System.Windows.Forms.GroupBox();
     this.radPanel_ElementInfoHolder = new Telerik.WinControls.UI.RadPanel();
     this.radThemeManager1           = new Telerik.WinControls.RadThemeManager();
     this.groupBox_ElementInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel_ElementInfoHolder)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox_ElementInfo
     //
     this.groupBox_ElementInfo.Controls.Add(this.radPanel_ElementInfoHolder);
     this.groupBox_ElementInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox_ElementInfo.Location = new System.Drawing.Point(0, 0);
     this.groupBox_ElementInfo.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.groupBox_ElementInfo.Name     = "groupBox_ElementInfo";
     this.groupBox_ElementInfo.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.groupBox_ElementInfo.Size     = new System.Drawing.Size(856, 617);
     this.groupBox_ElementInfo.TabIndex = 5;
     this.groupBox_ElementInfo.TabStop  = false;
     this.groupBox_ElementInfo.Text     = "Element Info";
     //
     // radPanel_ElementInfoHolder
     //
     this.radPanel_ElementInfoHolder.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.radPanel_ElementInfoHolder.Location = new System.Drawing.Point(8, 26);
     this.radPanel_ElementInfoHolder.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.radPanel_ElementInfoHolder.Name     = "radPanel_ElementInfoHolder";
     this.radPanel_ElementInfoHolder.Size     = new System.Drawing.Size(840, 584);
     this.radPanel_ElementInfoHolder.TabIndex = 0;
     this.radPanel_ElementInfoHolder.Text     = "ElementInfoHolder";
     //
     // radThemeManager1
     //
     themeSource1.StorageType = Telerik.WinControls.ThemeStorageType.Resource;
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // GenericMapElementControlLite
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     //this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.groupBox_ElementInfo);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "GenericMapElementControlLite";
     this.Size   = new System.Drawing.Size(856, 617);
     this.groupBox_ElementInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel_ElementInfoHolder)).EndInit();
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource2 = new Telerik.WinControls.ThemeSource();
     this.radCalendar1     = new Telerik.WinControls.UI.RadCalendar();
     this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
     ((System.ComponentModel.ISupportInitialize)(this.radCalendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radCalendar1
     //
     this.radCalendar1.AllowColumnHeaderSelectors = true;
     this.radCalendar1.AllowMultipleSelect        = true;
     this.radCalendar1.AllowMultipleView          = true;
     this.radCalendar1.AllowRowHeaderSelectors    = true;
     this.radCalendar1.Location            = new System.Drawing.Point(12, 4);
     this.radCalendar1.MultiViewColumns    = 4;
     this.radCalendar1.MultiViewRows       = 2;
     this.radCalendar1.Name                = "radCalendar1";
     this.radCalendar1.ShowFooter          = true;
     this.radCalendar1.ShowOtherMonthsDays = false;
     this.radCalendar1.ShowRowHeaders      = true;
     this.radCalendar1.ShowViewSelector    = true;
     this.radCalendar1.Size                = new System.Drawing.Size(943, 343);
     this.radCalendar1.TabIndex            = 0;
     this.radCalendar1.Text                = "radCalendar1";
     this.radCalendar1.ThemeName           = "MyCalendar10";
     //
     // radThemeManager1
     //
     themeSource1.ThemeLocation = "D:\\VisualBuilder\\MyCalendar10_Repository.xml";
     themeSource2.ThemeLocation = "D:\\VisualBuilder\\MyCalendar10_Telerik_WinControls_UI_RadCalendar.xml";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1,
         themeSource2
     });
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(967, 359);
     this.Controls.Add(this.radCalendar1);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "RadForm1";
     ((System.ComponentModel.ISupportInitialize)(this.radCalendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource2 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource3 = new Telerik.WinControls.ThemeSource();
     this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
     this.radMenu1         = new Telerik.WinControls.UI.RadMenu();
     this.radMenuItem1     = new Telerik.WinControls.UI.RadMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // radThemeManager1
     //
     themeSource1.ThemeLocation = "~...\\...\\ThemeFiles\\RadButton.xml";
     themeSource2.ThemeLocation = "~...\\...\\ThemeFiles\\RadForm.xml";
     themeSource3.ThemeLocation = "~...\\...\\ThemeFiles\\RadLabel.xml";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1,
         themeSource2,
         themeSource3
     });
     //
     // radMenu1
     //
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem1
     });
     this.radMenu1.Location = new System.Drawing.Point(0, 0);
     this.radMenu1.Name     = "radMenu1";
     this.radMenu1.Size     = new System.Drawing.Size(606, 22);
     this.radMenu1.TabIndex = 0;
     this.radMenu1.Text     = "radMenu1";
     //
     // radMenuItem1
     //
     this.radMenuItem1.Name   = "radMenuItem1";
     this.radMenuItem1.Text   = "Show RadMessageBox";
     this.radMenuItem1.Click += new System.EventHandler(this.radMenuItem1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(606, 453);
     this.Controls.Add(this.radMenu1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.ThemeSource themeSource1             = new Telerik.WinControls.ThemeSource();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DrillFormSec));
     this.radThemeManager1           = new Telerik.WinControls.RadThemeManager();
     this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     this.mediaShape1          = new Telerik.WinControls.Tests.MediaShape();
     this.donutShape1          = new Telerik.WinControls.Tests.DonutShape();
     this.officeShape1         = new Telerik.WinControls.UI.OfficeShape();
     this.qaShape1             = new Telerik.WinControls.Tests.QAShape();
     this.tabIEShape1          = new Telerik.WinControls.UI.TabIEShape();
     this.tabOffice12Shape1    = new Telerik.WinControls.UI.TabOffice12Shape();
     this.tabVsShape1          = new Telerik.WinControls.UI.TabVsShape();
     this.trackBarDThumbShape1 = new Telerik.WinControls.UI.TrackBarDThumbShape();
     this.heartShape1          = new Telerik.WinControls.UI.HeartShape();
     this.diamondShape1        = new Telerik.WinControls.UI.DiamondShape();
     this.ellipseShape1        = new Telerik.WinControls.EllipseShape();
     this.fourChart1           = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.fourChart3           = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.radButton3           = new Telerik.WinControls.UI.RadButton();
     this.radButton2           = new Telerik.WinControls.UI.RadButton();
     this.radButton1           = new Telerik.WinControls.UI.RadButton();
     this.fourChart2           = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.dataShowControl1     = new DrillingSymtemCSCV2.UserControls.DataShowControl();
     this.radButton4           = new Telerik.WinControls.UI.RadButton();
     this.radButton5           = new Telerik.WinControls.UI.RadButton();
     this.radButton6           = new Telerik.WinControls.UI.RadButton();
     this.backgroundWorker1    = new System.ComponentModel.BackgroundWorker();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.timer2            = new System.Windows.Forms.Timer(this.components);
     this.timer3            = new System.Windows.Forms.Timer(this.components);
     this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
     this.depthChart        = new DrillingSymtemCSCV2.UserControls.DepthTimeChart();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radThemeManager1
     //
     themeSource1.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource1.ThemeLocation = "visualStudio2012DarkTheme1";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // fourChart1
     //
     this.fourChart1.BackColor = System.Drawing.Color.Transparent;
     this.fourChart1.fname     = null;
     this.fourChart1.group     = 0;
     this.fourChart1.Location  = new System.Drawing.Point(-4, -186);
     this.fourChart1.Name      = "fourChart1";
     this.fourChart1.Size      = new System.Drawing.Size(249, 895);
     this.fourChart1.TabIndex  = 29;
     //
     // fourChart3
     //
     this.fourChart3.AutoSize  = true;
     this.fourChart3.BackColor = System.Drawing.Color.Transparent;
     this.fourChart3.fname     = null;
     this.fourChart3.group     = 0;
     this.fourChart3.Location  = new System.Drawing.Point(740, -195);
     this.fourChart3.Name      = "fourChart3";
     this.fourChart3.Size      = new System.Drawing.Size(249, 895);
     this.fourChart3.TabIndex  = 31;
     //
     // radButton3
     //
     this.radButton3.Font      = new System.Drawing.Font("Segoe UI", 16F);
     this.radButton3.Location  = new System.Drawing.Point(1035, 331);
     this.radButton3.Name      = "radButton3";
     this.radButton3.Size      = new System.Drawing.Size(73, 54);
     this.radButton3.TabIndex  = 34;
     this.radButton3.Text      = "R/T";
     this.radButton3.ThemeName = "VisualStudio2012Dark";
     this.radButton3.Click    += new System.EventHandler(this.radButton3_Click);
     //
     // radButton2
     //
     this.radButton2.Font      = new System.Drawing.Font("Segoe UI", 18F);
     this.radButton2.Location  = new System.Drawing.Point(1035, 243);
     this.radButton2.Name      = "radButton2";
     this.radButton2.Size      = new System.Drawing.Size(73, 54);
     this.radButton2.TabIndex  = 35;
     this.radButton2.Text      = "▼";
     this.radButton2.ThemeName = "VisualStudio2012Dark";
     this.radButton2.Click    += new System.EventHandler(this.radButton2_Click);
     //
     // radButton1
     //
     this.radButton1.Font      = new System.Drawing.Font("Segoe UI", 18F);
     this.radButton1.Location  = new System.Drawing.Point(1036, 155);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(73, 54);
     this.radButton1.TabIndex  = 36;
     this.radButton1.Text      = "▲";
     this.radButton1.ThemeName = "VisualStudio2012Dark";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // fourChart2
     //
     this.fourChart2.AutoSize  = true;
     this.fourChart2.BackColor = System.Drawing.Color.Transparent;
     this.fourChart2.fname     = null;
     this.fourChart2.group     = 0;
     this.fourChart2.Location  = new System.Drawing.Point(479, -195);
     this.fourChart2.Name      = "fourChart2";
     this.fourChart2.Size      = new System.Drawing.Size(249, 895);
     this.fourChart2.TabIndex  = 32;
     //
     // dataShowControl1
     //
     this.dataShowControl1.fname    = null;
     this.dataShowControl1.group    = 0;
     this.dataShowControl1.Location = new System.Drawing.Point(1007, 273);
     this.dataShowControl1.Name     = "dataShowControl1";
     this.dataShowControl1.Size     = new System.Drawing.Size(210, 427);
     this.dataShowControl1.TabIndex = 42;
     //
     // radButton4
     //
     this.radButton4.Font      = new System.Drawing.Font("Segoe UI", 30F, System.Drawing.FontStyle.Bold);
     this.radButton4.Location  = new System.Drawing.Point(1129, 155);
     this.radButton4.Name      = "radButton4";
     this.radButton4.Size      = new System.Drawing.Size(73, 54);
     this.radButton4.TabIndex  = 36;
     this.radButton4.Text      = "+";
     this.radButton4.ThemeName = "VisualStudio2012Dark";
     this.radButton4.Click    += new System.EventHandler(this.radButton4_Click);
     //
     // radButton5
     //
     this.radButton5.Font      = new System.Drawing.Font("Segoe UI", 30F, System.Drawing.FontStyle.Bold);
     this.radButton5.Location  = new System.Drawing.Point(1129, 243);
     this.radButton5.Name      = "radButton5";
     this.radButton5.Size      = new System.Drawing.Size(73, 54);
     this.radButton5.TabIndex  = 35;
     this.radButton5.Text      = "-";
     this.radButton5.ThemeName = "VisualStudio2012Dark";
     this.radButton5.Click    += new System.EventHandler(this.radButton5_Click);
     //
     // radButton6
     //
     this.radButton6.Font      = new System.Drawing.Font("Segoe UI", 16F);
     this.radButton6.Location  = new System.Drawing.Point(1129, 331);
     this.radButton6.Name      = "radButton6";
     this.radButton6.Size      = new System.Drawing.Size(73, 54);
     this.radButton6.TabIndex  = 34;
     this.radButton6.Text      = "Print";
     this.radButton6.ThemeName = "VisualStudio2012Dark";
     this.radButton6.Click    += new System.EventHandler(this.radButton6_Click);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 10000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 5000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // timer3
     //
     this.timer3.Enabled  = true;
     this.timer3.Interval = 10000;
     this.timer3.Tick    += new System.EventHandler(this.timer3_Tick);
     //
     // backgroundWorker2
     //
     this.backgroundWorker2.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
     this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
     //
     // depthChart
     //
     this.depthChart.d_now    = 0D;
     this.depthChart.Location = new System.Drawing.Point(252, -148);
     this.depthChart.Name     = "depthChart";
     this.depthChart.Size     = new System.Drawing.Size(211, 857);
     this.depthChart.TabIndex = 33;
     //
     // DrillFormSec
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radButton6);
     this.Controls.Add(this.dataShowControl1);
     this.Controls.Add(this.radButton3);
     this.Controls.Add(this.radButton5);
     this.Controls.Add(this.radButton2);
     this.Controls.Add(this.radButton4);
     this.Controls.Add(this.radButton1);
     this.Controls.Add(this.depthChart);
     this.Controls.Add(this.fourChart3);
     this.Controls.Add(this.fourChart1);
     this.Controls.Add(this.fourChart2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DrillFormSec";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.RootElement.MaxSize             = new System.Drawing.Size(1920, 1080);
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Rig View 2.0";
     this.Activated    += new System.EventHandler(this.DrillForm_Activated);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.Controls.SetChildIndex(this.fourChart2, 0);
     this.Controls.SetChildIndex(this.fourChart1, 0);
     this.Controls.SetChildIndex(this.fourChart3, 0);
     this.Controls.SetChildIndex(this.depthChart, 0);
     this.Controls.SetChildIndex(this.radButton1, 0);
     this.Controls.SetChildIndex(this.radButton4, 0);
     this.Controls.SetChildIndex(this.radButton2, 0);
     this.Controls.SetChildIndex(this.radButton5, 0);
     this.Controls.SetChildIndex(this.radButton3, 0);
     this.Controls.SetChildIndex(this.dataShowControl1, 0);
     this.Controls.SetChildIndex(this.radButton6, 0);
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.ThemeSource themeSource1             = new Telerik.WinControls.ThemeSource();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.radMenuItem1       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem8       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem2       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem10      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem11      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem12      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem13      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem5       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem14      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem15      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem16      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem17      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6       = new Telerik.WinControls.UI.RadMenuItem();
     this.radContextMenu1    = new Telerik.WinControls.UI.RadContextMenu(this.components);
     this.addMenuItem        = new Telerik.WinControls.UI.RadMenuItem();
     this.renameMenuItem     = new Telerik.WinControls.UI.RadMenuItem();
     this.editMenuItem       = new Telerik.WinControls.UI.RadMenuItem();
     this.removeMenuItem     = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenu1           = new Telerik.WinControls.UI.RadMenu();
     this.radMenuItem3       = new Telerik.WinControls.UI.RadMenuItem();
     this.telerikMetroTheme1 = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.radThemeManager1   = new Telerik.WinControls.RadThemeManager();
     this.splitPanel2        = new Telerik.WinControls.UI.SplitPanel();
     this.webBrowser1        = new System.Windows.Forms.WebBrowser();
     this.radButton1         = new Telerik.WinControls.UI.RadButton();
     this.splitPanel1        = new Telerik.WinControls.UI.SplitPanel();
     this.radTreeView1       = new Telerik.WinControls.UI.RadTreeView();
     this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
     this.splitPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
     this.splitPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radTreeView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
     this.radSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radMenuItem1
     //
     this.radMenuItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem8
     });
     this.radMenuItem1.Name = "radMenuItem1";
     this.radMenuItem1.Text = "Файл";
     //
     // radMenuItem8
     //
     this.radMenuItem8.Name   = "radMenuItem8";
     this.radMenuItem8.Text   = "Выход";
     this.radMenuItem8.Click += new System.EventHandler(this.radMenuItem8_Click);
     //
     // radMenuItem2
     //
     this.radMenuItem2.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem10,
         this.radMenuItem11,
         this.radMenuItem12,
         this.radMenuItem13
     });
     this.radMenuItem2.Name   = "radMenuItem2";
     this.radMenuItem2.Text   = "Вид";
     this.radMenuItem2.Click += new System.EventHandler(this.radMenuItem2_Click);
     //
     // radMenuItem10
     //
     this.radMenuItem10.Name   = "radMenuItem10";
     this.radMenuItem10.Text   = "Масштаб 100%";
     this.radMenuItem10.Click += new System.EventHandler(this.radMenuItem10_Click);
     //
     // radMenuItem11
     //
     this.radMenuItem11.Name   = "radMenuItem11";
     this.radMenuItem11.Text   = "Масштаб 125%";
     this.radMenuItem11.Click += new System.EventHandler(this.radMenuItem11_Click);
     //
     // radMenuItem12
     //
     this.radMenuItem12.Name   = "radMenuItem12";
     this.radMenuItem12.Text   = "Машстаб 150%";
     this.radMenuItem12.Click += new System.EventHandler(this.radMenuItem12_Click);
     //
     // radMenuItem13
     //
     this.radMenuItem13.Name   = "radMenuItem13";
     this.radMenuItem13.Text   = "Масштаб 200%";
     this.radMenuItem13.Click += new System.EventHandler(this.radMenuItem13_Click);
     //
     // radMenuItem5
     //
     this.radMenuItem5.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem14,
         this.radMenuItem17,
         this.radMenuItem6
     });
     this.radMenuItem5.Name = "radMenuItem5";
     this.radMenuItem5.Text = "Сервис";
     //
     // radMenuItem14
     //
     this.radMenuItem14.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem15,
         this.radMenuItem16
     });
     this.radMenuItem14.Name = "radMenuItem14";
     this.radMenuItem14.Text = "Администрирование";
     //
     // radMenuItem15
     //
     this.radMenuItem15.Name   = "radMenuItem15";
     this.radMenuItem15.Text   = "Войти";
     this.radMenuItem15.Click += new System.EventHandler(this.radMenuItem9_Click);
     //
     // radMenuItem16
     //
     this.radMenuItem16.Enabled = false;
     this.radMenuItem16.Name    = "radMenuItem16";
     this.radMenuItem16.Text    = "Сменить пароль";
     this.radMenuItem16.Click  += new System.EventHandler(this.radMenuItem4_Click);
     //
     // radMenuItem17
     //
     this.radMenuItem17.Name   = "radMenuItem17";
     this.radMenuItem17.Text   = "Настройки";
     this.radMenuItem17.Click += new System.EventHandler(this.radMenuItem7_Click);
     //
     // radMenuItem6
     //
     this.radMenuItem6.Name   = "radMenuItem6";
     this.radMenuItem6.Text   = "О программе";
     this.radMenuItem6.Click += new System.EventHandler(this.radMenuItem6_Click);
     //
     // radContextMenu1
     //
     this.radContextMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.addMenuItem,
         this.renameMenuItem,
         this.editMenuItem,
         this.removeMenuItem
     });
     this.radContextMenu1.ThemeName = "TelerikMetro";
     //
     // addMenuItem
     //
     this.addMenuItem.Name = "addMenuItem";
     this.addMenuItem.Text = "Добавить";
     //
     // renameMenuItem
     //
     this.renameMenuItem.Name = "renameMenuItem";
     this.renameMenuItem.Text = "Переименовать";
     //
     // editMenuItem
     //
     this.editMenuItem.Name = "editMenuItem";
     this.editMenuItem.Text = "Редактировать";
     //
     // removeMenuItem
     //
     this.removeMenuItem.Name = "removeMenuItem";
     this.removeMenuItem.Text = "Удалить";
     //
     // radMenu1
     //
     this.radMenu1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem1,
         this.radMenuItem2,
         this.radMenuItem3,
         this.radMenuItem5
     });
     this.radMenu1.Location  = new System.Drawing.Point(0, 0);
     this.radMenu1.Name      = "radMenu1";
     this.radMenu1.Padding   = new System.Windows.Forms.Padding(2, 2, 0, 0);
     this.radMenu1.Size      = new System.Drawing.Size(1200, 31);
     this.radMenu1.TabIndex  = 0;
     this.radMenu1.ThemeName = "TelerikMetro";
     //
     // radMenuItem3
     //
     this.radMenuItem3.Name   = "radMenuItem3";
     this.radMenuItem3.Text   = "Выполнить задание";
     this.radMenuItem3.Click += new System.EventHandler(this.radMenuItem3_Click);
     //
     // radThemeManager1
     //
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // splitPanel2
     //
     this.splitPanel2.Controls.Add(this.radButton1);
     this.splitPanel2.Controls.Add(this.webBrowser1);
     this.splitPanel2.Location = new System.Drawing.Point(349, 0);
     this.splitPanel2.Name     = "splitPanel2";
     //
     //
     //
     this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel2.Size = new System.Drawing.Size(851, 593);
     this.splitPanel2.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0.2139262F, 0F);
     this.splitPanel2.SizeInfo.SplitterCorrection = new System.Drawing.Size(254, 0);
     this.splitPanel2.TabIndex  = 1;
     this.splitPanel2.TabStop   = false;
     this.splitPanel2.Text      = "splitPanel2";
     this.splitPanel2.ThemeName = "TelerikMetro";
     //
     // webBrowser1
     //
     this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser1.Location           = new System.Drawing.Point(0, 0);
     this.webBrowser1.MinimumSize        = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name               = "webBrowser1";
     this.webBrowser1.Size               = new System.Drawing.Size(851, 593);
     this.webBrowser1.TabIndex           = 0;
     this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     //
     // radButton1
     //
     this.radButton1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radButton1.BackColor = System.Drawing.Color.YellowGreen;
     this.radButton1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
     this.radButton1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.radButton1.Location  = new System.Drawing.Point(630, 522);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(179, 48);
     this.radButton1.TabIndex  = 1;
     this.radButton1.Text      = "Выполнить задание";
     this.radButton1.ThemeName = "TelerikMetro";
     this.radButton1.Visible   = false;
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // splitPanel1
     //
     this.splitPanel1.Controls.Add(this.radTreeView1);
     this.splitPanel1.Location = new System.Drawing.Point(0, 0);
     this.splitPanel1.Name     = "splitPanel1";
     //
     //
     //
     this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.splitPanel1.Size = new System.Drawing.Size(341, 593);
     this.splitPanel1.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(-0.2139262F, 0F);
     this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-254, 0);
     this.splitPanel1.TabIndex  = 0;
     this.splitPanel1.TabStop   = false;
     this.splitPanel1.Text      = "splitPanel1";
     this.splitPanel1.ThemeName = "TelerikMetro";
     //
     // radTreeView1
     //
     this.radTreeView1.BackColor            = System.Drawing.Color.White;
     this.radTreeView1.Cursor               = System.Windows.Forms.Cursors.Default;
     this.radTreeView1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.radTreeView1.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.radTreeView1.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.radTreeView1.ItemHeight           = 36;
     this.radTreeView1.LineColor            = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
     this.radTreeView1.LineStyle            = Telerik.WinControls.UI.TreeLineStyle.Solid;
     this.radTreeView1.Location             = new System.Drawing.Point(0, 0);
     this.radTreeView1.Name                 = "radTreeView1";
     this.radTreeView1.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.radTreeView1.Size                 = new System.Drawing.Size(341, 593);
     this.radTreeView1.TabIndex             = 0;
     this.radTreeView1.ThemeName            = "TelerikMetro";
     this.radTreeView1.SelectedNodeChanged += new Telerik.WinControls.UI.RadTreeView.RadTreeViewEventHandler(this.radTreeView1_SelectedNodeChanged);
     this.radTreeView1.NodeMouseClick      += new Telerik.WinControls.UI.RadTreeView.TreeViewEventHandler(this.radTreeView1_NodeMouseClick);
     this.radTreeView1.ContextMenuOpening  += new Telerik.WinControls.UI.TreeViewContextMenuOpeningEventHandler(this.radTreeView1_ContextMenuOpening);
     this.radTreeView1.Click               += new System.EventHandler(this.radTreeView1_Click);
     this.radTreeView1.MouseDown           += new System.Windows.Forms.MouseEventHandler(this.radTreeView1_MouseDown);
     this.radTreeView1.MouseLeave          += new System.EventHandler(this.radTreeView1_MouseLeave);
     this.radTreeView1.MouseUp             += new System.Windows.Forms.MouseEventHandler(this.radTreeView1_MouseUp);
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).ShowExpandCollapse = true;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).ItemHeight         = 36;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).ShowLines          = false;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).ShowRootLines      = true;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).LineColor          = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).LineStyle          = Telerik.WinControls.UI.TreeLineStyle.Solid;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).TreeIndent         = 20;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).FullRowSelect      = true;
     ((Telerik.WinControls.UI.RadTreeViewElement)(this.radTreeView1.GetChildAt(0))).Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     //
     // radSplitContainer1
     //
     this.radSplitContainer1.Controls.Add(this.splitPanel1);
     this.radSplitContainer1.Controls.Add(this.splitPanel2);
     this.radSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer1.Location = new System.Drawing.Point(0, 31);
     this.radSplitContainer1.Name     = "radSplitContainer1";
     //
     //
     //
     this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.radSplitContainer1.Size          = new System.Drawing.Size(1200, 593);
     this.radSplitContainer1.SplitterWidth = 8;
     this.radSplitContainer1.TabIndex      = 1;
     this.radSplitContainer1.TabStop       = false;
     this.radSplitContainer1.ThemeName     = "TelerikMetro";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1200, 624);
     this.Controls.Add(this.radSplitContainer1);
     this.Controls.Add(this.radMenu1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(1200, 650);
     this.Name        = "MainForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Электронное пособие \"Курс интенсивной подготовки к итоговому сочинению\"";
     this.ThemeName     = "TelerikMetro";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Shown        += new System.EventHandler(this.MainForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
     this.splitPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
     this.splitPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radTreeView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
     this.radSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     this.radSplitContainer_Main      = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel1                 = new Telerik.WinControls.UI.SplitPanel();
     this.elementInfoCompositeControl = new HP.ScalableTest.UI.SessionExecution.ElementInfoContainerControl();
     this.radThemeManager1            = new Telerik.WinControls.RadThemeManager();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer_Main)).BeginInit();
     this.radSplitContainer_Main.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
     this.splitPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // radSplitContainer_Main
     //
     this.radSplitContainer_Main.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.radSplitContainer_Main.BackColor = System.Drawing.SystemColors.Control;
     this.radSplitContainer_Main.Controls.Add(this.splitPanel1);
     this.radSplitContainer_Main.Location    = new System.Drawing.Point(2, 2);
     this.radSplitContainer_Main.Name        = "radSplitContainer_Main";
     this.radSplitContainer_Main.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     //
     //
     this.radSplitContainer_Main.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radSplitContainer_Main.Size     = new System.Drawing.Size(636, 497);
     this.radSplitContainer_Main.TabIndex = 5;
     this.radSplitContainer_Main.TabStop  = false;
     this.radSplitContainer_Main.Text     = "radSplitContainer1";
     ((Telerik.WinControls.UI.SplitPanelElement)(this.radSplitContainer_Main.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radSplitContainer_Main.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.SystemColors.Control;
     //
     // splitPanel1
     //
     this.splitPanel1.Controls.Add(this.elementInfoCompositeControl);
     this.splitPanel1.Location = new System.Drawing.Point(0, 0);
     this.splitPanel1.Name     = "splitPanel1";
     //
     //
     //
     this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.splitPanel1.Size = new System.Drawing.Size(636, 497);
     this.splitPanel1.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0F, 0.06795132F);
     this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 91);
     this.splitPanel1.TabIndex = 0;
     this.splitPanel1.TabStop  = false;
     this.splitPanel1.Text     = "splitPanel1";
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.splitPanel1.GetChildAt(0).GetChildAt(1))).Width     = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.splitPanel1.GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.Transparent;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.splitPanel1.GetChildAt(0).GetChildAt(1))).Enabled   = true;
     //
     // elementInfoCompositeControl
     //
     this.elementInfoCompositeControl.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.elementInfoCompositeControl.Location = new System.Drawing.Point(3, 3);
     this.elementInfoCompositeControl.Name     = "elementInfoCompositeControl";
     this.elementInfoCompositeControl.Size     = new System.Drawing.Size(630, 491);
     this.elementInfoCompositeControl.TabIndex = 0;
     this.elementInfoCompositeControl.Text     = "elementInfoCompositeControl1";
     //
     // radThemeManager1
     //
     themeSource1.StorageType = Telerik.WinControls.ThemeStorageType.Resource;
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // GenericMapElementControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.radSplitContainer_Main);
     this.Name = "GenericMapElementControl";
     this.Size = new System.Drawing.Size(642, 501);
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer_Main)).EndInit();
     this.radSplitContainer_Main.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
     this.splitPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.Data.GroupDescriptor       groupDescriptor1       = new Telerik.WinControls.Data.GroupDescriptor();
     Telerik.WinControls.Data.SortDescriptor        sortDescriptor1        = new Telerik.WinControls.Data.SortDescriptor();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Telerik.WinControls.ThemeSource themeSource1             = new Telerik.WinControls.ThemeSource();
     this.customersBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nwindRadGridView       = new Telerik.Examples.WinControls.DataSources.NorthwindDataSet();
     this.customersTableAdapter  = new Telerik.Examples.WinControls.DataSources.NorthwindDataSetTableAdapters.CustomersTableAdapter();
     this.radGridView1           = new Telerik.WinControls.UI.RadGridView();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.radToggleButton1       = new Telerik.WinControls.UI.RadToggleButton();
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit();
     this.settingsPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindRadGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radToggleButton1)).BeginInit();
     this.SuspendLayout();
     //
     // settingsPanel
     //
     this.settingsPanel.Controls.Add(this.radToggleButton1);
     this.settingsPanel.ForeColor = System.Drawing.Color.Black;
     this.settingsPanel.Location  = new System.Drawing.Point(906, 1);
     //
     //
     //
     this.settingsPanel.RootElement.ForeColor = System.Drawing.Color.Black;
     this.settingsPanel.Size      = new System.Drawing.Size(200, 599);
     this.settingsPanel.ThemeName = "ControlDefault";
     this.settingsPanel.Controls.SetChildIndex(this.radToggleButton1, 0);
     //
     // customersBindingSource
     //
     this.customersBindingSource.DataMember = "Customers";
     this.customersBindingSource.DataSource = this.nwindRadGridView;
     //
     // nwindRadGridView
     //
     this.nwindRadGridView.DataSetName             = "NwindRadGridView";
     this.nwindRadGridView.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // customersTableAdapter
     //
     this.customersTableAdapter.ClearBeforeFill = true;
     //
     // radGridView1
     //
     this.radGridView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(251)))), ((int)(((byte)(254)))));
     this.radGridView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.radGridView1.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.Location  = new System.Drawing.Point(0, 0);
     //
     //
     //
     this.radGridView1.MasterTemplate.EnableFiltering     = true;
     this.radGridView1.MasterTemplate.AutoExpandGroups    = true;
     this.radGridView1.MasterTemplate.AllowAddNewRow      = false;
     this.radGridView1.MasterTemplate.AutoGenerateColumns = false;
     this.radGridView1.MasterTemplate.ShowGroupedColumns  = true;
     this.radGridView1.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.radGridView1.MasterTemplate.Caption             = null;
     gridViewTextBoxColumn1.FieldName           = "CustomerID";
     gridViewTextBoxColumn1.HeaderText          = "CustomerID";
     gridViewTextBoxColumn1.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     gridViewTextBoxColumn1.Name                = "CustomerID";
     gridViewTextBoxColumn1.Width               = 206;
     gridViewTextBoxColumn2.FieldName           = "ContactName";
     gridViewTextBoxColumn2.HeaderText          = "Contact Name";
     gridViewTextBoxColumn2.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     gridViewTextBoxColumn2.Name                = "ContactName";
     gridViewTextBoxColumn2.Width               = 246;
     gridViewTextBoxColumn3.FieldName           = "CompanyName";
     gridViewTextBoxColumn3.HeaderText          = "Company Name";
     gridViewTextBoxColumn3.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     gridViewTextBoxColumn3.Name                = "CompanyName";
     gridViewTextBoxColumn3.Width               = 246;
     gridViewTextBoxColumn4.FieldName           = "Country";
     gridViewTextBoxColumn4.HeaderText          = "Country";
     gridViewTextBoxColumn4.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     gridViewTextBoxColumn4.Name                = "Country";
     gridViewTextBoxColumn4.Width               = 206;
     gridViewTextBoxColumn5.FieldName           = "City";
     gridViewTextBoxColumn5.HeaderText          = "City";
     gridViewTextBoxColumn5.HeaderTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     gridViewTextBoxColumn5.Name                = "City";
     gridViewTextBoxColumn5.Width               = 161;
     this.radGridView1.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5
     });
     sortDescriptor1.PropertyName = "Country";
     groupDescriptor1.GroupNames.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
         sortDescriptor1
     });
     this.radGridView1.MasterTemplate.GroupDescriptors.AddRange(new Telerik.WinControls.Data.GroupDescriptor[] {
         groupDescriptor1
     });
     this.radGridView1.MasterTemplate.DataSource = customersBindingSource;
     this.radGridView1.Name    = "radGridView1";
     this.radGridView1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
     //
     //
     //
     this.radGridView1.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radGridView1.Size     = new System.Drawing.Size(1107, 601);
     this.radGridView1.TabIndex = 0;
     this.radGridView1.Text     = "radGridView1";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Fuchsia;
     this.imageList1.Images.SetKeyName(0, "Views.PNG");
     this.imageList1.Images.SetKeyName(1, "Organize.PNG");
     //
     // radThemeManager1
     //
     themeSource1.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource1.ThemeLocation = "Telerik.Examples.WinControls.Resources.RadToolStripVista.xml";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // radToggleButton1
     //
     this.radToggleButton1.Anchor              = System.Windows.Forms.AnchorStyles.Top;
     this.radToggleButton1.Location            = new System.Drawing.Point(10, 6);
     this.radToggleButton1.Name                = "radToggleButton1";
     this.radToggleButton1.Size                = new System.Drawing.Size(180, 23);
     this.radToggleButton1.TabIndex            = 0;
     this.radToggleButton1.Text                = "Use RTL";
     this.radToggleButton1.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radToggleButton1_ToggleStateChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(251)))), ((int)(((byte)(254)))));
     this.Controls.Add(this.radGridView1);
     this.Name  = "Form1";
     this.Size  = new System.Drawing.Size(1107, 601);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Controls.SetChildIndex(this.radGridView1, 0);
     this.Controls.SetChildIndex(this.settingsPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit();
     this.settingsPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nwindRadGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radToggleButton1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource4 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource5 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource6 = new Telerik.WinControls.ThemeSource();
     this.menuStrip1 = new Telerik.WinControls.UI.RadMenu();
     this.projectsDetailsToolStripMenuItem    = new Telerik.WinControls.UI.RadMenuItem();
     this.graphHoursStatusToolStripMenuItem   = new Telerik.WinControls.UI.RadMenuItem();
     this.editHoursForWorkerToolStripMenuItem = new Telerik.WinControls.UI.RadMenuItem();
     this.rad = new Telerik.WinControls.RadThemeManager();
     this.office2013DarkTheme1   = new Telerik.WinControls.Themes.Office2013DarkTheme();
     this.office2010SilverTheme1 = new Telerik.WinControls.Themes.Office2010SilverTheme();
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.materialTealTheme1     = new Telerik.WinControls.Themes.MaterialTealTheme();
     ((System.ComponentModel.ISupportInitialize)(this.menuStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.projectsDetailsToolStripMenuItem,
         this.graphHoursStatusToolStripMenuItem,
         this.editHoursForWorkerToolStripMenuItem
     });
     this.menuStrip1.Location  = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name      = "menuStrip1";
     this.menuStrip1.Padding   = new System.Windows.Forms.Padding(6, 3, 0, 3);
     this.menuStrip1.Size      = new System.Drawing.Size(1586, 49);
     this.menuStrip1.TabIndex  = 2;
     this.menuStrip1.ThemeName = "MaterialTeal";
     //
     // projectsDetailsToolStripMenuItem
     //
     this.projectsDetailsToolStripMenuItem.Name   = "projectsDetailsToolStripMenuItem";
     this.projectsDetailsToolStripMenuItem.Text   = "Project\'s details";
     this.projectsDetailsToolStripMenuItem.Click += new System.EventHandler(this.projectsDetailsToolStripMenuItem_Click_1);
     //
     // graphHoursStatusToolStripMenuItem
     //
     this.graphHoursStatusToolStripMenuItem.Name   = "graphHoursStatusToolStripMenuItem";
     this.graphHoursStatusToolStripMenuItem.Text   = "Graph hours status";
     this.graphHoursStatusToolStripMenuItem.Click += new System.EventHandler(this.graphHoursStatusToolStripMenuItem_Click_1);
     //
     // editHoursForWorkerToolStripMenuItem
     //
     this.editHoursForWorkerToolStripMenuItem.Name   = "editHoursForWorkerToolStripMenuItem";
     this.editHoursForWorkerToolStripMenuItem.Text   = "Edit hours for worker";
     this.editHoursForWorkerToolStripMenuItem.Click += new System.EventHandler(this.editHoursForWorkerToolStripMenuItem_Click_1);
     //
     // rad
     //
     this.rad.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource4,
         themeSource5
     });
     //
     // radThemeManager1
     //
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource6
     });
     //
     // TeamLeader
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1586, 1047);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name           = "TeamLeader";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "TeamLeader";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.TeamLeader_Load);
     ((System.ComponentModel.ISupportInitialize)(this.menuStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource2 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource3 = new Telerik.WinControls.ThemeSource();
     this.menuStrip1 = new Telerik.WinControls.UI.RadMenu();
     this.projectsDetailsToolStripMenuItem    = new Telerik.WinControls.UI.RadMenuItem();
     this.graphHoursStatusToolStripMenuItem   = new Telerik.WinControls.UI.RadMenuItem();
     this.editHoursForWorkerToolStripMenuItem = new Telerik.WinControls.UI.RadMenuItem();
     this.rad = new Telerik.WinControls.RadThemeManager();
     this.office2013DarkTheme1   = new Telerik.WinControls.Themes.Office2013DarkTheme();
     this.radButton1             = new Telerik.WinControls.UI.RadButton();
     this.office2010SilverTheme1 = new Telerik.WinControls.Themes.Office2010SilverTheme();
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.radPanorama1           = new Telerik.WinControls.UI.RadPanorama();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanorama1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.projectsDetailsToolStripMenuItem,
         this.graphHoursStatusToolStripMenuItem,
         this.editHoursForWorkerToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(6, 3, 0, 3);
     this.menuStrip1.Size     = new System.Drawing.Size(1582, 35);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // projectsDetailsToolStripMenuItem
     //
     this.projectsDetailsToolStripMenuItem.Name   = "projectsDetailsToolStripMenuItem";
     this.projectsDetailsToolStripMenuItem.Size   = new System.Drawing.Size(146, 29);
     this.projectsDetailsToolStripMenuItem.Text   = "Project\'s details";
     this.projectsDetailsToolStripMenuItem.Click += this.projectsDetailsToolStripMenuItem_Click_1;
     //
     // graphHoursStatusToolStripMenuItem
     //
     this.graphHoursStatusToolStripMenuItem.Name   = "graphHoursStatusToolStripMenuItem";
     this.graphHoursStatusToolStripMenuItem.Size   = new System.Drawing.Size(174, 29);
     this.graphHoursStatusToolStripMenuItem.Text   = "Graph hours status";
     this.graphHoursStatusToolStripMenuItem.Click += this.graphHoursStatusToolStripMenuItem_Click_1;
     //
     // editHoursForWorkerToolStripMenuItem
     //
     this.editHoursForWorkerToolStripMenuItem.Name   = "editHoursForWorkerToolStripMenuItem";
     this.editHoursForWorkerToolStripMenuItem.Size   = new System.Drawing.Size(191, 29);
     this.editHoursForWorkerToolStripMenuItem.Text   = "Edit hours for worker";
     this.editHoursForWorkerToolStripMenuItem.Click += this.editHoursForWorkerToolStripMenuItem_Click_1;
     //
     // rad
     //
     this.rad.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1,
         themeSource2
     });
     //
     // radButton1
     //
     this.radButton1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.radButton1.Location  = new System.Drawing.Point(252, 415);
     this.radButton1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.radButton1.Name      = "radButton1";
     //
     //
     //
     this.radButton1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 165, 36);
     this.radButton1.Size      = new System.Drawing.Size(165, 37);
     this.radButton1.TabIndex  = 4;
     this.radButton1.Text      = "radButton1";
     this.radButton1.ThemeName = "Office2010Silver";
     //
     // radThemeManager1
     //
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource3
     });
     //
     // radPanorama1
     //
     this.radPanorama1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.radPanorama1.CellSize  = new System.Drawing.Size(150, 154);
     this.radPanorama1.Location  = new System.Drawing.Point(88, 82);
     this.radPanorama1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.radPanorama1.Name      = "radPanorama1";
     //
     //
     //
     this.radPanorama1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 360, 225);
     this.radPanorama1.ScrollBarThickness        = 24;
     this.radPanorama1.Size      = new System.Drawing.Size(1288, 531);
     this.radPanorama1.TabIndex  = 5;
     this.radPanorama1.ThemeName = "Office2010Silver";
     this.radPanorama1.Click    += this.radPanorama1_Click;
     //
     // TeamLeader
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1582, 1050);
     this.Controls.Add(this.radPanorama1);
     this.Controls.Add(this.radButton1);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name           = "TeamLeader";
     this.Text           = "TeamLeader";
     this.Load          += new System.EventHandler(this.TeamLeader_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanorama1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.ThemeSource themeSource1             = new Telerik.WinControls.ThemeSource();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DrillForm));
     this.radThemeManager1           = new Telerik.WinControls.RadThemeManager();
     this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     this.mediaShape1          = new Telerik.WinControls.Tests.MediaShape();
     this.donutShape1          = new Telerik.WinControls.Tests.DonutShape();
     this.officeShape1         = new Telerik.WinControls.UI.OfficeShape();
     this.qaShape1             = new Telerik.WinControls.Tests.QAShape();
     this.tabIEShape1          = new Telerik.WinControls.UI.TabIEShape();
     this.tabOffice12Shape1    = new Telerik.WinControls.UI.TabOffice12Shape();
     this.tabVsShape1          = new Telerik.WinControls.UI.TabVsShape();
     this.trackBarDThumbShape1 = new Telerik.WinControls.UI.TrackBarDThumbShape();
     this.heartShape1          = new Telerik.WinControls.UI.HeartShape();
     this.diamondShape1        = new Telerik.WinControls.UI.DiamondShape();
     this.ellipseShape1        = new Telerik.WinControls.EllipseShape();
     this.fourChart1           = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.fourChart3           = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.btn_Real             = new Telerik.WinControls.UI.RadButton();
     this.btn_Down             = new Telerik.WinControls.UI.RadButton();
     this.btn_Up            = new Telerik.WinControls.UI.RadButton();
     this.fourChart2        = new DrillingSymtemCSCV2.UserControls.FourChart();
     this.dataShowControl1  = new DrillingSymtemCSCV2.UserControls.DataShowControl();
     this.btn_Enlarge       = new Telerik.WinControls.UI.RadButton();
     this.btn_Narrow        = new Telerik.WinControls.UI.RadButton();
     this.radButton6        = new Telerik.WinControls.UI.RadButton();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.timer2            = new System.Windows.Forms.Timer(this.components);
     this.timer3            = new System.Windows.Forms.Timer(this.components);
     this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
     this.depthTimeChart    = new DrillingSymtemCSCV2.UserControls.DepthTimeChart();
     this.btn_PageUp        = new Telerik.WinControls.UI.RadButton();
     this.btn_PageDown      = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Real)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Down)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Up)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Enlarge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Narrow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_PageUp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_PageDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radThemeManager1
     //
     themeSource1.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource1.ThemeLocation = "visualStudio2012DarkTheme1";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // fourChart1
     //
     this.fourChart1.BackColor = System.Drawing.Color.Transparent;
     this.fourChart1.fname     = null;
     this.fourChart1.group     = 0;
     this.fourChart1.Location  = new System.Drawing.Point(9, 119);
     this.fourChart1.Name      = "fourChart1";
     this.fourChart1.Size      = new System.Drawing.Size(400, 890);
     this.fourChart1.TabIndex  = 29;
     //
     // fourChart3
     //
     this.fourChart3.AutoSize  = true;
     this.fourChart3.BackColor = System.Drawing.Color.Transparent;
     this.fourChart3.fname     = null;
     this.fourChart3.group     = 0;
     this.fourChart3.Location  = new System.Drawing.Point(1147, 119);
     this.fourChart3.Name      = "fourChart3";
     this.fourChart3.Size      = new System.Drawing.Size(400, 895);
     this.fourChart3.TabIndex  = 31;
     //
     // btn_Real
     //
     this.btn_Real.Font      = new System.Drawing.Font("Segoe UI", 16F);
     this.btn_Real.Location  = new System.Drawing.Point(1575, 420);
     this.btn_Real.Name      = "btn_Real";
     this.btn_Real.Size      = new System.Drawing.Size(73, 54);
     this.btn_Real.TabIndex  = 34;
     this.btn_Real.Text      = "R/T";
     this.btn_Real.ThemeName = "VisualStudio2012Dark";
     this.btn_Real.Click    += new System.EventHandler(this.radButton3_Click);
     //
     // btn_Down
     //
     this.btn_Down.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Down.Font         = new System.Drawing.Font("Segoe UI", 18F);
     this.btn_Down.Location     = new System.Drawing.Point(1575, 268);
     this.btn_Down.Name         = "btn_Down";
     this.btn_Down.Size         = new System.Drawing.Size(73, 54);
     this.btn_Down.TabIndex     = 35;
     this.btn_Down.Text         = "▼";
     this.btn_Down.ThemeName    = "VisualStudio2012Dark";
     this.btn_Down.Click       += new System.EventHandler(this.radButton2_Click);
     //
     // btn_Up
     //
     this.btn_Up.Font      = new System.Drawing.Font("Segoe UI", 18F);
     this.btn_Up.Location  = new System.Drawing.Point(1576, 194);
     this.btn_Up.Name      = "btn_Up";
     this.btn_Up.Size      = new System.Drawing.Size(73, 54);
     this.btn_Up.TabIndex  = 36;
     this.btn_Up.Text      = "▲";
     this.btn_Up.ThemeName = "VisualStudio2012Dark";
     this.btn_Up.Click    += new System.EventHandler(this.radButtonUp_Click);
     //
     // fourChart2
     //
     this.fourChart2.AutoSize  = true;
     this.fourChart2.BackColor = System.Drawing.Color.Transparent;
     this.fourChart2.fname     = null;
     this.fourChart2.group     = 0;
     this.fourChart2.Location  = new System.Drawing.Point(715, 119);
     this.fourChart2.Name      = "fourChart2";
     this.fourChart2.Size      = new System.Drawing.Size(400, 895);
     this.fourChart2.TabIndex  = 32;
     //
     // dataShowControl1
     //
     this.dataShowControl1.drillID  = 0;
     this.dataShowControl1.fname    = null;
     this.dataShowControl1.group    = 0;
     this.dataShowControl1.Location = new System.Drawing.Point(1554, 500);
     this.dataShowControl1.Name     = "dataShowControl1";
     this.dataShowControl1.Size     = new System.Drawing.Size(210, 413);
     this.dataShowControl1.TabIndex = 42;
     //
     // btn_Enlarge
     //
     this.btn_Enlarge.DialogResult   = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Enlarge.Font           = new System.Drawing.Font("Segoe UI", 30F, System.Drawing.FontStyle.Bold);
     this.btn_Enlarge.Image          = global::DrillingSymtemCSCV2.Properties.Resources.enlarge;
     this.btn_Enlarge.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btn_Enlarge.Location       = new System.Drawing.Point(1675, 168);
     this.btn_Enlarge.Name           = "btn_Enlarge";
     this.btn_Enlarge.Size           = new System.Drawing.Size(73, 52);
     this.btn_Enlarge.TabIndex       = 36;
     this.btn_Enlarge.ThemeName      = "VisualStudio2012Dark";
     this.btn_Enlarge.Click         += new System.EventHandler(this.radButton4_Click);
     //
     // btn_Narrow
     //
     this.btn_Narrow.DialogResult   = System.Windows.Forms.DialogResult.Cancel;
     this.btn_Narrow.Font           = new System.Drawing.Font("Segoe UI", 30F, System.Drawing.FontStyle.Bold);
     this.btn_Narrow.Image          = global::DrillingSymtemCSCV2.Properties.Resources.sorrow;
     this.btn_Narrow.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.btn_Narrow.Location       = new System.Drawing.Point(1675, 299);
     this.btn_Narrow.Name           = "btn_Narrow";
     this.btn_Narrow.Size           = new System.Drawing.Size(73, 54);
     this.btn_Narrow.TabIndex       = 35;
     this.btn_Narrow.ThemeName      = "VisualStudio2012Dark";
     this.btn_Narrow.Click         += new System.EventHandler(this.radButton5_Click);
     //
     // radButton6
     //
     this.radButton6.Font      = new System.Drawing.Font("Segoe UI", 16F);
     this.radButton6.Location  = new System.Drawing.Point(1675, 420);
     this.radButton6.Name      = "radButton6";
     this.radButton6.Size      = new System.Drawing.Size(73, 54);
     this.radButton6.TabIndex  = 34;
     this.radButton6.Text      = "Print";
     this.radButton6.ThemeName = "VisualStudio2012Dark";
     this.radButton6.Click    += new System.EventHandler(this.radButton6_Click);
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 10000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 5000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // timer3
     //
     this.timer3.Enabled  = true;
     this.timer3.Interval = 10000;
     this.timer3.Tick    += new System.EventHandler(this.timer3_Tick);
     //
     // backgroundWorker2
     //
     this.backgroundWorker2.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
     this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
     //
     // depthTimeChart
     //
     this.depthTimeChart.d_now    = 0D;
     this.depthTimeChart.Location = new System.Drawing.Point(411, 119);
     this.depthTimeChart.Name     = "depthTimeChart";
     this.depthTimeChart.Size     = new System.Drawing.Size(300, 842);
     this.depthTimeChart.TabIndex = 33;
     //
     // btn_PageUp
     //
     this.btn_PageUp.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btn_PageUp.Font         = new System.Drawing.Font("Segoe UI", 14F);
     this.btn_PageUp.Location     = new System.Drawing.Point(1576, 134);
     this.btn_PageUp.Name         = "btn_PageUp";
     this.btn_PageUp.Size         = new System.Drawing.Size(73, 54);
     this.btn_PageUp.TabIndex     = 37;
     this.btn_PageUp.Text         = "<html><p>▲</p><p>▲</p></html>";
     this.btn_PageUp.ThemeName    = "VisualStudio2012Dark";
     this.btn_PageUp.Click       += new System.EventHandler(this.radButton7_Click);
     //
     // btn_PageDown
     //
     this.btn_PageDown.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btn_PageDown.Font         = new System.Drawing.Font("Segoe UI", 14F);
     this.btn_PageDown.Location     = new System.Drawing.Point(1576, 327);
     this.btn_PageDown.Name         = "btn_PageDown";
     this.btn_PageDown.Size         = new System.Drawing.Size(73, 54);
     this.btn_PageDown.TabIndex     = 36;
     this.btn_PageDown.Text         = "<html><p>▼</p><p>▼</p></html>";
     this.btn_PageDown.ThemeName    = "VisualStudio2012Dark";
     this.btn_PageDown.Click       += new System.EventHandler(this.radButton8_Click);
     //
     // DrillForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1912, 1047);
     this.Controls.Add(this.btn_PageDown);
     this.Controls.Add(this.btn_PageUp);
     this.Controls.Add(this.radButton6);
     this.Controls.Add(this.dataShowControl1);
     this.Controls.Add(this.btn_Real);
     this.Controls.Add(this.btn_Narrow);
     this.Controls.Add(this.btn_Down);
     this.Controls.Add(this.btn_Enlarge);
     this.Controls.Add(this.btn_Up);
     this.Controls.Add(this.depthTimeChart);
     this.Controls.Add(this.fourChart3);
     this.Controls.Add(this.fourChart1);
     this.Controls.Add(this.fourChart2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DrillForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.RootElement.MaxSize             = new System.Drawing.Size(1920, 1080);
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "iDrill 2.0";
     this.Activated    += new System.EventHandler(this.DrillForm_Activated);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.Controls.SetChildIndex(this.dataShow21, 0);
     this.Controls.SetChildIndex(this.dataShow22, 0);
     this.Controls.SetChildIndex(this.dataShow23, 0);
     this.Controls.SetChildIndex(this.dataShow24, 0);
     this.Controls.SetChildIndex(this.dataShow25, 0);
     this.Controls.SetChildIndex(this.fourChart2, 0);
     this.Controls.SetChildIndex(this.fourChart1, 0);
     this.Controls.SetChildIndex(this.fourChart3, 0);
     this.Controls.SetChildIndex(this.depthTimeChart, 0);
     this.Controls.SetChildIndex(this.btn_Up, 0);
     this.Controls.SetChildIndex(this.btn_Enlarge, 0);
     this.Controls.SetChildIndex(this.btn_Down, 0);
     this.Controls.SetChildIndex(this.btn_Narrow, 0);
     this.Controls.SetChildIndex(this.btn_Real, 0);
     this.Controls.SetChildIndex(this.dataShowControl1, 0);
     this.Controls.SetChildIndex(this.radButton6, 0);
     this.Controls.SetChildIndex(this.btn_PageUp, 0);
     this.Controls.SetChildIndex(this.btn_PageDown, 0);
     ((System.ComponentModel.ISupportInitialize)(this.btn_Real)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Down)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Up)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Enlarge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_Narrow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_PageUp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btn_PageDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Telerik.WinControls.ThemeSource themeSource13            = new Telerik.WinControls.ThemeSource();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.radMenuItemSrc_1       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItemSrc_2       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItemSrc_3       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_1         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_2         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_3         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_4         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_5         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_6         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_7         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_8         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_9         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_10        = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_11        = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6_12        = new Telerik.WinControls.UI.RadMenuItem();
     this.radButton2             = new Telerik.WinControls.UI.RadButton();
     this.radButton1             = new Telerik.WinControls.UI.RadButton();
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.radPanelDemoHolder     = new Telerik.WinControls.UI.RadPanel();
     this.radMenu1               = new Telerik.WinControls.UI.RadMenu();
     this.radMenuItem1           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem2           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem3           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem4           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem5           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem6           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem1  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem7           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem2  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem8           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem9           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem10          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem3  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem11          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem4  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem12          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem13          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem5  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem14          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem15          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem6  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem16          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem17          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem18          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem19          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem20          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem21          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem22          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem23          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem7  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem24          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem25          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem26          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem8  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem27          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem28          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem29          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem30          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem31          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem9  = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem32          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem10 = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem33          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem34          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem35          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem36          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem37          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem38          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem39          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem11 = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem40          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem41          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem42          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem43          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem44          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem45          = new Telerik.WinControls.UI.RadMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanelDemoHolder)).BeginInit();
     this.radPanelDemoHolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // settingsPanel
     //
     this.settingsPanel.Location = new System.Drawing.Point(623, 1);
     //
     //
     //
     this.settingsPanel.RootElement.ForeColor = System.Drawing.Color.Black;
     this.settingsPanel.Size      = new System.Drawing.Size(200, 705);
     this.settingsPanel.ThemeName = "ControlDefault";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "CloseSolution.bmp");
     //
     // radMenuItemSrc_1
     //
     this.radMenuItemSrc_1.Name = "radMenuItemSrc_1";
     this.radMenuItemSrc_1.Text = "View History";
     //
     // radMenuItemSrc_2
     //
     this.radMenuItemSrc_2.Name = "radMenuItemSrc_2";
     this.radMenuItemSrc_2.Text = "Refresh Status";
     //
     // radMenuItemSrc_3
     //
     this.radMenuItemSrc_3.Name = "radMenuItemSrc_3";
     this.radMenuItemSrc_3.Text = "Compare...";
     //
     // radMenuItem6_1
     //
     this.radMenuItem6_1.Name = "radMenuItem6_1";
     this.radMenuItem6_1.Text = "How Do I";
     //
     // radMenuItem6_2
     //
     this.radMenuItem6_2.Name = "radMenuItem6_2";
     this.radMenuItem6_2.Text = "Search";
     //
     // radMenuItem6_3
     //
     this.radMenuItem6_3.Name = "radMenuItem6_3";
     this.radMenuItem6_3.Text = "Contents";
     //
     // radMenuItem6_4
     //
     this.radMenuItem6_4.Name = "radMenuItem6_4";
     this.radMenuItem6_4.Text = "Index";
     //
     // radMenuItem6_5
     //
     this.radMenuItem6_5.Name = "radMenuItem6_5";
     this.radMenuItem6_5.Text = "Help Favorites";
     //
     // radMenuItem6_6
     //
     this.radMenuItem6_6.Name = "radMenuItem6_6";
     this.radMenuItem6_6.Text = "Dynamic Help";
     //
     // radMenuItem6_7
     //
     this.radMenuItem6_7.Name = "radMenuItem6_7";
     this.radMenuItem6_7.Text = "Index Results";
     //
     // radMenuItem6_8
     //
     this.radMenuItem6_8.Name = "radMenuItem6_8";
     this.radMenuItem6_8.Text = "Customer Feedback Options...";
     //
     // radMenuItem6_9
     //
     this.radMenuItem6_9.Name = "radMenuItem6_9";
     this.radMenuItem6_9.Text = "Register Product...";
     //
     // radMenuItem6_10
     //
     this.radMenuItem6_10.Name = "radMenuItem6_10";
     this.radMenuItem6_10.Text = "Check for Update";
     //
     // radMenuItem6_11
     //
     this.radMenuItem6_11.Name = "radMenuItem6_11";
     this.radMenuItem6_11.Text = "Technical Support";
     //
     // radMenuItem6_12
     //
     this.radMenuItem6_12.Name = "radMenuItem6_12";
     this.radMenuItem6_12.Text = "About Telerik WinControls Suite...";
     //
     // radButton2
     //
     this.radButton2.AllowShowFocusCues = true;
     this.radButton2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
     this.radButton2.ForeColor          = System.Drawing.Color.Black;
     this.radButton2.Image          = global::Telerik.Examples.WinControls.Properties.Resources.button2;
     this.radButton2.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.radButton2.Location       = new System.Drawing.Point(449, 155);
     this.radButton2.Name           = "radButton2";
     //
     //
     //
     this.radButton2.RootElement.AutoSizeMode        = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radButton2.RootElement.ForeColor           = System.Drawing.Color.Black;
     this.radButton2.RootElement.StretchHorizontally = false;
     this.radButton2.RootElement.StretchVertically   = false;
     this.radButton2.Size              = new System.Drawing.Size(133, 89);
     this.radButton2.TabIndex          = 4;
     this.radButton2.Text              = "Switch Text Orientation";
     this.radButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButton2.ThemeName         = "LightBlue";
     this.radButton2.Click            += new System.EventHandler(this.radButton2_Click);
     //
     // radButton1
     //
     this.radButton1.AllowShowFocusCues = true;
     this.radButton1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
     this.radButton1.ForeColor          = System.Drawing.Color.Black;
     this.radButton1.Image          = global::Telerik.Examples.WinControls.Properties.Resources.button1;
     this.radButton1.ImageAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.radButton1.Location       = new System.Drawing.Point(206, 155);
     this.radButton1.Name           = "radButton1";
     //
     //
     //
     this.radButton1.RootElement.AutoSizeMode        = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radButton1.RootElement.ForeColor           = System.Drawing.Color.Black;
     this.radButton1.RootElement.StretchHorizontally = false;
     this.radButton1.RootElement.StretchVertically   = false;
     this.radButton1.Size              = new System.Drawing.Size(140, 89);
     this.radButton1.TabIndex          = 3;
     this.radButton1.Text              = "Switch Menu Orientation";
     this.radButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButton1.ThemeName         = "LightBlue";
     this.radButton1.Click            += new System.EventHandler(this.radButton1_Click);
     //
     // radThemeManager1
     //
     themeSource13.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource13.ThemeLocation = "Telerik.Examples.WinControls.Resources.MenuButtonTheme.xml";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource13
     });
     //
     // radPanelDemoHolder
     //
     this.radPanelDemoHolder.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this.radPanelDemoHolder.BackgroundImage       = global::Telerik.Examples.WinControls.Properties.Resources.background;
     this.radPanelDemoHolder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.radPanelDemoHolder.Controls.Add(this.radMenu1);
     this.radPanelDemoHolder.Controls.Add(this.radButton2);
     this.radPanelDemoHolder.Controls.Add(this.radButton1);
     this.radPanelDemoHolder.ForeColor = System.Drawing.Color.Black;
     this.radPanelDemoHolder.Location  = new System.Drawing.Point(103, 177);
     this.radPanelDemoHolder.Name      = "radPanelDemoHolder";
     //
     //
     //
     this.radPanelDemoHolder.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radPanelDemoHolder.Size     = new System.Drawing.Size(618, 354);
     this.radPanelDemoHolder.TabIndex = 15;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanelDemoHolder.GetChildAt(0).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelDemoHolder.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radMenu1
     //
     this.radMenu1.Dock = System.Windows.Forms.DockStyle.None;
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem1,
         this.radMenuItem2,
         this.radMenuItem3,
         this.radMenuItem4
     });
     this.radMenu1.Location = new System.Drawing.Point(33, 30);
     this.radMenu1.Name     = "radMenu1";
     //
     //
     //
     this.radMenu1.RootElement.ForeColor = System.Drawing.Color.Black;
     this.radMenu1.Size     = new System.Drawing.Size(525, 27);
     this.radMenu1.TabIndex = 5;
     this.radMenu1.Text     = "radMenu1";
     //
     // radMenuItem1
     //
     this.radMenuItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem5,
         this.radMenuItem6,
         this.radMenuSeparatorItem1,
         this.radMenuItem7,
         this.radMenuSeparatorItem2,
         this.radMenuItem8,
         this.radMenuItem9,
         this.radMenuSeparatorItem3,
         this.radMenuItem10,
         this.radMenuItem11,
         this.radMenuItem12,
         this.radMenuSeparatorItem4,
         this.radMenuItem13,
         this.radMenuSeparatorItem5,
         this.radMenuItem14,
         this.radMenuItem15,
         this.radMenuSeparatorItem6,
         this.radMenuItem16,
         this.radMenuItem23,
         this.radMenuSeparatorItem7,
         this.radMenuItem24
     });
     this.radMenuItem1.Name = "radMenuItem1";
     this.radMenuItem1.Text = "File";
     //
     // radMenuItem2
     //
     this.radMenuItem2.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem25,
         this.radMenuItem26,
         this.radMenuSeparatorItem8,
         this.radMenuItem27,
         this.radMenuItem28,
         this.radMenuItem29,
         this.radMenuItem30,
         this.radMenuItem31,
         this.radMenuSeparatorItem9,
         this.radMenuItem32,
         this.radMenuSeparatorItem10,
         this.radMenuItem33,
         this.radMenuItem34,
         this.radMenuItem35,
         this.radMenuItem36,
         this.radMenuItem37,
         this.radMenuItem38,
         this.radMenuItem39,
         this.radMenuSeparatorItem11,
         this.radMenuItem40
     });
     this.radMenuItem2.Name = "radMenuItem2";
     this.radMenuItem2.Text = "Edit";
     //
     // radMenuItem3
     //
     this.radMenuItem3.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem41,
         this.radMenuItem42,
         this.radMenuItem43
     });
     this.radMenuItem3.Name = "radMenuItem3";
     this.radMenuItem3.Text = "Build";
     //
     // radMenuItem4
     //
     this.radMenuItem4.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem44,
         this.radMenuItem45
     });
     this.radMenuItem4.Name = "radMenuItem4";
     this.radMenuItem4.Text = "Data";
     //
     // radMenuItem5
     //
     this.radMenuItem5.Name = "radMenuItem5";
     this.radMenuItem5.Text = "New";
     //
     // radMenuItem6
     //
     this.radMenuItem6.Name = "radMenuItem6";
     this.radMenuItem6.Text = "Open";
     //
     // radMenuSeparatorItem1
     //
     this.radMenuSeparatorItem1.Name = "radMenuSeparatorItem1";
     this.radMenuSeparatorItem1.Text = "radMenuSeparatorItem1";
     //
     // radMenuItem7
     //
     this.radMenuItem7.Name = "radMenuItem7";
     this.radMenuItem7.Text = "Add";
     //
     // radMenuSeparatorItem2
     //
     this.radMenuSeparatorItem2.Name = "radMenuSeparatorItem2";
     this.radMenuSeparatorItem2.Text = "radMenuSeparatorItem2";
     //
     // radMenuItem8
     //
     this.radMenuItem8.Name = "radMenuItem8";
     this.radMenuItem8.Text = "Close";
     //
     // radMenuItem9
     //
     this.radMenuItem9.Name = "radMenuItem9";
     this.radMenuItem9.Text = "Close Solution";
     //
     // radMenuItem10
     //
     this.radMenuItem10.Name = "radMenuItem10";
     this.radMenuItem10.Text = "Advanced Save Options...";
     //
     // radMenuSeparatorItem3
     //
     this.radMenuSeparatorItem3.Name = "radMenuSeparatorItem3";
     this.radMenuSeparatorItem3.Text = "radMenuSeparatorItem3";
     //
     // radMenuItem11
     //
     this.radMenuItem11.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem17,
         this.radMenuItem18,
         this.radMenuItem19
     });
     this.radMenuItem11.Name = "radMenuItem11";
     this.radMenuItem11.Text = "Save All";
     //
     // radMenuSeparatorItem4
     //
     this.radMenuSeparatorItem4.Name = "radMenuSeparatorItem4";
     this.radMenuSeparatorItem4.Text = "radMenuSeparatorItem4";
     //
     // radMenuItem12
     //
     this.radMenuItem12.Name = "radMenuItem12";
     this.radMenuItem12.Text = "Export Template...";
     //
     // radMenuItem13
     //
     this.radMenuItem13.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem20,
         this.radMenuItem21,
         this.radMenuItem22
     });
     this.radMenuItem13.Name = "radMenuItem13";
     this.radMenuItem13.Text = "Source Control";
     //
     // radMenuSeparatorItem5
     //
     this.radMenuSeparatorItem5.Name = "radMenuSeparatorItem5";
     this.radMenuSeparatorItem5.Text = "radMenuSeparatorItem5";
     //
     // radMenuItem14
     //
     this.radMenuItem14.Name = "radMenuItem14";
     this.radMenuItem14.Text = "Page Setup...";
     //
     // radMenuItem15
     //
     this.radMenuItem15.Name = "radMenuItem15";
     this.radMenuItem15.Text = "Print...";
     //
     // radMenuSeparatorItem6
     //
     this.radMenuSeparatorItem6.Name = "radMenuSeparatorItem6";
     this.radMenuSeparatorItem6.Text = "radMenuSeparatorItem6";
     //
     // radMenuItem16
     //
     this.radMenuItem16.Name = "radMenuItem16";
     this.radMenuItem16.Text = "Recent Files";
     //
     // radMenuItem17
     //
     this.radMenuItem17.Name = "radMenuItem17";
     this.radMenuItem17.Text = "radMenuItem17";
     //
     // radMenuItem18
     //
     this.radMenuItem18.Name = "radMenuItem18";
     this.radMenuItem18.Text = "radMenuItem18";
     //
     // radMenuItem19
     //
     this.radMenuItem19.Name = "radMenuItem19";
     this.radMenuItem19.Text = "radMenuItem19";
     //
     // radMenuItem20
     //
     this.radMenuItem20.Name = "radMenuItem20";
     this.radMenuItem20.Text = "View History";
     //
     // radMenuItem21
     //
     this.radMenuItem21.Name = "radMenuItem21";
     this.radMenuItem21.Text = "Refresh Status";
     //
     // radMenuItem22
     //
     this.radMenuItem22.Name = "radMenuItem22";
     this.radMenuItem22.Text = "Compare...";
     //
     // radMenuItem23
     //
     this.radMenuItem23.Name = "radMenuItem23";
     this.radMenuItem23.Text = "Recent Projects";
     //
     // radMenuSeparatorItem7
     //
     this.radMenuSeparatorItem7.Name = "radMenuSeparatorItem7";
     this.radMenuSeparatorItem7.Text = "radMenuSeparatorItem7";
     //
     // radMenuItem24
     //
     this.radMenuItem24.Name = "radMenuItem24";
     this.radMenuItem24.Text = "Exit";
     //
     // radMenuItem25
     //
     this.radMenuItem25.Name = "radMenuItem25";
     this.radMenuItem25.Text = "Undo";
     //
     // radMenuItem26
     //
     this.radMenuItem26.Name = "radMenuItem26";
     this.radMenuItem26.Text = "Redo";
     //
     // radMenuSeparatorItem8
     //
     this.radMenuSeparatorItem8.Name = "radMenuSeparatorItem8";
     this.radMenuSeparatorItem8.Text = "radMenuSeparatorItem8";
     //
     // radMenuItem27
     //
     this.radMenuItem27.Name = "radMenuItem27";
     this.radMenuItem27.Text = "Cut";
     //
     // radMenuItem28
     //
     this.radMenuItem28.Name = "radMenuItem28";
     this.radMenuItem28.Text = "Copy";
     //
     // radMenuItem29
     //
     this.radMenuItem29.Name = "radMenuItem29";
     this.radMenuItem29.Text = "Paste";
     //
     // radMenuItem30
     //
     this.radMenuItem30.Name = "radMenuItem30";
     this.radMenuItem30.Text = "Cycle Clipboard Ring";
     //
     // radMenuItem31
     //
     this.radMenuItem31.Name = "radMenuItem31";
     this.radMenuItem31.Text = "Delete";
     //
     // radMenuSeparatorItem9
     //
     this.radMenuSeparatorItem9.Name = "radMenuSeparatorItem9";
     this.radMenuSeparatorItem9.Text = "radMenuSeparatorItem9";
     //
     // radMenuItem32
     //
     this.radMenuItem32.Name = "radMenuItem32";
     this.radMenuItem32.Text = "Select All";
     //
     // radMenuSeparatorItem10
     //
     this.radMenuSeparatorItem10.Name = "radMenuSeparatorItem10";
     this.radMenuSeparatorItem10.Text = "radMenuSeparatorItem10";
     //
     // radMenuItem33
     //
     this.radMenuItem33.Name = "radMenuItem33";
     this.radMenuItem33.Text = "Find and Replace";
     //
     // radMenuItem34
     //
     this.radMenuItem34.Name = "radMenuItem34";
     this.radMenuItem34.Text = "Go To...";
     //
     // radMenuItem35
     //
     this.radMenuItem35.Name = "radMenuItem35";
     this.radMenuItem35.Text = "Show Source File";
     //
     // radMenuItem36
     //
     this.radMenuItem36.Name = "radMenuItem36";
     this.radMenuItem36.Text = "Insert File as Text...";
     //
     // radMenuItem37
     //
     this.radMenuItem37.Name = "radMenuItem37";
     this.radMenuItem37.Text = "Advanced";
     //
     // radMenuItem38
     //
     this.radMenuItem38.Name = "radMenuItem38";
     this.radMenuItem38.Text = "Bookmakrs";
     //
     // radMenuItem39
     //
     this.radMenuItem39.Name = "radMenuItem39";
     this.radMenuItem39.Text = "Outlining";
     //
     // radMenuSeparatorItem11
     //
     this.radMenuSeparatorItem11.Name = "radMenuSeparatorItem11";
     this.radMenuSeparatorItem11.Text = "radMenuSeparatorItem11";
     //
     // radMenuItem40
     //
     this.radMenuItem40.Name = "radMenuItem40";
     this.radMenuItem40.Text = "InteliSence";
     //
     // radMenuItem41
     //
     this.radMenuItem41.Name = "radMenuItem41";
     this.radMenuItem41.Text = "Build Solution";
     //
     // radMenuItem42
     //
     this.radMenuItem42.Name = "radMenuItem42";
     this.radMenuItem42.Text = "Build Examples";
     //
     // radMenuItem43
     //
     this.radMenuItem43.Name = "radMenuItem43";
     this.radMenuItem43.Text = "Publish Examples";
     //
     // radMenuItem44
     //
     this.radMenuItem44.Name = "radMenuItem44";
     this.radMenuItem44.Text = "Show Data Sources";
     //
     // radMenuItem45
     //
     this.radMenuItem45.Name = "radMenuItem45";
     this.radMenuItem45.Text = "Add New Data Source...";
     //
     // Form1
     //
     this.Controls.Add(this.radPanelDemoHolder);
     this.MaximumSize = new System.Drawing.Size(1280, 994);
     this.Name        = "Form1";
     this.Padding     = new System.Windows.Forms.Padding(2, 35, 2, 4);
     this.Size        = new System.Drawing.Size(824, 707);
     this.Controls.SetChildIndex(this.radPanelDemoHolder, 0);
     this.Controls.SetChildIndex(this.settingsPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.settingsPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanelDemoHolder)).EndInit();
     this.radPanelDemoHolder.ResumeLayout(false);
     this.radPanelDemoHolder.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.CarouselEllipsePath     carouselEllipsePath1 = new Telerik.WinControls.UI.CarouselEllipsePath();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     Telerik.WinControls.ThemeSource themeSource2 = new Telerik.WinControls.ThemeSource();
     this.groupBox2               = new System.Windows.Forms.GroupBox();
     this.radCarouselDemo         = new Telerik.WinControls.UI.RadCarousel();
     this.radButtonElement1       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement2       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement3       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement4       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement5       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement6       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement7       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement8       = new Telerik.WinControls.UI.RadButtonElement();
     this.radButtonElement9       = new Telerik.WinControls.UI.RadButtonElement();
     this.radThemeManager1        = new Telerik.WinControls.RadThemeManager();
     this.radTitleBar             = new Telerik.WinControls.UI.RadTitleBar();
     this.radPanel1               = new Telerik.WinControls.UI.RadPanel();
     this.radComboAutoLoop        = new Telerik.WinControls.UI.RadDropDownList();
     this.radCheckEnableLooping   = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckAutoLoop        = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckVirtualMode     = new Telerik.WinControls.UI.RadCheckBox();
     this.radSpinRestoreDuration  = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinVisibleElements  = new Telerik.WinControls.UI.RadSpinEditor();
     this.radLblAutoLoopDirection = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3               = new Telerik.WinControls.UI.RadLabel();
     this.radLblVItemCount        = new Telerik.WinControls.UI.RadLabel();
     this.roundRectShape1         = new Telerik.WinControls.RoundRectShape(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselDemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTitleBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radComboAutoLoop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckEnableLooping)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckAutoLoop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckVirtualMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinRestoreDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinVisibleElements)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblAutoLoopDirection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblVItemCount)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(672, 306);
     this.groupBox2.TabIndex = 11;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Bezier path";
     //
     // radCarouselDemo
     //
     this.radCarouselDemo.AutoLoopPauseCondition = Telerik.WinControls.UI.AutoLoopPauseConditions.None;
     this.radCarouselDemo.BackColor             = System.Drawing.Color.Black;
     this.radCarouselDemo.BackgroundImage       = global::Telerik.Examples.WinControls.Properties.Resources.PlanetsBG;
     this.radCarouselDemo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     carouselEllipsePath1.Center           = new Telerik.WinControls.UI.Point3D(49.358974358974358D, 46.315789473684212D, -20D);
     carouselEllipsePath1.FinalAngle       = 60D;
     carouselEllipsePath1.InitialAngle     = 60D;
     carouselEllipsePath1.U                = new Telerik.WinControls.UI.Point3D(37.93530426465815D, -18.191666666666663D, 0D);
     carouselEllipsePath1.V                = new Telerik.WinControls.UI.Point3D(-11.489983091663683D, -15.391666666666662D, -20D);
     carouselEllipsePath1.ZScale           = 60D;
     this.radCarouselDemo.CarouselPath     = carouselEllipsePath1;
     this.radCarouselDemo.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.radCarouselDemo.EnableAutoLoop   = true;
     this.radCarouselDemo.Font             = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radCarouselDemo.ForeColor        = System.Drawing.Color.Black;
     this.radCarouselDemo.ImageScalingSize = new System.Drawing.Size(0, 0);
     this.radCarouselDemo.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radButtonElement1,
         this.radButtonElement2,
         this.radButtonElement3,
         this.radButtonElement4,
         this.radButtonElement5,
         this.radButtonElement6,
         this.radButtonElement7,
         this.radButtonElement8,
         this.radButtonElement9
     });
     this.radCarouselDemo.Location                = new System.Drawing.Point(0, 132);
     this.radCarouselDemo.MinFadeOpacity          = 0.5D;
     this.radCarouselDemo.Name                    = "radCarouselDemo";
     this.radCarouselDemo.NavigationButtonsOffset = new System.Drawing.Size(15, 15);
     this.radCarouselDemo.SelectedIndex           = 0;
     this.radCarouselDemo.Size                    = new System.Drawing.Size(780, 475);
     this.radCarouselDemo.TabIndex                = 1;
     this.radCarouselDemo.Text                    = "radCarouselDemo";
     this.radCarouselDemo.ThemeName               = "ControlDefault";
     this.radCarouselDemo.VisibleItemCount        = 9;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(0))).BackColor2   = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(0))).BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radCarouselDemo.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselDemo.GetChildAt(0).GetChildAt(3))).Image       = global::Telerik.Examples.WinControls.Properties.Resources.CarouselSettings_PrevBtn;
     ((Telerik.WinControls.UI.RadRepeatButtonElement)(this.radCarouselDemo.GetChildAt(0).GetChildAt(4))).Image       = global::Telerik.Examples.WinControls.Properties.Resources.CarouselSettings_NextBtn;
     //
     // radButtonElement1
     //
     this.radButtonElement1.AccessibleDescription = "radButtonElement1";
     this.radButtonElement1.AccessibleName        = "radButtonElement1";
     this.radButtonElement1.CanFocus     = true;
     this.radButtonElement1.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement1.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement1.Image")));
     this.radButtonElement1.Name         = "radButtonElement1";
     this.radButtonElement1.ShowBorder   = false;
     this.radButtonElement1.Text         = "radButtonElement1";
     this.radButtonElement1.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement1.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement1.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement2
     //
     this.radButtonElement2.AccessibleDescription = "radButtonElement2";
     this.radButtonElement2.AccessibleName        = "radButtonElement2";
     this.radButtonElement2.CanFocus     = true;
     this.radButtonElement2.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement2.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement2.Image")));
     this.radButtonElement2.Name         = "radButtonElement2";
     this.radButtonElement2.ShowBorder   = false;
     this.radButtonElement2.Text         = "radButtonElement2";
     this.radButtonElement2.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement2.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement2.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement3
     //
     this.radButtonElement3.AccessibleDescription = "radButtonElement3";
     this.radButtonElement3.AccessibleName        = "radButtonElement3";
     this.radButtonElement3.CanFocus     = true;
     this.radButtonElement3.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement3.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement3.Image")));
     this.radButtonElement3.Name         = "radButtonElement3";
     this.radButtonElement3.ShowBorder   = false;
     this.radButtonElement3.Text         = "radButtonElement3";
     this.radButtonElement3.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement3.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement3.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement4
     //
     this.radButtonElement4.AccessibleDescription = "radButtonElement4";
     this.radButtonElement4.AccessibleName        = "radButtonElement4";
     this.radButtonElement4.CanFocus     = true;
     this.radButtonElement4.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement4.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement4.Image")));
     this.radButtonElement4.Name         = "radButtonElement4";
     this.radButtonElement4.ShowBorder   = false;
     this.radButtonElement4.Text         = "radButtonElement4";
     this.radButtonElement4.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement4.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement4.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement5
     //
     this.radButtonElement5.AccessibleDescription = "radButtonElement5";
     this.radButtonElement5.AccessibleName        = "radButtonElement5";
     this.radButtonElement5.CanFocus     = true;
     this.radButtonElement5.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement5.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement5.Image")));
     this.radButtonElement5.Name         = "radButtonElement5";
     this.radButtonElement5.ShowBorder   = false;
     this.radButtonElement5.Text         = "radButtonElement5";
     this.radButtonElement5.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement5.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement5.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement6
     //
     this.radButtonElement6.AccessibleDescription = "radButtonElement6";
     this.radButtonElement6.AccessibleName        = "radButtonElement6";
     this.radButtonElement6.CanFocus     = true;
     this.radButtonElement6.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement6.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement6.Image")));
     this.radButtonElement6.Name         = "radButtonElement6";
     this.radButtonElement6.ShowBorder   = false;
     this.radButtonElement6.Text         = "radButtonElement6";
     this.radButtonElement6.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement6.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement6.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement7
     //
     this.radButtonElement7.AccessibleDescription = "radButtonElement7";
     this.radButtonElement7.AccessibleName        = "radButtonElement7";
     this.radButtonElement7.CanFocus     = true;
     this.radButtonElement7.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement7.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement7.Image")));
     this.radButtonElement7.Name         = "radButtonElement7";
     this.radButtonElement7.ShowBorder   = false;
     this.radButtonElement7.Text         = "radButtonElement7";
     this.radButtonElement7.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement7.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement7.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement8
     //
     this.radButtonElement8.AccessibleDescription = "radButtonElement8";
     this.radButtonElement8.AccessibleName        = "radButtonElement8";
     this.radButtonElement8.CanFocus     = true;
     this.radButtonElement8.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement8.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement8.Image")));
     this.radButtonElement8.Name         = "radButtonElement8";
     this.radButtonElement8.ShowBorder   = false;
     this.radButtonElement8.Text         = "radButtonElement8";
     this.radButtonElement8.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement8.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement8.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radButtonElement9
     //
     this.radButtonElement9.AccessibleDescription = "radButtonElement9";
     this.radButtonElement9.AccessibleName        = "radButtonElement9";
     this.radButtonElement9.CanFocus     = true;
     this.radButtonElement9.DisplayStyle = Telerik.WinControls.DisplayStyle.Image;
     this.radButtonElement9.Image        = ((System.Drawing.Image)(resources.GetObject("radButtonElement9.Image")));
     this.radButtonElement9.Name         = "radButtonElement9";
     this.radButtonElement9.ShowBorder   = false;
     this.radButtonElement9.Text         = "radButtonElement9";
     this.radButtonElement9.Visibility   = Telerik.WinControls.ElementVisibility.Visible;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButtonElement9.GetChildAt(0))).Visibility   = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButtonElement9.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radThemeManager1
     //
     themeSource1.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource1.ThemeLocation = "Telerik.Examples.WinControls.Carousel.CarouselSettings.CarouselButtons.xml";
     themeSource2.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource2.ThemeLocation = "TelerikExamples.Carousel.MusicLibrary.ButtonMusicLibrary.xml";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1,
         themeSource2
     });
     //
     // radTitleBar
     //
     this.radTitleBar.Dock      = System.Windows.Forms.DockStyle.Top;
     this.radTitleBar.ForeColor = System.Drawing.Color.White;
     this.radTitleBar.Location  = new System.Drawing.Point(0, 0);
     this.radTitleBar.Name      = "radTitleBar";
     this.radTitleBar.Size      = new System.Drawing.Size(780, 52);
     this.radTitleBar.TabIndex  = 14;
     this.radTitleBar.TabStop   = false;
     this.radTitleBar.Text      = "Solar System Settings";
     ((Telerik.WinControls.UI.RadTitleBarElement)(this.radTitleBar.GetChildAt(0))).Text = "Solar System Settings";
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).BackColor2                         = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(60)))), ((int)(((byte)(67)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).BackColor3                         = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(49)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).BackColor4                         = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).GradientPercentage                 = 0.25F;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).GradientPercentage2                = 0.25F;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(74)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(0))).SmoothingMode                      = System.Drawing.Drawing2D.SmoothingMode.None;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(1))).LeftWidth                        = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(1))).TopWidth                         = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(1))).RightWidth                       = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(1))).BottomWidth                      = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(1))).BottomColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(1))).ForeColor            = System.Drawing.Color.White;
     ((Telerik.WinControls.Primitives.TextPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Font                 = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Image  = global::Telerik.Examples.WinControls.Properties.Resources.CarouselSettings_Min;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).Margin = new System.Windows.Forms.Padding(0, 0, -2, 0);
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).Image  = global::Telerik.Examples.WinControls.Properties.Resources.CarouselSettings_Max;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).Margin = new System.Windows.Forms.Padding(0, 0, -2, 0);
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     ((Telerik.WinControls.UI.RadImageButtonElement)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2))).Image = global::Telerik.Examples.WinControls.Properties.Resources.CarouselSettings_Close;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(2).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
     //
     // radPanel1
     //
     this.radPanel1.Controls.Add(this.radComboAutoLoop);
     this.radPanel1.Controls.Add(this.radCheckEnableLooping);
     this.radPanel1.Controls.Add(this.radCheckAutoLoop);
     this.radPanel1.Controls.Add(this.radCheckVirtualMode);
     this.radPanel1.Controls.Add(this.radSpinRestoreDuration);
     this.radPanel1.Controls.Add(this.radSpinVisibleElements);
     this.radPanel1.Controls.Add(this.radLblAutoLoopDirection);
     this.radPanel1.Controls.Add(this.radLabel3);
     this.radPanel1.Controls.Add(this.radLblVItemCount);
     this.radPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.radPanel1.Location = new System.Drawing.Point(0, 52);
     this.radPanel1.Name     = "radPanel1";
     this.radPanel1.Size     = new System.Drawing.Size(780, 80);
     this.radPanel1.TabIndex = 15;
     ((Telerik.WinControls.UI.RadPanelElement)(this.radPanel1.GetChildAt(0))).Margin = new System.Windows.Forms.Padding(8);
     ((Telerik.WinControls.UI.RadPanelElement)(this.radPanel1.GetChildAt(0))).Shape  = this.roundRectShape1;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor2      = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(236)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor3      = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(222)))), ((int)(((byte)(228)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor4      = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(222)))), ((int)(((byte)(227)))));
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).NumberOfColors  = 4;
     ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(0))).BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(241)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).BoxStyle      = Telerik.WinControls.BorderBoxStyle.OuterInnerBorders;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).GradientStyle = Telerik.WinControls.GradientStyles.Solid;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).InnerColor    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(193)))), ((int)(((byte)(204)))));
     //
     // radComboAutoLoop
     //
     this.radComboAutoLoop.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radComboAutoLoop.BackColor = System.Drawing.Color.White;
     this.radComboAutoLoop.DropDownAnimationEnabled = true;
     this.radComboAutoLoop.Location = new System.Drawing.Point(332, 40);
     this.radComboAutoLoop.Name     = "radComboAutoLoop";
     this.radComboAutoLoop.ShowImageInEditorArea = true;
     this.radComboAutoLoop.Size                  = new System.Drawing.Size(106, 20);
     this.radComboAutoLoop.TabIndex              = 19;
     this.radComboAutoLoop.Text                  = "Forward";
     this.radComboAutoLoop.ThemeName             = "Office2010Black";
     this.radComboAutoLoop.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radComboAutoLoop_SelectedIndexChanged);
     //
     // radCheckEnableLooping
     //
     this.radCheckEnableLooping.Anchor              = System.Windows.Forms.AnchorStyles.None;
     this.radCheckEnableLooping.BackColor           = System.Drawing.Color.Transparent;
     this.radCheckEnableLooping.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckEnableLooping.Location            = new System.Drawing.Point(93, 20);
     this.radCheckEnableLooping.Name                = "radCheckEnableLooping";
     this.radCheckEnableLooping.Size                = new System.Drawing.Size(98, 18);
     this.radCheckEnableLooping.TabIndex            = 12;
     this.radCheckEnableLooping.Text                = "Enable Looping";
     this.radCheckEnableLooping.ThemeName           = "Office2010Black";
     this.radCheckEnableLooping.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radCheckEnableLooping.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.OnEnableLooping_ToggleStateChanged);
     //
     // radCheckAutoLoop
     //
     this.radCheckAutoLoop.Anchor              = System.Windows.Forms.AnchorStyles.None;
     this.radCheckAutoLoop.BackColor           = System.Drawing.Color.Transparent;
     this.radCheckAutoLoop.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckAutoLoop.Location            = new System.Drawing.Point(93, 43);
     this.radCheckAutoLoop.Name                = "radCheckAutoLoop";
     this.radCheckAutoLoop.Size                = new System.Drawing.Size(70, 18);
     this.radCheckAutoLoop.TabIndex            = 18;
     this.radCheckAutoLoop.Text                = "AutoLoop";
     this.radCheckAutoLoop.ThemeName           = "Office2010Black";
     this.radCheckAutoLoop.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radCheckAutoLoop.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBox3_ToggleStateChanged);
     //
     // radCheckVirtualMode
     //
     this.radCheckVirtualMode.Anchor              = System.Windows.Forms.AnchorStyles.None;
     this.radCheckVirtualMode.BackColor           = System.Drawing.Color.Transparent;
     this.radCheckVirtualMode.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(5)))), ((int)(((byte)(5)))));
     this.radCheckVirtualMode.Location            = new System.Drawing.Point(214, 31);
     this.radCheckVirtualMode.Name                = "radCheckVirtualMode";
     this.radCheckVirtualMode.Size                = new System.Drawing.Size(85, 18);
     this.radCheckVirtualMode.TabIndex            = 17;
     this.radCheckVirtualMode.Text                = "Virtual Mode";
     this.radCheckVirtualMode.ThemeName           = "Office2010Black";
     this.radCheckVirtualMode.ToggleState         = Telerik.WinControls.Enumerations.ToggleState.On;
     this.radCheckVirtualMode.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBox2_ToggleStateChanged);
     //
     // radSpinRestoreDuration
     //
     this.radSpinRestoreDuration.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radSpinRestoreDuration.BackColor = System.Drawing.Color.White;
     this.radSpinRestoreDuration.ForeColor = System.Drawing.Color.Black;
     this.radSpinRestoreDuration.Location  = new System.Drawing.Point(597, 40);
     this.radSpinRestoreDuration.Maximum   = new decimal(new int[] {
         9,
         0,
         0,
         0
     });
     this.radSpinRestoreDuration.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.radSpinRestoreDuration.Name = "radSpinRestoreDuration";
     //
     //
     //
     this.radSpinRestoreDuration.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinRestoreDuration.ShowBorder = true;
     this.radSpinRestoreDuration.Size       = new System.Drawing.Size(90, 20);
     this.radSpinRestoreDuration.TabIndex   = 14;
     this.radSpinRestoreDuration.TabStop    = false;
     this.radSpinRestoreDuration.ThemeName  = "Office2010Black";
     this.radSpinRestoreDuration.Value      = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.radSpinRestoreDuration.ValueChanged += new System.EventHandler(this.radSpinEditor2_ValueChanged);
     //
     // radSpinVisibleElements
     //
     this.radSpinVisibleElements.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radSpinVisibleElements.BackColor = System.Drawing.Color.White;
     this.radSpinVisibleElements.ForeColor = System.Drawing.Color.Black;
     this.radSpinVisibleElements.Location  = new System.Drawing.Point(471, 40);
     this.radSpinVisibleElements.Maximum   = new decimal(new int[] {
         9,
         0,
         0,
         0
     });
     this.radSpinVisibleElements.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.radSpinVisibleElements.Name = "radSpinVisibleElements";
     //
     //
     //
     this.radSpinVisibleElements.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinVisibleElements.ShowBorder = true;
     this.radSpinVisibleElements.Size       = new System.Drawing.Size(90, 20);
     this.radSpinVisibleElements.TabIndex   = 13;
     this.radSpinVisibleElements.TabStop    = false;
     this.radSpinVisibleElements.ThemeName  = "Office2010Black";
     this.radSpinVisibleElements.Value      = new decimal(new int[] {
         9,
         0,
         0,
         0
     });
     this.radSpinVisibleElements.ValueChanged += new System.EventHandler(this.OnVisibleItemsCount_ValueChanged);
     //
     // radLblAutoLoopDirection
     //
     this.radLblAutoLoopDirection.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radLblAutoLoopDirection.BackColor = System.Drawing.Color.Transparent;
     this.radLblAutoLoopDirection.ForeColor = System.Drawing.Color.Black;
     this.radLblAutoLoopDirection.Location  = new System.Drawing.Point(332, 20);
     this.radLblAutoLoopDirection.Name      = "radLblAutoLoopDirection";
     this.radLblAutoLoopDirection.Size      = new System.Drawing.Size(80, 18);
     this.radLblAutoLoopDirection.TabIndex  = 20;
     this.radLblAutoLoopDirection.Text      = "Loop Direction";
     this.radLblAutoLoopDirection.ThemeName = "Office2010Black";
     //
     // radLabel3
     //
     this.radLabel3.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radLabel3.BackColor = System.Drawing.Color.Transparent;
     this.radLabel3.ForeColor = System.Drawing.Color.Black;
     this.radLabel3.Location  = new System.Drawing.Point(597, 20);
     this.radLabel3.Name      = "radLabel3";
     this.radLabel3.Size      = new System.Drawing.Size(91, 18);
     this.radLabel3.TabIndex  = 16;
     this.radLabel3.Text      = "Restore Duration";
     this.radLabel3.ThemeName = "Office2010Black";
     //
     // radLblVItemCount
     //
     this.radLblVItemCount.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.radLblVItemCount.BackColor = System.Drawing.Color.Transparent;
     this.radLblVItemCount.ForeColor = System.Drawing.Color.Black;
     this.radLblVItemCount.Location  = new System.Drawing.Point(471, 20);
     this.radLblVItemCount.Name      = "radLblVItemCount";
     this.radLblVItemCount.Size      = new System.Drawing.Size(69, 18);
     this.radLblVItemCount.TabIndex  = 15;
     this.radLblVItemCount.Text      = "Visible Items";
     this.radLblVItemCount.ThemeName = "Office2010Black";
     //
     // roundRectShape1
     //
     this.roundRectShape1.Radius = 10;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.Color.Black;
     this.BorderColor         = System.Drawing.Color.Silver;
     this.ClientSize          = new System.Drawing.Size(780, 607);
     this.Controls.Add(this.radCarouselDemo);
     this.Controls.Add(this.radPanel1);
     this.Controls.Add(this.radTitleBar);
     this.MinimumSize = new System.Drawing.Size(780, 600);
     this.Name        = "Form1";
     this.Shape       = this.roundRectShape1;
     this.Text        = "Solar System Settings";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radCarouselDemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTitleBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     this.radPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radComboAutoLoop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckEnableLooping)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckAutoLoop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckVirtualMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinRestoreDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinVisibleElements)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblAutoLoopDirection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLblVItemCount)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.ThemeSource themeSource3 = new Telerik.WinControls.ThemeSource();
            this.AlbumImage         = new System.Windows.Forms.PictureBox();
            this.TrackName          = new System.Windows.Forms.Label();
            this.radPopupEditor1    = new Telerik.WinControls.UI.RadPopupEditor();
            this.radPopupContainer1 = new Telerik.WinControls.UI.RadPopupContainer();
            this.radThemeManager1   = new Telerik.WinControls.RadThemeManager();
            ((System.ComponentModel.ISupportInitialize)(this.AlbumImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPopupEditor1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPopupContainer1)).BeginInit();
            this.radPopupContainer1.SuspendLayout();
            this.SuspendLayout();
            //
            // AlbumImage
            //
            this.AlbumImage.Location     = new System.Drawing.Point(0, 0);
            this.AlbumImage.Name         = "AlbumImage";
            this.AlbumImage.Size         = new System.Drawing.Size(160, 160);
            this.AlbumImage.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.AlbumImage.TabIndex     = 0;
            this.AlbumImage.TabStop      = false;
            this.AlbumImage.DoubleClick += new System.EventHandler(this.TrackCard_DoubleClick);
            //
            // TrackName
            //
            this.TrackName.AutoSize     = true;
            this.TrackName.Location     = new System.Drawing.Point(4, 167);
            this.TrackName.Name         = "TrackName";
            this.TrackName.Size         = new System.Drawing.Size(35, 13);
            this.TrackName.TabIndex     = 1;
            this.TrackName.Text         = "label1";
            this.TrackName.DoubleClick += new System.EventHandler(this.TrackCard_DoubleClick);
            //
            // radPopupEditor1
            //
            this.radPopupEditor1.AssociatedControl = this.radPopupContainer1;
            this.radPopupEditor1.BackColor         = System.Drawing.Color.Transparent;
            this.radPopupEditor1.ForeColor         = System.Drawing.Color.Transparent;
            this.radPopupEditor1.Location          = new System.Drawing.Point(3, 212);
            this.radPopupEditor1.Name = "radPopupEditor1";
            //
            //
            //
            this.radPopupEditor1.RootElement.ClickMode = Telerik.WinControls.ClickMode.Hover;
            this.radPopupEditor1.ShowTextBox           = false;
            this.radPopupEditor1.Size      = new System.Drawing.Size(125, 24);
            this.radPopupEditor1.TabIndex  = 2;
            this.radPopupEditor1.Text      = "radPopupEditor1";
            this.radPopupEditor1.ThemeName = "TelerikMetro";
            ((Telerik.WinControls.UI.RadPopupEditorElement)(this.radPopupEditor1.GetChildAt(0))).ForeColor = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.UI.RadPopupEditorElement)(this.radPopupEditor1.GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.UI.RadPopupEditorElement)(this.radPopupEditor1.GetChildAt(0))).ClickMode = Telerik.WinControls.ClickMode.Hover;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(0))).BottomColor   = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(0))).ForeColor2    = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(0))).ForeColor3    = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(0))).ForeColor4    = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(1))).BackColor       = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.UI.RadDropDownTextBoxElement)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Text                   = "radPopupEditor1";
            ((Telerik.WinControls.UI.RadDropDownTextBoxElement)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Visibility             = Telerik.WinControls.ElementVisibility.Hidden;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(2))).ForeColor2 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(2))).ForeColor3 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(2))).ForeColor4 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).AutoSize       = true;
            ((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1))).ClickMode      = Telerik.WinControls.ClickMode.Hover;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).ForeColor2 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).ForeColor3 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).ForeColor4 = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radPopupEditor1.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(5))).LineLimit    = false;
            //
            // radPopupContainer1
            //
            this.radPopupContainer1.Location = new System.Drawing.Point(144, 197);
            this.radPopupContainer1.Name     = "radPopupContainer1";
            //
            // radPopupContainer1.PanelContainer
            //
            this.radPopupContainer1.PanelContainer.Size = new System.Drawing.Size(254, 510);
            this.radPopupContainer1.Size     = new System.Drawing.Size(256, 512);
            this.radPopupContainer1.TabIndex = 3;

            //
            // radThemeManager1
            //
            this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
                themeSource3
            });
            //
            // TrackCard
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radPopupContainer1);
            this.Controls.Add(this.TrackName);
            this.Controls.Add(this.AlbumImage);
            this.Controls.Add(this.radPopupEditor1);
            this.Name         = "TrackCard";
            this.Size         = new System.Drawing.Size(160, 235);
            this.Load        += new System.EventHandler(this.TrackCard_Load);
            this.DoubleClick += new System.EventHandler(this.TrackCard_DoubleClick);
            ((System.ComponentModel.ISupportInitialize)(this.AlbumImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPopupEditor1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPopupContainer1)).EndInit();
            this.radPopupContainer1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.Data.SortDescriptor      sortDescriptor1        = new Telerik.WinControls.Data.SortDescriptor();
     Telerik.WinControls.UI.TableViewDefinition   tableViewDefinition2   = new Telerik.WinControls.UI.TableViewDefinition();
     Telerik.WinControls.UI.TableViewDefinition   tableViewDefinition1   = new Telerik.WinControls.UI.TableViewDefinition();
     Telerik.WinControls.ThemeSource themeSource1 = new Telerik.WinControls.ThemeSource();
     this.MasterTemplate    = new Telerik.WinControls.UI.RadGridView();
     this.gridViewTemplate1 = new Telerik.WinControls.UI.GridViewTemplate();
     this.radTextBox1       = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox2       = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox3       = new Telerik.WinControls.UI.RadTextBox();
     this.radThemeManager1  = new Telerik.WinControls.RadThemeManager();
     ((System.ComponentModel.ISupportInitialize)(this.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MasterTemplate.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // MasterTemplate
     //
     this.MasterTemplate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.MasterTemplate.Cursor    = System.Windows.Forms.Cursors.Default;
     this.MasterTemplate.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.MasterTemplate.ForeColor = System.Drawing.Color.Black;
     this.MasterTemplate.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.MasterTemplate.Location  = new System.Drawing.Point(0, 29);
     //
     //
     //
     this.MasterTemplate.MasterTemplate.AllowAddNewRow     = false;
     this.MasterTemplate.MasterTemplate.AllowColumnChooser = false;
     this.MasterTemplate.MasterTemplate.AllowColumnReorder = false;
     this.MasterTemplate.MasterTemplate.AllowColumnResize  = false;
     this.MasterTemplate.MasterTemplate.AllowDeleteRow     = false;
     this.MasterTemplate.MasterTemplate.AllowDragToGroup   = false;
     this.MasterTemplate.MasterTemplate.AllowEditRow       = false;
     this.MasterTemplate.MasterTemplate.AllowRowResize     = false;
     gridViewTextBoxColumn1.AllowGroup             = false;
     gridViewTextBoxColumn1.AllowHide              = false;
     gridViewTextBoxColumn1.AllowReorder           = false;
     gridViewTextBoxColumn1.AllowResize            = false;
     gridViewTextBoxColumn1.EnableExpressionEditor = false;
     gridViewTextBoxColumn1.FieldName              = "FullName";
     gridViewTextBoxColumn1.HeaderText             = "Full Name";
     gridViewTextBoxColumn1.Name                   = "FullName";
     gridViewTextBoxColumn1.ReadOnly               = true;
     gridViewTextBoxColumn1.SortOrder              = Telerik.WinControls.UI.RadSortOrder.Ascending;
     gridViewTextBoxColumn1.Width                  = 192;
     gridViewTextBoxColumn2.AllowGroup             = false;
     gridViewTextBoxColumn2.AllowResize            = false;
     gridViewTextBoxColumn2.EnableExpressionEditor = false;
     gridViewTextBoxColumn2.FieldName              = "Address";
     gridViewTextBoxColumn2.HeaderText             = "Address";
     gridViewTextBoxColumn2.Name                   = "Address";
     gridViewTextBoxColumn2.ReadOnly               = true;
     gridViewTextBoxColumn2.Width                  = 147;
     gridViewTextBoxColumn3.AllowGroup             = false;
     gridViewTextBoxColumn3.AllowResize            = false;
     gridViewTextBoxColumn3.EnableExpressionEditor = false;
     gridViewTextBoxColumn3.FieldName              = "ContactNumber";
     gridViewTextBoxColumn3.HeaderText             = "column3";
     gridViewTextBoxColumn3.Name                   = "ContactNumber";
     gridViewTextBoxColumn3.ReadOnly               = true;
     gridViewTextBoxColumn3.Width                  = 183;
     this.MasterTemplate.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3
     });
     this.MasterTemplate.MasterTemplate.EnableFiltering = true;
     this.MasterTemplate.MasterTemplate.EnableGrouping  = false;
     sortDescriptor1.PropertyName = "FullName";
     this.MasterTemplate.MasterTemplate.SortDescriptors.AddRange(new Telerik.WinControls.Data.SortDescriptor[] {
         sortDescriptor1
     });
     this.MasterTemplate.MasterTemplate.Templates.AddRange(new Telerik.WinControls.UI.GridViewTemplate[] {
         this.gridViewTemplate1
     });
     this.MasterTemplate.MasterTemplate.ViewDefinition = tableViewDefinition2;
     this.MasterTemplate.Name        = "MasterTemplate";
     this.MasterTemplate.ReadOnly    = true;
     this.MasterTemplate.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.MasterTemplate.Size        = new System.Drawing.Size(565, 146);
     this.MasterTemplate.TabIndex    = 0;
     this.MasterTemplate.Text        = "radGridView1";
     this.MasterTemplate.CellClick  += new Telerik.WinControls.UI.GridViewCellEventHandler(this.MasterTemplate_CellClick);
     //
     // gridViewTemplate1
     //
     this.gridViewTemplate1.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     this.gridViewTemplate1.ViewDefinition      = tableViewDefinition1;
     //
     // radTextBox1
     //
     this.radTextBox1.Location = new System.Drawing.Point(28, 193);
     this.radTextBox1.Name     = "radTextBox1";
     this.radTextBox1.Size     = new System.Drawing.Size(100, 20);
     this.radTextBox1.TabIndex = 1;
     //
     // radTextBox2
     //
     this.radTextBox2.Location = new System.Drawing.Point(134, 193);
     this.radTextBox2.Name     = "radTextBox2";
     this.radTextBox2.Size     = new System.Drawing.Size(100, 20);
     this.radTextBox2.TabIndex = 2;
     //
     // radTextBox3
     //
     this.radTextBox3.Location = new System.Drawing.Point(240, 193);
     this.radTextBox3.Name     = "radTextBox3";
     this.radTextBox3.Size     = new System.Drawing.Size(100, 20);
     this.radTextBox3.TabIndex = 2;
     //
     // radThemeManager1
     //
     themeSource1.StorageType = Telerik.WinControls.ThemeStorageType.Resource;
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource1
     });
     //
     // frmTGrid
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(706, 242);
     this.Controls.Add(this.radTextBox3);
     this.Controls.Add(this.radTextBox2);
     this.Controls.Add(this.radTextBox1);
     this.Controls.Add(this.MasterTemplate);
     this.Name = "frmTGrid";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text  = "frmTGrid";
     this.Load += new System.EventHandler(this.frmTGrid_Load);
     ((System.ComponentModel.ISupportInitialize)(this.MasterTemplate.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplate1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.ThemeSource themeSource7             = new Telerik.WinControls.ThemeSource();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RadForm1));
     this.materialPinkTheme1     = new Telerik.WinControls.Themes.MaterialPinkTheme();
     this.telerikMetroTheme1     = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.radThemeManager1       = new Telerik.WinControls.RadThemeManager();
     this.radPanel1              = new Telerik.WinControls.UI.RadPanel();
     this.radRibbonBar1          = new Telerik.WinControls.UI.RadRibbonBar();
     this.ribbonTab1             = new Telerik.WinControls.UI.RibbonTab();
     this.ribbonTab2             = new Telerik.WinControls.UI.RibbonTab();
     this.radRibbonBarGroup1     = new Telerik.WinControls.UI.RadRibbonBarGroup();
     this.radButtonElement1      = new Telerik.WinControls.UI.RadButtonElement();
     this.ribbonTab3             = new Telerik.WinControls.UI.RibbonTab();
     this.radButtonElement2      = new Telerik.WinControls.UI.RadButtonElement();
     this.radMenuItem1           = new Telerik.WinControls.UI.RadMenuItem();
     this.radRibbonFormBehavior1 = new Telerik.WinControls.UI.RadRibbonFormBehavior();
     this.monthCalendar1         = new System.Windows.Forms.MonthCalendar();
     this.monthCalendar2         = new System.Windows.Forms.MonthCalendar();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.monthCalendar3 = new System.Windows.Forms.MonthCalendar();
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
     this.radPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radThemeManager1
     //
     themeSource7.StorageType   = Telerik.WinControls.ThemeStorageType.Resource;
     themeSource7.ThemeLocation = "telerikMetroTheme1";
     this.radThemeManager1.LoadedThemes.AddRange(new Telerik.WinControls.ThemeSource[] {
         themeSource7
     });
     //
     // radPanel1
     //
     this.radPanel1.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.radPanel1.Controls.Add(this.monthCalendar3);
     this.radPanel1.Controls.Add(this.textBox2);
     this.radPanel1.Controls.Add(this.textBox1);
     this.radPanel1.Controls.Add(this.monthCalendar2);
     this.radPanel1.Controls.Add(this.monthCalendar1);
     this.radPanel1.Location = new System.Drawing.Point(3, 160);
     this.radPanel1.Name     = "radPanel1";
     this.radPanel1.Size     = new System.Drawing.Size(858, 416);
     this.radPanel1.TabIndex = 1;
     this.radPanel1.Text     = "radPanel1";
     //
     // radRibbonBar1
     //
     this.radRibbonBar1.CommandTabs.AddRange(new Telerik.WinControls.RadItem[] {
         this.ribbonTab1,
         this.ribbonTab2,
         this.ribbonTab3
     });
     //
     //
     //
     this.radRibbonBar1.ExitButton.Text = "Exit";
     this.radRibbonBar1.Location        = new System.Drawing.Point(0, 0);
     this.radRibbonBar1.Name            = "radRibbonBar1";
     //
     //
     //
     this.radRibbonBar1.OptionsButton.Text = "Options";
     this.radRibbonBar1.QuickAccessToolBarItems.AddRange(new Telerik.WinControls.RadItem[] {
         this.radButtonElement2
     });
     this.radRibbonBar1.Size             = new System.Drawing.Size(861, 154);
     this.radRibbonBar1.StartButtonImage = ((System.Drawing.Image)(resources.GetObject("radRibbonBar1.StartButtonImage")));
     this.radRibbonBar1.StartMenuItems.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem1
     });
     this.radRibbonBar1.TabIndex  = 0;
     this.radRibbonBar1.Text      = "radRibbonBar1";
     this.radRibbonBar1.ThemeName = "TelerikMetro";
     this.radRibbonBar1.Click    += new System.EventHandler(this.radRibbonBar1_Click);
     //
     // ribbonTab1
     //
     this.ribbonTab1.AutoEllipsis = false;
     this.ribbonTab1.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab1.IsSelected                 = false;
     this.ribbonTab1.Name                       = "ribbonTab1";
     this.ribbonTab1.Text                       = "ribbonTab1";
     this.ribbonTab1.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab1.UseCompatibleTextRendering = false;
     this.ribbonTab1.UseMnemonic                = false;
     //
     // ribbonTab2
     //
     this.ribbonTab2.AutoEllipsis = false;
     this.ribbonTab2.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab2.IsSelected = true;
     this.ribbonTab2.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radRibbonBarGroup1
     });
     this.ribbonTab2.Name = "ribbonTab2";
     this.ribbonTab2.Text = "ribbonTab2";
     this.ribbonTab2.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab2.UseCompatibleTextRendering = false;
     this.ribbonTab2.UseMnemonic = false;
     //
     // radRibbonBarGroup1
     //
     this.radRibbonBarGroup1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radButtonElement1
     });
     this.radRibbonBarGroup1.Margin  = new System.Windows.Forms.Padding(0);
     this.radRibbonBarGroup1.MaxSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup1.MinSize = new System.Drawing.Size(0, 0);
     this.radRibbonBarGroup1.Name    = "radRibbonBarGroup1";
     this.radRibbonBarGroup1.Text    = "89";
     this.radRibbonBarGroup1.UseCompatibleTextRendering = false;
     //
     // radButtonElement1
     //
     this.radButtonElement1.AutoSize                   = true;
     this.radButtonElement1.Image                      = null;
     this.radButtonElement1.Name                       = "radButtonElement1";
     this.radButtonElement1.Text                       = "New button";
     this.radButtonElement1.TextImageRelation          = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.radButtonElement1.UseCompatibleTextRendering = false;
     this.radButtonElement1.Click                     += new System.EventHandler(this.radButtonElement1_Click);
     //
     // ribbonTab3
     //
     this.ribbonTab3.AutoEllipsis = false;
     this.ribbonTab3.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab3.Name = "ribbonTab3";
     this.ribbonTab3.Text = "ribbonTab3";
     this.ribbonTab3.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.ribbonTab3.UseCompatibleTextRendering = false;
     this.ribbonTab3.UseMnemonic = false;
     //
     // radButtonElement2
     //
     this.radButtonElement2.Name = "radButtonElement2";
     this.radButtonElement2.StretchHorizontally = false;
     this.radButtonElement2.StretchVertically   = false;
     this.radButtonElement2.Text = "sdf";
     this.radButtonElement2.UseCompatibleTextRendering = false;
     //
     // radMenuItem1
     //
     this.radMenuItem1.Name = "radMenuItem1";
     this.radMenuItem1.Text = "radMenuItem1";
     this.radMenuItem1.UseCompatibleTextRendering = false;
     //
     // radRibbonFormBehavior1
     //
     this.radRibbonFormBehavior1.Form = this;
     //
     // monthCalendar1
     //
     this.monthCalendar1.BackColor      = System.Drawing.SystemColors.HotTrack;
     this.monthCalendar1.Font           = new System.Drawing.Font("Showcard Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar1.Location       = new System.Drawing.Point(67, 77);
     this.monthCalendar1.Name           = "monthCalendar1";
     this.monthCalendar1.TabIndex       = 0;
     this.monthCalendar1.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.monthCalendar1.TitleForeColor = System.Drawing.SystemColors.ButtonShadow;
     this.monthCalendar1.DateChanged   += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
     //
     // monthCalendar2
     //
     this.monthCalendar2.Font           = new System.Drawing.Font("Showcard Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.monthCalendar2.Location       = new System.Drawing.Point(361, 77);
     this.monthCalendar2.Name           = "monthCalendar2";
     this.monthCalendar2.TabIndex       = 1;
     this.monthCalendar2.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.monthCalendar2.DateChanged   += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar2_DateChanged);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(67, 252);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(223, 20);
     this.textBox1.TabIndex = 2;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(336, 251);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(223, 20);
     this.textBox2.TabIndex = 3;
     //
     // monthCalendar3
     //
     this.monthCalendar3.Location = new System.Drawing.Point(639, 95);
     this.monthCalendar3.Name     = "monthCalendar3";
     this.monthCalendar3.TabIndex = 4;
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(861, 577);
     this.Controls.Add(this.radPanel1);
     this.Controls.Add(this.radRibbonBar1);
     this.FormBehavior = this.radRibbonFormBehavior1;
     this.IconScaling  = Telerik.WinControls.Enumerations.ImageScaling.None;
     this.Name         = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "radRibbonBar1";
     this.ThemeName = "TelerikMetro";
     this.Load     += new System.EventHandler(this.RadForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
     this.radPanel1.ResumeLayout(false);
     this.radPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }