mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-15 07:43:38 +00:00
Many improvements.
This commit is contained in:
17
AddPortMapForm.Designer.cs
generated
17
AddPortMapForm.Designer.cs
generated
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPortMapForm));
|
||||
this.cancelButton = new System.Windows.Forms.Button();
|
||||
this.okButton = new System.Windows.Forms.Button();
|
||||
@@ -44,8 +45,9 @@
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tcpRadioButton = new System.Windows.Forms.RadioButton();
|
||||
this.udpRadioButton = new System.Windows.Forms.RadioButton();
|
||||
this.ruleNameTextBox = new System.Windows.Forms.TextBox();
|
||||
this.nameTextBox = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.mainToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.localNumericUpDown)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.remoteNumericUpDown)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
@@ -171,15 +173,17 @@
|
||||
this.udpRadioButton.UseVisualStyleBackColor = true;
|
||||
this.udpRadioButton.CheckedChanged += new System.EventHandler(this.tcpRadioButton_CheckedChanged);
|
||||
//
|
||||
// ruleNameTextBox
|
||||
// nameTextBox
|
||||
//
|
||||
resources.ApplyResources(this.ruleNameTextBox, "ruleNameTextBox");
|
||||
this.ruleNameTextBox.Name = "ruleNameTextBox";
|
||||
resources.ApplyResources(this.nameTextBox, "nameTextBox");
|
||||
this.nameTextBox.Name = "nameTextBox";
|
||||
this.mainToolTip.SetToolTip(this.nameTextBox, resources.GetString("nameTextBox.ToolTip"));
|
||||
//
|
||||
// label8
|
||||
//
|
||||
resources.ApplyResources(this.label8, "label8");
|
||||
this.label8.Name = "label8";
|
||||
this.mainToolTip.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
|
||||
//
|
||||
// AddPortMapForm
|
||||
//
|
||||
@@ -187,7 +191,7 @@
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.cancelButton;
|
||||
this.Controls.Add(this.ruleNameTextBox);
|
||||
this.Controls.Add(this.nameTextBox);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.udpRadioButton);
|
||||
this.Controls.Add(this.tcpRadioButton);
|
||||
@@ -233,7 +237,8 @@
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.RadioButton tcpRadioButton;
|
||||
private System.Windows.Forms.RadioButton udpRadioButton;
|
||||
private System.Windows.Forms.TextBox ruleNameTextBox;
|
||||
private System.Windows.Forms.TextBox nameTextBox;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.ToolTip mainToolTip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user