mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
97 lines
No EOL
3.7 KiB
C#
97 lines
No EOL
3.7 KiB
C#
namespace v2rayN.Forms
|
|
{
|
|
partial class SubSettingForm
|
|
{
|
|
/// <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(SubSettingForm));
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.panCon = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.panel2.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);
|
|
//
|
|
// panCon
|
|
//
|
|
resources.ApplyResources(this.panCon, "panCon");
|
|
this.panCon.Name = "panCon";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnAdd);
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnOK);
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Name = "panel2";
|
|
//
|
|
// btnAdd
|
|
//
|
|
resources.ApplyResources(this.btnAdd, "btnAdd");
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.UseVisualStyleBackColor = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
resources.ApplyResources(this.btnOK, "btnOK");
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// SubSettingForm
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.Controls.Add(this.panCon);
|
|
this.Controls.Add(this.panel2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "SubSettingForm";
|
|
this.Load += new System.EventHandler(this.SubSettingForm_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Panel panCon;
|
|
}
|
|
} |