Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/BarTutorials/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/BarTutorials/SampleStart.Designer.cs

namespace DevExpress.XtraBars.Demos.Tutorials {
    partial class SampleStart {

        #region Designer generated code
        private void InitializeComponent() {
            this.sbStart = new DevExpress.XtraEditors.SimpleButton();
            this.sbClose = new DevExpress.XtraEditors.SimpleButton();
            this.SuspendLayout();
            // 
            // sbStart
            // 
            this.sbStart.Location = new System.Drawing.Point(16, 16);
            this.sbStart.Name = "sbStart";
            this.sbStart.Size = new System.Drawing.Size(136, 26);
            this.sbStart.TabIndex = 0;
            this.sbStart.Text = "Launch Sample";
            this.sbStart.Click += new System.EventHandler(this.sbStart_Click);
            // 
            // sbClose
            // 
            this.sbClose.Location = new System.Drawing.Point(160, 16);
            this.sbClose.Name = "sbClose";
            this.sbClose.Size = new System.Drawing.Size(136, 26);
            this.sbClose.TabIndex = 1;
            this.sbClose.Text = "Close Sample";
            this.sbClose.Click += new System.EventHandler(this.sbClose_Click);
            // 
            // SampleStart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.sbClose);
            this.Controls.Add(this.sbStart);
            this.Name = "SampleStart";
            this.Size = new System.Drawing.Size(449, 232);
            this.TutorialInfo.AboutFile = null;
            this.TutorialInfo.Description = null;
            this.TutorialInfo.TutorialName = null;
            this.TutorialInfo.WhatsThisCodeFile = null;
            this.TutorialInfo.WhatsThisXMLFile = null;
            this.ResumeLayout(false);

        }

        #endregion
        private DevExpress.XtraEditors.SimpleButton sbStart;
        private DevExpress.XtraEditors.SimpleButton sbClose;

    }
}