428 lines
23 KiB
C#
428 lines
23 KiB
C#
namespace Tidstagning
|
|
{
|
|
partial class MainUI
|
|
{
|
|
/// <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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainUI));
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
this.buttonHelp = new System.Windows.Forms.Button();
|
|
this.txtDebug = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.textStartProcedure = new System.Windows.Forms.TextBox();
|
|
this.checkStartProcedure = new System.Windows.Forms.CheckBox();
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
this.btnStop = new System.Windows.Forms.Button();
|
|
this.txtHeader = new System.Windows.Forms.TextBox();
|
|
this.grid = new System.Windows.Forms.DataGridView();
|
|
this.Complete = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DNF = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.entryBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.txtLog = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblClock = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanelConfiguration = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.numericSignalLength = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboComport = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.buttonConfig = new System.Windows.Forms.Button();
|
|
this.Clock = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.entryBindingSource)).BeginInit();
|
|
this.txtLog.SuspendLayout();
|
|
this.flowLayoutPanelConfiguration.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericSignalLength)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btnTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.btnTest.Location = new System.Drawing.Point(0, 542);
|
|
this.btnTest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(307, 43);
|
|
this.btnTest.TabIndex = 3;
|
|
this.btnTest.Text = "HORN 🔊";
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// buttonHelp
|
|
//
|
|
this.buttonHelp.Location = new System.Drawing.Point(4, 61);
|
|
this.buttonHelp.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.buttonHelp.Name = "buttonHelp";
|
|
this.buttonHelp.Size = new System.Drawing.Size(88, 27);
|
|
this.buttonHelp.TabIndex = 14;
|
|
this.buttonHelp.Text = "Hjælp mm.";
|
|
this.buttonHelp.UseVisualStyleBackColor = true;
|
|
this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
|
|
//
|
|
// txtDebug
|
|
//
|
|
this.txtDebug.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.txtDebug.Location = new System.Drawing.Point(319, 635);
|
|
this.txtDebug.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txtDebug.Multiline = true;
|
|
this.txtDebug.Name = "txtDebug";
|
|
this.txtDebug.ReadOnly = true;
|
|
this.txtDebug.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.txtDebug.Size = new System.Drawing.Size(569, 163);
|
|
this.txtDebug.TabIndex = 10;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btnTest);
|
|
this.panel1.Controls.Add(this.textStartProcedure);
|
|
this.panel1.Controls.Add(this.checkStartProcedure);
|
|
this.panel1.Controls.Add(this.btnStart);
|
|
this.panel1.Controls.Add(this.btnStop);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(4, 44);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(307, 585);
|
|
this.panel1.TabIndex = 8;
|
|
//
|
|
// textStartProcedure
|
|
//
|
|
this.textStartProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.textStartProcedure.Font = new System.Drawing.Font("Lucida Sans Typewriter", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.textStartProcedure.Location = new System.Drawing.Point(4, 158);
|
|
this.textStartProcedure.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.textStartProcedure.Multiline = true;
|
|
this.textStartProcedure.Name = "textStartProcedure";
|
|
this.textStartProcedure.ReadOnly = true;
|
|
this.textStartProcedure.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textStartProcedure.Size = new System.Drawing.Size(300, 377);
|
|
this.textStartProcedure.TabIndex = 10;
|
|
this.textStartProcedure.WordWrap = false;
|
|
//
|
|
// checkStartProcedure
|
|
//
|
|
this.checkStartProcedure.AutoSize = true;
|
|
this.checkStartProcedure.Location = new System.Drawing.Point(8, 132);
|
|
this.checkStartProcedure.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.checkStartProcedure.Name = "checkStartProcedure";
|
|
this.checkStartProcedure.Size = new System.Drawing.Size(171, 19);
|
|
this.checkStartProcedure.TabIndex = 8;
|
|
this.checkStartProcedure.Text = "Automatisk Start Procedure";
|
|
this.checkStartProcedure.UseVisualStyleBackColor = true;
|
|
this.checkStartProcedure.CheckedChanged += new System.EventHandler(this.checkStartProcedure_CheckedChanged);
|
|
//
|
|
// btnStart
|
|
//
|
|
this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.btnStart.Location = new System.Drawing.Point(4, 3);
|
|
this.btnStart.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btnStart.Name = "btnStart";
|
|
this.btnStart.Size = new System.Drawing.Size(301, 43);
|
|
this.btnStart.TabIndex = 4;
|
|
this.btnStart.Text = "Start ▶";
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
//
|
|
// btnStop
|
|
//
|
|
this.btnStop.Enabled = false;
|
|
this.btnStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.btnStop.Location = new System.Drawing.Point(4, 53);
|
|
this.btnStop.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.btnStop.Name = "btnStop";
|
|
this.btnStop.Size = new System.Drawing.Size(301, 46);
|
|
this.btnStop.TabIndex = 6;
|
|
this.btnStop.Text = "Stop ■";
|
|
this.btnStop.UseVisualStyleBackColor = true;
|
|
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
|
|
//
|
|
// txtHeader
|
|
//
|
|
this.txtHeader.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 18.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.txtHeader.Location = new System.Drawing.Point(4, 3);
|
|
this.txtHeader.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txtHeader.Name = "txtHeader";
|
|
this.txtHeader.Size = new System.Drawing.Size(307, 35);
|
|
this.txtHeader.TabIndex = 3;
|
|
//
|
|
// grid
|
|
//
|
|
this.grid.AllowUserToAddRows = false;
|
|
this.grid.AllowUserToDeleteRows = false;
|
|
this.grid.AllowUserToResizeColumns = false;
|
|
this.grid.AllowUserToResizeRows = false;
|
|
this.grid.AutoGenerateColumns = false;
|
|
this.grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.grid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
|
|
this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Complete,
|
|
this.nameDataGridViewTextBoxColumn,
|
|
this.DNF});
|
|
this.txtLog.SetColumnSpan(this.grid, 2);
|
|
this.grid.DataSource = this.entryBindingSource;
|
|
this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.grid.Location = new System.Drawing.Point(319, 3);
|
|
this.grid.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.grid.MultiSelect = false;
|
|
this.grid.Name = "grid";
|
|
this.grid.ReadOnly = true;
|
|
this.grid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
|
|
this.txtLog.SetRowSpan(this.grid, 2);
|
|
this.grid.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.grid.RowTemplate.Height = 30;
|
|
this.grid.RowTemplate.ReadOnly = true;
|
|
this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.grid.Size = new System.Drawing.Size(1211, 626);
|
|
this.grid.TabIndex = 0;
|
|
this.grid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_Click);
|
|
this.grid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellMouseEnter);
|
|
this.grid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellMouseLeave);
|
|
//
|
|
// Complete
|
|
//
|
|
this.Complete.DataPropertyName = "Name";
|
|
this.Complete.FillWeight = 400F;
|
|
this.Complete.HeaderText = "Fuldført";
|
|
this.Complete.Name = "Complete";
|
|
this.Complete.ReadOnly = true;
|
|
this.Complete.Text = "Mål";
|
|
//
|
|
// nameDataGridViewTextBoxColumn
|
|
//
|
|
this.nameDataGridViewTextBoxColumn.DataPropertyName = "SailNumber";
|
|
this.nameDataGridViewTextBoxColumn.HeaderText = "Sejlnummer";
|
|
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
|
|
this.nameDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// DNF
|
|
//
|
|
this.DNF.HeaderText = "DNF";
|
|
this.DNF.Name = "DNF";
|
|
this.DNF.ReadOnly = true;
|
|
this.DNF.Text = "Udgået";
|
|
this.DNF.UseColumnTextForButtonValue = true;
|
|
//
|
|
// entryBindingSource
|
|
//
|
|
this.entryBindingSource.DataSource = typeof(Tidstagning.Entry);
|
|
//
|
|
// txtLog
|
|
//
|
|
this.txtLog.ColumnCount = 3;
|
|
this.txtLog.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 315F));
|
|
this.txtLog.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.txtLog.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 642F));
|
|
this.txtLog.Controls.Add(this.grid, 1, 0);
|
|
this.txtLog.Controls.Add(this.txtHeader, 0, 0);
|
|
this.txtLog.Controls.Add(this.txtDebug, 1, 2);
|
|
this.txtLog.Controls.Add(this.lblClock, 2, 2);
|
|
this.txtLog.Controls.Add(this.panel1, 0, 1);
|
|
this.txtLog.Controls.Add(this.flowLayoutPanelConfiguration, 0, 2);
|
|
this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtLog.Location = new System.Drawing.Point(0, 0);
|
|
this.txtLog.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.txtLog.Name = "txtLog";
|
|
this.txtLog.RowCount = 3;
|
|
this.txtLog.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.txtLog.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77.77778F));
|
|
this.txtLog.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.22222F));
|
|
this.txtLog.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.txtLog.Size = new System.Drawing.Size(1534, 801);
|
|
this.txtLog.TabIndex = 8;
|
|
//
|
|
// lblClock
|
|
//
|
|
this.lblClock.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblClock.AutoSize = true;
|
|
this.lblClock.Font = new System.Drawing.Font("Lucida Sans Typewriter", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.lblClock.Location = new System.Drawing.Point(896, 632);
|
|
this.lblClock.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblClock.Name = "lblClock";
|
|
this.lblClock.Size = new System.Drawing.Size(634, 169);
|
|
this.lblClock.TabIndex = 16;
|
|
this.lblClock.Text = "--:--:--";
|
|
this.lblClock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// flowLayoutPanelConfiguration
|
|
//
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.numericSignalLength);
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.label1);
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.comboComport);
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.label2);
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.buttonHelp);
|
|
this.flowLayoutPanelConfiguration.Controls.Add(this.buttonConfig);
|
|
this.flowLayoutPanelConfiguration.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanelConfiguration.Location = new System.Drawing.Point(4, 635);
|
|
this.flowLayoutPanelConfiguration.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.flowLayoutPanelConfiguration.Name = "flowLayoutPanelConfiguration";
|
|
this.flowLayoutPanelConfiguration.Size = new System.Drawing.Size(307, 163);
|
|
this.flowLayoutPanelConfiguration.TabIndex = 15;
|
|
//
|
|
// numericSignalLength
|
|
//
|
|
this.numericSignalLength.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericSignalLength.Location = new System.Drawing.Point(4, 3);
|
|
this.numericSignalLength.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.numericSignalLength.Maximum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericSignalLength.Minimum = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericSignalLength.Name = "numericSignalLength";
|
|
this.numericSignalLength.Size = new System.Drawing.Size(141, 23);
|
|
this.numericSignalLength.TabIndex = 30;
|
|
this.numericSignalLength.Value = new decimal(new int[] {
|
|
500,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericSignalLength.ValueChanged += new System.EventHandler(this.numericSignalLength_ValueChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label1.Location = new System.Drawing.Point(153, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(121, 24);
|
|
this.label1.TabIndex = 27;
|
|
this.label1.Text = "Millisekunder";
|
|
//
|
|
// comboComport
|
|
//
|
|
this.comboComport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboComport.FormattingEnabled = true;
|
|
this.comboComport.Location = new System.Drawing.Point(4, 32);
|
|
this.comboComport.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.comboComport.Name = "comboComport";
|
|
this.comboComport.Size = new System.Drawing.Size(140, 23);
|
|
this.comboComport.TabIndex = 28;
|
|
this.comboComport.SelectedIndexChanged += new System.EventHandler(this.comboComport_SelectedIndexChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label2.Location = new System.Drawing.Point(152, 29);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(88, 24);
|
|
this.label2.TabIndex = 31;
|
|
this.label2.Text = "Com Port";
|
|
//
|
|
// buttonConfig
|
|
//
|
|
this.buttonConfig.Location = new System.Drawing.Point(100, 61);
|
|
this.buttonConfig.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.buttonConfig.Name = "buttonConfig";
|
|
this.buttonConfig.Size = new System.Drawing.Size(105, 27);
|
|
this.buttonConfig.TabIndex = 29;
|
|
this.buttonConfig.Text = "Konfiguration";
|
|
this.buttonConfig.UseVisualStyleBackColor = true;
|
|
this.buttonConfig.Click += new System.EventHandler(this.buttonConfig_Click);
|
|
//
|
|
// Clock
|
|
//
|
|
this.Clock.Enabled = true;
|
|
this.Clock.Tick += new System.EventHandler(this.Clock_Tick);
|
|
//
|
|
// MainUI
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.ClientSize = new System.Drawing.Size(1534, 801);
|
|
this.Controls.Add(this.txtLog);
|
|
this.DoubleBuffered = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.Name = "MainUI";
|
|
this.Text = "Tidstagning";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.entryBindingSource)).EndInit();
|
|
this.txtLog.ResumeLayout(false);
|
|
this.txtLog.PerformLayout();
|
|
this.flowLayoutPanelConfiguration.ResumeLayout(false);
|
|
this.flowLayoutPanelConfiguration.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericSignalLength)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource entryBindingSource;
|
|
private System.Windows.Forms.Button btnTest;
|
|
private System.Windows.Forms.Button buttonHelp;
|
|
private System.Windows.Forms.TextBox txtDebug;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnStart;
|
|
private System.Windows.Forms.Button btnStop;
|
|
private System.Windows.Forms.TextBox txtHeader;
|
|
private System.Windows.Forms.DataGridView grid;
|
|
private System.Windows.Forms.TableLayoutPanel txtLog;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelConfiguration;
|
|
private System.Windows.Forms.DataGridViewButtonColumn Complete;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewButtonColumn DNF;
|
|
private System.Windows.Forms.CheckBox checkStartProcedure;
|
|
private System.Windows.Forms.Timer Clock;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboComport;
|
|
private System.Windows.Forms.Label lblClock;
|
|
private System.Windows.Forms.TextBox textStartProcedure;
|
|
private System.Windows.Forms.Button buttonConfig;
|
|
private System.Windows.Forms.NumericUpDown numericSignalLength;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|
|
|