mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 04:22:10 +00:00
202 lines
No EOL
8.2 KiB
C#
202 lines
No EOL
8.2 KiB
C#
namespace v2rayN.Forms
|
|
{
|
|
partial class AddServer2Form
|
|
{
|
|
/// <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(AddServer2Form));
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtPreSocksPort = new System.Windows.Forms.TextBox();
|
|
this.btnEdit = new System.Windows.Forms.Button();
|
|
this.cmbCoreType = new System.Windows.Forms.ComboBox();
|
|
this.labCoreType = new System.Windows.Forms.Label();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.txtAddress = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.txtRemarks = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
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.groupBox1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
resources.ApplyResources(this.btnClose, "btnClose");
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtPreSocksPort);
|
|
this.groupBox1.Controls.Add(this.btnEdit);
|
|
this.groupBox1.Controls.Add(this.cmbCoreType);
|
|
this.groupBox1.Controls.Add(this.labCoreType);
|
|
this.groupBox1.Controls.Add(this.btnBrowse);
|
|
this.groupBox1.Controls.Add(this.txtAddress);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.txtRemarks);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// txtPreSocksPort
|
|
//
|
|
resources.ApplyResources(this.txtPreSocksPort, "txtPreSocksPort");
|
|
this.txtPreSocksPort.Name = "txtPreSocksPort";
|
|
//
|
|
// btnEdit
|
|
//
|
|
resources.ApplyResources(this.btnEdit, "btnEdit");
|
|
this.btnEdit.Name = "btnEdit";
|
|
this.btnEdit.UseVisualStyleBackColor = true;
|
|
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
|
//
|
|
// cmbCoreType
|
|
//
|
|
resources.ApplyResources(this.cmbCoreType, "cmbCoreType");
|
|
this.cmbCoreType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbCoreType.FormattingEnabled = true;
|
|
this.cmbCoreType.Name = "cmbCoreType";
|
|
//
|
|
// labCoreType
|
|
//
|
|
resources.ApplyResources(this.labCoreType, "labCoreType");
|
|
this.labCoreType.Name = "labCoreType";
|
|
//
|
|
// btnBrowse
|
|
//
|
|
resources.ApplyResources(this.btnBrowse, "btnBrowse");
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// txtAddress
|
|
//
|
|
resources.ApplyResources(this.txtAddress, "txtAddress");
|
|
this.txtAddress.Name = "txtAddress";
|
|
//
|
|
// label13
|
|
//
|
|
resources.ApplyResources(this.label13, "label13");
|
|
this.label13.Name = "label13";
|
|
//
|
|
// txtRemarks
|
|
//
|
|
resources.ApplyResources(this.txtRemarks, "txtRemarks");
|
|
this.txtRemarks.Name = "txtRemarks";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// panel2
|
|
//
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnOK);
|
|
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";
|
|
//
|
|
// AddServer2Form
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "AddServer2Form";
|
|
this.Load += new System.EventHandler(this.AddServer2Form_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panel2.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 label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox txtAddress;
|
|
private System.Windows.Forms.Button btnBrowse;
|
|
private System.Windows.Forms.ComboBox cmbCoreType;
|
|
private System.Windows.Forms.Label labCoreType;
|
|
private System.Windows.Forms.Button btnEdit;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtPreSocksPort;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |