mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-12 14:23:35 +00:00
16
AddRelayMapForm.Designer.cs
generated
16
AddRelayMapForm.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user