2018-01-26 08:18:06 +00:00
|
|
|
|
///
|
|
|
|
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
|
|
|
|
///
|
2018-08-28 08:12:39 +00:00
|
|
|
|
namespace TBF.BenchControl.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.workplaceTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.workplaceLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.connStrTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
|
this.connStrLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameTextBox.Enabled = false;
|
|
|
|
|
|
this.nameTextBox.Location = new System.Drawing.Point(110, 41);
|
|
|
|
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
|
|
|
|
this.nameTextBox.Size = new System.Drawing.Size(146, 20);
|
|
|
|
|
|
this.nameTextBox.TabIndex = 2;
|
|
|
|
|
|
//
|
|
|
|
|
|
// nameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.nameLabel.AutoSize = true;
|
|
|
|
|
|
this.nameLabel.Location = new System.Drawing.Point(15, 44);
|
|
|
|
|
|
this.nameLabel.Name = "nameLabel";
|
|
|
|
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
|
|
|
|
this.nameLabel.TabIndex = 1;
|
|
|
|
|
|
this.nameLabel.Text = "Name";
|
|
|
|
|
|
//
|
|
|
|
|
|
// classNameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.classNameLabel.AutoSize = true;
|
|
|
|
|
|
this.classNameLabel.Location = new System.Drawing.Point(107, 19);
|
|
|
|
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
|
|
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
|
|
|
|
this.classNameLabel.TabIndex = 0;
|
|
|
|
|
|
this.classNameLabel.Text = "ComonentName";
|
|
|
|
|
|
//
|
|
|
|
|
|
// workplaceTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.workplaceTextBox.Enabled = false;
|
|
|
|
|
|
this.workplaceTextBox.Location = new System.Drawing.Point(110, 67);
|
|
|
|
|
|
this.workplaceTextBox.Name = "workplaceTextBox";
|
|
|
|
|
|
this.workplaceTextBox.Size = new System.Drawing.Size(146, 20);
|
|
|
|
|
|
this.workplaceTextBox.TabIndex = 4;
|
|
|
|
|
|
//
|
|
|
|
|
|
// workplaceLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.workplaceLabel.AutoSize = true;
|
|
|
|
|
|
this.workplaceLabel.Location = new System.Drawing.Point(15, 70);
|
|
|
|
|
|
this.workplaceLabel.Name = "workplaceLabel";
|
|
|
|
|
|
this.workplaceLabel.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
|
this.workplaceLabel.TabIndex = 3;
|
|
|
|
|
|
this.workplaceLabel.Text = "Workplace";
|
|
|
|
|
|
//
|
|
|
|
|
|
// connStrTextBox
|
|
|
|
|
|
//
|
|
|
|
|
|
this.connStrTextBox.Enabled = false;
|
|
|
|
|
|
this.connStrTextBox.Location = new System.Drawing.Point(110, 93);
|
|
|
|
|
|
this.connStrTextBox.Name = "connStrTextBox";
|
|
|
|
|
|
this.connStrTextBox.Size = new System.Drawing.Size(327, 20);
|
|
|
|
|
|
this.connStrTextBox.TabIndex = 22;
|
|
|
|
|
|
//
|
|
|
|
|
|
// connStrLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.connStrLabel.AutoSize = true;
|
|
|
|
|
|
this.connStrLabel.Location = new System.Drawing.Point(15, 96);
|
|
|
|
|
|
this.connStrLabel.Name = "connStrLabel";
|
|
|
|
|
|
this.connStrLabel.Size = new System.Drawing.Size(89, 13);
|
|
|
|
|
|
this.connStrLabel.TabIndex = 21;
|
|
|
|
|
|
this.connStrLabel.Text = "Connection string";
|
|
|
|
|
|
//
|
|
|
|
|
|
// MonitoringCfgCtrl
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.Controls.Add(this.connStrTextBox);
|
|
|
|
|
|
this.Controls.Add(this.connStrLabel);
|
|
|
|
|
|
this.Controls.Add(this.workplaceTextBox);
|
|
|
|
|
|
this.Controls.Add(this.workplaceLabel);
|
|
|
|
|
|
this.Controls.Add(this.nameTextBox);
|
|
|
|
|
|
this.Controls.Add(this.nameLabel);
|
|
|
|
|
|
this.Controls.Add(this.classNameLabel);
|
|
|
|
|
|
this.Name = "MonitoringCfgCtrl";
|
|
|
|
|
|
this.Size = new System.Drawing.Size(450, 230);
|
|
|
|
|
|
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 workplaceTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label workplaceLabel;
|
|
|
|
|
|
private System.Windows.Forms.TextBox connStrTextBox;
|
|
|
|
|
|
private System.Windows.Forms.Label connStrLabel;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|