namespace PageviewpagesTestingSample { partial class RadForm1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.radPageView1 = new Telerik.WinControls.UI.RadPageView(); this.Configure = new Telerik.WinControls.UI.RadPageViewPage(); this.Styles = new Telerik.WinControls.UI.RadPageViewPage(); this.Objects = new Telerik.WinControls.UI.RadPageViewPage(); this.Script = new Telerik.WinControls.UI.RadPageViewPage(); ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit(); this.radPageView1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // radPageView1 // this.radPageView1.Controls.Add(this.Configure); this.radPageView1.Controls.Add(this.Styles); this.radPageView1.Controls.Add(this.Objects); this.radPageView1.Controls.Add(this.Script); this.radPageView1.Location = new System.Drawing.Point(0, 0); this.radPageView1.Name = "radPageView1"; this.radPageView1.SelectedPage = this.Script; this.radPageView1.Size = new System.Drawing.Size(584, 413); this.radPageView1.TabIndex = 0; this.radPageView1.UseMnemonic = true; // // Configure // this.Configure.ItemSize = new System.Drawing.SizeF(65F, 28F); this.Configure.Location = new System.Drawing.Point(10, 37); this.Configure.Name = "Configure"; this.Configure.Size = new System.Drawing.Size(563, 365); this.Configure.Text = "&Configure"; this.Configure.Item.KeyTip = "C"; Configure.Item.UseMnemonic = true; // // Styles // this.Styles.ItemSize = new System.Drawing.SizeF(45F, 28F); this.Styles.Location = new System.Drawing.Point(10, 37); this.Styles.Name = "Styles"; this.Styles.Size = new System.Drawing.Size(563, 365); this.Styles.Text = "&Styles"; this.Styles.Item.KeyTip = "S"; Styles.Item.UseMnemonic = true; // // Objects // this.Objects.ItemSize = new System.Drawing.SizeF(54F, 28F); this.Objects.Location = new System.Drawing.Point(10, 37); this.Objects.Name = "Objects"; this.Objects.Size = new System.Drawing.Size(563, 365); this.Objects.Text = "&Objects"; this.Objects.Item.KeyTip = "O"; Objects.Item.UseMnemonic = true; // // Script // this.Script.ItemSize = new System.Drawing.SizeF(112F, 28F); this.Script.Location = new System.Drawing.Point(10, 37); this.Script.Name = "Script"; this.Script.Size = new System.Drawing.Size(563, 365); this.Script.Text = "Script &Library"; this.Script.Item.KeyTip = "L"; Script.Item.UseMnemonic = true; // // RadForm1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(927, 603); this.Controls.Add(this.radPageView1); this.Name = "RadForm1"; // // // this.RootElement.ApplyShapeToControl = true; this.Text = "RadForm1"; ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit(); this.radPageView1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); } #endregion private Telerik.WinControls.UI.RadPageView radPageView1; private Telerik.WinControls.UI.RadPageViewPage Configure; private Telerik.WinControls.UI.RadPageViewPage Styles; private Telerik.WinControls.UI.RadPageViewPage Objects; private Telerik.WinControls.UI.RadPageViewPage Script; } }