422 lines
22 KiB
C#
422 lines
22 KiB
C#
using Logic.ProductionToProductMapper.Cordonel;
|
|
|
|
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmLutManagement
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tbxLutFilePathName = new System.Windows.Forms.TextBox();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.dlgOpenLuFile = new System.Windows.Forms.OpenFileDialog();
|
|
this.tmrProgressUpdate = new System.Windows.Forms.Timer(this.components);
|
|
this.tbxRegionRadio = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.tbxMeterMeterSize = new System.Windows.Forms.TextBox();
|
|
this.tbxMeterLutCrc = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.btnOpenLutFile = new System.Windows.Forms.Button();
|
|
this.btnStore = new System.Windows.Forms.Button();
|
|
this.dgvLuts = new System.Windows.Forms.DataGridView();
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
|
this.tbxVersion = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbxDataLengt = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cordonelMetrologyLutBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fileIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fileNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.meterSizeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.regionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fileCrcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.dataLengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.versionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fileContentDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLuts)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cordonelMetrologyLutBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.Location = new System.Drawing.Point(16, 9);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(197, 16);
|
|
this.label7.TabIndex = 32;
|
|
this.label7.Text = "Cordonel LUT Management";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(17, 50);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 13);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Path Name:";
|
|
this.label4.Click += new System.EventHandler(this.label4_Click);
|
|
//
|
|
// tbxLutFilePathName
|
|
//
|
|
this.tbxLutFilePathName.Location = new System.Drawing.Point(97, 47);
|
|
this.tbxLutFilePathName.Name = "tbxLutFilePathName";
|
|
this.tbxLutFilePathName.ReadOnly = true;
|
|
this.tbxLutFilePathName.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxLutFilePathName.TabIndex = 2;
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::Xylem.Common.Ui.GenesisToolBox.Properties.Resources.SensusLogoXylem;
|
|
this.pictureBox1.Location = new System.Drawing.Point(611, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(102, 54);
|
|
this.pictureBox1.TabIndex = 29;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// dlgOpenLuFile
|
|
//
|
|
this.dlgOpenLuFile.Filter = "metrology lookup tables (*.lut)|*.lut";
|
|
//
|
|
// tbxRegionRadio
|
|
//
|
|
this.tbxRegionRadio.Location = new System.Drawing.Point(97, 128);
|
|
this.tbxRegionRadio.Name = "tbxRegionRadio";
|
|
this.tbxRegionRadio.ReadOnly = true;
|
|
this.tbxRegionRadio.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxRegionRadio.TabIndex = 54;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(17, 135);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(44, 13);
|
|
this.label8.TabIndex = 53;
|
|
this.label8.Text = "Region:";
|
|
//
|
|
// tbxMeterMeterSize
|
|
//
|
|
this.tbxMeterMeterSize.Location = new System.Drawing.Point(97, 102);
|
|
this.tbxMeterMeterSize.Name = "tbxMeterMeterSize";
|
|
this.tbxMeterMeterSize.ReadOnly = true;
|
|
this.tbxMeterMeterSize.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxMeterMeterSize.TabIndex = 50;
|
|
//
|
|
// tbxMeterLutCrc
|
|
//
|
|
this.tbxMeterLutCrc.Location = new System.Drawing.Point(97, 76);
|
|
this.tbxMeterLutCrc.Name = "tbxMeterLutCrc";
|
|
this.tbxMeterLutCrc.ReadOnly = true;
|
|
this.tbxMeterLutCrc.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxMeterLutCrc.TabIndex = 49;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(17, 109);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(60, 13);
|
|
this.label5.TabIndex = 48;
|
|
this.label5.Text = "Meter Size:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(17, 83);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(56, 13);
|
|
this.label6.TabIndex = 47;
|
|
this.label6.Text = "LUT CRC:";
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
//
|
|
// btnOpenLutFile
|
|
//
|
|
this.btnOpenLutFile.Location = new System.Drawing.Point(260, 47);
|
|
this.btnOpenLutFile.Name = "btnOpenLutFile";
|
|
this.btnOpenLutFile.Size = new System.Drawing.Size(102, 29);
|
|
this.btnOpenLutFile.TabIndex = 56;
|
|
this.btnOpenLutFile.Text = "Open";
|
|
this.btnOpenLutFile.UseVisualStyleBackColor = true;
|
|
this.btnOpenLutFile.Click += new System.EventHandler(this.btnOpenLutFile_Click);
|
|
//
|
|
// btnStore
|
|
//
|
|
this.btnStore.Location = new System.Drawing.Point(20, 226);
|
|
this.btnStore.Name = "btnStore";
|
|
this.btnStore.Size = new System.Drawing.Size(342, 28);
|
|
this.btnStore.TabIndex = 57;
|
|
this.btnStore.Text = "Store";
|
|
this.btnStore.UseVisualStyleBackColor = true;
|
|
this.btnStore.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// dgvLuts
|
|
//
|
|
this.dgvLuts.AllowUserToAddRows = false;
|
|
this.dgvLuts.AllowUserToDeleteRows = false;
|
|
this.dgvLuts.AutoGenerateColumns = false;
|
|
this.dgvLuts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvLuts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.idDataGridViewTextBoxColumn,
|
|
this.fileIdDataGridViewTextBoxColumn,
|
|
this.fileNameDataGridViewTextBoxColumn,
|
|
this.meterSizeDataGridViewTextBoxColumn,
|
|
this.regionDataGridViewTextBoxColumn,
|
|
this.fileCrcDataGridViewTextBoxColumn,
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn,
|
|
this.dataLengthDataGridViewTextBoxColumn,
|
|
this.versionDataGridViewTextBoxColumn,
|
|
this.fileContentDataGridViewImageColumn});
|
|
this.dgvLuts.DataSource = this.cordonelMetrologyLutBindingSource;
|
|
this.dgvLuts.Location = new System.Drawing.Point(3, 378);
|
|
this.dgvLuts.Name = "dgvLuts";
|
|
this.dgvLuts.ReadOnly = true;
|
|
this.dgvLuts.RowHeadersVisible = false;
|
|
this.dgvLuts.Size = new System.Drawing.Size(775, 149);
|
|
this.dgvLuts.TabIndex = 58;
|
|
//
|
|
// btnLoad
|
|
//
|
|
this.btnLoad.Location = new System.Drawing.Point(12, 344);
|
|
this.btnLoad.Name = "btnLoad";
|
|
this.btnLoad.Size = new System.Drawing.Size(342, 28);
|
|
this.btnLoad.TabIndex = 59;
|
|
this.btnLoad.Text = "Load";
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
//
|
|
// tbxVersion
|
|
//
|
|
this.tbxVersion.Location = new System.Drawing.Point(97, 154);
|
|
this.tbxVersion.Name = "tbxVersion";
|
|
this.tbxVersion.ReadOnly = true;
|
|
this.tbxVersion.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxVersion.TabIndex = 61;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 161);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(45, 13);
|
|
this.label1.TabIndex = 60;
|
|
this.label1.Text = "Version:";
|
|
//
|
|
// tbxDataLengt
|
|
//
|
|
this.tbxDataLengt.Location = new System.Drawing.Point(97, 180);
|
|
this.tbxDataLengt.Name = "tbxDataLengt";
|
|
this.tbxDataLengt.ReadOnly = true;
|
|
this.tbxDataLengt.Size = new System.Drawing.Size(144, 20);
|
|
this.tbxDataLengt.TabIndex = 63;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(17, 187);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(66, 13);
|
|
this.label2.TabIndex = 62;
|
|
this.label2.Text = "Data Length";
|
|
//
|
|
// cordonelMetrologyLutBindingSource
|
|
//
|
|
this.cordonelMetrologyLutBindingSource.DataSource = typeof(CordonelMetrologyLut);
|
|
//
|
|
// idDataGridViewTextBoxColumn
|
|
//
|
|
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
|
|
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
|
|
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
|
|
this.idDataGridViewTextBoxColumn.ReadOnly = true;
|
|
this.idDataGridViewTextBoxColumn.Visible = false;
|
|
//
|
|
// fileIdDataGridViewTextBoxColumn
|
|
//
|
|
this.fileIdDataGridViewTextBoxColumn.DataPropertyName = "FileId";
|
|
this.fileIdDataGridViewTextBoxColumn.HeaderText = "FileId";
|
|
this.fileIdDataGridViewTextBoxColumn.Name = "fileIdDataGridViewTextBoxColumn";
|
|
this.fileIdDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fileNameDataGridViewTextBoxColumn
|
|
//
|
|
this.fileNameDataGridViewTextBoxColumn.DataPropertyName = "FileName";
|
|
this.fileNameDataGridViewTextBoxColumn.HeaderText = "FileName";
|
|
this.fileNameDataGridViewTextBoxColumn.Name = "fileNameDataGridViewTextBoxColumn";
|
|
this.fileNameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// meterSizeDataGridViewTextBoxColumn
|
|
//
|
|
this.meterSizeDataGridViewTextBoxColumn.DataPropertyName = "MeterSize";
|
|
this.meterSizeDataGridViewTextBoxColumn.HeaderText = "MeterSize";
|
|
this.meterSizeDataGridViewTextBoxColumn.Name = "meterSizeDataGridViewTextBoxColumn";
|
|
this.meterSizeDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// regionDataGridViewTextBoxColumn
|
|
//
|
|
this.regionDataGridViewTextBoxColumn.DataPropertyName = "Region";
|
|
this.regionDataGridViewTextBoxColumn.HeaderText = "Region";
|
|
this.regionDataGridViewTextBoxColumn.Name = "regionDataGridViewTextBoxColumn";
|
|
this.regionDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fileCrcDataGridViewTextBoxColumn
|
|
//
|
|
this.fileCrcDataGridViewTextBoxColumn.DataPropertyName = "FileCrc";
|
|
this.fileCrcDataGridViewTextBoxColumn.HeaderText = "FileCrc";
|
|
this.fileCrcDataGridViewTextBoxColumn.Name = "fileCrcDataGridViewTextBoxColumn";
|
|
this.fileCrcDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// currentVerionForProdDataGridViewCheckBoxColumn
|
|
//
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn.DataPropertyName = "CurrentVersionForProd";
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn.HeaderText = "CurrentVersionForProd";
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn.Name = "currentVerionForProdDataGridViewCheckBoxColumn";
|
|
this.currentVerionForProdDataGridViewCheckBoxColumn.ReadOnly = true;
|
|
//
|
|
// dataLengthDataGridViewTextBoxColumn
|
|
//
|
|
this.dataLengthDataGridViewTextBoxColumn.DataPropertyName = "DataLength";
|
|
this.dataLengthDataGridViewTextBoxColumn.HeaderText = "DataLength";
|
|
this.dataLengthDataGridViewTextBoxColumn.Name = "dataLengthDataGridViewTextBoxColumn";
|
|
this.dataLengthDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// versionDataGridViewTextBoxColumn
|
|
//
|
|
this.versionDataGridViewTextBoxColumn.DataPropertyName = "Version";
|
|
this.versionDataGridViewTextBoxColumn.HeaderText = "Version";
|
|
this.versionDataGridViewTextBoxColumn.Name = "versionDataGridViewTextBoxColumn";
|
|
this.versionDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// fileContentDataGridViewImageColumn
|
|
//
|
|
this.fileContentDataGridViewImageColumn.DataPropertyName = "FileContent";
|
|
this.fileContentDataGridViewImageColumn.HeaderText = "FileContent";
|
|
this.fileContentDataGridViewImageColumn.Name = "fileContentDataGridViewImageColumn";
|
|
this.fileContentDataGridViewImageColumn.ReadOnly = true;
|
|
this.fileContentDataGridViewImageColumn.Visible = false;
|
|
//
|
|
// FrmLutManagement
|
|
//
|
|
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Sound;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(784, 561);
|
|
this.Controls.Add(this.tbxDataLengt);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tbxVersion);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnLoad);
|
|
this.Controls.Add(this.dgvLuts);
|
|
this.Controls.Add(this.btnStore);
|
|
this.Controls.Add(this.btnOpenLutFile);
|
|
this.Controls.Add(this.tbxRegionRadio);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.tbxMeterMeterSize);
|
|
this.Controls.Add(this.tbxLutFilePathName);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.tbxMeterLutCrc);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(800, 600);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(800, 600);
|
|
this.Name = "FrmLutManagement";
|
|
this.Text = "Metrology Lookup Table Managment";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLuts)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cordonelMetrologyLutBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox tbxLutFilePathName;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.OpenFileDialog dlgOpenLuFile;
|
|
private System.Windows.Forms.Timer tmrProgressUpdate;
|
|
private System.Windows.Forms.TextBox tbxRegionRadio;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox tbxMeterMeterSize;
|
|
private System.Windows.Forms.TextBox tbxMeterLutCrc;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button btnOpenLutFile;
|
|
private System.Windows.Forms.Button btnStore;
|
|
private System.Windows.Forms.DataGridView dgvLuts;
|
|
private System.Windows.Forms.Button btnLoad;
|
|
private System.Windows.Forms.TextBox tbxVersion;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbxDataLengt;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cRCDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn forProductionDataGridViewCheckBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fileIdDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fileNameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn meterSizeDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn regionDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fileCrcDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn currentVerionForProdDataGridViewCheckBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataLengthDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn versionDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewImageColumn fileContentDataGridViewImageColumn;
|
|
private System.Windows.Forms.BindingSource cordonelMetrologyLutBindingSource;
|
|
}
|
|
} |