namespace DPumpHydr.DesktopMain.Title
|
{
|
partial class MainWindowTitle
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
labelControl1 = new System.Windows.Forms.Label();
|
labelControl2 = new System.Windows.Forms.Label();
|
labelControl3 = new System.Windows.Forms.Label();
|
labelControl4 = new System.Windows.Forms.Label();
|
labelControl5 = new System.Windows.Forms.Label();
|
SuspendLayout();
|
//
|
// labelControl1
|
//
|
labelControl1.Dock = System.Windows.Forms.DockStyle.Left;
|
labelControl1.Location = new System.Drawing.Point(0, 0);
|
labelControl1.Name = "labelControl1";
|
labelControl1.Size = new System.Drawing.Size(164, 40);
|
labelControl1.TabIndex = 0;
|
labelControl1.Text = "水力设计";
|
labelControl1.UseMnemonic = false;
|
//
|
// labelControl2
|
//
|
labelControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
labelControl2.Location = new System.Drawing.Point(832, 0);
|
labelControl2.Name = "labelControl2";
|
labelControl2.Size = new System.Drawing.Size(40, 40);
|
labelControl2.TabIndex = 1;
|
labelControl2.Text = " ";
|
labelControl2.UseMnemonic = false;
|
//
|
// labelControl3
|
//
|
labelControl3.Dock = System.Windows.Forms.DockStyle.Right;
|
labelControl3.Location = new System.Drawing.Point(792, 0);
|
labelControl3.Name = "labelControl3";
|
labelControl3.Size = new System.Drawing.Size(40, 40);
|
labelControl3.TabIndex = 2;
|
labelControl3.Text = " ";
|
labelControl3.UseMnemonic = false;
|
//
|
// labelControl4
|
//
|
labelControl4.Dock = System.Windows.Forms.DockStyle.Right;
|
labelControl4.Location = new System.Drawing.Point(752, 0);
|
labelControl4.Name = "labelControl4";
|
labelControl4.Size = new System.Drawing.Size(40, 40);
|
labelControl4.TabIndex = 3;
|
labelControl4.Text = " ";
|
labelControl4.UseMnemonic = false;
|
//
|
// labelControl5
|
//
|
labelControl5.Dock = System.Windows.Forms.DockStyle.Right;
|
labelControl5.Location = new System.Drawing.Point(652, 0);
|
labelControl5.Name = "labelControl5";
|
labelControl5.Size = new System.Drawing.Size(100, 40);
|
labelControl5.TabIndex = 4;
|
labelControl5.Text = "下一步";
|
labelControl5.UseMnemonic = false;
|
//
|
// MainWindowTitle
|
//
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
BackColor = System.Drawing.SystemColors.Highlight;
|
Controls.Add(labelControl5);
|
Controls.Add(labelControl4);
|
Controls.Add(labelControl3);
|
Controls.Add(labelControl2);
|
Controls.Add(labelControl1);
|
Margin = new System.Windows.Forms.Padding(0);
|
Name = "MainWindowTitle";
|
Size = new System.Drawing.Size(872, 40);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label labelControl1;
|
private System.Windows.Forms.Label labelControl2;
|
private System.Windows.Forms.Label labelControl3;
|
private System.Windows.Forms.Label labelControl4;
|
private System.Windows.Forms.Label labelControl5;
|
}
|
}
|