1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-12 14:23:35 +00:00

Friendly name comments

Signed-off-by: Troy Cook <cookta2012@gmail.com>
This commit is contained in:
Troy Cook
2020-08-09 21:27:25 -05:00
parent 869c4ebd78
commit 25c8b207b2
8 changed files with 220 additions and 66 deletions

View File

@@ -46,6 +46,8 @@
this.udpRadioButton = new System.Windows.Forms.RadioButton();
this.tcpRadioButton = new System.Windows.Forms.RadioButton();
this.label7 = new System.Windows.Forms.Label();
this.ruleNameTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.localNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.remoteNumericUpDown)).BeginInit();
this.SuspendLayout();
@@ -181,12 +183,24 @@
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
//
// ruleNameTextBox
//
resources.ApplyResources(this.ruleNameTextBox, "ruleNameTextBox");
this.ruleNameTextBox.Name = "ruleNameTextBox";
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
//
// AddRelayMapForm
//
this.AcceptButton = this.okButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.ruleNameTextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.udpRadioButton);
this.Controls.Add(this.tcpRadioButton);
this.Controls.Add(this.label7);
@@ -235,5 +249,7 @@
private System.Windows.Forms.RadioButton udpRadioButton;
private System.Windows.Forms.RadioButton tcpRadioButton;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox ruleNameTextBox;
private System.Windows.Forms.Label label8;
}
}