171 lines
7.0 KiB
C#
171 lines
7.0 KiB
C#
namespace v2rayN.Forms
|
||
{
|
||
partial class SubSettingControl
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubSettingControl));
|
||
this.grbMain = new System.Windows.Forms.GroupBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.cmbGroup = new System.Windows.Forms.ComboBox();
|
||
this.txtUserAgent = new System.Windows.Forms.TextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.btnShare = new System.Windows.Forms.Button();
|
||
this.chkEnabled = new System.Windows.Forms.CheckBox();
|
||
this.btnRemove = new System.Windows.Forms.Button();
|
||
this.txtUrl = new System.Windows.Forms.TextBox();
|
||
this.txtRemarks = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.picQRCode = new System.Windows.Forms.PictureBox();
|
||
this.grbMain.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.picQRCode)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// grbMain
|
||
//
|
||
resources.ApplyResources(this.grbMain, "grbMain");
|
||
this.grbMain.Controls.Add(this.label4);
|
||
this.grbMain.Controls.Add(this.cmbGroup);
|
||
this.grbMain.Controls.Add(this.txtUserAgent);
|
||
this.grbMain.Controls.Add(this.label1);
|
||
this.grbMain.Controls.Add(this.btnShare);
|
||
this.grbMain.Controls.Add(this.chkEnabled);
|
||
this.grbMain.Controls.Add(this.btnRemove);
|
||
this.grbMain.Controls.Add(this.txtUrl);
|
||
this.grbMain.Controls.Add(this.txtRemarks);
|
||
this.grbMain.Controls.Add(this.label2);
|
||
this.grbMain.Controls.Add(this.label3);
|
||
this.grbMain.Name = "grbMain";
|
||
this.grbMain.TabStop = false;
|
||
//
|
||
// label4
|
||
//
|
||
resources.ApplyResources(this.label4, "label4");
|
||
this.label4.Name = "label4";
|
||
//
|
||
// cmbGroup
|
||
//
|
||
resources.ApplyResources(this.cmbGroup, "cmbGroup");
|
||
this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cmbGroup.FormattingEnabled = true;
|
||
this.cmbGroup.Name = "cmbGroup";
|
||
this.cmbGroup.Leave += new System.EventHandler(this.txtRemarks_Leave);
|
||
//
|
||
// txtUserAgent
|
||
//
|
||
resources.ApplyResources(this.txtUserAgent, "txtUserAgent");
|
||
this.txtUserAgent.Name = "txtUserAgent";
|
||
this.txtUserAgent.Leave += new System.EventHandler(this.txtRemarks_Leave);
|
||
//
|
||
// label1
|
||
//
|
||
resources.ApplyResources(this.label1, "label1");
|
||
this.label1.Name = "label1";
|
||
//
|
||
// btnShare
|
||
//
|
||
resources.ApplyResources(this.btnShare, "btnShare");
|
||
this.btnShare.Name = "btnShare";
|
||
this.btnShare.UseVisualStyleBackColor = true;
|
||
this.btnShare.Click += new System.EventHandler(this.btnShare_Click);
|
||
//
|
||
// chkEnabled
|
||
//
|
||
resources.ApplyResources(this.chkEnabled, "chkEnabled");
|
||
this.chkEnabled.Name = "chkEnabled";
|
||
this.chkEnabled.UseVisualStyleBackColor = true;
|
||
this.chkEnabled.Leave += new System.EventHandler(this.txtRemarks_Leave);
|
||
//
|
||
// btnRemove
|
||
//
|
||
resources.ApplyResources(this.btnRemove, "btnRemove");
|
||
this.btnRemove.Name = "btnRemove";
|
||
this.btnRemove.UseVisualStyleBackColor = true;
|
||
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
|
||
//
|
||
// txtUrl
|
||
//
|
||
resources.ApplyResources(this.txtUrl, "txtUrl");
|
||
this.txtUrl.Name = "txtUrl";
|
||
this.txtUrl.Leave += new System.EventHandler(this.txtRemarks_Leave);
|
||
//
|
||
// txtRemarks
|
||
//
|
||
resources.ApplyResources(this.txtRemarks, "txtRemarks");
|
||
this.txtRemarks.Name = "txtRemarks";
|
||
this.txtRemarks.Leave += new System.EventHandler(this.txtRemarks_Leave);
|
||
//
|
||
// label2
|
||
//
|
||
resources.ApplyResources(this.label2, "label2");
|
||
this.label2.Name = "label2";
|
||
//
|
||
// label3
|
||
//
|
||
resources.ApplyResources(this.label3, "label3");
|
||
this.label3.Name = "label3";
|
||
//
|
||
// picQRCode
|
||
//
|
||
resources.ApplyResources(this.picQRCode, "picQRCode");
|
||
this.picQRCode.Name = "picQRCode";
|
||
this.picQRCode.TabStop = false;
|
||
//
|
||
// SubSettingControl
|
||
//
|
||
resources.ApplyResources(this, "$this");
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.picQRCode);
|
||
this.Controls.Add(this.grbMain);
|
||
this.Name = "SubSettingControl";
|
||
this.Load += new System.EventHandler(this.SubSettingControl_Load);
|
||
this.grbMain.ResumeLayout(false);
|
||
this.grbMain.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.picQRCode)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox grbMain;
|
||
private System.Windows.Forms.TextBox txtUrl;
|
||
private System.Windows.Forms.TextBox txtRemarks;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Button btnRemove;
|
||
private System.Windows.Forms.CheckBox chkEnabled;
|
||
private System.Windows.Forms.Button btnShare;
|
||
private System.Windows.Forms.PictureBox picQRCode;
|
||
private System.Windows.Forms.TextBox txtUserAgent;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.ComboBox cmbGroup;
|
||
}
|
||
}
|