You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dat2bin/Dat2Bin/Dat2BinForm.Designer.cs

470 lines
22 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace Dat2Bin
{
partial class Dat2BinForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dat2BinForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonSplitDat = new System.Windows.Forms.Button();
this.buttonReadStaNum2 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.cbUseBackGround = new System.Windows.Forms.CheckBox();
this.pgbarPrecent = new System.Windows.Forms.ProgressBar();
this.lblPrecent = new System.Windows.Forms.Label();
this.buttonConvertBin = new System.Windows.Forms.Button();
this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
this.dtpBeginTime = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.textBox_sps = new System.Windows.Forms.TextBox();
this.listView1 = new System.Windows.Forms.ListView();
this.textBoxSingleFileLength = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.buttonReadStaNum = new System.Windows.Forms.Button();
this.buttonSelectData = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.textBoxConByFloat = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.textBoxFloat = new System.Windows.Forms.TextBox();
this.cbBigEnd = new System.Windows.Forms.CheckBox();
this.button3 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btnReadDatSingle = new System.Windows.Forms.Button();
this.buttonSplitAsync = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonSplitAsync);
this.groupBox1.Controls.Add(this.buttonSplitDat);
this.groupBox1.Controls.Add(this.buttonReadStaNum2);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.cbUseBackGround);
this.groupBox1.Controls.Add(this.pgbarPrecent);
this.groupBox1.Controls.Add(this.lblPrecent);
this.groupBox1.Controls.Add(this.buttonConvertBin);
this.groupBox1.Controls.Add(this.dtpEndTime);
this.groupBox1.Controls.Add(this.dtpBeginTime);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.listBox1);
this.groupBox1.Controls.Add(this.textBox_sps);
this.groupBox1.Controls.Add(this.listView1);
this.groupBox1.Controls.Add(this.textBoxSingleFileLength);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.buttonReadStaNum);
this.groupBox1.Controls.Add(this.buttonSelectData);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1063, 375);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// buttonSplitDat
//
this.buttonSplitDat.Location = new System.Drawing.Point(245, 20);
this.buttonSplitDat.Name = "buttonSplitDat";
this.buttonSplitDat.Size = new System.Drawing.Size(97, 31);
this.buttonSplitDat.TabIndex = 19;
this.buttonSplitDat.Text = "同步分割";
this.buttonSplitDat.UseVisualStyleBackColor = true;
this.buttonSplitDat.Click += new System.EventHandler(this.buttonSplitDat_Click);
//
// buttonReadStaNum2
//
this.buttonReadStaNum2.Location = new System.Drawing.Point(244, 20);
this.buttonReadStaNum2.Name = "buttonReadStaNum2";
this.buttonReadStaNum2.Size = new System.Drawing.Size(98, 32);
this.buttonReadStaNum2.TabIndex = 18;
this.buttonReadStaNum2.Text = "读取台站编号2";
this.buttonReadStaNum2.UseVisualStyleBackColor = true;
this.buttonReadStaNum2.Visible = false;
this.buttonReadStaNum2.Click += new System.EventHandler(this.buttonReadStaNum2_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(941, 30);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 17;
this.button2.Text = "bin";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(851, 30);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 16;
this.button1.Text = "Dat";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// cbUseBackGround
//
this.cbUseBackGround.AutoSize = true;
this.cbUseBackGround.Location = new System.Drawing.Point(465, 29);
this.cbUseBackGround.Name = "cbUseBackGround";
this.cbUseBackGround.Size = new System.Drawing.Size(72, 16);
this.cbUseBackGround.TabIndex = 15;
this.cbUseBackGround.Text = "后台进程";
this.cbUseBackGround.UseVisualStyleBackColor = true;
this.cbUseBackGround.CheckedChanged += new System.EventHandler(this.cbUseBackGround_CheckedChanged);
//
// pgbarPrecent
//
this.pgbarPrecent.Location = new System.Drawing.Point(577, 27);
this.pgbarPrecent.Name = "pgbarPrecent";
this.pgbarPrecent.Size = new System.Drawing.Size(153, 23);
this.pgbarPrecent.TabIndex = 14;
//
// lblPrecent
//
this.lblPrecent.AutoSize = true;
this.lblPrecent.Location = new System.Drawing.Point(750, 33);
this.lblPrecent.Name = "lblPrecent";
this.lblPrecent.Size = new System.Drawing.Size(17, 12);
this.lblPrecent.TabIndex = 13;
this.lblPrecent.Text = "0%";
//
// buttonConvertBin
//
this.buttonConvertBin.Location = new System.Drawing.Point(348, 20);
this.buttonConvertBin.Name = "buttonConvertBin";
this.buttonConvertBin.Size = new System.Drawing.Size(97, 32);
this.buttonConvertBin.TabIndex = 12;
this.buttonConvertBin.Text = "转存Bin";
this.buttonConvertBin.UseVisualStyleBackColor = true;
this.buttonConvertBin.Click += new System.EventHandler(this.buttonConvertBin_Click);
//
// dtpEndTime
//
this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpEndTime.Location = new System.Drawing.Point(522, 66);
this.dtpEndTime.Name = "dtpEndTime";
this.dtpEndTime.Size = new System.Drawing.Size(152, 21);
this.dtpEndTime.TabIndex = 11;
this.dtpEndTime.Value = new System.DateTime(2020, 10, 7, 13, 40, 0, 0);
//
// dtpBeginTime
//
this.dtpBeginTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpBeginTime.Location = new System.Drawing.Point(281, 66);
this.dtpBeginTime.Name = "dtpBeginTime";
this.dtpBeginTime.Size = new System.Drawing.Size(152, 21);
this.dtpBeginTime.TabIndex = 11;
this.dtpBeginTime.Value = new System.DateTime(2020, 10, 7, 10, 30, 0, 0);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(463, 69);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 10;
this.label5.Text = "结束时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(222, 69);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 9;
this.label4.Text = "开始时间";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(851, 93);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(206, 280);
this.listBox1.TabIndex = 6;
//
// textBox_sps
//
this.textBox_sps.Location = new System.Drawing.Point(747, 66);
this.textBox_sps.Name = "textBox_sps";
this.textBox_sps.Size = new System.Drawing.Size(45, 21);
this.textBox_sps.TabIndex = 5;
this.textBox_sps.Text = "1000";
this.textBox_sps.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// listView1
//
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(6, 93);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(830, 276);
this.listView1.TabIndex = 4;
this.listView1.UseCompatibleStateImageBehavior = false;
//
// textBoxSingleFileLength
//
this.textBoxSingleFileLength.Location = new System.Drawing.Point(100, 66);
this.textBoxSingleFileLength.Name = "textBoxSingleFileLength";
this.textBoxSingleFileLength.Size = new System.Drawing.Size(47, 21);
this.textBoxSingleFileLength.TabIndex = 3;
this.textBoxSingleFileLength.Text = "120";
this.textBoxSingleFileLength.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(153, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 2;
this.label2.Text = "分钟";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(694, 69);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 2;
this.label3.Text = "采样率:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 69);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 2;
this.label1.Text = "单文件时长:";
//
// buttonReadStaNum
//
this.buttonReadStaNum.Location = new System.Drawing.Point(142, 20);
this.buttonReadStaNum.Name = "buttonReadStaNum";
this.buttonReadStaNum.Size = new System.Drawing.Size(96, 32);
this.buttonReadStaNum.TabIndex = 1;
this.buttonReadStaNum.Text = "读取台站编号";
this.buttonReadStaNum.UseVisualStyleBackColor = true;
this.buttonReadStaNum.Visible = false;
this.buttonReadStaNum.Click += new System.EventHandler(this.buttonReadStaNum_Click);
//
// buttonSelectData
//
this.buttonSelectData.Location = new System.Drawing.Point(25, 20);
this.buttonSelectData.Name = "buttonSelectData";
this.buttonSelectData.Size = new System.Drawing.Size(101, 32);
this.buttonSelectData.TabIndex = 0;
this.buttonSelectData.Text = "打开Dat数据";
this.buttonSelectData.UseVisualStyleBackColor = true;
this.buttonSelectData.Click += new System.EventHandler(this.buttonSelectData_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1103, 426);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1095, 400);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.textBoxConByFloat);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.textBoxFloat);
this.tabPage2.Controls.Add(this.cbBigEnd);
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.textBox1);
this.tabPage2.Controls.Add(this.btnReadDatSingle);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1095, 400);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// textBoxConByFloat
//
this.textBoxConByFloat.Location = new System.Drawing.Point(8, 249);
this.textBoxConByFloat.Name = "textBoxConByFloat";
this.textBoxConByFloat.Size = new System.Drawing.Size(165, 21);
this.textBoxConByFloat.TabIndex = 6;
//
// button4
//
this.button4.Location = new System.Drawing.Point(8, 199);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(93, 32);
this.button4.TabIndex = 5;
this.button4.Text = "button4";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBoxFloat
//
this.textBoxFloat.Location = new System.Drawing.Point(8, 160);
this.textBoxFloat.Name = "textBoxFloat";
this.textBoxFloat.Size = new System.Drawing.Size(165, 21);
this.textBoxFloat.TabIndex = 4;
//
// cbBigEnd
//
this.cbBigEnd.AutoSize = true;
this.cbBigEnd.Location = new System.Drawing.Point(122, 14);
this.cbBigEnd.Name = "cbBigEnd";
this.cbBigEnd.Size = new System.Drawing.Size(60, 16);
this.cbBigEnd.TabIndex = 3;
this.cbBigEnd.Text = "BigEnd";
this.cbBigEnd.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(8, 102);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(93, 31);
this.button3.TabIndex = 2;
this.button3.Text = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(8, 61);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(165, 21);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "00000D34";
//
// btnReadDatSingle
//
this.btnReadDatSingle.Location = new System.Drawing.Point(8, 6);
this.btnReadDatSingle.Name = "btnReadDatSingle";
this.btnReadDatSingle.Size = new System.Drawing.Size(93, 30);
this.btnReadDatSingle.TabIndex = 0;
this.btnReadDatSingle.Text = "读取Dat";
this.btnReadDatSingle.UseVisualStyleBackColor = true;
this.btnReadDatSingle.Click += new System.EventHandler(this.btnReadDatSingle_Click);
//
// buttonSplitAsync
//
this.buttonSplitAsync.Location = new System.Drawing.Point(142, 20);
this.buttonSplitAsync.Name = "buttonSplitAsync";
this.buttonSplitAsync.Size = new System.Drawing.Size(96, 33);
this.buttonSplitAsync.TabIndex = 20;
this.buttonSplitAsync.Text = "异步分割";
this.buttonSplitAsync.UseVisualStyleBackColor = true;
this.buttonSplitAsync.Click += new System.EventHandler(this.buttonSplitAsync_Click);
//
// Dat2BinForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1108, 430);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Dat2BinForm";
this.Text = "Txgy.DatToolkit_20230319";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBoxSingleFileLength;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonReadStaNum;
private System.Windows.Forms.Button buttonSelectData;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.TextBox textBox_sps;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DateTimePicker dtpBeginTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.DateTimePicker dtpEndTime;
private System.Windows.Forms.Button buttonConvertBin;
private System.Windows.Forms.ProgressBar pgbarPrecent;
private System.Windows.Forms.Label lblPrecent;
private System.Windows.Forms.CheckBox cbUseBackGround;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btnReadDatSingle;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox cbBigEnd;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBoxFloat;
private System.Windows.Forms.TextBox textBoxConByFloat;
private System.Windows.Forms.Button buttonReadStaNum2;
private System.Windows.Forms.Button buttonSplitDat;
private System.Windows.Forms.Button buttonSplitAsync;
}
}