mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-23 20:29:45 +08:00
Add HTTP(S) proxy (#208)
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
this.TxtHost = new System.Windows.Forms.ComboBox();
|
||||
this.BtnQueryServerStatus = new System.Windows.Forms.Button();
|
||||
this.LblHost = new System.Windows.Forms.Label();
|
||||
this.BtnProxy = new System.Windows.Forms.Button();
|
||||
this.GrpServerStatus.SuspendLayout();
|
||||
this.GrpRemoteCommand.SuspendLayout();
|
||||
this.TPOpenCommandCheck.SuspendLayout();
|
||||
@@ -286,8 +287,8 @@
|
||||
//
|
||||
resources.ApplyResources(this.TxtHost, "TxtHost");
|
||||
this.TxtHost.Name = "TxtHost";
|
||||
this.TxtHost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtHost_KeyDown);
|
||||
this.TxtHost.SelectedIndexChanged += new System.EventHandler(this.TxtHost_SelectedIndexChanged);
|
||||
this.TxtHost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtHost_KeyDown);
|
||||
//
|
||||
// BtnQueryServerStatus
|
||||
//
|
||||
@@ -301,10 +302,18 @@
|
||||
resources.ApplyResources(this.LblHost, "LblHost");
|
||||
this.LblHost.Name = "LblHost";
|
||||
//
|
||||
// BtnProxy
|
||||
//
|
||||
resources.ApplyResources(this.BtnProxy, "BtnProxy");
|
||||
this.BtnProxy.Name = "BtnProxy";
|
||||
this.BtnProxy.UseVisualStyleBackColor = true;
|
||||
this.BtnProxy.Click += new System.EventHandler(this.BtnProxy_Click);
|
||||
//
|
||||
// PageOpenCommand
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.BtnProxy);
|
||||
this.Controls.Add(this.LnkLinks);
|
||||
this.Controls.Add(this.LnkGOODHelp);
|
||||
this.Controls.Add(this.LnkInventoryKamera);
|
||||
@@ -365,5 +374,6 @@
|
||||
private System.Windows.Forms.ComboBox TxtHost;
|
||||
private System.Windows.Forms.Button BtnQueryServerStatus;
|
||||
private System.Windows.Forms.Label LblHost;
|
||||
private System.Windows.Forms.Button BtnProxy;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user