namespace DPumpHydr.OpenFwUI.Volute
|
{
|
partial class ctrlSectionBundleInfo
|
{
|
/// <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()
|
{
|
this.button更新模型 = new System.Windows.Forms.Button();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.pictureBox更新系数 = new System.Windows.Forms.PictureBox();
|
this.button计算断面面积 = new System.Windows.Forms.Button();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBox平均流速 = new System.Windows.Forms.TextBox();
|
this.textBox速度系数 = new System.Windows.Forms.TextBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.radioButton矩形 = new System.Windows.Forms.RadioButton();
|
this.radioButton不对称 = new System.Windows.Forms.RadioButton();
|
this.radioButton对称 = new System.Windows.Forms.RadioButton();
|
this.pictureBox矩形 = new System.Windows.Forms.PictureBox();
|
this.pictureBox不对称梯形 = new System.Windows.Forms.PictureBox();
|
this.pictureBox梯形 = new System.Windows.Forms.PictureBox();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.crownLabelI = new System.Windows.Forms.Label();
|
this.skyTextBox断面H11 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r11 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y11 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积1 = new System.Windows.Forms.TextBox();
|
this.crownLabelII = new System.Windows.Forms.Label();
|
this.skyTextBox断面H12 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r12 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y12 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积2 = new System.Windows.Forms.TextBox();
|
this.crownLabelIII = new System.Windows.Forms.Label();
|
this.skyTextBox断面H13 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r13 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y13 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积3 = new System.Windows.Forms.TextBox();
|
this.crownLabelIV = new System.Windows.Forms.Label();
|
this.skyTextBox断面H14 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r14 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y14 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积4 = new System.Windows.Forms.TextBox();
|
this.crownLabelV = new System.Windows.Forms.Label();
|
this.skyTextBox断面H15 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r15 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y15 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积5 = new System.Windows.Forms.TextBox();
|
this.crownLabelVI = new System.Windows.Forms.Label();
|
this.skyTextBox断面H16 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r16 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y16 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积6 = new System.Windows.Forms.TextBox();
|
this.crownLabelVII = new System.Windows.Forms.Label();
|
this.skyTextBox断面H17 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r17 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y17 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积7 = new System.Windows.Forms.TextBox();
|
this.crownLabelVIII = new System.Windows.Forms.Label();
|
this.skyTextBox断面H18 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面r18 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面y18 = new System.Windows.Forms.TextBox();
|
this.skyTextBox断面面积8 = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label5 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.panel1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox更新系数)).BeginInit();
|
this.groupBox2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox矩形)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox不对称梯形)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox梯形)).BeginInit();
|
this.groupBox3.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// button更新模型
|
//
|
this.button更新模型.Location = new System.Drawing.Point(9, 19);
|
this.button更新模型.Name = "button更新模型";
|
this.button更新模型.Size = new System.Drawing.Size(75, 23);
|
this.button更新模型.TabIndex = 0;
|
this.button更新模型.Text = "更新模型";
|
this.button更新模型.UseVisualStyleBackColor = true;
|
this.button更新模型.Click += new System.EventHandler(this.mBtn更新模型_Click);
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.button更新模型);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(319, 64);
|
this.panel1.TabIndex = 2;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.pictureBox更新系数);
|
this.groupBox1.Controls.Add(this.button计算断面面积);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Controls.Add(this.textBox平均流速);
|
this.groupBox1.Controls.Add(this.textBox速度系数);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 64);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(319, 121);
|
this.groupBox1.TabIndex = 3;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "输入断面平均速度";
|
//
|
// pictureBox更新系数
|
//
|
this.pictureBox更新系数.Location = new System.Drawing.Point(200, 33);
|
this.pictureBox更新系数.Name = "pictureBox更新系数";
|
this.pictureBox更新系数.Size = new System.Drawing.Size(22, 20);
|
this.pictureBox更新系数.TabIndex = 5;
|
this.pictureBox更新系数.TabStop = false;
|
this.pictureBox更新系数.Click += new System.EventHandler(this.pictureBoxRefreshK3_Click);
|
//
|
// button计算断面面积
|
//
|
this.button计算断面面积.Location = new System.Drawing.Point(200, 68);
|
this.button计算断面面积.Name = "button计算断面面积";
|
this.button计算断面面积.Size = new System.Drawing.Size(97, 23);
|
this.button计算断面面积.TabIndex = 4;
|
this.button计算断面面积.Text = "计算断面面积";
|
this.button计算断面面积.UseVisualStyleBackColor = true;
|
this.button计算断面面积.Click += new System.EventHandler(this.mBtn计算断面面积_Click);
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(25, 75);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(63, 14);
|
this.label2.TabIndex = 3;
|
this.label2.Text = "平均流速";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(25, 38);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(63, 14);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "速度系数";
|
//
|
// textBox平均流速
|
//
|
this.textBox平均流速.Location = new System.Drawing.Point(94, 68);
|
this.textBox平均流速.Name = "textBox平均流速";
|
this.textBox平均流速.Size = new System.Drawing.Size(100, 21);
|
this.textBox平均流速.TabIndex = 1;
|
//
|
// textBox速度系数
|
//
|
this.textBox速度系数.Location = new System.Drawing.Point(94, 31);
|
this.textBox速度系数.Name = "textBox速度系数";
|
this.textBox速度系数.Size = new System.Drawing.Size(100, 21);
|
this.textBox速度系数.TabIndex = 0;
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.radioButton矩形);
|
this.groupBox2.Controls.Add(this.radioButton不对称);
|
this.groupBox2.Controls.Add(this.radioButton对称);
|
this.groupBox2.Controls.Add(this.pictureBox矩形);
|
this.groupBox2.Controls.Add(this.pictureBox不对称梯形);
|
this.groupBox2.Controls.Add(this.pictureBox梯形);
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox2.Location = new System.Drawing.Point(0, 185);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(319, 165);
|
this.groupBox2.TabIndex = 4;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "确定断面形状";
|
//
|
// radioButton矩形
|
//
|
this.radioButton矩形.AutoSize = true;
|
this.radioButton矩形.Location = new System.Drawing.Point(227, 123);
|
this.radioButton矩形.Name = "radioButton矩形";
|
this.radioButton矩形.Size = new System.Drawing.Size(47, 16);
|
this.radioButton矩形.TabIndex = 5;
|
this.radioButton矩形.TabStop = true;
|
this.radioButton矩形.Text = "矩形";
|
this.radioButton矩形.UseVisualStyleBackColor = true;
|
this.radioButton矩形.CheckedChanged += new System.EventHandler(this.radioButton矩形_CheckedChanged);
|
//
|
// radioButton不对称
|
//
|
this.radioButton不对称.AutoSize = true;
|
this.radioButton不对称.Location = new System.Drawing.Point(118, 123);
|
this.radioButton不对称.Name = "radioButton不对称";
|
this.radioButton不对称.Size = new System.Drawing.Size(83, 16);
|
this.radioButton不对称.TabIndex = 4;
|
this.radioButton不对称.TabStop = true;
|
this.radioButton不对称.Text = "不对称梯形";
|
this.radioButton不对称.UseVisualStyleBackColor = true;
|
this.radioButton不对称.CheckedChanged += new System.EventHandler(this.radioButton不对称_CheckedChanged);
|
//
|
// radioButton对称
|
//
|
this.radioButton对称.AutoSize = true;
|
this.radioButton对称.Location = new System.Drawing.Point(28, 123);
|
this.radioButton对称.Name = "radioButton对称";
|
this.radioButton对称.Size = new System.Drawing.Size(71, 16);
|
this.radioButton对称.TabIndex = 3;
|
this.radioButton对称.TabStop = true;
|
this.radioButton对称.Text = "对称梯形";
|
this.radioButton对称.UseVisualStyleBackColor = true;
|
this.radioButton对称.CheckedChanged += new System.EventHandler(this.radioButton对称_CheckedChanged);
|
//
|
// pictureBox矩形
|
//
|
this.pictureBox矩形.Location = new System.Drawing.Point(206, 40);
|
this.pictureBox矩形.Name = "pictureBox矩形";
|
this.pictureBox矩形.Size = new System.Drawing.Size(88, 76);
|
this.pictureBox矩形.TabIndex = 2;
|
this.pictureBox矩形.TabStop = false;
|
this.pictureBox矩形.Click += new System.EventHandler(this.metroTile断面形状3_Click);
|
//
|
// pictureBox不对称梯形
|
//
|
this.pictureBox不对称梯形.Location = new System.Drawing.Point(113, 40);
|
this.pictureBox不对称梯形.Name = "pictureBox不对称梯形";
|
this.pictureBox不对称梯形.Size = new System.Drawing.Size(88, 76);
|
this.pictureBox不对称梯形.TabIndex = 1;
|
this.pictureBox不对称梯形.TabStop = false;
|
this.pictureBox不对称梯形.Click += new System.EventHandler(this.metroTile断面形状2_Click);
|
//
|
// pictureBox梯形
|
//
|
this.pictureBox梯形.Location = new System.Drawing.Point(20, 40);
|
this.pictureBox梯形.Name = "pictureBox梯形";
|
this.pictureBox梯形.Size = new System.Drawing.Size(88, 76);
|
this.pictureBox梯形.TabIndex = 0;
|
this.pictureBox梯形.TabStop = false;
|
this.pictureBox梯形.Click += new System.EventHandler(this.metroTile断面形状1_Click);
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.crownLabelI);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H11);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r11);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y11);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积1);
|
this.groupBox3.Controls.Add(this.crownLabelII);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H12);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r12);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y12);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积2);
|
this.groupBox3.Controls.Add(this.crownLabelIII);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H13);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r13);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y13);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积3);
|
this.groupBox3.Controls.Add(this.crownLabelIV);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H14);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r14);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y14);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积4);
|
this.groupBox3.Controls.Add(this.crownLabelV);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H15);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r15);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y15);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积5);
|
this.groupBox3.Controls.Add(this.crownLabelVI);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H16);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r16);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y16);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积6);
|
this.groupBox3.Controls.Add(this.crownLabelVII);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H17);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r17);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y17);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积7);
|
this.groupBox3.Controls.Add(this.crownLabelVIII);
|
this.groupBox3.Controls.Add(this.skyTextBox断面H18);
|
this.groupBox3.Controls.Add(this.skyTextBox断面r18);
|
this.groupBox3.Controls.Add(this.skyTextBox断面y18);
|
this.groupBox3.Controls.Add(this.skyTextBox断面面积8);
|
this.groupBox3.Controls.Add(this.label7);
|
this.groupBox3.Controls.Add(this.label6);
|
this.groupBox3.Controls.Add(this.label5);
|
this.groupBox3.Controls.Add(this.label4);
|
this.groupBox3.Controls.Add(this.label3);
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox3.Location = new System.Drawing.Point(0, 350);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(319, 302);
|
this.groupBox3.TabIndex = 5;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "各个断面参数";
|
//
|
// crownLabelI
|
//
|
this.crownLabelI.AutoSize = true;
|
this.crownLabelI.Location = new System.Drawing.Point(7, 269);
|
this.crownLabelI.Name = "crownLabelI";
|
this.crownLabelI.Size = new System.Drawing.Size(11, 12);
|
this.crownLabelI.TabIndex = 43;
|
this.crownLabelI.Text = "I";
|
//
|
// skyTextBox断面H11
|
//
|
this.skyTextBox断面H11.Location = new System.Drawing.Point(247, 266);
|
this.skyTextBox断面H11.Name = "skyTextBox断面H11";
|
this.skyTextBox断面H11.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H11.TabIndex = 40;
|
this.skyTextBox断面H11.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r11
|
//
|
this.skyTextBox断面r11.Location = new System.Drawing.Point(180, 266);
|
this.skyTextBox断面r11.Name = "skyTextBox断面r11";
|
this.skyTextBox断面r11.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r11.TabIndex = 42;
|
this.skyTextBox断面r11.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r11.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y11
|
//
|
this.skyTextBox断面y11.Location = new System.Drawing.Point(113, 266);
|
this.skyTextBox断面y11.Name = "skyTextBox断面y11";
|
this.skyTextBox断面y11.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y11.TabIndex = 41;
|
this.skyTextBox断面y11.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y11.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积1
|
//
|
this.skyTextBox断面面积1.Enabled = false;
|
this.skyTextBox断面面积1.Location = new System.Drawing.Point(36, 266);
|
this.skyTextBox断面面积1.Name = "skyTextBox断面面积1";
|
this.skyTextBox断面面积1.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积1.TabIndex = 39;
|
//
|
// crownLabelII
|
//
|
this.crownLabelII.AutoSize = true;
|
this.crownLabelII.Location = new System.Drawing.Point(6, 237);
|
this.crownLabelII.Name = "crownLabelII";
|
this.crownLabelII.Size = new System.Drawing.Size(17, 12);
|
this.crownLabelII.TabIndex = 38;
|
this.crownLabelII.Text = "II";
|
//
|
// skyTextBox断面H12
|
//
|
this.skyTextBox断面H12.Location = new System.Drawing.Point(247, 234);
|
this.skyTextBox断面H12.Name = "skyTextBox断面H12";
|
this.skyTextBox断面H12.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H12.TabIndex = 35;
|
this.skyTextBox断面H12.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r12
|
//
|
this.skyTextBox断面r12.Location = new System.Drawing.Point(180, 234);
|
this.skyTextBox断面r12.Name = "skyTextBox断面r12";
|
this.skyTextBox断面r12.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r12.TabIndex = 37;
|
this.skyTextBox断面r12.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r12.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y12
|
//
|
this.skyTextBox断面y12.Location = new System.Drawing.Point(113, 234);
|
this.skyTextBox断面y12.Name = "skyTextBox断面y12";
|
this.skyTextBox断面y12.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y12.TabIndex = 36;
|
this.skyTextBox断面y12.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y12.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积2
|
//
|
this.skyTextBox断面面积2.Enabled = false;
|
this.skyTextBox断面面积2.Location = new System.Drawing.Point(36, 234);
|
this.skyTextBox断面面积2.Name = "skyTextBox断面面积2";
|
this.skyTextBox断面面积2.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积2.TabIndex = 34;
|
//
|
// crownLabelIII
|
//
|
this.crownLabelIII.AutoSize = true;
|
this.crownLabelIII.Location = new System.Drawing.Point(6, 205);
|
this.crownLabelIII.Name = "crownLabelIII";
|
this.crownLabelIII.Size = new System.Drawing.Size(23, 12);
|
this.crownLabelIII.TabIndex = 33;
|
this.crownLabelIII.Text = "III";
|
//
|
// skyTextBox断面H13
|
//
|
this.skyTextBox断面H13.Location = new System.Drawing.Point(247, 202);
|
this.skyTextBox断面H13.Name = "skyTextBox断面H13";
|
this.skyTextBox断面H13.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H13.TabIndex = 30;
|
this.skyTextBox断面H13.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r13
|
//
|
this.skyTextBox断面r13.Location = new System.Drawing.Point(180, 202);
|
this.skyTextBox断面r13.Name = "skyTextBox断面r13";
|
this.skyTextBox断面r13.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r13.TabIndex = 32;
|
this.skyTextBox断面r13.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r13.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y13
|
//
|
this.skyTextBox断面y13.Location = new System.Drawing.Point(113, 202);
|
this.skyTextBox断面y13.Name = "skyTextBox断面y13";
|
this.skyTextBox断面y13.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y13.TabIndex = 31;
|
this.skyTextBox断面y13.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y13.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积3
|
//
|
this.skyTextBox断面面积3.Enabled = false;
|
this.skyTextBox断面面积3.Location = new System.Drawing.Point(36, 202);
|
this.skyTextBox断面面积3.Name = "skyTextBox断面面积3";
|
this.skyTextBox断面面积3.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积3.TabIndex = 29;
|
//
|
// crownLabelIV
|
//
|
this.crownLabelIV.AutoSize = true;
|
this.crownLabelIV.Location = new System.Drawing.Point(6, 173);
|
this.crownLabelIV.Name = "crownLabelIV";
|
this.crownLabelIV.Size = new System.Drawing.Size(17, 12);
|
this.crownLabelIV.TabIndex = 28;
|
this.crownLabelIV.Text = "IV";
|
//
|
// skyTextBox断面H14
|
//
|
this.skyTextBox断面H14.Location = new System.Drawing.Point(247, 170);
|
this.skyTextBox断面H14.Name = "skyTextBox断面H14";
|
this.skyTextBox断面H14.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H14.TabIndex = 25;
|
this.skyTextBox断面H14.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r14
|
//
|
this.skyTextBox断面r14.Location = new System.Drawing.Point(180, 170);
|
this.skyTextBox断面r14.Name = "skyTextBox断面r14";
|
this.skyTextBox断面r14.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r14.TabIndex = 27;
|
this.skyTextBox断面r14.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r14.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y14
|
//
|
this.skyTextBox断面y14.Location = new System.Drawing.Point(113, 170);
|
this.skyTextBox断面y14.Name = "skyTextBox断面y14";
|
this.skyTextBox断面y14.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y14.TabIndex = 26;
|
this.skyTextBox断面y14.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y14.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积4
|
//
|
this.skyTextBox断面面积4.Enabled = false;
|
this.skyTextBox断面面积4.Location = new System.Drawing.Point(36, 170);
|
this.skyTextBox断面面积4.Name = "skyTextBox断面面积4";
|
this.skyTextBox断面面积4.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积4.TabIndex = 24;
|
//
|
// crownLabelV
|
//
|
this.crownLabelV.AutoSize = true;
|
this.crownLabelV.Location = new System.Drawing.Point(7, 141);
|
this.crownLabelV.Name = "crownLabelV";
|
this.crownLabelV.Size = new System.Drawing.Size(11, 12);
|
this.crownLabelV.TabIndex = 23;
|
this.crownLabelV.Text = "V";
|
//
|
// skyTextBox断面H15
|
//
|
this.skyTextBox断面H15.Location = new System.Drawing.Point(247, 138);
|
this.skyTextBox断面H15.Name = "skyTextBox断面H15";
|
this.skyTextBox断面H15.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H15.TabIndex = 20;
|
this.skyTextBox断面H15.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r15
|
//
|
this.skyTextBox断面r15.Location = new System.Drawing.Point(180, 138);
|
this.skyTextBox断面r15.Name = "skyTextBox断面r15";
|
this.skyTextBox断面r15.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r15.TabIndex = 22;
|
this.skyTextBox断面r15.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r15.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y15
|
//
|
this.skyTextBox断面y15.Location = new System.Drawing.Point(113, 138);
|
this.skyTextBox断面y15.Name = "skyTextBox断面y15";
|
this.skyTextBox断面y15.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y15.TabIndex = 21;
|
this.skyTextBox断面y15.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y15.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积5
|
//
|
this.skyTextBox断面面积5.Enabled = false;
|
this.skyTextBox断面面积5.Location = new System.Drawing.Point(36, 138);
|
this.skyTextBox断面面积5.Name = "skyTextBox断面面积5";
|
this.skyTextBox断面面积5.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积5.TabIndex = 19;
|
//
|
// crownLabelVI
|
//
|
this.crownLabelVI.AutoSize = true;
|
this.crownLabelVI.Location = new System.Drawing.Point(7, 109);
|
this.crownLabelVI.Name = "crownLabelVI";
|
this.crownLabelVI.Size = new System.Drawing.Size(17, 12);
|
this.crownLabelVI.TabIndex = 18;
|
this.crownLabelVI.Text = "VI";
|
//
|
// skyTextBox断面H16
|
//
|
this.skyTextBox断面H16.Location = new System.Drawing.Point(247, 106);
|
this.skyTextBox断面H16.Name = "skyTextBox断面H16";
|
this.skyTextBox断面H16.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H16.TabIndex = 15;
|
this.skyTextBox断面H16.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r16
|
//
|
this.skyTextBox断面r16.Location = new System.Drawing.Point(180, 106);
|
this.skyTextBox断面r16.Name = "skyTextBox断面r16";
|
this.skyTextBox断面r16.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r16.TabIndex = 17;
|
this.skyTextBox断面r16.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r16.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y16
|
//
|
this.skyTextBox断面y16.Location = new System.Drawing.Point(113, 106);
|
this.skyTextBox断面y16.Name = "skyTextBox断面y16";
|
this.skyTextBox断面y16.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y16.TabIndex = 16;
|
this.skyTextBox断面y16.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y16.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积6
|
//
|
this.skyTextBox断面面积6.Enabled = false;
|
this.skyTextBox断面面积6.Location = new System.Drawing.Point(36, 106);
|
this.skyTextBox断面面积6.Name = "skyTextBox断面面积6";
|
this.skyTextBox断面面积6.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积6.TabIndex = 14;
|
//
|
// crownLabelVII
|
//
|
this.crownLabelVII.AutoSize = true;
|
this.crownLabelVII.Location = new System.Drawing.Point(7, 75);
|
this.crownLabelVII.Name = "crownLabelVII";
|
this.crownLabelVII.Size = new System.Drawing.Size(23, 12);
|
this.crownLabelVII.TabIndex = 13;
|
this.crownLabelVII.Text = "VII";
|
//
|
// skyTextBox断面H17
|
//
|
this.skyTextBox断面H17.Location = new System.Drawing.Point(247, 72);
|
this.skyTextBox断面H17.Name = "skyTextBox断面H17";
|
this.skyTextBox断面H17.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H17.TabIndex = 10;
|
this.skyTextBox断面H17.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r17
|
//
|
this.skyTextBox断面r17.Location = new System.Drawing.Point(180, 72);
|
this.skyTextBox断面r17.Name = "skyTextBox断面r17";
|
this.skyTextBox断面r17.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r17.TabIndex = 12;
|
this.skyTextBox断面r17.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r17.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y17
|
//
|
this.skyTextBox断面y17.Location = new System.Drawing.Point(113, 72);
|
this.skyTextBox断面y17.Name = "skyTextBox断面y17";
|
this.skyTextBox断面y17.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y17.TabIndex = 11;
|
this.skyTextBox断面y17.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y17.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积7
|
//
|
this.skyTextBox断面面积7.Enabled = false;
|
this.skyTextBox断面面积7.Location = new System.Drawing.Point(36, 72);
|
this.skyTextBox断面面积7.Name = "skyTextBox断面面积7";
|
this.skyTextBox断面面积7.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积7.TabIndex = 9;
|
//
|
// crownLabelVIII
|
//
|
this.crownLabelVIII.AutoSize = true;
|
this.crownLabelVIII.Location = new System.Drawing.Point(6, 39);
|
this.crownLabelVIII.Name = "crownLabelVIII";
|
this.crownLabelVIII.Size = new System.Drawing.Size(29, 12);
|
this.crownLabelVIII.TabIndex = 8;
|
this.crownLabelVIII.Text = "VIII";
|
//
|
// skyTextBox断面H18
|
//
|
this.skyTextBox断面H18.Location = new System.Drawing.Point(247, 36);
|
this.skyTextBox断面H18.Name = "skyTextBox断面H18";
|
this.skyTextBox断面H18.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面H18.TabIndex = 6;
|
this.skyTextBox断面H18.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面r18
|
//
|
this.skyTextBox断面r18.Location = new System.Drawing.Point(180, 36);
|
this.skyTextBox断面r18.Name = "skyTextBox断面r18";
|
this.skyTextBox断面r18.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面r18.TabIndex = 7;
|
this.skyTextBox断面r18.TextChanged += new System.EventHandler(this.TextBox断面VIIIy2_TextChanged);
|
this.skyTextBox断面r18.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面y18
|
//
|
this.skyTextBox断面y18.Location = new System.Drawing.Point(113, 36);
|
this.skyTextBox断面y18.Name = "skyTextBox断面y18";
|
this.skyTextBox断面y18.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面y18.TabIndex = 6;
|
this.skyTextBox断面y18.TextChanged += new System.EventHandler(this.TextBox断面VIIIy1_TextChanged);
|
this.skyTextBox断面y18.Enter += new System.EventHandler(this.TextBox断面y11_Enter);
|
//
|
// skyTextBox断面面积8
|
//
|
this.skyTextBox断面面积8.Enabled = false;
|
this.skyTextBox断面面积8.Location = new System.Drawing.Point(36, 36);
|
this.skyTextBox断面面积8.Name = "skyTextBox断面面积8";
|
this.skyTextBox断面面积8.Size = new System.Drawing.Size(61, 21);
|
this.skyTextBox断面面积8.TabIndex = 5;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(268, 21);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(29, 12);
|
this.label7.TabIndex = 4;
|
this.label7.Text = "高度";
|
this.label7.TextChanged += new System.EventHandler(this.textBox速度系数_TextChanged);
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(119, 21);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(47, 12);
|
this.label6.TabIndex = 3;
|
this.label6.Text = "γ1(°)";
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(188, 21);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 2;
|
this.label5.Text = "圆角半径";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(52, 21);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
this.label4.TabIndex = 1;
|
this.label4.Text = "面积";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(6, 21);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
this.label3.TabIndex = 0;
|
this.label3.Text = "断面";
|
//
|
// ctrlSectionBundleInfo
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScroll = true;
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
this.Controls.Add(this.groupBox3);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.panel1);
|
this.Name = "ctrlSectionBundleInfo";
|
this.Size = new System.Drawing.Size(319, 655);
|
this.panel1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox更新系数)).EndInit();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox矩形)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox不对称梯形)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox梯形)).EndInit();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button button更新模型;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox textBox平均流速;
|
private System.Windows.Forms.TextBox textBox速度系数;
|
private System.Windows.Forms.PictureBox pictureBox更新系数;
|
private System.Windows.Forms.Button button计算断面面积;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.PictureBox pictureBox矩形;
|
private System.Windows.Forms.PictureBox pictureBox不对称梯形;
|
private System.Windows.Forms.PictureBox pictureBox梯形;
|
private System.Windows.Forms.RadioButton radioButton矩形;
|
private System.Windows.Forms.RadioButton radioButton不对称;
|
private System.Windows.Forms.RadioButton radioButton对称;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label crownLabelI;
|
private System.Windows.Forms.TextBox skyTextBox断面H11;
|
private System.Windows.Forms.TextBox skyTextBox断面r11;
|
private System.Windows.Forms.TextBox skyTextBox断面y11;
|
private System.Windows.Forms.TextBox skyTextBox断面面积1;
|
private System.Windows.Forms.Label crownLabelII;
|
private System.Windows.Forms.TextBox skyTextBox断面H12;
|
private System.Windows.Forms.TextBox skyTextBox断面r12;
|
private System.Windows.Forms.TextBox skyTextBox断面y12;
|
private System.Windows.Forms.TextBox skyTextBox断面面积2;
|
private System.Windows.Forms.Label crownLabelIII;
|
private System.Windows.Forms.TextBox skyTextBox断面H13;
|
private System.Windows.Forms.TextBox skyTextBox断面r13;
|
private System.Windows.Forms.TextBox skyTextBox断面y13;
|
private System.Windows.Forms.TextBox skyTextBox断面面积3;
|
private System.Windows.Forms.Label crownLabelIV;
|
private System.Windows.Forms.TextBox skyTextBox断面H14;
|
private System.Windows.Forms.TextBox skyTextBox断面r14;
|
private System.Windows.Forms.TextBox skyTextBox断面y14;
|
private System.Windows.Forms.TextBox skyTextBox断面面积4;
|
private System.Windows.Forms.Label crownLabelV;
|
private System.Windows.Forms.TextBox skyTextBox断面H15;
|
private System.Windows.Forms.TextBox skyTextBox断面r15;
|
private System.Windows.Forms.TextBox skyTextBox断面y15;
|
private System.Windows.Forms.TextBox skyTextBox断面面积5;
|
private System.Windows.Forms.Label crownLabelVI;
|
private System.Windows.Forms.TextBox skyTextBox断面H16;
|
private System.Windows.Forms.TextBox skyTextBox断面r16;
|
private System.Windows.Forms.TextBox skyTextBox断面y16;
|
private System.Windows.Forms.TextBox skyTextBox断面面积6;
|
private System.Windows.Forms.Label crownLabelVII;
|
private System.Windows.Forms.TextBox skyTextBox断面H17;
|
private System.Windows.Forms.TextBox skyTextBox断面r17;
|
private System.Windows.Forms.TextBox skyTextBox断面y17;
|
private System.Windows.Forms.TextBox skyTextBox断面面积7;
|
private System.Windows.Forms.Label crownLabelVIII;
|
private System.Windows.Forms.TextBox skyTextBox断面H18;
|
private System.Windows.Forms.TextBox skyTextBox断面r18;
|
private System.Windows.Forms.TextBox skyTextBox断面y18;
|
private System.Windows.Forms.TextBox skyTextBox断面面积8;
|
}
|
}
|