chenn
2025-04-19 96095f8ac4b464540cd2c0bd7308916a137c5041
OpenUI/DPumpHydr.OpenFwUI.Volute/StepForm1.Designer.cs
@@ -28,21 +28,148 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.button确定 = new System.Windows.Forms.Button();
            this.button取消 = new System.Windows.Forms.Button();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.ctrlSectionBundleInfo1 = new DPumpHydr.OpenFwUI.Volute.ctrlSectionBundleInfo();
            this.sectAreaDockPanel11 = new DPumpHydr.OpenFwUI.Volute.截面面积.SectAreaDockPanel();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Location = new System.Drawing.Point(2, 1);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(875, 545);
            this.panel1.TabIndex = 2;
            //
            // panel2
            //
            this.panel2.Controls.Add(this.sectAreaDockPanel11);
            this.panel2.Location = new System.Drawing.Point(2, 542);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(875, 202);
            this.panel2.TabIndex = 3;
            //
            // panel3
            //
            this.panel3.Controls.Add(this.ctrlSectionBundleInfo1);
            this.panel3.Location = new System.Drawing.Point(883, 10);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(318, 673);
            this.panel3.TabIndex = 4;
            //
            // button确定
            //
            this.button确定.Location = new System.Drawing.Point(994, 689);
            this.button确定.Name = "button确定";
            this.button确定.Size = new System.Drawing.Size(75, 23);
            this.button确定.TabIndex = 5;
            this.button确定.Text = "确定";
            this.button确定.UseVisualStyleBackColor = true;
            this.button确定.Click += new System.EventHandler(this.button确定_Click);
            //
            // button取消
            //
            this.button取消.Location = new System.Drawing.Point(1116, 689);
            this.button取消.Name = "button取消";
            this.button取消.Size = new System.Drawing.Size(75, 23);
            this.button取消.TabIndex = 6;
            this.button取消.Text = "取消";
            this.button取消.UseVisualStyleBackColor = true;
            this.button取消.Click += new System.EventHandler(this.button取消_Click);
            //
            // panel4
            //
            this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel4.Location = new System.Drawing.Point(3, 17);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(462, 525);
            this.panel4.TabIndex = 0;
            //
            // panel5
            //
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(471, 17);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(401, 525);
            this.panel5.TabIndex = 1;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.panel4);
            this.groupBox1.Controls.Add(this.panel5);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(875, 545);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "设计视图";
            //
            // ctrlSectionBundleInfo1
            //
            this.ctrlSectionBundleInfo1.AutoScroll = true;
            this.ctrlSectionBundleInfo1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.ctrlSectionBundleInfo1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlSectionBundleInfo1.Location = new System.Drawing.Point(0, 0);
            this.ctrlSectionBundleInfo1.Name = "ctrlSectionBundleInfo1";
            this.ctrlSectionBundleInfo1.Size = new System.Drawing.Size(318, 673);
            this.ctrlSectionBundleInfo1.TabIndex = 1;
            //
            // sectAreaDockPanel11
            //
            this.sectAreaDockPanel11.AutoScroll = true;
            this.sectAreaDockPanel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.sectAreaDockPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sectAreaDockPanel11.Location = new System.Drawing.Point(0, 0);
            this.sectAreaDockPanel11.Name = "sectAreaDockPanel11";
            this.sectAreaDockPanel11.Size = new System.Drawing.Size(875, 202);
            this.sectAreaDockPanel11.TabIndex = 0;
            // 
            // StepForm1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(714, 495);
            this.ClientSize = new System.Drawing.Size(1203, 756);
            this.Controls.Add(this.button取消);
            this.Controls.Add(this.button确定);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "StepForm1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private 截面面积.SectAreaDockPanel sectAreaDockPanel11;
        private ctrlSectionBundleInfo ctrlSectionBundleInfo1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Button button确定;
        private System.Windows.Forms.Button button取消;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.GroupBox groupBox1;
    }
}