lixiaojun
2024-10-29 1d8832e8e8e862a296f80c18ae2f1dac40419b68
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
namespace HStation.WinFrmUI
{
    partial class XhsProjectSimulationCalcuPrefixDlg
    {
        /// <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 Windows Form 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()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            xhsProjectSimulationCalcuPrefixCtrl1 = new XhsProjectSimulationCalcuPrefixCtrl();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(xhsProjectSimulationCalcuPrefixCtrl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(1098, 565);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 0, 10);
            Root.Size = new Size(1098, 565);
            Root.TextVisible = false;
            // 
            // xhsProjectSimulationCalcuPrefixCtrl1
            // 
            xhsProjectSimulationCalcuPrefixCtrl1.Location = new Point(12, 2);
            xhsProjectSimulationCalcuPrefixCtrl1.Name = "xhsProjectSimulationCalcuPrefixCtrl1";
            xhsProjectSimulationCalcuPrefixCtrl1.Size = new Size(1074, 551);
            xhsProjectSimulationCalcuPrefixCtrl1.TabIndex = 4;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = xhsProjectSimulationCalcuPrefixCtrl1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(1078, 555);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // XhsProjectSimulationCalcuPrefixDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1098, 565);
            Controls.Add(layoutControl1);
            Name = "XhsProjectSimulationCalcuPrefixDlg";
            StartPosition = FormStartPosition.CenterParent;
            Text = "水力计算";
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private XhsProjectSimulationCalcuPrefixCtrl xhsProjectSimulationCalcuPrefixCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}