2018-01-26 08:18:06 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
|
|
|
|
///
|
2021-10-26 09:23:57 +00:00
|
|
|
|
namespace TBF.Rig.Output.DB.ProductionTracing
|
2018-01-26 08:18:06 +00:00
|
|
|
|
{
|
2018-08-28 08:12:39 +00:00
|
|
|
|
partial class TracingCfgCtrl
|
2018-01-26 08:18:06 +00:00
|
|
|
|
{
|
|
|
|
|
|
/// <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();
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.saveTracingRecordsCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
|
this.checkPreviousRecordsCheckBox = new System.Windows.Forms.CheckBox();
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.netAdapterLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.netAdapterComboBox = new System.Windows.Forms.ComboBox();
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameTextBox.Enabled = false;
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.nameTextBox.Location = new System.Drawing.Point(117, 32);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.nameTextBox.Name = "nameTextBox";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.nameTextBox.Size = new System.Drawing.Size(326, 20);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.nameTextBox.TabIndex = 2;
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameLabel.AutoSize = true;
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.nameLabel.Location = new System.Drawing.Point(5, 35);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.nameLabel.Name = "nameLabel";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.nameLabel.TabIndex = 1;
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.nameLabel.Text = "Name:";
|
2018-01-26 08:18:06 +00:00
|
|
|
|
//
|
|
|
|
|
|
// classNameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.classNameLabel.AutoSize = true;
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.classNameLabel.Location = new System.Drawing.Point(114, 10);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
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;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.connStrTextBox.Location = new System.Drawing.Point(8, 79);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.connStrTextBox.Name = "connStrTextBox";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.connStrTextBox.Size = new System.Drawing.Size(435, 20);
|
|
|
|
|
|
this.connStrTextBox.TabIndex = 4;
|
2018-01-26 08:18:06 +00:00
|
|
|
|
//
|
|
|
|
|
|
// connStrLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.connStrLabel.AutoSize = true;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.connStrLabel.Location = new System.Drawing.Point(5, 63);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.connStrLabel.Name = "connStrLabel";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.connStrLabel.Size = new System.Drawing.Size(92, 13);
|
|
|
|
|
|
this.connStrLabel.TabIndex = 3;
|
|
|
|
|
|
this.connStrLabel.Text = "Connection string:";
|
2018-01-26 08:18:06 +00:00
|
|
|
|
//
|
2019-03-06 12:11:01 +00:00
|
|
|
|
// saveTracingRecordsCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.saveTracingRecordsCheckBox.AutoSize = true;
|
|
|
|
|
|
this.saveTracingRecordsCheckBox.Enabled = false;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.saveTracingRecordsCheckBox.Location = new System.Drawing.Point(117, 181);
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.saveTracingRecordsCheckBox.Name = "saveTracingRecordsCheckBox";
|
|
|
|
|
|
this.saveTracingRecordsCheckBox.Size = new System.Drawing.Size(177, 17);
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.saveTracingRecordsCheckBox.TabIndex = 10;
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.saveTracingRecordsCheckBox.Text = "Save production tracing records";
|
|
|
|
|
|
this.saveTracingRecordsCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// checkPreviousRecordsCheckBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.checkPreviousRecordsCheckBox.AutoSize = true;
|
|
|
|
|
|
this.checkPreviousRecordsCheckBox.Enabled = false;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.checkPreviousRecordsCheckBox.Location = new System.Drawing.Point(117, 159);
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.checkPreviousRecordsCheckBox.Name = "checkPreviousRecordsCheckBox";
|
|
|
|
|
|
this.checkPreviousRecordsCheckBox.Size = new System.Drawing.Size(138, 17);
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.checkPreviousRecordsCheckBox.TabIndex = 9;
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.checkPreviousRecordsCheckBox.Text = "Check previous records";
|
|
|
|
|
|
this.checkPreviousRecordsCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2019-07-22 13:33:32 +00:00
|
|
|
|
// netAdapterLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.netAdapterLabel.AutoSize = true;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.netAdapterLabel.Location = new System.Drawing.Point(5, 107);
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.netAdapterLabel.Name = "netAdapterLabel";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.netAdapterLabel.Size = new System.Drawing.Size(89, 13);
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.netAdapterLabel.TabIndex = 7;
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.netAdapterLabel.Text = "Network adapter:";
|
2019-07-22 13:33:32 +00:00
|
|
|
|
//
|
|
|
|
|
|
// netAdapterComboBox
|
|
|
|
|
|
//
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.netAdapterComboBox.Enabled = false;
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.netAdapterComboBox.FormattingEnabled = true;
|
2023-08-16 10:11:06 +00:00
|
|
|
|
this.netAdapterComboBox.Location = new System.Drawing.Point(8, 123);
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.netAdapterComboBox.Name = "netAdapterComboBox";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.netAdapterComboBox.Size = new System.Drawing.Size(435, 21);
|
|
|
|
|
|
this.netAdapterComboBox.TabIndex = 8;
|
|
|
|
|
|
//
|
2018-08-28 08:48:39 +00:00
|
|
|
|
// TracingCfgCtrl
|
2018-01-26 08:18:06 +00:00
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2019-07-22 13:33:32 +00:00
|
|
|
|
this.Controls.Add(this.netAdapterComboBox);
|
|
|
|
|
|
this.Controls.Add(this.netAdapterLabel);
|
2019-03-06 12:11:01 +00:00
|
|
|
|
this.Controls.Add(this.saveTracingRecordsCheckBox);
|
|
|
|
|
|
this.Controls.Add(this.checkPreviousRecordsCheckBox);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
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);
|
2018-08-28 08:48:39 +00:00
|
|
|
|
this.Name = "TracingCfgCtrl";
|
2019-12-18 16:53:12 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(450, 250);
|
2018-01-26 08:18:06 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.WriterCfgCtrl_Load);
|
|
|
|
|
|
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;
|
2019-03-06 12:11:01 +00:00
|
|
|
|
private System.Windows.Forms.CheckBox saveTracingRecordsCheckBox;
|
|
|
|
|
|
private System.Windows.Forms.CheckBox checkPreviousRecordsCheckBox;
|
2019-07-22 13:33:32 +00:00
|
|
|
|
private System.Windows.Forms.Label netAdapterLabel;
|
|
|
|
|
|
private System.Windows.Forms.ComboBox netAdapterComboBox;
|
2018-01-26 08:18:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|