代码拉取完成,页面将自动刷新
namespace GeoFly
{
partial class RunParaDialog
{
/// <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()
{
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.comboBox_ChannelRoute = new System.Windows.Forms.ComboBox();
this.comboBox_BaseRoute = new System.Windows.Forms.ComboBox();
this.comboBox_LatRoute = new System.Windows.Forms.ComboBox();
this.comboBox_SurfRoute = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.comboBox_PET = new System.Windows.Forms.ComboBox();
this.comboBox_AET = new System.Windows.Forms.ComboBox();
this.comboBox_Inter = new System.Windows.Forms.ComboBox();
this.comboBoxLAI = new System.Windows.Forms.ComboBox();
this.comboBox_AridIndex = new System.Windows.Forms.ComboBox();
this.comboBox_RunType = new System.Windows.Forms.ComboBox();
this.comboBox_InfType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.groupBox7.SuspendLayout();
this.SuspendLayout();
//
// groupBox7
//
this.groupBox7.Controls.Add(this.comboBox_ChannelRoute);
this.groupBox7.Controls.Add(this.comboBox_BaseRoute);
this.groupBox7.Controls.Add(this.comboBox_LatRoute);
this.groupBox7.Controls.Add(this.comboBox_SurfRoute);
this.groupBox7.Controls.Add(this.label4);
this.groupBox7.Controls.Add(this.label3);
this.groupBox7.Controls.Add(this.label2);
this.groupBox7.Controls.Add(this.label1);
this.groupBox7.Location = new System.Drawing.Point(307, 49);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(200, 156);
this.groupBox7.TabIndex = 6;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "汇流方案设置";
//
// comboBox_ChannelRoute
//
this.comboBox_ChannelRoute.FormattingEnabled = true;
this.comboBox_ChannelRoute.Items.AddRange(new object[] {
"马斯京根-康吉法",
"滞时演算法",
"马斯京根法(先合后演)",
"马斯京根法(先演后合)"});
this.comboBox_ChannelRoute.Location = new System.Drawing.Point(72, 129);
this.comboBox_ChannelRoute.Name = "comboBox_ChannelRoute";
this.comboBox_ChannelRoute.Size = new System.Drawing.Size(121, 20);
this.comboBox_ChannelRoute.TabIndex = 13;
//
// comboBox_BaseRoute
//
this.comboBox_BaseRoute.FormattingEnabled = true;
this.comboBox_BaseRoute.Items.AddRange(new object[] {
"马斯京根-康吉法",
"滞时演算法"});
this.comboBox_BaseRoute.Location = new System.Drawing.Point(73, 94);
this.comboBox_BaseRoute.Name = "comboBox_BaseRoute";
this.comboBox_BaseRoute.Size = new System.Drawing.Size(121, 20);
this.comboBox_BaseRoute.TabIndex = 12;
//
// comboBox_LatRoute
//
this.comboBox_LatRoute.FormattingEnabled = true;
this.comboBox_LatRoute.Items.AddRange(new object[] {
"马斯京根-康吉法",
"滞时演算法"});
this.comboBox_LatRoute.Location = new System.Drawing.Point(73, 59);
this.comboBox_LatRoute.Name = "comboBox_LatRoute";
this.comboBox_LatRoute.Size = new System.Drawing.Size(121, 20);
this.comboBox_LatRoute.TabIndex = 11;
//
// comboBox_SurfRoute
//
this.comboBox_SurfRoute.FormattingEnabled = true;
this.comboBox_SurfRoute.Items.AddRange(new object[] {
"马斯京根-康吉法",
"滞时演算法"});
this.comboBox_SurfRoute.Location = new System.Drawing.Point(72, 24);
this.comboBox_SurfRoute.Name = "comboBox_SurfRoute";
this.comboBox_SurfRoute.Size = new System.Drawing.Size(121, 20);
this.comboBox_SurfRoute.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 132);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 10;
this.label4.Text = "河道汇流";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 9;
this.label3.Text = "壤中汇流";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 8;
this.label2.Text = "地下汇流";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 7;
this.label1.Text = "坡面汇流";
//
// button1
//
this.button1.Location = new System.Drawing.Point(161, 230);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 8;
this.button1.Text = "保存参数";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(322, 230);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 9;
this.button2.Text = "退出";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// comboBox_PET
//
this.comboBox_PET.FormattingEnabled = true;
this.comboBox_PET.Items.AddRange(new object[] {
"Penman-Monteith法",
"Pristley-Taylor法",
"Hargreaves法",
"读入实测数据"});
this.comboBox_PET.Location = new System.Drawing.Point(129, 16);
this.comboBox_PET.Name = "comboBox_PET";
this.comboBox_PET.Size = new System.Drawing.Size(121, 20);
this.comboBox_PET.TabIndex = 2;
//
// comboBox_AET
//
this.comboBox_AET.FormattingEnabled = true;
this.comboBox_AET.Items.AddRange(new object[] {
"作物系数法",
"互补相关法",
"互补相关法+Kojima法"});
this.comboBox_AET.Location = new System.Drawing.Point(129, 45);
this.comboBox_AET.Name = "comboBox_AET";
this.comboBox_AET.Size = new System.Drawing.Size(121, 20);
this.comboBox_AET.TabIndex = 3;
//
// comboBox_Inter
//
this.comboBox_Inter.FormattingEnabled = true;
this.comboBox_Inter.Items.AddRange(new object[] {
"距离平方反比法",
"最近邻近法",
"泰森多边形法",
"Prism法",
"梯度距离平方反比法"});
this.comboBox_Inter.Location = new System.Drawing.Point(129, 74);
this.comboBox_Inter.Name = "comboBox_Inter";
this.comboBox_Inter.Size = new System.Drawing.Size(121, 20);
this.comboBox_Inter.TabIndex = 10;
//
// comboBoxLAI
//
this.comboBoxLAI.FormattingEnabled = true;
this.comboBoxLAI.Items.AddRange(new object[] {
"正弦函数法",
"线性插值法",
"月平均值替代法"});
this.comboBoxLAI.Location = new System.Drawing.Point(129, 103);
this.comboBoxLAI.Name = "comboBoxLAI";
this.comboBoxLAI.Size = new System.Drawing.Size(121, 20);
this.comboBoxLAI.TabIndex = 11;
//
// comboBox_AridIndex
//
this.comboBox_AridIndex.FormattingEnabled = true;
this.comboBox_AridIndex.Items.AddRange(new object[] {
"地表土壤湿度法",
"作物缺水指数法"});
this.comboBox_AridIndex.Location = new System.Drawing.Point(129, 132);
this.comboBox_AridIndex.Name = "comboBox_AridIndex";
this.comboBox_AridIndex.Size = new System.Drawing.Size(121, 20);
this.comboBox_AridIndex.TabIndex = 12;
//
// comboBox_RunType
//
this.comboBox_RunType.FormattingEnabled = true;
this.comboBox_RunType.Items.AddRange(new object[] {
"暴雨径流过程",
"长时段降雨-径流过程"});
this.comboBox_RunType.Location = new System.Drawing.Point(129, 161);
this.comboBox_RunType.Name = "comboBox_RunType";
this.comboBox_RunType.Size = new System.Drawing.Size(121, 20);
this.comboBox_RunType.TabIndex = 13;
//
// comboBox_InfType
//
this.comboBox_InfType.FormattingEnabled = true;
this.comboBox_InfType.Items.AddRange(new object[] {
"霍顿下渗曲线",
"格林安普特下渗曲线"});
this.comboBox_InfType.Location = new System.Drawing.Point(129, 190);
this.comboBox_InfType.Name = "comboBox_InfType";
this.comboBox_InfType.Size = new System.Drawing.Size(121, 20);
this.comboBox_InfType.TabIndex = 14;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 12);
this.label5.TabIndex = 14;
this.label5.Text = "潜在蒸散发计算方法";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 48);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 12);
this.label6.TabIndex = 15;
this.label6.Text = "实际蒸散发计算方法";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 77);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(101, 12);
this.label7.TabIndex = 16;
this.label7.Text = "空间插值离散方法";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 106);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(95, 12);
this.label8.TabIndex = 17;
this.label8.Text = "逐日LAI计算方法";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 135);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(101, 12);
this.label9.TabIndex = 18;
this.label9.Text = "干旱指数计算方法";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(16, 164);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(107, 12);
this.label10.TabIndex = 19;
this.label10.Text = "降水-径流过程类型";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(16, 193);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(77, 12);
this.label11.TabIndex = 20;
this.label11.Text = "下渗曲线类型";
//
// RunParaDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(545, 265);
this.ControlBox = false;
this.Controls.Add(this.comboBox_InfType);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.comboBox_AET);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.comboBox_RunType);
this.Controls.Add(this.comboBox_AridIndex);
this.Controls.Add(this.comboBox_PET);
this.Controls.Add(this.comboBoxLAI);
this.Controls.Add(this.comboBox_Inter);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox7);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RunParaDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "模型运行参数设置";
this.Load += new System.EventHandler(this.RunParaDialog_Load);
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox_ChannelRoute;
private System.Windows.Forms.ComboBox comboBox_BaseRoute;
private System.Windows.Forms.ComboBox comboBox_LatRoute;
private System.Windows.Forms.ComboBox comboBox_SurfRoute;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox_PET;
private System.Windows.Forms.ComboBox comboBox_AET;
private System.Windows.Forms.ComboBox comboBox_Inter;
private System.Windows.Forms.ComboBox comboBox_InfType;
private System.Windows.Forms.ComboBox comboBoxLAI;
private System.Windows.Forms.ComboBox comboBox_AridIndex;
private System.Windows.Forms.ComboBox comboBox_RunType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。