Mini Kabibi Habibi
namespace DevExpress.XtraWizard.Demos {
partial class frmStart {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if(disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStart));
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.SuspendLayout();
//
// simpleButton1
//
this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.simpleButton1.Location = new System.Drawing.Point(10, 224);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(187, 23);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "Start Demo!";
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.checkEdit1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(10, 10);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(187, 34);
this.panelControl1.TabIndex = 1;
//
// checkEdit1
//
this.checkEdit1.Location = new System.Drawing.Point(-2, 3);
this.checkEdit1.Name = "checkEdit1";
this.checkEdit1.Properties.Caption = "Use Windows Native Style";
this.checkEdit1.Size = new System.Drawing.Size(172, 19);
this.checkEdit1.TabIndex = 0;
this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
//
// listBoxControl1
//
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxControl1.Location = new System.Drawing.Point(10, 44);
this.listBoxControl1.Name = "listBoxControl1";
this.listBoxControl1.Size = new System.Drawing.Size(187, 167);
this.listBoxControl1.TabIndex = 2;
this.listBoxControl1.SelectedIndexChanged += new System.EventHandler(this.listBoxControl1_SelectedIndexChanged);
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(10, 211);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(187, 13);
this.panelControl2.TabIndex = 3;
//
// frmStart
//
this.AcceptButton = this.simpleButton1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.simpleButton1;
this.ClientSize = new System.Drawing.Size(207, 257);
this.ControlBox = false;
this.Controls.Add(this.listBoxControl1);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.simpleButton1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmStart";
this.Padding = new System.Windows.Forms.Padding(10);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Choose skin";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
private DevExpress.XtraEditors.CheckEdit checkEdit1;
private DevExpress.XtraEditors.PanelControl panelControl2;
}
}