using DarkUI.Controls;
namespace Example
{
partial class DialogControls
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogControls));
this.pnlMain = new System.Windows.Forms.Panel();
this.tblMain = new System.Windows.Forms.TableLayoutPanel();
this.pnlTreeView = new DarkUI.Controls.DarkSectionPanel();
this.treeTest = new DarkUI.Controls.DarkTreeView();
this.pnlListView = new DarkUI.Controls.DarkSectionPanel();
this.lstTest = new DarkUI.Controls.DarkListView();
this.pnlMessageBox = new DarkUI.Controls.DarkSectionPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.darkRadioButton3 = new DarkUI.Controls.DarkRadioButton();
this.darkRadioButton2 = new DarkUI.Controls.DarkRadioButton();
this.darkRadioButton1 = new DarkUI.Controls.DarkRadioButton();
this.panel4 = new System.Windows.Forms.Panel();
this.darkCheckBox2 = new DarkUI.Controls.DarkCheckBox();
this.darkCheckBox1 = new DarkUI.Controls.DarkCheckBox();
this.panel3 = new System.Windows.Forms.Panel();
this.btnMessageBox = new DarkUI.Controls.DarkButton();
this.panel2 = new System.Windows.Forms.Panel();
this.btnDialog = new DarkUI.Controls.DarkButton();
this.pnlMain.SuspendLayout();
this.tblMain.SuspendLayout();
this.pnlTreeView.SuspendLayout();
this.pnlListView.SuspendLayout();
this.pnlMessageBox.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// pnlMain
//
this.pnlMain.Controls.Add(this.tblMain);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(0, 0);
this.pnlMain.Name = "pnlMain";
this.pnlMain.Padding = new System.Windows.Forms.Padding(5, 10, 5, 0);
this.pnlMain.Size = new System.Drawing.Size(708, 410);
this.pnlMain.TabIndex = 2;
//
// tblMain
//
this.tblMain.ColumnCount = 3;
this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tblMain.Controls.Add(this.pnlTreeView, 0, 0);
this.tblMain.Controls.Add(this.pnlListView, 0, 0);
this.tblMain.Controls.Add(this.pnlMessageBox, 0, 0);
this.tblMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tblMain.Location = new System.Drawing.Point(5, 10);
this.tblMain.Name = "tblMain";
this.tblMain.RowCount = 1;
this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblMain.Size = new System.Drawing.Size(698, 400);
this.tblMain.TabIndex = 0;
//
// pnlTreeView
//
this.pnlTreeView.Controls.Add(this.treeTest);
this.pnlTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlTreeView.Location = new System.Drawing.Point(469, 0);
this.pnlTreeView.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.pnlTreeView.Name = "pnlTreeView";
this.pnlTreeView.SectionHeader = "Tree view test";
this.pnlTreeView.Size = new System.Drawing.Size(224, 400);
this.pnlTreeView.TabIndex = 14;
//
// treeTest
//
this.treeTest.AllowMoveNodes = true;
this.treeTest.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeTest.Location = new System.Drawing.Point(1, 25);
this.treeTest.MultiSelect = true;
this.treeTest.Name = "treeTest";
this.treeTest.ShowIcons = true;
this.treeTest.Size = new System.Drawing.Size(222, 374);
this.treeTest.TabIndex = 0;
this.treeTest.Text = "darkTreeView1";
//
// pnlListView
//
this.pnlListView.Controls.Add(this.lstTest);
this.pnlListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlListView.Location = new System.Drawing.Point(237, 0);
this.pnlListView.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.pnlListView.Name = "pnlListView";
this.pnlListView.SectionHeader = "List view test";
this.pnlListView.Size = new System.Drawing.Size(222, 400);
this.pnlListView.TabIndex = 13;
//
// lstTest
//
this.lstTest.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstTest.Location = new System.Drawing.Point(1, 25);
this.lstTest.MultiSelect = true;
this.lstTest.Name = "lstTest";
this.lstTest.Size = new System.Drawing.Size(220, 374);
this.lstTest.TabIndex = 7;
this.lstTest.Text = "darkListView1";
//
// pnlMessageBox
//
this.pnlMessageBox.Controls.Add(this.panel1);
this.pnlMessageBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMessageBox.Location = new System.Drawing.Point(5, 0);
this.pnlMessageBox.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.pnlMessageBox.Name = "pnlMessageBox";
this.pnlMessageBox.SectionHeader = "Controls test";
this.pnlMessageBox.Size = new System.Drawing.Size(222, 400);
this.pnlMessageBox.TabIndex = 12;
//
// panel1
//
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(1, 25);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(10);
this.panel1.Size = new System.Drawing.Size(220, 374);
this.panel1.TabIndex = 0;
//
// panel5
//
this.panel5.Controls.Add(this.darkRadioButton3);
this.panel5.Controls.Add(this.darkRadioButton2);
this.panel5.Controls.Add(this.darkRadioButton1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(10, 147);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(200, 100);
this.panel5.TabIndex = 12;
//
// darkRadioButton3
//
this.darkRadioButton3.AutoSize = true;
this.darkRadioButton3.Checked = true;
this.darkRadioButton3.Enabled = false;
this.darkRadioButton3.Location = new System.Drawing.Point(0, 50);
this.darkRadioButton3.Name = "darkRadioButton3";
this.darkRadioButton3.Size = new System.Drawing.Size(139, 19);
this.darkRadioButton3.TabIndex = 4;
this.darkRadioButton3.TabStop = true;
this.darkRadioButton3.Text = "Disabled radio button";
//
// darkRadioButton2
//
this.darkRadioButton2.AutoSize = true;
this.darkRadioButton2.Location = new System.Drawing.Point(0, 25);
this.darkRadioButton2.Name = "darkRadioButton2";
this.darkRadioButton2.Size = new System.Drawing.Size(94, 19);
this.darkRadioButton2.TabIndex = 3;
this.darkRadioButton2.Text = "Radio button";
//
// darkRadioButton1
//
this.darkRadioButton1.AutoSize = true;
this.darkRadioButton1.Location = new System.Drawing.Point(0, 0);
this.darkRadioButton1.Name = "darkRadioButton1";
this.darkRadioButton1.Size = new System.Drawing.Size(94, 19);
this.darkRadioButton1.TabIndex = 2;
this.darkRadioButton1.Text = "Radio button";
//
// panel4
//
this.panel4.AutoSize = true;
this.panel4.Controls.Add(this.darkCheckBox2);
this.panel4.Controls.Add(this.darkCheckBox1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(10, 90);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.panel4.Size = new System.Drawing.Size(200, 57);
this.panel4.TabIndex = 11;
//
// darkCheckBox2
//
this.darkCheckBox2.AutoSize = true;
this.darkCheckBox2.Checked = true;
this.darkCheckBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.darkCheckBox2.Enabled = false;
this.darkCheckBox2.Location = new System.Drawing.Point(0, 25);
this.darkCheckBox2.Name = "darkCheckBox2";
this.darkCheckBox2.Size = new System.Drawing.Size(124, 19);
this.darkCheckBox2.TabIndex = 13;
this.darkCheckBox2.Text = "Disabled checkbox";
//
// darkCheckBox1
//
this.darkCheckBox1.AutoSize = true;
this.darkCheckBox1.Location = new System.Drawing.Point(0, 0);
this.darkCheckBox1.Name = "darkCheckBox1";
this.darkCheckBox1.Size = new System.Drawing.Size(121, 19);
this.darkCheckBox1.TabIndex = 12;
this.darkCheckBox1.Text = "Enabled checkbox";
//
// panel3
//
this.panel3.AutoSize = true;
this.panel3.Controls.Add(this.btnMessageBox);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(10, 50);
this.panel3.Name = "panel3";
this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.panel3.Size = new System.Drawing.Size(200, 40);
this.panel3.TabIndex = 10;
//
// btnMessageBox
//
this.btnMessageBox.Dock = System.Windows.Forms.DockStyle.Top;
this.btnMessageBox.Location = new System.Drawing.Point(0, 0);
this.btnMessageBox.Name = "btnMessageBox";
this.btnMessageBox.Padding = new System.Windows.Forms.Padding(5);
this.btnMessageBox.Size = new System.Drawing.Size(200, 30);
this.btnMessageBox.TabIndex = 12;
this.btnMessageBox.Text = "Message Box";
//
// panel2
//
this.panel2.Controls.Add(this.btnDialog);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(10, 10);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(200, 40);
this.panel2.TabIndex = 5;
//
// btnDialog
//
this.btnDialog.Dock = System.Windows.Forms.DockStyle.Top;
this.btnDialog.Location = new System.Drawing.Point(0, 0);
this.btnDialog.Name = "btnDialog";
this.btnDialog.Padding = new System.Windows.Forms.Padding(5);
this.btnDialog.Size = new System.Drawing.Size(200, 30);
this.btnDialog.TabIndex = 4;
this.btnDialog.Text = "Dialog";
//
// DialogControls
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(708, 455);
this.Controls.Add(this.pnlMain);
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DialogControls";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Controls";
this.Controls.SetChildIndex(this.pnlMain, 0);
this.pnlMain.ResumeLayout(false);
this.tblMain.ResumeLayout(false);
this.pnlTreeView.ResumeLayout(false);
this.pnlListView.ResumeLayout(false);
this.pnlMessageBox.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlMain;
private System.Windows.Forms.TableLayoutPanel tblMain;
private DarkSectionPanel pnlTreeView;
private DarkTreeView treeTest;
private DarkSectionPanel pnlListView;
private DarkListView lstTest;
private DarkSectionPanel pnlMessageBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private DarkButton btnDialog;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
private DarkButton btnMessageBox;
private DarkCheckBox darkCheckBox2;
private DarkCheckBox darkCheckBox1;
private System.Windows.Forms.Panel panel5;
private DarkRadioButton darkRadioButton2;
private DarkRadioButton darkRadioButton1;
private DarkRadioButton darkRadioButton3;
}
}