namespace DPumpHydr.WinFrmUI.RLT.UI.Forms.Docking
|
{
|
partial class DockProperties
|
{
|
/// <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 Component 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.panel3 = new System.Windows.Forms.Panel();
|
this.cmbList = new DPumpHydr.WinFrmUI.RLT.Controls.CrownDropDownList();
|
this.crownTitle3 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.crownRadioButton3 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton();
|
this.crownRadioButton2 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton();
|
this.crownRadioButton1 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton();
|
this.crownTitle1 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.crownCheckBox3 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox();
|
this.crownCheckBox2 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox();
|
this.crownCheckBox1 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox();
|
this.crownTitle2 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle();
|
this.crownScrollBar1 = new DPumpHydr.WinFrmUI.RLT.Controls.CrownScrollBar();
|
this.panel3.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// panel3
|
//
|
this.panel3.AutoSize = true;
|
this.panel3.Controls.Add(this.cmbList);
|
this.panel3.Controls.Add(this.crownTitle3);
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel3.Location = new System.Drawing.Point(0, 211);
|
this.panel3.Name = "panel3";
|
this.panel3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
this.panel3.Size = new System.Drawing.Size(265, 62);
|
this.panel3.TabIndex = 3;
|
//
|
// cmbList
|
//
|
this.cmbList.Dock = System.Windows.Forms.DockStyle.Top;
|
this.cmbList.Location = new System.Drawing.Point(0, 26);
|
this.cmbList.Name = "cmbList";
|
this.cmbList.Size = new System.Drawing.Size(265, 26);
|
this.cmbList.TabIndex = 8;
|
this.cmbList.Text = "crownDropdownList1";
|
//
|
// crownTitle3
|
//
|
this.crownTitle3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownTitle3.Location = new System.Drawing.Point(0, 0);
|
this.crownTitle3.Name = "crownTitle3";
|
this.crownTitle3.Size = new System.Drawing.Size(265, 26);
|
this.crownTitle3.TabIndex = 7;
|
this.crownTitle3.Text = "Lists";
|
//
|
// panel1
|
//
|
this.panel1.AutoSize = true;
|
this.panel1.Controls.Add(this.crownRadioButton3);
|
this.panel1.Controls.Add(this.crownRadioButton2);
|
this.panel1.Controls.Add(this.crownRadioButton1);
|
this.panel1.Controls.Add(this.crownTitle1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 118);
|
this.panel1.Name = "panel1";
|
this.panel1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
this.panel1.Size = new System.Drawing.Size(265, 93);
|
this.panel1.TabIndex = 2;
|
//
|
// crownRadioButton3
|
//
|
this.crownRadioButton3.AutoSize = true;
|
this.crownRadioButton3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownRadioButton3.Enabled = false;
|
this.crownRadioButton3.Location = new System.Drawing.Point(0, 64);
|
this.crownRadioButton3.Name = "crownRadioButton3";
|
this.crownRadioButton3.Size = new System.Drawing.Size(265, 19);
|
this.crownRadioButton3.TabIndex = 6;
|
this.crownRadioButton3.TabStop = true;
|
this.crownRadioButton3.Text = "Disabled radiobutton";
|
//
|
// crownRadioButton2
|
//
|
this.crownRadioButton2.AutoSize = true;
|
this.crownRadioButton2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownRadioButton2.Location = new System.Drawing.Point(0, 45);
|
this.crownRadioButton2.Name = "crownRadioButton2";
|
this.crownRadioButton2.Size = new System.Drawing.Size(265, 19);
|
this.crownRadioButton2.TabIndex = 5;
|
this.crownRadioButton2.TabStop = true;
|
this.crownRadioButton2.Text = "Radiobutton";
|
//
|
// crownRadioButton1
|
//
|
this.crownRadioButton1.AutoSize = true;
|
this.crownRadioButton1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownRadioButton1.Location = new System.Drawing.Point(0, 26);
|
this.crownRadioButton1.Name = "crownRadioButton1";
|
this.crownRadioButton1.Size = new System.Drawing.Size(265, 19);
|
this.crownRadioButton1.TabIndex = 4;
|
this.crownRadioButton1.TabStop = true;
|
this.crownRadioButton1.Text = "Radiobutton";
|
//
|
// crownTitle1
|
//
|
this.crownTitle1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownTitle1.Location = new System.Drawing.Point(0, 0);
|
this.crownTitle1.Name = "crownTitle1";
|
this.crownTitle1.Size = new System.Drawing.Size(265, 26);
|
this.crownTitle1.TabIndex = 7;
|
this.crownTitle1.Text = "Radio buttons";
|
//
|
// panel2
|
//
|
this.panel2.AutoSize = true;
|
this.panel2.Controls.Add(this.crownCheckBox3);
|
this.panel2.Controls.Add(this.crownCheckBox2);
|
this.panel2.Controls.Add(this.crownCheckBox1);
|
this.panel2.Controls.Add(this.crownTitle2);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel2.Location = new System.Drawing.Point(0, 25);
|
this.panel2.Name = "panel2";
|
this.panel2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
this.panel2.Size = new System.Drawing.Size(265, 93);
|
this.panel2.TabIndex = 1;
|
//
|
// crownCheckBox3
|
//
|
this.crownCheckBox3.AutoSize = true;
|
this.crownCheckBox3.Checked = true;
|
this.crownCheckBox3.CheckState = System.Windows.Forms.CheckState.Checked;
|
this.crownCheckBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownCheckBox3.Enabled = false;
|
this.crownCheckBox3.Location = new System.Drawing.Point(0, 64);
|
this.crownCheckBox3.Name = "crownCheckBox3";
|
this.crownCheckBox3.Size = new System.Drawing.Size(265, 19);
|
this.crownCheckBox3.TabIndex = 6;
|
this.crownCheckBox3.Text = "Disabled checked checkbox";
|
//
|
// crownCheckBox2
|
//
|
this.crownCheckBox2.AutoSize = true;
|
this.crownCheckBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownCheckBox2.Enabled = false;
|
this.crownCheckBox2.Location = new System.Drawing.Point(0, 45);
|
this.crownCheckBox2.Name = "crownCheckBox2";
|
this.crownCheckBox2.Size = new System.Drawing.Size(265, 19);
|
this.crownCheckBox2.TabIndex = 5;
|
this.crownCheckBox2.Text = "Disabled checkbox";
|
//
|
// crownCheckBox1
|
//
|
this.crownCheckBox1.AutoSize = true;
|
this.crownCheckBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownCheckBox1.Location = new System.Drawing.Point(0, 26);
|
this.crownCheckBox1.Name = "crownCheckBox1";
|
this.crownCheckBox1.Size = new System.Drawing.Size(265, 19);
|
this.crownCheckBox1.TabIndex = 4;
|
this.crownCheckBox1.Text = "Checkbox";
|
//
|
// crownTitle2
|
//
|
this.crownTitle2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.crownTitle2.Location = new System.Drawing.Point(0, 0);
|
this.crownTitle2.Name = "crownTitle2";
|
this.crownTitle2.Size = new System.Drawing.Size(265, 26);
|
this.crownTitle2.TabIndex = 8;
|
this.crownTitle2.Text = "Check boxes";
|
//
|
// crownScrollBar1
|
//
|
this.crownScrollBar1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.crownScrollBar1.Enabled = false;
|
this.crownScrollBar1.Location = new System.Drawing.Point(265, 25);
|
this.crownScrollBar1.Maximum = 5;
|
this.crownScrollBar1.Minimum = 1;
|
this.crownScrollBar1.Name = "crownScrollBar1";
|
this.crownScrollBar1.Size = new System.Drawing.Size(15, 425);
|
this.crownScrollBar1.TabIndex = 1;
|
this.crownScrollBar1.Text = "crownScrollBar1";
|
//
|
// DockProperties
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.Controls.Add(this.panel3);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.panel2);
|
this.Controls.Add(this.crownScrollBar1);
|
this.DefaultDockArea = DPumpHydr.WinFrmUI.RLT.Enum.Crown.DockArea.Right;
|
this.DockText = "Properties";
|
this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.Icon = global::DPumpHydr.WinFrmUI.Volute.Properties.Resources.properties_16xLG;
|
this.Name = "DockProperties";
|
this.SerializationKey = "DockProperties";
|
this.Size = new System.Drawing.Size(280, 450);
|
this.panel3.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton crownRadioButton3;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton crownRadioButton2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownRadioButton crownRadioButton1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle crownTitle1;
|
private System.Windows.Forms.Panel panel2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox crownCheckBox3;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox crownCheckBox2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownCheckBox crownCheckBox1;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle crownTitle2;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownScrollBar crownScrollBar1;
|
private System.Windows.Forms.Panel panel3;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownTitle crownTitle3;
|
private DPumpHydr.WinFrmUI.RLT.Controls.CrownDropDownList cmbList;
|
}
|
}
|