123 lines
4.2 KiB
C#
123 lines
4.2 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.Network.RestAPI
|
|
{
|
|
partial class RestApiCfgCtrl
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.adapterLabel = new System.Windows.Forms.Label();
|
|
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
|
|
this.textBoxFtpDir = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(152, 77);
|
|
this.nameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(169, 26);
|
|
this.nameTextBox.TabIndex = 5;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(14, 82);
|
|
this.nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(51, 20);
|
|
this.nameLabel.TabIndex = 4;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(147, 37);
|
|
this.classNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(125, 20);
|
|
this.classNameLabel.TabIndex = 3;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// adapterLabel
|
|
//
|
|
this.adapterLabel.AutoSize = true;
|
|
this.adapterLabel.Location = new System.Drawing.Point(14, 123);
|
|
this.adapterLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.adapterLabel.Name = "adapterLabel";
|
|
this.adapterLabel.Size = new System.Drawing.Size(66, 20);
|
|
this.adapterLabel.TabIndex = 6;
|
|
this.adapterLabel.Text = "Adapter";
|
|
//
|
|
// errorProvider1
|
|
//
|
|
this.errorProvider1.ContainerControl = this;
|
|
//
|
|
// textBoxFtpDir
|
|
//
|
|
this.textBoxFtpDir.Location = new System.Drawing.Point(151, 120);
|
|
this.textBoxFtpDir.Name = "textBoxFtpDir";
|
|
this.textBoxFtpDir.Size = new System.Drawing.Size(373, 26);
|
|
this.textBoxFtpDir.TabIndex = 7;
|
|
//
|
|
// RestApiCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.textBoxFtpDir);
|
|
this.Controls.Add(this.adapterLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "RestApiCfgCtrl";
|
|
this.Size = new System.Drawing.Size(675, 462);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
private System.Windows.Forms.ErrorProvider errorProvider1;
|
|
private System.Windows.Forms.TextBox textBoxFtpDir;
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.Label adapterLabel;
|
|
}
|
|
}
|