using DPumpHydr.WinFrmUI.RLT.Controls;
using DPumpHydr.WinFrmUI.RLT.Docking.Crown;
namespace DPumpHydr.WinFrmUI.Volute
{
partial class dockCtrl测试
{
///
/// 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()
{
stripMain = new CrownStatusStrip();
toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
MainDockPanel = new CrownDockPanel();
crownSeparator1 = new CrownSeparator();
stripMain.SuspendLayout();
SuspendLayout();
//
// stripMain
//
stripMain.AutoSize = false;
stripMain.BackColor = System.Drawing.Color.Transparent;
stripMain.ForeColor = System.Drawing.Color.FromArgb(220, 220, 220);
stripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripStatusLabel1, toolStripStatusLabel6, toolStripStatusLabel5 });
stripMain.Location = new System.Drawing.Point(0, 618);
stripMain.Name = "stripMain";
stripMain.Padding = new System.Windows.Forms.Padding(0, 5, 0, 3);
stripMain.Size = new System.Drawing.Size(944, 24);
stripMain.SizingGrip = false;
stripMain.TabIndex = 2;
stripMain.Text = "crownStatusStrip1";
//
// toolStripStatusLabel1
//
toolStripStatusLabel1.AutoSize = false;
toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(1, 0, 50, 0);
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
toolStripStatusLabel1.Size = new System.Drawing.Size(39, 16);
toolStripStatusLabel1.Text = "Ready";
toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel6
//
toolStripStatusLabel6.Margin = new System.Windows.Forms.Padding(0, 0, 50, 2);
toolStripStatusLabel6.Name = "toolStripStatusLabel6";
toolStripStatusLabel6.Size = new System.Drawing.Size(750, 14);
toolStripStatusLabel6.Spring = true;
toolStripStatusLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel5
//
toolStripStatusLabel5.Margin = new System.Windows.Forms.Padding(0, 0, 1, 0);
toolStripStatusLabel5.Name = "toolStripStatusLabel5";
toolStripStatusLabel5.Size = new System.Drawing.Size(53, 16);
toolStripStatusLabel5.Text = "120 MB";
toolStripStatusLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// MainDockPanel
//
MainDockPanel.BackColor = System.Drawing.Color.FromArgb(60, 63, 65);
MainDockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
MainDockPanel.Location = new System.Drawing.Point(0, 2);
MainDockPanel.Name = "MainDockPanel";
MainDockPanel.Size = new System.Drawing.Size(944, 616);
MainDockPanel.TabIndex = 3;
//
// crownSeparator1
//
crownSeparator1.Dock = System.Windows.Forms.DockStyle.Top;
crownSeparator1.Location = new System.Drawing.Point(0, 0);
crownSeparator1.Name = "crownSeparator1";
crownSeparator1.Size = new System.Drawing.Size(944, 2);
crownSeparator1.TabIndex = 4;
crownSeparator1.Text = "crownSeparator1";
//
// dockCtrl测试
//
AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
Controls.Add(MainDockPanel);
Controls.Add(stripMain);
Controls.Add(crownSeparator1);
Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
MinimumSize = new System.Drawing.Size(640, 480);
Name = "dockCtrl测试";
Size = new System.Drawing.Size(944, 642);
stripMain.ResumeLayout(false);
stripMain.PerformLayout();
ResumeLayout(false);
}
#endregion
private CrownStatusStrip stripMain;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private CrownDockPanel MainDockPanel;
private CrownSeparator crownSeparator1;
}
}