319 lines
15 KiB
C#
319 lines
15 KiB
C#
namespace puls200.AIS2Excel
|
|
{
|
|
partial class Main
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDownULLongitude = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDownULLatitude = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDownLRLongitude = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDownLRLatitude = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textBoxExportFile = new System.Windows.Forms.TextBox();
|
|
this.buttonFileBrowse = new System.Windows.Forms.Button();
|
|
this.buttonExport = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownULLongitude)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownULLatitude)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLRLongitude)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLRLatitude)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 52);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(54, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Longitude";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 26);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(45, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Latitude";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.numericUpDownULLongitude);
|
|
this.groupBox1.Controls.Add(this.numericUpDownULLatitude);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(182, 83);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Upper left corner";
|
|
//
|
|
// numericUpDownULLongitude
|
|
//
|
|
this.numericUpDownULLongitude.DecimalPlaces = 2;
|
|
this.numericUpDownULLongitude.Location = new System.Drawing.Point(89, 50);
|
|
this.numericUpDownULLongitude.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownULLongitude.Minimum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.numericUpDownULLongitude.Name = "numericUpDownULLongitude";
|
|
this.numericUpDownULLongitude.Size = new System.Drawing.Size(83, 20);
|
|
this.numericUpDownULLongitude.TabIndex = 3;
|
|
//
|
|
// numericUpDownULLatitude
|
|
//
|
|
this.numericUpDownULLatitude.DecimalPlaces = 2;
|
|
this.numericUpDownULLatitude.Location = new System.Drawing.Point(89, 24);
|
|
this.numericUpDownULLatitude.Maximum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownULLatitude.Minimum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.numericUpDownULLatitude.Name = "numericUpDownULLatitude";
|
|
this.numericUpDownULLatitude.Size = new System.Drawing.Size(83, 20);
|
|
this.numericUpDownULLatitude.TabIndex = 2;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.numericUpDownLRLongitude);
|
|
this.groupBox2.Controls.Add(this.numericUpDownLRLatitude);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Location = new System.Drawing.Point(200, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(186, 83);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Lower right corner";
|
|
//
|
|
// numericUpDownLRLongitude
|
|
//
|
|
this.numericUpDownLRLongitude.DecimalPlaces = 2;
|
|
this.numericUpDownLRLongitude.Location = new System.Drawing.Point(92, 50);
|
|
this.numericUpDownLRLongitude.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownLRLongitude.Minimum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.numericUpDownLRLongitude.Name = "numericUpDownLRLongitude";
|
|
this.numericUpDownLRLongitude.Size = new System.Drawing.Size(83, 20);
|
|
this.numericUpDownLRLongitude.TabIndex = 4;
|
|
//
|
|
// numericUpDownLRLatitude
|
|
//
|
|
this.numericUpDownLRLatitude.DecimalPlaces = 2;
|
|
this.numericUpDownLRLatitude.Location = new System.Drawing.Point(92, 24);
|
|
this.numericUpDownLRLatitude.Maximum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownLRLatitude.Minimum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.numericUpDownLRLatitude.Name = "numericUpDownLRLatitude";
|
|
this.numericUpDownLRLatitude.Size = new System.Drawing.Size(83, 20);
|
|
this.numericUpDownLRLatitude.TabIndex = 5;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 26);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(45, 13);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Latitude";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 52);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(54, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Longitude";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(18, 166);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(79, 13);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "Output file path";
|
|
//
|
|
// textBoxExportFile
|
|
//
|
|
this.textBoxExportFile.Location = new System.Drawing.Point(101, 163);
|
|
this.textBoxExportFile.Name = "textBoxExportFile";
|
|
this.textBoxExportFile.Size = new System.Drawing.Size(254, 20);
|
|
this.textBoxExportFile.TabIndex = 5;
|
|
//
|
|
// buttonFileBrowse
|
|
//
|
|
this.buttonFileBrowse.Location = new System.Drawing.Point(359, 162);
|
|
this.buttonFileBrowse.Name = "buttonFileBrowse";
|
|
this.buttonFileBrowse.Size = new System.Drawing.Size(27, 22);
|
|
this.buttonFileBrowse.TabIndex = 6;
|
|
this.buttonFileBrowse.Text = "...";
|
|
this.buttonFileBrowse.UseVisualStyleBackColor = true;
|
|
this.buttonFileBrowse.Click += new System.EventHandler(this.ButtonFileBrowse_Click);
|
|
//
|
|
// buttonExport
|
|
//
|
|
this.buttonExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.buttonExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonExport.Location = new System.Drawing.Point(101, 189);
|
|
this.buttonExport.Name = "buttonExport";
|
|
this.buttonExport.Size = new System.Drawing.Size(83, 23);
|
|
this.buttonExport.TabIndex = 7;
|
|
this.buttonExport.Text = "Export";
|
|
this.buttonExport.UseVisualStyleBackColor = false;
|
|
this.buttonExport.Click += new System.EventHandler(this.ButtonExport_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(18, 108);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(30, 13);
|
|
this.label6.TabIndex = 8;
|
|
this.label6.Text = "From";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(18, 134);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(20, 13);
|
|
this.label7.TabIndex = 9;
|
|
this.label7.Text = "To";
|
|
//
|
|
// dateTimePickerFrom
|
|
//
|
|
this.dateTimePickerFrom.CustomFormat = "dd.mm.yyyy HH:MM";
|
|
this.dateTimePickerFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePickerFrom.Location = new System.Drawing.Point(101, 102);
|
|
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|
this.dateTimePickerFrom.Size = new System.Drawing.Size(254, 20);
|
|
this.dateTimePickerFrom.TabIndex = 10;
|
|
//
|
|
// dateTimePickerTo
|
|
//
|
|
this.dateTimePickerTo.CustomFormat = "dd.mm.yyyy HH:MM";
|
|
this.dateTimePickerTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePickerTo.Location = new System.Drawing.Point(101, 128);
|
|
this.dateTimePickerTo.Name = "dateTimePickerTo";
|
|
this.dateTimePickerTo.Size = new System.Drawing.Size(254, 20);
|
|
this.dateTimePickerTo.TabIndex = 11;
|
|
//
|
|
// Main
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(401, 219);
|
|
this.Controls.Add(this.dateTimePickerTo);
|
|
this.Controls.Add(this.dateTimePickerFrom);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.buttonExport);
|
|
this.Controls.Add(this.buttonFileBrowse);
|
|
this.Controls.Add(this.textBoxExportFile);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "Main";
|
|
this.Text = "Export AIS data to CSV";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownULLongitude)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownULLatitude)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLRLongitude)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLRLatitude)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownULLongitude;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownULLatitude;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownLRLongitude;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownLRLatitude;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBoxExportFile;
|
|
private System.Windows.Forms.Button buttonFileBrowse;
|
|
private System.Windows.Forms.Button buttonExport;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerFrom;
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerTo;
|
|
}
|
|
}
|
|
|