1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/sucksis-geo-flying

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
NetCDF_Form.Designer.cs 14 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Yonghe Отправлено 02.10.2020 04:33 367b0b1
/*
* Created by SharpDevelop.
* User: Administrator
* Date: 2016/11/13
* Time: 6:46
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace GeoFly
{
partial class NetCDF_Form
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBoxVars;
private System.Windows.Forms.ComboBox comboBox_long;
private System.Windows.Forms.ComboBox comboBox_lat;
private System.Windows.Forms.ComboBox comboBox_Level;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox_process;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox_Parameters;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label_Parameters;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.RichTextBox richTextBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label7;
/// <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.button1 = new System.Windows.Forms.Button();
this.listBoxVars = new System.Windows.Forms.ListBox();
this.comboBox_long = new System.Windows.Forms.ComboBox();
this.comboBox_lat = new System.Windows.Forms.ComboBox();
this.comboBox_Level = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.button2 = new System.Windows.Forms.Button();
this.comboBox_process = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox_Parameters = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.button4 = new System.Windows.Forms.Button();
this.label_Parameters = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(14, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(93, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Open NetCDF File";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// listBoxVars
//
this.listBoxVars.FormattingEnabled = true;
this.listBoxVars.ItemHeight = 12;
this.listBoxVars.Location = new System.Drawing.Point(14, 168);
this.listBoxVars.Name = "listBoxVars";
this.listBoxVars.Size = new System.Drawing.Size(120, 232);
this.listBoxVars.TabIndex = 1;
this.listBoxVars.SelectedIndexChanged += new System.EventHandler(this.ListBoxVarsSelectedIndexChanged);
//
// comboBox_long
//
this.comboBox_long.FormattingEnabled = true;
this.comboBox_long.Location = new System.Drawing.Point(247, 150);
this.comboBox_long.Name = "comboBox_long";
this.comboBox_long.Size = new System.Drawing.Size(121, 20);
this.comboBox_long.TabIndex = 2;
this.comboBox_long.SelectedIndexChanged += new System.EventHandler(this.ComboBox_longSelectedIndexChanged);
//
// comboBox_lat
//
this.comboBox_lat.FormattingEnabled = true;
this.comboBox_lat.Location = new System.Drawing.Point(248, 191);
this.comboBox_lat.Name = "comboBox_lat";
this.comboBox_lat.Size = new System.Drawing.Size(121, 20);
this.comboBox_lat.TabIndex = 3;
this.comboBox_lat.SelectedIndexChanged += new System.EventHandler(this.ComboBox_latSelectedIndexChanged);
//
// comboBox_Level
//
this.comboBox_Level.FormattingEnabled = true;
this.comboBox_Level.Location = new System.Drawing.Point(236, 357);
this.comboBox_Level.Name = "comboBox_Level";
this.comboBox_Level.Size = new System.Drawing.Size(121, 20);
this.comboBox_Level.TabIndex = 4;
this.comboBox_Level.SelectedIndexChanged += new System.EventHandler(this.ComboBox_LevelSelectedIndexChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(151, 150);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(91, 23);
this.label1.TabIndex = 7;
this.label1.Text = "X/Longitude:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(151, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(91, 23);
this.label2.TabIndex = 8;
this.label2.Text = "Y/Latitude:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(169, 357);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(91, 23);
this.label3.TabIndex = 9;
this.label3.Text = "Level:";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(236, 392);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 20);
this.comboBox4.TabIndex = 10;
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(226, 227);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(164, 112);
this.listBox2.TabIndex = 11;
this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(158, 238);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(51, 31);
this.button2.TabIndex = 12;
this.button2.Text = ">>";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2Click);
//
// comboBox_process
//
this.comboBox_process.FormattingEnabled = true;
this.comboBox_process.Items.AddRange(new object[] {
"1.ReGrid-Nearest",
"2.ReGrid-Bilinear",
"3.ReGrid-Lambert"});
this.comboBox_process.Location = new System.Drawing.Point(453, 20);
this.comboBox_process.Name = "comboBox_process";
this.comboBox_process.Size = new System.Drawing.Size(121, 20);
this.comboBox_process.TabIndex = 13;
this.comboBox_process.Text = "1.ReGrid-Nearest";
this.comboBox_process.SelectedIndexChanged += new System.EventHandler(this.ComboBox5SelectedIndexChanged);
//
// label4
//
this.label4.Location = new System.Drawing.Point(390, 21);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(57, 23);
this.label4.TabIndex = 14;
this.label4.Text = "Process:";
//
// textBox_Parameters
//
this.textBox_Parameters.Location = new System.Drawing.Point(469, 104);
this.textBox_Parameters.Name = "textBox_Parameters";
this.textBox_Parameters.Size = new System.Drawing.Size(205, 21);
this.textBox_Parameters.TabIndex = 15;
this.textBox_Parameters.Text = "70,10,140,60,0.1";
//
// label5
//
this.label5.Location = new System.Drawing.Point(390, 108);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 23);
this.label5.TabIndex = 16;
this.label5.Text = "Parameters:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(14, 52);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(93, 23);
this.button3.TabIndex = 18;
this.button3.Text = "Close NetCDF File";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.Button3Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(129, 12);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(240, 126);
this.richTextBox1.TabIndex = 19;
this.richTextBox1.Text = "";
//
// button4
//
this.button4.Location = new System.Drawing.Point(158, 285);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(51, 31);
this.button4.TabIndex = 20;
this.button4.Text = "Clear";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// label_Parameters
//
this.label_Parameters.Location = new System.Drawing.Point(390, 52);
this.label_Parameters.Name = "label_Parameters";
this.label_Parameters.Size = new System.Drawing.Size(233, 28);
this.label_Parameters.TabIndex = 21;
this.label_Parameters.Text = "参数表:起始经度,起始纬度,结束经度,结束纬度,分辨率";
//
// button5
//
this.button5.Location = new System.Drawing.Point(499, 392);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 22;
this.button5.Text = "Execute";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.Button5Click);
//
// richTextBox2
//
this.richTextBox2.Location = new System.Drawing.Point(411, 206);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.Size = new System.Drawing.Size(263, 174);
this.richTextBox2.TabIndex = 23;
this.richTextBox2.Text = "";
//
// label6
//
this.label6.Location = new System.Drawing.Point(414, 141);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(155, 23);
this.label6.TabIndex = 24;
this.label6.Text = "Batch File list:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(411, 179);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(238, 21);
this.textBox2.TabIndex = 25;
//
// button6
//
this.button6.Location = new System.Drawing.Point(666, 177);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(36, 23);
this.button6.TabIndex = 26;
this.button6.Text = "...";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.Button6Click);
//
// label7
//
this.label7.Location = new System.Drawing.Point(22, 428);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(680, 23);
this.label7.TabIndex = 27;
this.label7.Text = "label7";
//
// NetCDF_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(743, 464);
this.Controls.Add(this.label7);
this.Controls.Add(this.button6);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label6);
this.Controls.Add(this.richTextBox2);
this.Controls.Add(this.button5);
this.Controls.Add(this.label_Parameters);
this.Controls.Add(this.button4);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.comboBox_Level);
this.Controls.Add(this.textBox_Parameters);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.comboBox_process);
this.Controls.Add(this.button2);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.comboBox4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox_lat);
this.Controls.Add(this.comboBox_long);
this.Controls.Add(this.listBoxVars);
this.Controls.Add(this.button1);
this.Name = "NetCDF_Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "NetCDF_Form";
this.Load += new System.EventHandler(this.NetCDF_FormLoad);
this.ResumeLayout(false);
this.PerformLayout();
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/sucksis-geo-flying.git
git@api.gitlife.ru:oschina-mirror/sucksis-geo-flying.git
oschina-mirror
sucksis-geo-flying
sucksis-geo-flying
master