4 Star 25 Fork 10

Yonghe / GeoFlying

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MidGridOutDialog.Designer.cs 9.87 KB
一键复制 编辑 原始数据 按行查看 历史
Yonghe 提交于 2020-10-02 09:33 . first
namespace GeoFly
{
partial class MidGridOutDialog
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.TextBox_OutputPath = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.OK_Button = new System.Windows.Forms.Button();
this.Cancel_Button = new System.Windows.Forms.Button();
this.comboBox_StartDate = new System.Windows.Forms.ComboBox();
this.comboBox_EndDate = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkedListBox1);
this.groupBox1.Location = new System.Drawing.Point(12, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(146, 188);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "输出图层";
//
// checkedListBox1
//
this.checkedListBox1.CheckOnClick = true;
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"降雨量",
"最高气温",
"最低气温",
"平均气温",
"太阳辐射",
"相对湿度",
"平均风速",
"潜在蒸散量",
"实际蒸散量",
"冠层截留",
"降雨量",
"干旱指数",
"栅格汇流演算结果",
"地表径流",
"壤中流",
"地下径流",
"土壤下渗率",
"栅格产流类型",
"土层剖面含水量",
"土层平均含水量"});
this.checkedListBox1.Location = new System.Drawing.Point(6, 18);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(134, 164);
this.checkedListBox1.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.comboBox_EndDate);
this.groupBox3.Controls.Add(this.comboBox_StartDate);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Location = new System.Drawing.Point(164, 9);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(199, 95);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "输出时间段";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "结束日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "起始日期:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(164, 144);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 12);
this.label5.TabIndex = 4;
this.label5.Text = "图层输出路径:";
//
// TextBox_OutputPath
//
this.TextBox_OutputPath.Location = new System.Drawing.Point(166, 170);
this.TextBox_OutputPath.Name = "TextBox_OutputPath";
this.TextBox_OutputPath.Size = new System.Drawing.Size(152, 21);
this.TextBox_OutputPath.TabIndex = 5;
//
// button1
//
this.button1.Location = new System.Drawing.Point(324, 168);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(40, 23);
this.button1.TabIndex = 6;
this.button1.Text = ">>>";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// OK_Button
//
this.OK_Button.DialogResult = System.Windows.Forms.DialogResult.OK;
this.OK_Button.Location = new System.Drawing.Point(93, 216);
this.OK_Button.Name = "OK_Button";
this.OK_Button.Size = new System.Drawing.Size(75, 34);
this.OK_Button.TabIndex = 8;
this.OK_Button.Text = "确定";
this.OK_Button.UseVisualStyleBackColor = true;
this.OK_Button.Click += new System.EventHandler(this.button3_Click);
//
// Cancel_Button
//
this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.Cancel_Button.Location = new System.Drawing.Point(217, 216);
this.Cancel_Button.Name = "Cancel_Button";
this.Cancel_Button.Size = new System.Drawing.Size(75, 34);
this.Cancel_Button.TabIndex = 9;
this.Cancel_Button.Text = "取消";
this.Cancel_Button.UseVisualStyleBackColor = true;
//
// comboBox_StartDate
//
this.comboBox_StartDate.FormatString = "d";
this.comboBox_StartDate.FormattingEnabled = true;
this.comboBox_StartDate.Location = new System.Drawing.Point(88, 26);
this.comboBox_StartDate.Name = "comboBox_StartDate";
this.comboBox_StartDate.Size = new System.Drawing.Size(104, 20);
this.comboBox_StartDate.TabIndex = 2;
//
// comboBox_EndDate
//
this.comboBox_EndDate.FormatString = "d";
this.comboBox_EndDate.FormattingEnabled = true;
this.comboBox_EndDate.Location = new System.Drawing.Point(88, 56);
this.comboBox_EndDate.Name = "comboBox_EndDate";
this.comboBox_EndDate.Size = new System.Drawing.Size(104, 20);
this.comboBox_EndDate.TabIndex = 10;
//
// MidGridOutDialog
//
this.AcceptButton = this.OK_Button;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.Cancel_Button;
this.ClientSize = new System.Drawing.Size(375, 258);
this.ControlBox = false;
this.Controls.Add(this.Cancel_Button);
this.Controls.Add(this.OK_Button);
this.Controls.Add(this.button1);
this.Controls.Add(this.TextBox_OutputPath);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MidGridOutDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "中间栅格结果输出设置";
this.Load += new System.EventHandler(this.MidGridOutDialog_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox TextBox_OutputPath;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button OK_Button;
private System.Windows.Forms.Button Cancel_Button;
private System.Windows.Forms.ComboBox comboBox_EndDate;
private System.Windows.Forms.ComboBox comboBox_StartDate;
}
}
C#
1
https://gitee.com/sucksis/geo-flying.git
git@gitee.com:sucksis/geo-flying.git
sucksis
geo-flying
GeoFlying
master

搜索帮助