From eda017bb6a59b5dd396a11b1befe6065845d3560 Mon Sep 17 00:00:00 2001 From: wisdomwei201804 Date: Thu, 7 Jun 2018 18:11:34 +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 --- .../net.nutcore.aliddns/main.Designer.cs | 48 ++++++++++++++----- .../net.nutcore.aliddns/main.cs | 8 ++++ .../net.nutcore.aliddns/updateinfo.txt | 5 +- 3 files changed, 49 insertions(+), 12 deletions(-) diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs index ca16fbe..e4c420d 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/main.Designer.cs @@ -67,6 +67,7 @@ this.notifyIcon_sysTray = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip_sysTrayMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripMenuItem_Exit = new System.Windows.Forms.ToolStripMenuItem(); + this.ToolStripMenuItem_checkUpdate = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem_About = new System.Windows.Forms.ToolStripMenuItem(); this.textBox_log = new System.Windows.Forms.TextBox(); this.groupBox_netstate = new System.Windows.Forms.GroupBox(); @@ -82,7 +83,8 @@ this.comboBox_whatIsUrl = new System.Windows.Forms.ComboBox(); this.button_whatIsTest = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); - this.ToolStripMenuItem_checkUpdate = new System.Windows.Forms.ToolStripMenuItem(); + 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(); @@ -93,6 +95,8 @@ // // timeSetGroup // + this.timeSetGroup.Controls.Add(this.button_ngrok); + this.timeSetGroup.Controls.Add(this.checkBox_ngrok); this.timeSetGroup.Controls.Add(this.checkBox_logAutoSave); this.timeSetGroup.Controls.Add(this.checkBox_minimized); this.timeSetGroup.Controls.Add(this.checkBox_autoUpdate); @@ -110,7 +114,7 @@ // checkBox_logAutoSave // this.checkBox_logAutoSave.AutoSize = true; - this.checkBox_logAutoSave.Location = new System.Drawing.Point(9, 71); + this.checkBox_logAutoSave.Location = new System.Drawing.Point(9, 77); this.checkBox_logAutoSave.Name = "checkBox_logAutoSave"; this.checkBox_logAutoSave.Size = new System.Drawing.Size(96, 16); this.checkBox_logAutoSave.TabIndex = 8; @@ -121,7 +125,7 @@ // checkBox_minimized // this.checkBox_minimized.AutoSize = true; - this.checkBox_minimized.Location = new System.Drawing.Point(9, 44); + this.checkBox_minimized.Location = new System.Drawing.Point(9, 37); this.checkBox_minimized.Name = "checkBox_minimized"; this.checkBox_minimized.Size = new System.Drawing.Size(96, 16); this.checkBox_minimized.TabIndex = 7; @@ -455,19 +459,26 @@ this.ToolStripMenuItem_checkUpdate, this.ToolStripMenuItem_About}); this.contextMenuStrip_sysTrayMenu.Name = "contextMenuStrip1"; - this.contextMenuStrip_sysTrayMenu.Size = new System.Drawing.Size(153, 92); + this.contextMenuStrip_sysTrayMenu.Size = new System.Drawing.Size(125, 70); // // toolStripMenuItem_Exit // this.toolStripMenuItem_Exit.Name = "toolStripMenuItem_Exit"; - this.toolStripMenuItem_Exit.Size = new System.Drawing.Size(152, 22); + this.toolStripMenuItem_Exit.Size = new System.Drawing.Size(124, 22); this.toolStripMenuItem_Exit.Text = "退出"; this.toolStripMenuItem_Exit.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // + // ToolStripMenuItem_checkUpdate + // + this.ToolStripMenuItem_checkUpdate.Name = "ToolStripMenuItem_checkUpdate"; + this.ToolStripMenuItem_checkUpdate.Size = new System.Drawing.Size(124, 22); + this.ToolStripMenuItem_checkUpdate.Text = "检查升级"; + this.ToolStripMenuItem_checkUpdate.Click += new System.EventHandler(this.ToolStripMenuItem_checkUPdate_Click); + // // ToolStripMenuItem_About // this.ToolStripMenuItem_About.Name = "ToolStripMenuItem_About"; - this.ToolStripMenuItem_About.Size = new System.Drawing.Size(152, 22); + this.ToolStripMenuItem_About.Size = new System.Drawing.Size(124, 22); this.ToolStripMenuItem_About.Text = "关于"; this.ToolStripMenuItem_About.Click += new System.EventHandler(this.ToolStripMenuItem_About_Click); // @@ -616,12 +627,25 @@ this.label14.TabIndex = 16; this.label14.Text = "查询网址:"; // - // ToolStripMenuItem_checkUpdate + // checkBox_ngrok // - this.ToolStripMenuItem_checkUpdate.Name = "ToolStripMenuItem_checkUpdate"; - this.ToolStripMenuItem_checkUpdate.Size = new System.Drawing.Size(152, 22); - this.ToolStripMenuItem_checkUpdate.Text = "检查升级"; - this.ToolStripMenuItem_checkUpdate.Click += new System.EventHandler(this.ToolStripMenuItem_checkUPdate_Click); + 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 // @@ -710,6 +734,8 @@ private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox textBox_TTL; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_checkUpdate; + private System.Windows.Forms.Button button_ngrok; + private System.Windows.Forms.CheckBox checkBox_ngrok; } } diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs index 9444613..ab6520f 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs @@ -852,6 +852,14 @@ namespace net.nutcore.aliddns else MessageBox.Show("获取新版本信息失败!"); } + + private void checkBox_ngrok_CheckedChanged(object sender, EventArgs e) + { + if (checkBox_ngrok.Checked == true) + textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Ngrok功能启用,再次启动会自动加载!" + "\r\n"); + else + textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Ngrok功能关闭,再次启动不会加载!" + "\r\n"); + } } /// diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt b/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt index 068fa1a..191cb74 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt +++ b/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt @@ -1,5 +1,8 @@ +v3.8.3.5 +1Teamviewerdz״ʵngrokɡ2Զܼ... + v3.8.3.0 -1Զ⹦ܡ2޸BUG +1Զ⹦ing...2޸BUG v3.8.2.1 1ӽɫȨ޼⡣2๦־