using Telerik.WinControls.UI; namespace OwnChar.App.Desktop.UI.Windows { partial class MainWindow { /// /// 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() { radTabbedFormControl2 = new RadTabbedFormControl(); ((System.ComponentModel.ISupportInitialize)radTabbedFormControl2).BeginInit(); ((System.ComponentModel.ISupportInitialize)this).BeginInit(); SuspendLayout(); // // radTabbedFormControl2 // radTabbedFormControl2.Location = new System.Drawing.Point(0, 0); radTabbedFormControl2.Name = "radTabbedFormControl1"; radTabbedFormControl2.ShowNewTabButton = false; radTabbedFormControl2.Size = new System.Drawing.Size(768, 583); radTabbedFormControl2.TabIndex = 0; radTabbedFormControl2.TabWidth = 200; radTabbedFormControl2.Text = "MainForm"; ((RadTabbedFormControlElement)radTabbedFormControl2.GetChildAt(0)).Text = "MainForm"; ((RadQuickAccessOverflowButton)radTabbedFormControl2.GetChildAt(0).GetChildAt(3).GetChildAt(1)).Visibility = Telerik.WinControls.ElementVisibility.Collapsed; ((RadQuickAccessOverflowButton)radTabbedFormControl2.GetChildAt(0).GetChildAt(4).GetChildAt(1)).Visibility = Telerik.WinControls.ElementVisibility.Collapsed; // // MainWindow // AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(780, 589); Controls.Add(radTabbedFormControl2); Name = "MainWindow"; ShowIcon = false; Text = "RadForm1"; Load += MainWindow_Load; ((System.ComponentModel.ISupportInitialize)radTabbedFormControl2).EndInit(); ((System.ComponentModel.ISupportInitialize)this).EndInit(); ResumeLayout(false); } #endregion private Telerik.WinControls.UI.RadTabbedFormControl radTabbedFormControl1; private RadTabbedFormControl radTabbedFormControl2; } }