mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-11 13:59:42 +05:00
186 lines
7.6 KiB
C#
186 lines
7.6 KiB
C#
namespace v2rayN.Forms
|
|
{
|
|
partial class GlobalHotkeySettingForm
|
|
{
|
|
/// <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(GlobalHotkeySettingForm));
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtGlobalHotkey3 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtGlobalHotkey2 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtGlobalHotkey1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtGlobalHotkey0 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel2.SuspendLayout();
|
|
this.panel1.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);
|
|
//
|
|
// panel2
|
|
//
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Controls.Add(this.btnReset);
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnOK);
|
|
this.panel2.Name = "panel2";
|
|
//
|
|
// btnReset
|
|
//
|
|
resources.ApplyResources(this.btnReset, "btnReset");
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
//
|
|
// 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.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.txtGlobalHotkey3);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.txtGlobalHotkey2);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.txtGlobalHotkey1);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.txtGlobalHotkey0);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
|
this.label6.Name = "label6";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.ForeColor = System.Drawing.Color.Red;
|
|
this.label5.Name = "label5";
|
|
//
|
|
// txtGlobalHotkey3
|
|
//
|
|
resources.ApplyResources(this.txtGlobalHotkey3, "txtGlobalHotkey3");
|
|
this.txtGlobalHotkey3.Name = "txtGlobalHotkey3";
|
|
this.txtGlobalHotkey3.ReadOnly = true;
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// txtGlobalHotkey2
|
|
//
|
|
resources.ApplyResources(this.txtGlobalHotkey2, "txtGlobalHotkey2");
|
|
this.txtGlobalHotkey2.Name = "txtGlobalHotkey2";
|
|
this.txtGlobalHotkey2.ReadOnly = true;
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// txtGlobalHotkey1
|
|
//
|
|
resources.ApplyResources(this.txtGlobalHotkey1, "txtGlobalHotkey1");
|
|
this.txtGlobalHotkey1.Name = "txtGlobalHotkey1";
|
|
this.txtGlobalHotkey1.ReadOnly = true;
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// txtGlobalHotkey0
|
|
//
|
|
resources.ApplyResources(this.txtGlobalHotkey0, "txtGlobalHotkey0");
|
|
this.txtGlobalHotkey0.Name = "txtGlobalHotkey0";
|
|
this.txtGlobalHotkey0.ReadOnly = true;
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// GlobalHotkeySettingForm
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "GlobalHotkeySettingForm";
|
|
this.Load += new System.EventHandler(this.GlobalHotkeySettingForm_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
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.Panel panel1;
|
|
private System.Windows.Forms.TextBox txtGlobalHotkey0;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtGlobalHotkey3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtGlobalHotkey2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtGlobalHotkey1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
} |