261 lines
12 KiB
C#
261 lines
12 KiB
C#
///
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.Rig.Output.DB.ProductionTracing
|
|
{
|
|
partial class TracingCfgCtrl
|
|
{
|
|
/// <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 Component 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.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.connStrTextBox = new System.Windows.Forms.TextBox();
|
|
this.connStrLabel = new System.Windows.Forms.Label();
|
|
this.saveTracingRecordsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.checkPreviousRecordsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.netAdapterLabel = new System.Windows.Forms.Label();
|
|
this.netAdapterComboBox = new System.Windows.Forms.ComboBox();
|
|
this.cyclesToBypassTextBox = new System.Windows.Forms.TextBox();
|
|
this.setCyclesToBypassButton = new System.Windows.Forms.Button();
|
|
this.getCyclesToBypassButton = new System.Windows.Forms.Button();
|
|
this.cyclesToBypassTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.bypassGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.unlockBypassButton = new System.Windows.Forms.Button();
|
|
this.bypassGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(117, 32);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(326, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(5, 35);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name:";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(114, 10);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// connStrTextBox
|
|
//
|
|
this.connStrTextBox.Enabled = false;
|
|
this.connStrTextBox.Location = new System.Drawing.Point(8, 79);
|
|
this.connStrTextBox.Name = "connStrTextBox";
|
|
this.connStrTextBox.Size = new System.Drawing.Size(435, 20);
|
|
this.connStrTextBox.TabIndex = 4;
|
|
//
|
|
// connStrLabel
|
|
//
|
|
this.connStrLabel.AutoSize = true;
|
|
this.connStrLabel.Location = new System.Drawing.Point(5, 63);
|
|
this.connStrLabel.Name = "connStrLabel";
|
|
this.connStrLabel.Size = new System.Drawing.Size(92, 13);
|
|
this.connStrLabel.TabIndex = 3;
|
|
this.connStrLabel.Text = "Connection string:";
|
|
//
|
|
// saveTracingRecordsCheckBox
|
|
//
|
|
this.saveTracingRecordsCheckBox.AutoSize = true;
|
|
this.saveTracingRecordsCheckBox.Enabled = false;
|
|
this.saveTracingRecordsCheckBox.Location = new System.Drawing.Point(117, 181);
|
|
this.saveTracingRecordsCheckBox.Name = "saveTracingRecordsCheckBox";
|
|
this.saveTracingRecordsCheckBox.Size = new System.Drawing.Size(177, 17);
|
|
this.saveTracingRecordsCheckBox.TabIndex = 10;
|
|
this.saveTracingRecordsCheckBox.Text = "Save production tracing records";
|
|
this.saveTracingRecordsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkPreviousRecordsCheckBox
|
|
//
|
|
this.checkPreviousRecordsCheckBox.AutoSize = true;
|
|
this.checkPreviousRecordsCheckBox.Enabled = false;
|
|
this.checkPreviousRecordsCheckBox.Location = new System.Drawing.Point(117, 159);
|
|
this.checkPreviousRecordsCheckBox.Name = "checkPreviousRecordsCheckBox";
|
|
this.checkPreviousRecordsCheckBox.Size = new System.Drawing.Size(138, 17);
|
|
this.checkPreviousRecordsCheckBox.TabIndex = 9;
|
|
this.checkPreviousRecordsCheckBox.Text = "Check previous records";
|
|
this.checkPreviousRecordsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// netAdapterLabel
|
|
//
|
|
this.netAdapterLabel.AutoSize = true;
|
|
this.netAdapterLabel.Location = new System.Drawing.Point(5, 107);
|
|
this.netAdapterLabel.Name = "netAdapterLabel";
|
|
this.netAdapterLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.netAdapterLabel.TabIndex = 7;
|
|
this.netAdapterLabel.Text = "Network adapter:";
|
|
//
|
|
// netAdapterComboBox
|
|
//
|
|
this.netAdapterComboBox.Enabled = false;
|
|
this.netAdapterComboBox.FormattingEnabled = true;
|
|
this.netAdapterComboBox.Location = new System.Drawing.Point(8, 123);
|
|
this.netAdapterComboBox.Name = "netAdapterComboBox";
|
|
this.netAdapterComboBox.Size = new System.Drawing.Size(435, 21);
|
|
this.netAdapterComboBox.TabIndex = 8;
|
|
//
|
|
// cyclesToBypassTextBox
|
|
//
|
|
this.cyclesToBypassTextBox.Enabled = false;
|
|
this.cyclesToBypassTextBox.Location = new System.Drawing.Point(41, 25);
|
|
this.cyclesToBypassTextBox.Name = "cyclesToBypassTextBox";
|
|
this.cyclesToBypassTextBox.Size = new System.Drawing.Size(50, 20);
|
|
this.cyclesToBypassTextBox.TabIndex = 11;
|
|
//
|
|
// setCyclesToBypassButton
|
|
//
|
|
this.setCyclesToBypassButton.Enabled = false;
|
|
this.setCyclesToBypassButton.Location = new System.Drawing.Point(113, 23);
|
|
this.setCyclesToBypassButton.Name = "setCyclesToBypassButton";
|
|
this.setCyclesToBypassButton.Size = new System.Drawing.Size(163, 23);
|
|
this.setCyclesToBypassButton.TabIndex = 13;
|
|
this.setCyclesToBypassButton.Text = "Set number of cycles to bypass";
|
|
this.setCyclesToBypassButton.UseVisualStyleBackColor = true;
|
|
this.setCyclesToBypassButton.Click += new System.EventHandler(this.setCyclesToSkipButton_Click);
|
|
//
|
|
// getCyclesToBypassButton
|
|
//
|
|
this.getCyclesToBypassButton.Location = new System.Drawing.Point(41, 59);
|
|
this.getCyclesToBypassButton.Name = "getCyclesToBypassButton";
|
|
this.getCyclesToBypassButton.Size = new System.Drawing.Size(163, 23);
|
|
this.getCyclesToBypassButton.TabIndex = 14;
|
|
this.getCyclesToBypassButton.Text = "Get number of cycles to bypass";
|
|
this.getCyclesToBypassButton.UseVisualStyleBackColor = true;
|
|
this.getCyclesToBypassButton.Click += new System.EventHandler(this.getCyclesToSkipButton_Click);
|
|
//
|
|
// cyclesToBypassTextBox2
|
|
//
|
|
this.cyclesToBypassTextBox2.Location = new System.Drawing.Point(226, 61);
|
|
this.cyclesToBypassTextBox2.Name = "cyclesToBypassTextBox2";
|
|
this.cyclesToBypassTextBox2.Size = new System.Drawing.Size(50, 20);
|
|
this.cyclesToBypassTextBox2.TabIndex = 15;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(93, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(19, 13);
|
|
this.label1.TabIndex = 16;
|
|
this.label1.Text = "-->";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(205, 64);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(19, 13);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "-->";
|
|
//
|
|
// bypassGroupBox
|
|
//
|
|
this.bypassGroupBox.Controls.Add(this.getCyclesToBypassButton);
|
|
this.bypassGroupBox.Controls.Add(this.label2);
|
|
this.bypassGroupBox.Controls.Add(this.cyclesToBypassTextBox);
|
|
this.bypassGroupBox.Controls.Add(this.label1);
|
|
this.bypassGroupBox.Controls.Add(this.setCyclesToBypassButton);
|
|
this.bypassGroupBox.Controls.Add(this.cyclesToBypassTextBox2);
|
|
this.bypassGroupBox.Location = new System.Drawing.Point(118, 222);
|
|
this.bypassGroupBox.Name = "bypassGroupBox";
|
|
this.bypassGroupBox.Size = new System.Drawing.Size(324, 99);
|
|
this.bypassGroupBox.TabIndex = 18;
|
|
this.bypassGroupBox.TabStop = false;
|
|
//
|
|
// unlockBypassButton
|
|
//
|
|
this.unlockBypassButton.Location = new System.Drawing.Point(8, 228);
|
|
this.unlockBypassButton.Name = "unlockBypassButton";
|
|
this.unlockBypassButton.Size = new System.Drawing.Size(100, 93);
|
|
this.unlockBypassButton.TabIndex = 19;
|
|
this.unlockBypassButton.Text = "Unlock a bypass";
|
|
this.unlockBypassButton.UseVisualStyleBackColor = true;
|
|
this.unlockBypassButton.Click += new System.EventHandler(this.unlockSkipCyclesButton_Click);
|
|
//
|
|
// TracingCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.unlockBypassButton);
|
|
this.Controls.Add(this.bypassGroupBox);
|
|
this.Controls.Add(this.netAdapterComboBox);
|
|
this.Controls.Add(this.netAdapterLabel);
|
|
this.Controls.Add(this.saveTracingRecordsCheckBox);
|
|
this.Controls.Add(this.checkPreviousRecordsCheckBox);
|
|
this.Controls.Add(this.connStrTextBox);
|
|
this.Controls.Add(this.connStrLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "TracingCfgCtrl";
|
|
this.Size = new System.Drawing.Size(450, 350);
|
|
this.Load += new System.EventHandler(this.WriterCfgCtrl_Load);
|
|
this.bypassGroupBox.ResumeLayout(false);
|
|
this.bypassGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.TextBox connStrTextBox;
|
|
private System.Windows.Forms.Label connStrLabel;
|
|
private System.Windows.Forms.CheckBox saveTracingRecordsCheckBox;
|
|
private System.Windows.Forms.CheckBox checkPreviousRecordsCheckBox;
|
|
private System.Windows.Forms.Label netAdapterLabel;
|
|
private System.Windows.Forms.ComboBox netAdapterComboBox;
|
|
private System.Windows.Forms.TextBox cyclesToBypassTextBox;
|
|
private System.Windows.Forms.Button setCyclesToBypassButton;
|
|
private System.Windows.Forms.Button getCyclesToBypassButton;
|
|
private System.Windows.Forms.TextBox cyclesToBypassTextBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox bypassGroupBox;
|
|
private System.Windows.Forms.Button unlockBypassButton;
|
|
}
|
|
}
|