From 2bc87f9861ecb678dfe4b1d7a5338fd42594a2e8 Mon Sep 17 00:00:00 2001 From: wisdomwei201804 Date: Thu, 7 Jun 2018 23:53:24 +0800 Subject: [PATCH] =?UTF-8?q?v3.8.3.5=201=E3=80=81=E6=9C=80=E8=BF=91Teamview?= =?UTF-8?q?er=E8=80=81=E6=98=AF=E5=87=BA=E7=8A=B6=E5=86=B5=EF=BC=8C?= =?UTF-8?q?=E5=85=88=E5=AE=9E=E7=8E=B0ngrok=E5=90=A7=E3=80=822=E3=80=81?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8D=87=E7=BA=A7=E5=8A=9F=E8=83=BD=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E8=B0=83=E8=AF=95=E4=B8=AD...=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Form_ngrok.Designer.cs | 150 +++++++++++++ .../net.nutcore.aliddns/Form_ngrok.cs | 34 +++ .../net.nutcore.aliddns/Form_ngrok.resx | 197 ++++++++++++++++++ .../Properties/AssemblyInfo.cs | 4 +- .../net.nutcore.aliddns/main.Designer.cs | 45 ++-- .../net.nutcore.aliddns/main.cs | 6 + .../net.nutcore.aliddns.csproj | 9 + 7 files changed, 421 insertions(+), 24 deletions(-) create mode 100644 net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.Designer.cs create mode 100644 net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.cs create mode 100644 net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.resx diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.Designer.cs new file mode 100644 index 0000000..5b8512e --- /dev/null +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.Designer.cs @@ -0,0 +1,150 @@ +namespace net.nutcore.aliddns +{ + partial class Form_ngrok + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ngrok)); + this.groupBox_AuthToken = new System.Windows.Forms.GroupBox(); + this.groupBox_ProtocolPort = new System.Windows.Forms.GroupBox(); + this.groupBox_Url = new System.Windows.Forms.GroupBox(); + this.button_cancel = new System.Windows.Forms.Button(); + this.button_save = new System.Windows.Forms.Button(); + this.textBox_AuthToken = new System.Windows.Forms.TextBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.textBox_NgrokDownloadUrl = new System.Windows.Forms.TextBox(); + this.groupBox_AuthToken.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox_AuthToken + // + this.groupBox_AuthToken.Controls.Add(this.textBox_AuthToken); + this.groupBox_AuthToken.Location = new System.Drawing.Point(6, 12); + this.groupBox_AuthToken.Name = "groupBox_AuthToken"; + this.groupBox_AuthToken.Size = new System.Drawing.Size(273, 50); + this.groupBox_AuthToken.TabIndex = 0; + this.groupBox_AuthToken.TabStop = false; + this.groupBox_AuthToken.Text = "认证令牌"; + // + // groupBox_ProtocolPort + // + this.groupBox_ProtocolPort.Location = new System.Drawing.Point(6, 68); + this.groupBox_ProtocolPort.Name = "groupBox_ProtocolPort"; + this.groupBox_ProtocolPort.Size = new System.Drawing.Size(273, 65); + this.groupBox_ProtocolPort.TabIndex = 1; + this.groupBox_ProtocolPort.TabStop = false; + this.groupBox_ProtocolPort.Text = "协议端口"; + // + // groupBox_Url + // + this.groupBox_Url.Location = new System.Drawing.Point(6, 139); + this.groupBox_Url.Name = "groupBox_Url"; + this.groupBox_Url.Size = new System.Drawing.Size(273, 90); + this.groupBox_Url.TabIndex = 2; + this.groupBox_Url.TabStop = false; + this.groupBox_Url.Text = "访问域名"; + // + // button_cancel + // + this.button_cancel.Location = new System.Drawing.Point(40, 291); + this.button_cancel.Name = "button_cancel"; + this.button_cancel.Size = new System.Drawing.Size(80, 23); + this.button_cancel.TabIndex = 3; + this.button_cancel.Text = "取消"; + this.button_cancel.UseVisualStyleBackColor = true; + this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click); + // + // button_save + // + this.button_save.Location = new System.Drawing.Point(156, 291); + this.button_save.Name = "button_save"; + this.button_save.Size = new System.Drawing.Size(80, 23); + this.button_save.TabIndex = 4; + this.button_save.Text = "保存"; + this.button_save.UseVisualStyleBackColor = true; + this.button_save.Click += new System.EventHandler(this.button_save_Click); + // + // textBox_AuthToken + // + this.textBox_AuthToken.Location = new System.Drawing.Point(11, 21); + this.textBox_AuthToken.Name = "textBox_AuthToken"; + this.textBox_AuthToken.Size = new System.Drawing.Size(250, 21); + this.textBox_AuthToken.TabIndex = 0; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.textBox_NgrokDownloadUrl); + this.groupBox1.Location = new System.Drawing.Point(6, 235); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(273, 50); + this.groupBox1.TabIndex = 5; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Ngrok下载地址"; + // + // textBox_NgrokDownloadUrl + // + this.textBox_NgrokDownloadUrl.Location = new System.Drawing.Point(11, 22); + this.textBox_NgrokDownloadUrl.Name = "textBox_NgrokDownloadUrl"; + this.textBox_NgrokDownloadUrl.Size = new System.Drawing.Size(250, 21); + this.textBox_NgrokDownloadUrl.TabIndex = 0; + this.textBox_NgrokDownloadUrl.Text = "https://ngrok.com/download"; + // + // Form_ngrok + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 319); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.button_save); + this.Controls.Add(this.button_cancel); + this.Controls.Add(this.groupBox_Url); + this.Controls.Add(this.groupBox_ProtocolPort); + this.Controls.Add(this.groupBox_AuthToken); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "Form_ngrok"; + this.Text = "Ngrok设置"; + this.groupBox_AuthToken.ResumeLayout(false); + this.groupBox_AuthToken.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.GroupBox groupBox_AuthToken; + private System.Windows.Forms.GroupBox groupBox_ProtocolPort; + private System.Windows.Forms.GroupBox groupBox_Url; + private System.Windows.Forms.Button button_cancel; + private System.Windows.Forms.Button button_save; + private System.Windows.Forms.TextBox textBox_AuthToken; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.TextBox textBox_NgrokDownloadUrl; + } +} \ No newline at end of file diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.cs new file mode 100644 index 0000000..2e14558 --- /dev/null +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.cs @@ -0,0 +1,34 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace net.nutcore.aliddns +{ + public partial class Form_ngrok : Form + { + public Form_ngrok() + { + InitializeComponent(); + this.MinimizeBox = false; //取消窗口最小化按钮 + this.MaximizeBox = false; //取消窗口最大化按钮 + } + + private void button_cancel_Click(object sender, EventArgs e) + { + this.Close(); + this.Dispose(); + } + + private void button_save_Click(object sender, EventArgs e) + { + this.Close(); + this.Dispose(); + } + } +} diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.resx b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.resx new file mode 100644 index 0000000..da53b3d --- /dev/null +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_ngrok.resx @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAABILAAASCwAAAAAAAAAA + AAAAAAAARU36AEVN+gBFTfoHRU36IUVN+kBFTfpgRU36hEVN+rJFTfrWRU365kVN+u9FTfr2RU36/EVN + +v9FTfr/RU36/0VN+v9FTfr+RU36+UVN+vJFTfrpRU363EVN+r1FTfqPRU36aEVN+kdFTfomRU36CEVN + +gBFTfoAAAAAAEVN+gBFTfoBRU36L0VN+plFTfrbRU368EVN+vpFTfr+RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr7RU3680VN + +t9FTfqgRU36MkVN+gFFTfoARU36AEVN+jBFTfrWRU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfraRU36MEVN+gBFTfoFRU36okVN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfqaRU36BkVN+h5FTfrXRU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/REz6/0RM+v9ETPr/REz6/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+ttFTfoiRU36PUVN+u1FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9ETPr/Qkr4/0ZO9f9PVvL/VFvw/1Vb7/9QV/D/R0/y/0JK + 9f9DS/n/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU368EVN+kJFTfpxRU36+kVN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/Q0v4/1FY9P9zefD/p6v0/8nL+f/S1Pr/09X6/8zO + +f+xtPT/fIHs/1Vb7P9DS/T/REz6/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr6RU36YUVN + +qZFTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/REz6/0ZO9/9yePP/w8X5/+Xm/v/r7P//6+z//+Xm + ///k5f//6er//+zt///n6P7/ztD5/4CF7P9IUO//REz5/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfqERU36wEVN+v9FTfr/RU36/0VN+v9FTfr/RU36/0RM+v9IUPj/j5T2/+Hi/f/u7///6+z//+3u + //+8v/v/cHb7/2ty+/+anv3/5+j//+zt///u7///5+n+/6Km8f9NVO7/REz5/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+rNFTfrSRU36/0VN+v9FTfr/RU36/0VN+v9FTfr/Rk75/46T9//o6f7/7vD//8TH + /f/P0v3/7O3+/3l/9/8+R/n/QEj5/1de+v/Y2v7/5OX9/8LF+f/p6///7u/+/6Sn8f9JUPD/REz6/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU3610VN+uBFTfr/RU36/0VN+v9FTfr/RU36/0NM+v9udfj/4eP9//Hy + //+ytfv/YGb3/9DS/f/l5/3/cXfw/1lf7/9bYe//XWPv/8jL+v/r7P7/c3nv/5me+P/s7f//7O3+/4OI + 7v9DS/X/RU36/0VN+v9FTfr/RU36/0VN+v9FTfrmRU366UVN+v9FTfr/RU36/0VN+v9FTfr/TFT5/8DD + /P/29///2Nr7/32C7/+VmfH/6uv+//Hx/v/h4vv/4uP7/+Lj+//f4Pv/6+z9//P0//+vsvL/dXrr/8XH + 9//29v//1tj5/1de8P9ETPr/RU36/0VN+v9FTfr/RU36/0VN+vBFTfrwRU36/0VN+v9FTfr/RU36/0NL + +v9rcfr/6er+//f3///t7v3/7u/9//f3///29///8PH+/+jp///k5v//5Ob//+fo///t7v//9fb///f3 + ///x8f3/6uv8//X2///z9P7/gobv/0JK9/9FTfr/RU36/0VN+v9FTfr/RU3690VN+vVFTfr/RU36/0VN + +v9FTfr/REz6/6Gl+//5+f//9/j//+nq///P0f7/4OH+//r7//+usvf/Ymn5/15l+/9eZfv/YGf7/4iN + /P/y8v//7e79/87Q/P/k5f//9fb///v7//+8v/b/SVD1/0VN+v9FTfr/RU36/0VN+v9FTfr9RU36+EVN + +v9FTfr/RU36/0VN+v9IUPr/wsX9//////+/wvn/ZWz6/05W+v+2uv3//v///42S8/9ASPj/Q0z6/0NM + +v9BSfr/ZWz7/+/w///e3/v/W2L2/1xj+/+nqv3/+vv//9vd+v9TWvX/REz6/0VN+v9FTfr/RU36/0VN + +v9FTfr6RU36/0VN+v9FTfr/RU36/0tT+v/O0P7//////4uQ8/9ASPj/Rk76/7y//f//////iIzy/z5G + 9v9BSfb/QUn2/z9H9v9haPn/7u/+/+Pk/P9XXvb/QEj6/3B2+//29///5uf8/1lg9v9ETPr/RU36/0VN + +v9FTfr/RU36/0VN+vpFTfr/RU36/0VN+v9FTfr/S1P6/87Q/v//////j5Tx/0BI9/9DS/f/vL/7//// + //+lqPH/dnvs/4GG7f+Ch+z/en7s/4iM7//z9P7/4+T7/1Ra8v8/R/j/dHr7//n5///m5/z/WWD3/0RM + +v9FTfr/RU36/0VN+v9FTfr/RU3690VN+v9FTfr/RU36/0VN+v9IT/r/wcT9//////+3uvT/W2Lv/4OI + 8P/e4Pr///////v7/v/9/f7////+/////v/+/v7/+/v+///////y8v3/lZnu/11j6/+coPf//////9zd + /P9SWvj/REz6/0VN+v9FTfr/RU36/0VN+v9FTfr0RU36/0VN+v9FTfr/RU36/0NL+v+anvz///////T1 + /f/n6Pv//f3+//39////////8PD9/87Q/f/FyP7/xMf9/8rM/v/i4/7//v7///7+///+/v//7Oz7/+7u + /P//////t7r5/0hP+f9FTfr/RU36/0VN+v9FTfr/RU36/kVN+u5FTfr/RU36/0VN+v9FTfr/Q0v6/2Rr + +//s7f7///////Pz/f+1uPv/o6f9//v8///P0fj/UFf2/0hQ+v9IUPr/SFD6/5uf+///////xcf5/6qt + +//o6f7///////n6/v99gvj/Qkr6/0VN+v9FTfr/RU36/0VN+v9FTfr5RU365kVN+v9FTfr/RU36/0VN + +v9FTfr/SVH6/7q9/f//////6On7/2Jo7P9dZPf/7+///+Lj+v9VXPT/REz6/0VN+v9GTvr/ur38//// + //+Fivb/Uln1/9PV+///////1Nb8/1Rb+f9ETPr/RU36/0VN+v9FTfr/RU36/0VN+vJFTfrcRU36/0VN + +v9FTfr/RU36/0VN+v9DTPr/ZGv7/+Pk/v//////0dL2/21z7P/W1/v/9PX9/2hu8f9DS/n/REz6/09X + +v/W2P3/9PT9/32C8/+6vfj//v7///Pz/v96gPr/Q0v6/0VN+v9FTfr/RU36/0VN+v9FTfr/RU366UVN + +s1FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9ETPr/gYb8/+7v////////4+T5/+Lj+v//////io/v/z5G + 8/8/R/X/Y2r3/+7v/v/z9P3/4OH6//39///4+P//mp77/0dP+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfrbRU36ukVN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/gYb8/+Tl/v////////////// + ///Y2vj/j5Ps/4qO7f+8vvT//f3/////////////7+/+/5eb/P9JUfr/REz6/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+rxFTfqbRU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9ETPr/ZGv7/7q9 + /f/t7v///f3////////////////////////+/v//8vL//8nL/f9zefv/Rk76/0RM+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36jkVN+mRFTfr4RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9DTPr/SVH6/2Rr+/+anvz/wsT9/8/R/v/Q0v7/xcj9/6Wp/f9tc/v/TVT6/0NL+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+vtFTfpmRU36N0VN+upFTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/Q0v6/0NL+v9IT/r/S1P6/0tT+v9IUPr/REz6/0NL+v9ETPr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU368kVN+kVFTfoaRU360kVN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfrdRU36JUVN+gRFTfqaRU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+p9FTfoHRU36AEVN + +ixFTfrSRU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfrWRU36MEVN + +gBFTfoARU36AEVN+i5FTfqfRU3610VN+u5FTfr6RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN + +v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr/RU36/0VN+v9FTfr+RU36+EVN+utFTfrURU36nUVN + +i5FTfoARU36AAAAAABFTfoARU36AEVN+gZFTfodRU36PUVN+m9FTfqkRU36wEVN+tJFTfrfRU366EVN + +vBFTfr1RU36+EVN+vpFTfr6RU36+EVN+vRFTfrtRU365UVN+txFTfrORU36u0VN+pxFTfplRU36OEVN + +htFTfoFRU36AEVN+gAAAAAA4AAAB4AAAAGAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAACAAAABgAAAAeAAAAc= + + + \ No newline at end of file diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs index 110a28b..a360133 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.8.3.0")] -[assembly: AssemblyFileVersion("3.8.3.0")] +[assembly: AssemblyVersion("3.8.3.5")] +[assembly: AssemblyFileVersion("3.8.3.5")] diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs index e4c420d..d6c2e22 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs @@ -31,6 +31,8 @@ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm)); this.timeSetGroup = new System.Windows.Forms.GroupBox(); + this.button_ngrok = new System.Windows.Forms.Button(); + this.checkBox_ngrok = new System.Windows.Forms.CheckBox(); this.checkBox_logAutoSave = new System.Windows.Forms.CheckBox(); this.checkBox_minimized = new System.Windows.Forms.CheckBox(); this.checkBox_autoUpdate = new System.Windows.Forms.CheckBox(); @@ -83,8 +85,6 @@ this.comboBox_whatIsUrl = new System.Windows.Forms.ComboBox(); this.button_whatIsTest = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); - this.checkBox_ngrok = new System.Windows.Forms.CheckBox(); - this.button_ngrok = new System.Windows.Forms.Button(); this.timeSetGroup.SuspendLayout(); this.debugMessage.SuspendLayout(); this.globalSetGroup.SuspendLayout(); @@ -111,6 +111,27 @@ this.timeSetGroup.TabStop = false; this.timeSetGroup.Text = "其它设置"; // + // button_ngrok + // + this.button_ngrok.Location = new System.Drawing.Point(112, 53); + this.button_ngrok.Name = "button_ngrok"; + this.button_ngrok.Size = new System.Drawing.Size(79, 23); + this.button_ngrok.TabIndex = 10; + this.button_ngrok.Text = "ngrok设置"; + this.button_ngrok.UseVisualStyleBackColor = true; + this.button_ngrok.Click += new System.EventHandler(this.button_ngrok_Click); + // + // checkBox_ngrok + // + this.checkBox_ngrok.AutoSize = true; + this.checkBox_ngrok.Location = new System.Drawing.Point(9, 57); + this.checkBox_ngrok.Name = "checkBox_ngrok"; + this.checkBox_ngrok.Size = new System.Drawing.Size(78, 16); + this.checkBox_ngrok.TabIndex = 9; + this.checkBox_ngrok.Text = "启用ngrok"; + this.checkBox_ngrok.UseVisualStyleBackColor = true; + this.checkBox_ngrok.CheckedChanged += new System.EventHandler(this.checkBox_ngrok_CheckedChanged); + // // checkBox_logAutoSave // this.checkBox_logAutoSave.AutoSize = true; @@ -627,26 +648,6 @@ this.label14.TabIndex = 16; this.label14.Text = "查询网址:"; // - // checkBox_ngrok - // - this.checkBox_ngrok.AutoSize = true; - this.checkBox_ngrok.Location = new System.Drawing.Point(9, 57); - this.checkBox_ngrok.Name = "checkBox_ngrok"; - this.checkBox_ngrok.Size = new System.Drawing.Size(78, 16); - this.checkBox_ngrok.TabIndex = 9; - this.checkBox_ngrok.Text = "启用ngrok"; - this.checkBox_ngrok.UseVisualStyleBackColor = true; - this.checkBox_ngrok.CheckedChanged += new System.EventHandler(this.checkBox_ngrok_CheckedChanged); - // - // button_ngrok - // - this.button_ngrok.Location = new System.Drawing.Point(112, 53); - this.button_ngrok.Name = "button_ngrok"; - this.button_ngrok.Size = new System.Drawing.Size(79, 23); - this.button_ngrok.TabIndex = 10; - this.button_ngrok.Text = "ngrok设置"; - this.button_ngrok.UseVisualStyleBackColor = true; - // // mainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs index ab6520f..600e57b 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs @@ -860,6 +860,12 @@ namespace net.nutcore.aliddns else textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Ngrok功能关闭,再次启动不会加载!" + "\r\n"); } + + private void button_ngrok_Click(object sender, EventArgs e) + { + Form_ngrok ngrok = new Form_ngrok(); + ngrok.Show(this); + } } /// diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj b/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj index bd294d8..6d7593e 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj +++ b/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj @@ -85,6 +85,12 @@ Form_About.cs + + Form + + + Form_ngrok.cs + Form @@ -96,6 +102,9 @@ Form_About.cs + + Form_ngrok.cs + main.cs