yangyin
2025-03-23 977ef9de17c3b83727fa92fe8178ab6486425ada
WinFrmUI/DPumpHydr.WinFrmUI.Volute/³öË®Éè¼Æ/ctrlSetOutflowParas.Designer.cs
@@ -33,6 +33,7 @@
            comboBoxType = new System.Windows.Forms.ComboBox();
            metroToolTip第六步提示 = new RLT.Controls.MetroToolTip();
            ribbonGroupBox1 = new RLT.Controls.RibbonGroupBox();
            checkBox圆弧连接 = new System.Windows.Forms.CheckBox();
            btnNextStep = new RLT.Controls.ForeverButtonSticky();
            dungeonTabPage1 = new RLT.Controls.DungeonTabPage();
            tabPage1 = new System.Windows.Forms.TabPage();
@@ -63,7 +64,7 @@
            metroTile出口图片.PressBorderColor = System.Drawing.Color.FromArgb(65, 177, 225);
            metroTile出口图片.PressColor = System.Drawing.Color.FromArgb(65, 177, 225);
            metroTile出口图片.PressTextColor = System.Drawing.Color.White;
            metroTile出口图片.Size = new System.Drawing.Size(294, 237);
            metroTile出口图片.Size = new System.Drawing.Size(282, 209);
            metroTile出口图片.Style = RLT.Enum.Metro.Style.Light;
            metroTile出口图片.StyleManager = null;
            metroTile出口图片.TabIndex = 25;
@@ -82,9 +83,9 @@
            thunderGroupBox1.Controls.Add(metroTile出口图片);
            thunderGroupBox1.Font = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 10F, System.Drawing.FontStyle.Bold);
            thunderGroupBox1.ForeColor = System.Drawing.Color.Black;
            thunderGroupBox1.Location = new System.Drawing.Point(15, 41);
            thunderGroupBox1.Location = new System.Drawing.Point(27, 53);
            thunderGroupBox1.Name = "thunderGroupBox1";
            thunderGroupBox1.Size = new System.Drawing.Size(300, 262);
            thunderGroupBox1.Size = new System.Drawing.Size(288, 231);
            thunderGroupBox1.TabIndex = 27;
            thunderGroupBox1.Text = " ";
            // 
@@ -92,7 +93,7 @@
            // 
            comboBoxType.FormattingEnabled = true;
            comboBoxType.Items.AddRange(new object[] { "中心出口", "侧面出口(曲线链接)", "侧面出口(直线链接)" });
            comboBoxType.Location = new System.Drawing.Point(37, 0);
            comboBoxType.Location = new System.Drawing.Point(29, 0);
            comboBoxType.Name = "comboBoxType";
            comboBoxType.Size = new System.Drawing.Size(236, 23);
            comboBoxType.TabIndex = 26;
@@ -119,6 +120,7 @@
            ribbonGroupBox1.BorderColorB = System.Drawing.Color.FromArgb(174, 178, 172);
            ribbonGroupBox1.BorderColorC = System.Drawing.Color.FromArgb(194, 192, 200);
            ribbonGroupBox1.CompositingQualityType = System.Drawing.Drawing2D.CompositingQuality.HighQuality;
            ribbonGroupBox1.Controls.Add(checkBox圆弧连接);
            ribbonGroupBox1.Controls.Add(btnNextStep);
            ribbonGroupBox1.Controls.Add(dungeonTabPage1);
            ribbonGroupBox1.Controls.Add(mBtn更新模型);
@@ -135,6 +137,18 @@
            ribbonGroupBox1.TabIndex = 31;
            ribbonGroupBox1.Text = "扩散管参数";
            ribbonGroupBox1.TitleHeight = 30;
            //
            // checkBox圆弧连接
            //
            checkBox圆弧连接.AutoSize = true;
            checkBox圆弧连接.Location = new System.Drawing.Point(225, 31);
            checkBox圆弧连接.Name = "checkBox圆弧连接";
            checkBox圆弧连接.Size = new System.Drawing.Size(87, 21);
            checkBox圆弧连接.TabIndex = 75;
            checkBox圆弧连接.Text = "圆弧连接";
            checkBox圆弧连接.UseVisualStyleBackColor = true;
            checkBox圆弧连接.Visible = false;
            checkBox圆弧连接.CheckedChanged += checkBox圆弧连接_CheckedChanged;
            // 
            // btnNextStep
            // 
@@ -197,7 +211,7 @@
            ctrlSection910Posi1.BackColor = System.Drawing.SystemColors.Control;
            ctrlSection910Posi1.Dock = System.Windows.Forms.DockStyle.Fill;
            ctrlSection910Posi1.Location = new System.Drawing.Point(3, 3);
            ctrlSection910Posi1.Margin = new System.Windows.Forms.Padding(4);
            ctrlSection910Posi1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
            ctrlSection910Posi1.Name = "ctrlSection910Posi1";
            ctrlSection910Posi1.Size = new System.Drawing.Size(312, 455);
            ctrlSection910Posi1.TabIndex = 0;
@@ -228,6 +242,7 @@
            Size = new System.Drawing.Size(335, 815);
            thunderGroupBox1.ResumeLayout(false);
            ribbonGroupBox1.ResumeLayout(false);
            ribbonGroupBox1.PerformLayout();
            dungeonTabPage1.ResumeLayout(false);
            tabPage2.ResumeLayout(false);
            ResumeLayout(false);
@@ -246,5 +261,6 @@
        private ctrlSection910Posi ctrlSection910Posi1;
        private System.Windows.Forms.ComboBox comboBoxType;
        private RLT.Controls.ForeverButtonSticky btnNextStep;
        private System.Windows.Forms.CheckBox checkBox圆弧连接;
    }
}