mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
246 lines
No EOL
9.9 KiB
C#
246 lines
No EOL
9.9 KiB
C#
namespace v2rayN.Forms
|
|
{
|
|
partial class AddServer5Form
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddServer5Form));
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cmbFlow = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btnGUID = new System.Windows.Forms.Button();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.cmbSecurity = new System.Windows.Forms.ComboBox();
|
|
this.txtRemarks = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtId = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtPort = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtAddress = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.transportControl = new v2rayN.Forms.ServerTransportControl();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
resources.ApplyResources(this.btnClose, "btnClose");
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cmbFlow);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.btnGUID);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.cmbSecurity);
|
|
this.groupBox1.Controls.Add(this.txtRemarks);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.txtId);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.txtPort);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtAddress);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// cmbFlow
|
|
//
|
|
this.cmbFlow.FormattingEnabled = true;
|
|
resources.ApplyResources(this.cmbFlow, "cmbFlow");
|
|
this.cmbFlow.Name = "cmbFlow";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// btnGUID
|
|
//
|
|
resources.ApplyResources(this.btnGUID, "btnGUID");
|
|
this.btnGUID.Name = "btnGUID";
|
|
this.btnGUID.UseVisualStyleBackColor = true;
|
|
this.btnGUID.Click += new System.EventHandler(this.btnGUID_Click);
|
|
//
|
|
// label13
|
|
//
|
|
resources.ApplyResources(this.label13, "label13");
|
|
this.label13.Name = "label13";
|
|
//
|
|
// label8
|
|
//
|
|
resources.ApplyResources(this.label8, "label8");
|
|
this.label8.Name = "label8";
|
|
//
|
|
// cmbSecurity
|
|
//
|
|
this.cmbSecurity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
|
|
this.cmbSecurity.FormattingEnabled = true;
|
|
this.cmbSecurity.Items.AddRange(new object[] {
|
|
resources.GetString("cmbSecurity.Items")});
|
|
resources.ApplyResources(this.cmbSecurity, "cmbSecurity");
|
|
this.cmbSecurity.Name = "cmbSecurity";
|
|
//
|
|
// txtRemarks
|
|
//
|
|
resources.ApplyResources(this.txtRemarks, "txtRemarks");
|
|
this.txtRemarks.Name = "txtRemarks";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.Name = "label5";
|
|
//
|
|
// txtId
|
|
//
|
|
resources.ApplyResources(this.txtId, "txtId");
|
|
this.txtId.Name = "txtId";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// txtPort
|
|
//
|
|
resources.ApplyResources(this.txtPort, "txtPort");
|
|
this.txtPort.Name = "txtPort";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// txtAddress
|
|
//
|
|
resources.ApplyResources(this.txtAddress, "txtAddress");
|
|
this.txtAddress.Name = "txtAddress";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnOK);
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Name = "panel2";
|
|
//
|
|
// btnOK
|
|
//
|
|
resources.ApplyResources(this.btnOK, "btnOK");
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.transportControl);
|
|
resources.ApplyResources(this.panel3, "panel3");
|
|
this.panel3.Name = "panel3";
|
|
//
|
|
// transportControl
|
|
//
|
|
this.transportControl.AllowXtls = false;
|
|
resources.ApplyResources(this.transportControl, "transportControl");
|
|
this.transportControl.Name = "transportControl";
|
|
//
|
|
// AddServer5Form
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "AddServer5Form";
|
|
this.Load += new System.EventHandler(this.AddServer5Form_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.TextBox txtRemarks;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtId;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtPort;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtAddress;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cmbSecurity;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Button btnGUID;
|
|
private System.Windows.Forms.ComboBox cmbFlow;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private ServerTransportControl transportControl;
|
|
}
|
|
} |