1 Star 0 Fork 10

michael sun/GeoFly

forked from Yonghe/GeoFlying 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ToolForm.Designer.cs 12.71 KB
一键复制 编辑 原始数据 按行查看 历史
Yonghe 提交于 2020-10-02 09:33 . first
/*
* Created by SharpDevelop.
* User: Administrator
* Date: 2016/11/11
* Time: 15:35
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace GeoFly
{
partial class ToolForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.TextBox textBox_Extent;
private System.Windows.Forms.TextBox textBox_Resol;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_ProjParam;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.TextBox textBox_Path;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox comboBox_Format;
private System.Windows.Forms.ComboBox comboBox_ProjParam;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label1;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.textBox_Extent = new System.Windows.Forms.TextBox();
this.textBox_Resol = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox_ProjParam = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.comboBox_ProjParam = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.textBox_Path = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.comboBox_Format = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// textBox_Extent
//
this.textBox_Extent.ForeColor = System.Drawing.Color.Black;
this.textBox_Extent.Location = new System.Drawing.Point(70, 28);
this.textBox_Extent.Name = "textBox_Extent";
this.textBox_Extent.Size = new System.Drawing.Size(132, 21);
this.textBox_Extent.TabIndex = 2;
this.textBox_Extent.Text = "-180,180,-90,90";
//
// textBox_Resol
//
this.textBox_Resol.Location = new System.Drawing.Point(73, 64);
this.textBox_Resol.Name = "textBox_Resol";
this.textBox_Resol.Size = new System.Drawing.Size(115, 21);
this.textBox_Resol.TabIndex = 3;
this.textBox_Resol.Text = "1.0";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox_ProjParam);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.comboBox_ProjParam);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.textBox_Resol);
this.groupBox1.Controls.Add(this.textBox_Extent);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(430, 213);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "经纬度";
//
// textBox_ProjParam
//
this.textBox_ProjParam.Enabled = false;
this.textBox_ProjParam.Location = new System.Drawing.Point(108, 161);
this.textBox_ProjParam.Name = "textBox_ProjParam";
this.textBox_ProjParam.Size = new System.Drawing.Size(299, 21);
this.textBox_ProjParam.TabIndex = 5;
this.textBox_ProjParam.Text = "-90";
this.textBox_ProjParam.TextChanged += new System.EventHandler(this.TextBox_ProjParamTextChanged);
//
// label4
//
this.label4.Location = new System.Drawing.Point(15, 164);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(107, 23);
this.label4.TabIndex = 23;
this.label4.Text = "目标投影参数:";
//
// label9
//
this.label9.Location = new System.Drawing.Point(17, 134);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(316, 23);
this.label9.TabIndex = 22;
this.label9.Text = "投影参数模板:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(211, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(131, 23);
this.label1.TabIndex = 9;
this.label1.Text = "顺序:西,东,南,北";
//
// label3
//
this.label3.Location = new System.Drawing.Point(17, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 21);
this.label3.TabIndex = 8;
this.label3.Text = "范围:";
//
// comboBox_ProjParam
//
this.comboBox_ProjParam.FormattingEnabled = true;
this.comboBox_ProjParam.Items.AddRange(new object[] {
"Longitude-Latitude",
"Lambert",
"UTM",
"Gauss-Kruger"});
this.comboBox_ProjParam.Location = new System.Drawing.Point(118, 97);
this.comboBox_ProjParam.Name = "comboBox_ProjParam";
this.comboBox_ProjParam.Size = new System.Drawing.Size(102, 20);
this.comboBox_ProjParam.TabIndex = 18;
this.comboBox_ProjParam.Text = "Long-Lat";
this.comboBox_ProjParam.SelectedIndexChanged += new System.EventHandler(this.ComboBox2SelectedIndexChanged);
//
// label2
//
this.label2.Location = new System.Drawing.Point(17, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 23);
this.label2.TabIndex = 7;
this.label2.Text = "分辨率:";
this.label2.Click += new System.EventHandler(this.Label2Click);
//
// label7
//
this.label7.Location = new System.Drawing.Point(17, 100);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(109, 23);
this.label7.TabIndex = 19;
this.label7.Text = "Map Projection:";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Bilinear",
"Nearest"});
this.comboBox1.Location = new System.Drawing.Point(458, 48);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(102, 20);
this.comboBox1.TabIndex = 6;
this.comboBox1.Text = "Bilinear";
//
// label5
//
this.label5.Location = new System.Drawing.Point(458, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(109, 23);
this.label5.TabIndex = 8;
this.label5.Text = "Sampling Method:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(460, 145);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 28);
this.button1.TabIndex = 9;
this.button1.Text = "Execute";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(12, 315);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(556, 104);
this.richTextBox1.TabIndex = 10;
this.richTextBox1.Text = "";
//
// textBox_Path
//
this.textBox_Path.Location = new System.Drawing.Point(60, 231);
this.textBox_Path.Name = "textBox_Path";
this.textBox_Path.Size = new System.Drawing.Size(462, 21);
this.textBox_Path.TabIndex = 11;
//
// button2
//
this.button2.Location = new System.Drawing.Point(528, 229);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(35, 23);
this.button2.TabIndex = 12;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// label10
//
this.label10.Location = new System.Drawing.Point(19, 232);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 23);
this.label10.TabIndex = 13;
this.label10.Text = "Path:";
//
// label11
//
this.label11.Location = new System.Drawing.Point(12, 430);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(555, 23);
this.label11.TabIndex = 14;
this.label11.Text = "Processing:";
//
// label12
//
this.label12.Location = new System.Drawing.Point(14, 283);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(544, 29);
this.label12.TabIndex = 15;
this.label12.Text = "Please collect all the files to be processed under the selected path and copy the" +
"m into following box(each file name occupy one line)";
//
// label6
//
this.label6.Location = new System.Drawing.Point(458, 86);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(109, 23);
this.label6.TabIndex = 17;
this.label6.Text = "Format to save:";
//
// comboBox_Format
//
this.comboBox_Format.FormattingEnabled = true;
this.comboBox_Format.Items.AddRange(new object[] {
"NetCDF",
"GeoTIFF",
"Grib1",
"Grib2"});
this.comboBox_Format.Location = new System.Drawing.Point(458, 112);
this.comboBox_Format.Name = "comboBox_Format";
this.comboBox_Format.Size = new System.Drawing.Size(102, 20);
this.comboBox_Format.TabIndex = 16;
this.comboBox_Format.Text = "NetCDF";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(155, 258);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(411, 21);
this.textBox1.TabIndex = 20;
//
// label8
//
this.label8.Location = new System.Drawing.Point(18, 262);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(155, 23);
this.label8.TabIndex = 21;
this.label8.Text = "Projection Parameter:";
//
// ToolForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(580, 465);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label8);
this.Controls.Add(this.label6);
this.Controls.Add(this.comboBox_Format);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox_Path);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label5);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.groupBox1);
this.Name = "ToolForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "重采样工具";
this.Load += new System.EventHandler(this.ToolFormLoad);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/michael-sun123/geo-fly.git
git@gitee.com:michael-sun123/geo-fly.git
michael-sun123
geo-fly
GeoFly
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891