mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-13 06:43:41 +00:00
16
AddPortMapForm.Designer.cs
generated
16
AddPortMapForm.Designer.cs
generated
@@ -44,6 +44,8 @@
|
||||
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.label8 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.localNumericUpDown)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.remoteNumericUpDown)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
@@ -169,12 +171,24 @@
|
||||
this.udpRadioButton.UseVisualStyleBackColor = true;
|
||||
this.udpRadioButton.CheckedChanged += new System.EventHandler(this.tcpRadioButton_CheckedChanged);
|
||||
//
|
||||
// ruleNameTextBox
|
||||
//
|
||||
resources.ApplyResources(this.ruleNameTextBox, "ruleNameTextBox");
|
||||
this.ruleNameTextBox.Name = "ruleNameTextBox";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
resources.ApplyResources(this.label8, "label8");
|
||||
this.label8.Name = "label8";
|
||||
//
|
||||
// AddPortMapForm
|
||||
//
|
||||
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.label6);
|
||||
@@ -219,5 +233,7 @@
|
||||
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.Label label8;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user