325 lines
16 KiB
C#
325 lines
16 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmRawDataInterpreter
|
|
{
|
|
/// <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.cbFVolumeCm = new System.Windows.Forms.CheckBox();
|
|
this.cbFTimeS = new System.Windows.Forms.CheckBox();
|
|
this.cbHChannel = new System.Windows.Forms.CheckBox();
|
|
this.cbHValidation = new System.Windows.Forms.CheckBox();
|
|
this.cbHTotalTimeOfFlightS = new System.Windows.Forms.CheckBox();
|
|
this.cbHDeltaTimeOfFlightS = new System.Windows.Forms.CheckBox();
|
|
this.cbHDeltaVolumeQm = new System.Windows.Forms.CheckBox();
|
|
this.cbHVolumeCm = new System.Windows.Forms.CheckBox();
|
|
this.cbHSampleIntervalS = new System.Windows.Forms.CheckBox();
|
|
this.cbHAmplitudeUpV = new System.Windows.Forms.CheckBox();
|
|
this.cbHAmplitudeDownV = new System.Windows.Forms.CheckBox();
|
|
this.cbHPulseWidthRatioUp = new System.Windows.Forms.CheckBox();
|
|
this.cbHPulseWidthRatioDown = new System.Windows.Forms.CheckBox();
|
|
this.cbHTemperatureDegC = new System.Windows.Forms.CheckBox();
|
|
this.cbHTimeS = new System.Windows.Forms.CheckBox();
|
|
this.tbxFilePathSource = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOpenUpdateDirectory = new System.Windows.Forms.Button();
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.tbxFilePathDest = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnWriteCsv = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbFVolumeCm
|
|
//
|
|
this.cbFVolumeCm.AutoSize = true;
|
|
this.cbFVolumeCm.Location = new System.Drawing.Point(143, 100);
|
|
this.cbFVolumeCm.Name = "cbFVolumeCm";
|
|
this.cbFVolumeCm.Size = new System.Drawing.Size(96, 17);
|
|
this.cbFVolumeCm.TabIndex = 12;
|
|
this.cbFVolumeCm.Text = "@F VolumeCm";
|
|
this.cbFVolumeCm.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbFTimeS
|
|
//
|
|
this.cbFTimeS.AutoSize = true;
|
|
this.cbFTimeS.Location = new System.Drawing.Point(143, 123);
|
|
this.cbFTimeS.Name = "cbFTimeS";
|
|
this.cbFTimeS.Size = new System.Drawing.Size(76, 17);
|
|
this.cbFTimeS.TabIndex = 13;
|
|
this.cbFTimeS.Text = "@F TimeS";
|
|
this.cbFTimeS.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHChannel
|
|
//
|
|
this.cbHChannel.AutoSize = true;
|
|
this.cbHChannel.Location = new System.Drawing.Point(144, 157);
|
|
this.cbHChannel.Name = "cbHChannel";
|
|
this.cbHChannel.Size = new System.Drawing.Size(87, 17);
|
|
this.cbHChannel.TabIndex = 14;
|
|
this.cbHChannel.Text = "@H Channel";
|
|
this.cbHChannel.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHValidation
|
|
//
|
|
this.cbHValidation.AutoSize = true;
|
|
this.cbHValidation.Location = new System.Drawing.Point(144, 180);
|
|
this.cbHValidation.Name = "cbHValidation";
|
|
this.cbHValidation.Size = new System.Drawing.Size(94, 17);
|
|
this.cbHValidation.TabIndex = 15;
|
|
this.cbHValidation.Text = "@H Validation";
|
|
this.cbHValidation.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHTotalTimeOfFlightS
|
|
//
|
|
this.cbHTotalTimeOfFlightS.AutoSize = true;
|
|
this.cbHTotalTimeOfFlightS.Location = new System.Drawing.Point(144, 203);
|
|
this.cbHTotalTimeOfFlightS.Name = "cbHTotalTimeOfFlightS";
|
|
this.cbHTotalTimeOfFlightS.Size = new System.Drawing.Size(138, 17);
|
|
this.cbHTotalTimeOfFlightS.TabIndex = 16;
|
|
this.cbHTotalTimeOfFlightS.Text = "@H TotalTimeOfFlightS";
|
|
this.cbHTotalTimeOfFlightS.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHDeltaTimeOfFlightS
|
|
//
|
|
this.cbHDeltaTimeOfFlightS.AutoSize = true;
|
|
this.cbHDeltaTimeOfFlightS.Location = new System.Drawing.Point(143, 226);
|
|
this.cbHDeltaTimeOfFlightS.Name = "cbHDeltaTimeOfFlightS";
|
|
this.cbHDeltaTimeOfFlightS.Size = new System.Drawing.Size(139, 17);
|
|
this.cbHDeltaTimeOfFlightS.TabIndex = 17;
|
|
this.cbHDeltaTimeOfFlightS.Text = "@H DeltaTimeOfFlightS";
|
|
this.cbHDeltaTimeOfFlightS.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHDeltaVolumeQm
|
|
//
|
|
this.cbHDeltaVolumeQm.AutoSize = true;
|
|
this.cbHDeltaVolumeQm.Location = new System.Drawing.Point(143, 249);
|
|
this.cbHDeltaVolumeQm.Name = "cbHDeltaVolumeQm";
|
|
this.cbHDeltaVolumeQm.Size = new System.Drawing.Size(124, 17);
|
|
this.cbHDeltaVolumeQm.TabIndex = 18;
|
|
this.cbHDeltaVolumeQm.Text = "@H DeltaVolumeQm";
|
|
this.cbHDeltaVolumeQm.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHVolumeCm
|
|
//
|
|
this.cbHVolumeCm.AutoSize = true;
|
|
this.cbHVolumeCm.Location = new System.Drawing.Point(143, 272);
|
|
this.cbHVolumeCm.Name = "cbHVolumeCm";
|
|
this.cbHVolumeCm.Size = new System.Drawing.Size(98, 17);
|
|
this.cbHVolumeCm.TabIndex = 19;
|
|
this.cbHVolumeCm.Text = "@H VolumeCm";
|
|
this.cbHVolumeCm.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHSampleIntervalS
|
|
//
|
|
this.cbHSampleIntervalS.AutoSize = true;
|
|
this.cbHSampleIntervalS.Location = new System.Drawing.Point(143, 295);
|
|
this.cbHSampleIntervalS.Name = "cbHSampleIntervalS";
|
|
this.cbHSampleIntervalS.Size = new System.Drawing.Size(125, 17);
|
|
this.cbHSampleIntervalS.TabIndex = 20;
|
|
this.cbHSampleIntervalS.Text = "@H SampleIntervalS";
|
|
this.cbHSampleIntervalS.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHAmplitudeUpV
|
|
//
|
|
this.cbHAmplitudeUpV.AutoSize = true;
|
|
this.cbHAmplitudeUpV.Location = new System.Drawing.Point(142, 318);
|
|
this.cbHAmplitudeUpV.Name = "cbHAmplitudeUpV";
|
|
this.cbHAmplitudeUpV.Size = new System.Drawing.Size(115, 17);
|
|
this.cbHAmplitudeUpV.TabIndex = 21;
|
|
this.cbHAmplitudeUpV.Text = "@H AmplitudeUpV";
|
|
this.cbHAmplitudeUpV.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHAmplitudeDownV
|
|
//
|
|
this.cbHAmplitudeDownV.AutoSize = true;
|
|
this.cbHAmplitudeDownV.Location = new System.Drawing.Point(142, 341);
|
|
this.cbHAmplitudeDownV.Name = "cbHAmplitudeDownV";
|
|
this.cbHAmplitudeDownV.Size = new System.Drawing.Size(129, 17);
|
|
this.cbHAmplitudeDownV.TabIndex = 22;
|
|
this.cbHAmplitudeDownV.Text = "@H AmplitudeDownV";
|
|
this.cbHAmplitudeDownV.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHPulseWidthRatioUp
|
|
//
|
|
this.cbHPulseWidthRatioUp.AutoSize = true;
|
|
this.cbHPulseWidthRatioUp.Location = new System.Drawing.Point(142, 364);
|
|
this.cbHPulseWidthRatioUp.Name = "cbHPulseWidthRatioUp";
|
|
this.cbHPulseWidthRatioUp.Size = new System.Drawing.Size(141, 17);
|
|
this.cbHPulseWidthRatioUp.TabIndex = 23;
|
|
this.cbHPulseWidthRatioUp.Text = "@H PulseWidthRatioUp";
|
|
this.cbHPulseWidthRatioUp.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHPulseWidthRatioDown
|
|
//
|
|
this.cbHPulseWidthRatioDown.AutoSize = true;
|
|
this.cbHPulseWidthRatioDown.Location = new System.Drawing.Point(142, 385);
|
|
this.cbHPulseWidthRatioDown.Name = "cbHPulseWidthRatioDown";
|
|
this.cbHPulseWidthRatioDown.Size = new System.Drawing.Size(155, 17);
|
|
this.cbHPulseWidthRatioDown.TabIndex = 24;
|
|
this.cbHPulseWidthRatioDown.Text = "@H PulseWidthRatioDown";
|
|
this.cbHPulseWidthRatioDown.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHTemperatureDegC
|
|
//
|
|
this.cbHTemperatureDegC.AutoSize = true;
|
|
this.cbHTemperatureDegC.Checked = true;
|
|
this.cbHTemperatureDegC.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbHTemperatureDegC.Location = new System.Drawing.Point(142, 408);
|
|
this.cbHTemperatureDegC.Name = "cbHTemperatureDegC";
|
|
this.cbHTemperatureDegC.Size = new System.Drawing.Size(135, 17);
|
|
this.cbHTemperatureDegC.TabIndex = 25;
|
|
this.cbHTemperatureDegC.Text = "@H TemperatureDegC";
|
|
this.cbHTemperatureDegC.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbHTimeS
|
|
//
|
|
this.cbHTimeS.AutoSize = true;
|
|
this.cbHTimeS.Location = new System.Drawing.Point(142, 431);
|
|
this.cbHTimeS.Name = "cbHTimeS";
|
|
this.cbHTimeS.Size = new System.Drawing.Size(78, 17);
|
|
this.cbHTimeS.TabIndex = 26;
|
|
this.cbHTimeS.Text = "@H TimeS";
|
|
this.cbHTimeS.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbxFilePathSource
|
|
//
|
|
this.tbxFilePathSource.Location = new System.Drawing.Point(144, 24);
|
|
this.tbxFilePathSource.Name = "tbxFilePathSource";
|
|
this.tbxFilePathSource.ReadOnly = true;
|
|
this.tbxFilePathSource.Size = new System.Drawing.Size(443, 20);
|
|
this.tbxFilePathSource.TabIndex = 8;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(28, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(88, 13);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "Source File Path:";
|
|
//
|
|
// btnOpenUpdateDirectory
|
|
//
|
|
this.btnOpenUpdateDirectory.Location = new System.Drawing.Point(593, 22);
|
|
this.btnOpenUpdateDirectory.Name = "btnOpenUpdateDirectory";
|
|
this.btnOpenUpdateDirectory.Size = new System.Drawing.Size(116, 23);
|
|
this.btnOpenUpdateDirectory.TabIndex = 6;
|
|
this.btnOpenUpdateDirectory.Text = "Browse";
|
|
this.btnOpenUpdateDirectory.UseVisualStyleBackColor = true;
|
|
this.btnOpenUpdateDirectory.Click += new System.EventHandler(this.btnOpenUpdateDirectory_Click);
|
|
//
|
|
// openFileDialog
|
|
//
|
|
this.openFileDialog.FileName = "openFileDialog";
|
|
//
|
|
// tbxFilePathDest
|
|
//
|
|
this.tbxFilePathDest.Location = new System.Drawing.Point(144, 64);
|
|
this.tbxFilePathDest.Name = "tbxFilePathDest";
|
|
this.tbxFilePathDest.ReadOnly = true;
|
|
this.tbxFilePathDest.Size = new System.Drawing.Size(443, 20);
|
|
this.tbxFilePathDest.TabIndex = 11;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(28, 68);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(107, 13);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "Destination File Path:";
|
|
//
|
|
// btnWriteCsv
|
|
//
|
|
this.btnWriteCsv.Location = new System.Drawing.Point(593, 64);
|
|
this.btnWriteCsv.Name = "btnWriteCsv";
|
|
this.btnWriteCsv.Size = new System.Drawing.Size(116, 20);
|
|
this.btnWriteCsv.TabIndex = 27;
|
|
this.btnWriteCsv.Text = "WriteCsv";
|
|
this.btnWriteCsv.UseVisualStyleBackColor = true;
|
|
this.btnWriteCsv.Click += new System.EventHandler(this.btnWriteCsv_Click);
|
|
//
|
|
// FrmRawDataInterpreter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.btnWriteCsv);
|
|
this.Controls.Add(this.cbFVolumeCm);
|
|
this.Controls.Add(this.cbFTimeS);
|
|
this.Controls.Add(this.cbHChannel);
|
|
this.Controls.Add(this.cbHValidation);
|
|
this.Controls.Add(this.cbHTotalTimeOfFlightS);
|
|
this.Controls.Add(this.cbHDeltaTimeOfFlightS);
|
|
this.Controls.Add(this.cbHDeltaVolumeQm);
|
|
this.Controls.Add(this.cbHVolumeCm);
|
|
this.Controls.Add(this.cbHSampleIntervalS);
|
|
this.Controls.Add(this.cbHAmplitudeUpV);
|
|
this.Controls.Add(this.cbHAmplitudeDownV);
|
|
this.Controls.Add(this.cbHPulseWidthRatioUp);
|
|
this.Controls.Add(this.cbHPulseWidthRatioDown);
|
|
this.Controls.Add(this.cbHTemperatureDegC);
|
|
this.Controls.Add(this.cbHTimeS);
|
|
this.Controls.Add(this.tbxFilePathDest);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tbxFilePathSource);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnOpenUpdateDirectory);
|
|
this.Name = "FrmRawDataInterpreter";
|
|
this.Text = "FrmRawDataInterpreter";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox tbxFilePathSource;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOpenUpdateDirectory;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
|
private System.Windows.Forms.TextBox tbxFilePathDest;
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
private System.Windows.Forms.CheckBox cbFVolumeCm;
|
|
private System.Windows.Forms.CheckBox cbFTimeS;
|
|
|
|
private System.Windows.Forms.CheckBox cbHChannel;
|
|
private System.Windows.Forms.CheckBox cbHValidation;
|
|
private System.Windows.Forms.CheckBox cbHTotalTimeOfFlightS;
|
|
private System.Windows.Forms.CheckBox cbHDeltaTimeOfFlightS;
|
|
private System.Windows.Forms.CheckBox cbHDeltaVolumeQm;
|
|
private System.Windows.Forms.CheckBox cbHVolumeCm;
|
|
private System.Windows.Forms.CheckBox cbHSampleIntervalS;
|
|
private System.Windows.Forms.CheckBox cbHAmplitudeUpV;
|
|
private System.Windows.Forms.CheckBox cbHAmplitudeDownV;
|
|
private System.Windows.Forms.CheckBox cbHPulseWidthRatioUp;
|
|
private System.Windows.Forms.CheckBox cbHPulseWidthRatioDown;
|
|
private System.Windows.Forms.CheckBox cbHTemperatureDegC;
|
|
private System.Windows.Forms.CheckBox cbHTimeS;
|
|
private System.Windows.Forms.Button btnWriteCsv;
|
|
}
|
|
} |