Mini Kabibi Habibi
namespace DevExpress.XtraTreeList.Demos.Tutorials {
partial class About {
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing) {
if(disposing) {
if(components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
#region Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.rtbAbout = new System.Windows.Forms.RichTextBox();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.rtbAboutNew = new System.Windows.Forms.RichTextBox();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
this.SuspendLayout();
//
// rtbAbout
//
this.rtbAbout.BackColor = System.Drawing.SystemColors.Window;
this.rtbAbout.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbAbout.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbAbout.Location = new System.Drawing.Point(0, 0);
this.rtbAbout.Name = "rtbAbout";
this.rtbAbout.ReadOnly = true;
this.rtbAbout.Size = new System.Drawing.Size(427, 229);
this.rtbAbout.TabIndex = 0;
this.rtbAbout.Text = "";
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(4, 4);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(431, 252);
this.xtraTabControl1.TabIndex = 1;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
this.xtraTabControl1.Text = "xtraTabControl1";
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.rtbAboutNew);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(422, 222);
this.xtraTabPage1.Text = "New features";
this.xtraTabPage1.PageVisible = false;
//
// rtbAboutNew
//
this.rtbAboutNew.BackColor = System.Drawing.SystemColors.Window;
this.rtbAboutNew.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbAboutNew.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbAboutNew.Location = new System.Drawing.Point(0, 0);
this.rtbAboutNew.Name = "rtbAboutNew";
this.rtbAboutNew.ReadOnly = true;
this.rtbAboutNew.Size = new System.Drawing.Size(422, 222);
this.rtbAboutNew.TabIndex = 2;
this.rtbAboutNew.Text = "";
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.rtbAbout);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(427, 229);
this.xtraTabPage2.Text = "Features";
//
// About
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.xtraTabControl1);
this.Name = "About";
this.Size = new System.Drawing.Size(439, 260);
this.TutorialInfo.AboutFile = null;
this.TutorialInfo.Description = null;
this.TutorialInfo.TutorialName = null;
this.TutorialInfo.WhatsThisCodeFile = null;
this.TutorialInfo.WhatsThisXMLFile = null;
this.Load += new System.EventHandler(this.About_Load);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rtbAbout;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private System.Windows.Forms.RichTextBox rtbAboutNew;
private System.ComponentModel.IContainer components = null;
}
}