119 lines
5.1 KiB
C#
119 lines
5.1 KiB
C#
|
namespace MotoTrbo_GW
|
|||
|
{
|
|||
|
partial class CapacityPlusIP
|
|||
|
{
|
|||
|
/// <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.btSave = new Telerik.WinControls.UI.RadButton();
|
|||
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|||
|
this.txMasterIP = new Telerik.WinControls.UI.RadTextBox();
|
|||
|
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
|||
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btSave)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txMasterIP)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// btSave
|
|||
|
//
|
|||
|
this.btSave.Location = new System.Drawing.Point(70, 58);
|
|||
|
this.btSave.Name = "btSave";
|
|||
|
this.btSave.Size = new System.Drawing.Size(103, 24);
|
|||
|
this.btSave.TabIndex = 0;
|
|||
|
this.btSave.Text = "Save";
|
|||
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
|||
|
//
|
|||
|
// radLabel1
|
|||
|
//
|
|||
|
this.radLabel1.Location = new System.Drawing.Point(45, 8);
|
|||
|
this.radLabel1.Name = "radLabel1";
|
|||
|
this.radLabel1.Size = new System.Drawing.Size(87, 18);
|
|||
|
this.radLabel1.TabIndex = 1;
|
|||
|
this.radLabel1.Text = "Master Radio IP:";
|
|||
|
//
|
|||
|
// txMasterIP
|
|||
|
//
|
|||
|
this.txMasterIP.Location = new System.Drawing.Point(50, 29);
|
|||
|
this.txMasterIP.Name = "txMasterIP";
|
|||
|
this.txMasterIP.Size = new System.Drawing.Size(145, 20);
|
|||
|
this.txMasterIP.TabIndex = 2;
|
|||
|
this.txMasterIP.TabStop = false;
|
|||
|
this.txMasterIP.Text = "127.0.0.1";
|
|||
|
this.txMasterIP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txMasterIP_KeyPress);
|
|||
|
//
|
|||
|
// radLabel2
|
|||
|
//
|
|||
|
this.radLabel2.Location = new System.Drawing.Point(12, 86);
|
|||
|
this.radLabel2.Name = "radLabel2";
|
|||
|
this.radLabel2.Size = new System.Drawing.Size(225, 18);
|
|||
|
this.radLabel2.TabIndex = 3;
|
|||
|
this.radLabel2.Text = "Info: You need to restart gateway after Save";
|
|||
|
this.radLabel2.Click += new System.EventHandler(this.radLabel2_Click);
|
|||
|
//
|
|||
|
// CapacityPlusIP
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(243, 105);
|
|||
|
this.Controls.Add(this.radLabel2);
|
|||
|
this.Controls.Add(this.txMasterIP);
|
|||
|
this.Controls.Add(this.radLabel1);
|
|||
|
this.Controls.Add(this.btSave);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "CapacityPlusIP";
|
|||
|
//
|
|||
|
//
|
|||
|
//
|
|||
|
this.RootElement.ApplyShapeToControl = true;
|
|||
|
this.ShowIcon = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "Capacity Plus IP";
|
|||
|
this.ThemeName = "TelerikMetroBlue";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.btSave)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txMasterIP)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Telerik.WinControls.UI.RadButton btSave;
|
|||
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|||
|
private Telerik.WinControls.UI.RadTextBox txMasterIP;
|
|||
|
private Telerik.WinControls.UI.RadLabel radLabel2;
|
|||
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|||
|
}
|
|||
|
}
|