tx
tangxu
2024-10-14 1c90f05a77f0472615fd37e3b878f238c859e0d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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;
    }
}