From c8074afd8c69911c6b921a9f63768e7e9382cf4f Mon Sep 17 00:00:00 2001 From: Sancaros Date: Thu, 15 Jun 2023 17:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E7=BA=A7=E4=BA=8C=E7=BA=A7=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net.nutcore.aliddns/Form_main.Designer.cs | 461 +++++++++++------- .../net.nutcore.aliddns/Form_main.cs | 17 +- .../Properties/Resources.Designer.cs | 28 +- .../Properties/Settings.Designer.cs | 2 +- .../net.nutcore.aliddns/app.config | 3 + .../net.nutcore.aliddns.csproj | 5 +- 6 files changed, 309 insertions(+), 207 deletions(-) create mode 100644 net.nutcore.aliddns/net.nutcore.aliddns/app.config diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.Designer.cs index c4d60e6..121d287 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.Designer.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.Designer.cs @@ -154,9 +154,11 @@ this.timeSetGroup.Controls.Add(this.checkBox_logAutoSave); this.timeSetGroup.Controls.Add(this.checkBox_minimized); this.timeSetGroup.Controls.Add(this.checkBox_autoBoot); - this.timeSetGroup.Location = new System.Drawing.Point(3, 3); + this.timeSetGroup.Location = new System.Drawing.Point(4, 4); + this.timeSetGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.timeSetGroup.Name = "timeSetGroup"; - this.timeSetGroup.Size = new System.Drawing.Size(427, 85); + this.timeSetGroup.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.timeSetGroup.Size = new System.Drawing.Size(640, 128); this.timeSetGroup.TabIndex = 0; this.timeSetGroup.TabStop = false; this.timeSetGroup.Text = "启动设置"; @@ -164,9 +166,10 @@ // checkBox_ngrokExists // this.checkBox_ngrokExists.AutoSize = true; - this.checkBox_ngrokExists.Location = new System.Drawing.Point(9, 63); + this.checkBox_ngrokExists.Location = new System.Drawing.Point(14, 94); + this.checkBox_ngrokExists.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_ngrokExists.Name = "checkBox_ngrokExists"; - this.checkBox_ngrokExists.Size = new System.Drawing.Size(150, 16); + this.checkBox_ngrokExists.Size = new System.Drawing.Size(223, 22); this.checkBox_ngrokExists.TabIndex = 2; this.checkBox_ngrokExists.Text = "检测ngrok.exe是否存在"; this.checkBox_ngrokExists.UseVisualStyleBackColor = true; @@ -175,9 +178,10 @@ // checkBox_ngrokAuto // this.checkBox_ngrokAuto.AutoSize = true; - this.checkBox_ngrokAuto.Location = new System.Drawing.Point(9, 41); + this.checkBox_ngrokAuto.Location = new System.Drawing.Point(14, 62); + this.checkBox_ngrokAuto.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_ngrokAuto.Name = "checkBox_ngrokAuto"; - this.checkBox_ngrokAuto.Size = new System.Drawing.Size(102, 16); + this.checkBox_ngrokAuto.Size = new System.Drawing.Size(151, 22); this.checkBox_ngrokAuto.TabIndex = 1; this.checkBox_ngrokAuto.Text = "自动启动ngrok"; this.checkBox_ngrokAuto.UseVisualStyleBackColor = true; @@ -186,9 +190,10 @@ // checkBox_logAutoSave // this.checkBox_logAutoSave.AutoSize = true; - this.checkBox_logAutoSave.Location = new System.Drawing.Point(258, 41); + this.checkBox_logAutoSave.Location = new System.Drawing.Point(387, 62); + this.checkBox_logAutoSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_logAutoSave.Name = "checkBox_logAutoSave"; - this.checkBox_logAutoSave.Size = new System.Drawing.Size(96, 16); + this.checkBox_logAutoSave.Size = new System.Drawing.Size(142, 22); this.checkBox_logAutoSave.TabIndex = 4; this.checkBox_logAutoSave.Text = "日志自动转储"; this.checkBox_logAutoSave.UseVisualStyleBackColor = true; @@ -197,9 +202,10 @@ // checkBox_minimized // this.checkBox_minimized.AutoSize = true; - this.checkBox_minimized.Location = new System.Drawing.Point(258, 19); + this.checkBox_minimized.Location = new System.Drawing.Point(387, 28); + this.checkBox_minimized.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_minimized.Name = "checkBox_minimized"; - this.checkBox_minimized.Size = new System.Drawing.Size(96, 16); + this.checkBox_minimized.Size = new System.Drawing.Size(142, 22); this.checkBox_minimized.TabIndex = 3; this.checkBox_minimized.Text = "启动时最小化"; this.checkBox_minimized.UseVisualStyleBackColor = true; @@ -208,9 +214,10 @@ // checkBox_autoBoot // this.checkBox_autoBoot.AutoSize = true; - this.checkBox_autoBoot.Location = new System.Drawing.Point(9, 19); + this.checkBox_autoBoot.Location = new System.Drawing.Point(14, 28); + this.checkBox_autoBoot.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_autoBoot.Name = "checkBox_autoBoot"; - this.checkBox_autoBoot.Size = new System.Drawing.Size(132, 16); + this.checkBox_autoBoot.Size = new System.Drawing.Size(196, 22); this.checkBox_autoBoot.TabIndex = 0; this.checkBox_autoBoot.Text = "随系统启动自动运行"; this.checkBox_autoBoot.UseVisualStyleBackColor = true; @@ -228,9 +235,11 @@ this.debugMessage.Controls.Add(this.label_globalRR); this.debugMessage.Controls.Add(this.label10); this.debugMessage.Controls.Add(this.label9); - this.debugMessage.Location = new System.Drawing.Point(213, 46); + this.debugMessage.Location = new System.Drawing.Point(320, 69); + this.debugMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.debugMessage.Name = "debugMessage"; - this.debugMessage.Size = new System.Drawing.Size(216, 79); + this.debugMessage.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.debugMessage.Size = new System.Drawing.Size(324, 118); this.debugMessage.TabIndex = 3; this.debugMessage.TabStop = false; this.debugMessage.Text = "调试信息"; @@ -238,93 +247,99 @@ // label_TTL // this.label_TTL.AutoSize = true; - this.label_TTL.Location = new System.Drawing.Point(157, 44); - this.label_TTL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label_TTL.Location = new System.Drawing.Point(236, 66); this.label_TTL.Name = "label_TTL"; - this.label_TTL.Size = new System.Drawing.Size(41, 12); + this.label_TTL.Size = new System.Drawing.Size(62, 18); this.label_TTL.TabIndex = 7; this.label_TTL.Text = ""; // // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(131, 44); - this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label15.Location = new System.Drawing.Point(196, 66); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(29, 12); + this.label15.Size = new System.Drawing.Size(44, 18); this.label15.TabIndex = 6; this.label15.Text = "TTL:"; // // textBox_recordId // this.textBox_recordId.BackColor = System.Drawing.SystemColors.Window; - this.textBox_recordId.Location = new System.Drawing.Point(68, 18); + this.textBox_recordId.Location = new System.Drawing.Point(102, 27); + this.textBox_recordId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_recordId.Name = "textBox_recordId"; this.textBox_recordId.ReadOnly = true; - this.textBox_recordId.Size = new System.Drawing.Size(116, 21); + this.textBox_recordId.Size = new System.Drawing.Size(172, 28); this.textBox_recordId.TabIndex = 1; this.textBox_recordId.Text = ""; // // label_globalValue // this.label_globalValue.AutoSize = true; - this.label_globalValue.Location = new System.Drawing.Point(45, 63); + this.label_globalValue.Location = new System.Drawing.Point(68, 94); + this.label_globalValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_globalValue.Name = "label_globalValue"; - this.label_globalValue.Size = new System.Drawing.Size(41, 12); + this.label_globalValue.Size = new System.Drawing.Size(62, 18); this.label_globalValue.TabIndex = 9; this.label_globalValue.Text = ""; // // label_globalDomainType // this.label_globalDomainType.AutoSize = true; - this.label_globalDomainType.Location = new System.Drawing.Point(96, 44); + this.label_globalDomainType.Location = new System.Drawing.Point(144, 66); + this.label_globalDomainType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_globalDomainType.Name = "label_globalDomainType"; - this.label_globalDomainType.Size = new System.Drawing.Size(41, 12); + this.label_globalDomainType.Size = new System.Drawing.Size(62, 18); this.label_globalDomainType.TabIndex = 5; this.label_globalDomainType.Text = ""; // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(6, 62); + this.label12.Location = new System.Drawing.Point(9, 93); + this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(41, 12); + this.label12.Size = new System.Drawing.Size(62, 18); this.label12.TabIndex = 8; this.label12.Text = "Value:"; // // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(67, 44); + this.label11.Location = new System.Drawing.Point(100, 66); + this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(35, 12); + this.label11.Size = new System.Drawing.Size(53, 18); this.label11.TabIndex = 4; this.label11.Text = "Type:"; // // label_globalRR // this.label_globalRR.AutoSize = true; - this.label_globalRR.Location = new System.Drawing.Point(26, 44); + this.label_globalRR.Location = new System.Drawing.Point(39, 66); + this.label_globalRR.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_globalRR.Name = "label_globalRR"; - this.label_globalRR.Size = new System.Drawing.Size(41, 12); + this.label_globalRR.Size = new System.Drawing.Size(62, 18); this.label_globalRR.TabIndex = 3; this.label_globalRR.Text = ""; // // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(6, 44); + this.label10.Location = new System.Drawing.Point(9, 66); + this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(23, 12); + this.label10.Size = new System.Drawing.Size(35, 18); this.label10.TabIndex = 2; this.label10.Text = "RR:"; // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(7, 21); + this.label9.Location = new System.Drawing.Point(10, 32); + this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(53, 12); + this.label9.Size = new System.Drawing.Size(80, 18); this.label9.TabIndex = 0; this.label9.Text = "RecordId"; // @@ -341,18 +356,21 @@ this.globalSetGroup.Controls.Add(this.label5); this.globalSetGroup.Controls.Add(this.textBox_accessKeyId); this.globalSetGroup.Controls.Add(this.label4); - this.globalSetGroup.Location = new System.Drawing.Point(213, 129); + this.globalSetGroup.Location = new System.Drawing.Point(320, 194); + this.globalSetGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.globalSetGroup.Name = "globalSetGroup"; - this.globalSetGroup.Size = new System.Drawing.Size(216, 145); + this.globalSetGroup.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.globalSetGroup.Size = new System.Drawing.Size(324, 218); this.globalSetGroup.TabIndex = 4; this.globalSetGroup.TabStop = false; this.globalSetGroup.Text = "阿里云账号"; // // button_addNewDomain // - this.button_addNewDomain.Location = new System.Drawing.Point(145, 119); + this.button_addNewDomain.Location = new System.Drawing.Point(218, 178); + this.button_addNewDomain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_addNewDomain.Name = "button_addNewDomain"; - this.button_addNewDomain.Size = new System.Drawing.Size(65, 23); + this.button_addNewDomain.Size = new System.Drawing.Size(98, 34); this.button_addNewDomain.TabIndex = 10; this.button_addNewDomain.Text = "添加域名"; this.button_addNewDomain.UseVisualStyleBackColor = true; @@ -361,28 +379,27 @@ // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(8, 98); - this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label13.Location = new System.Drawing.Point(12, 147); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(47, 12); + this.label13.Size = new System.Drawing.Size(71, 18); this.label13.TabIndex = 6; this.label13.Text = "TTL(秒)"; // // textBox_TTL // - this.textBox_TTL.Location = new System.Drawing.Point(65, 95); - this.textBox_TTL.Margin = new System.Windows.Forms.Padding(2); + this.textBox_TTL.Location = new System.Drawing.Point(98, 142); this.textBox_TTL.Name = "textBox_TTL"; - this.textBox_TTL.Size = new System.Drawing.Size(37, 21); + this.textBox_TTL.Size = new System.Drawing.Size(54, 28); this.textBox_TTL.TabIndex = 7; this.textBox_TTL.Text = "600"; this.textBox_TTL.Leave += new System.EventHandler(this.textBox_TTL_Leave); // // button_ShowHide // - this.button_ShowHide.Location = new System.Drawing.Point(75, 119); + this.button_ShowHide.Location = new System.Drawing.Point(112, 178); + this.button_ShowHide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_ShowHide.Name = "button_ShowHide"; - this.button_ShowHide.Size = new System.Drawing.Size(65, 23); + this.button_ShowHide.Size = new System.Drawing.Size(98, 34); this.button_ShowHide.TabIndex = 9; this.button_ShowHide.Text = "显示录入"; this.button_ShowHide.UseVisualStyleBackColor = true; @@ -390,9 +407,10 @@ // // button_checkAndSaveConfig // - this.button_checkAndSaveConfig.Location = new System.Drawing.Point(5, 119); + this.button_checkAndSaveConfig.Location = new System.Drawing.Point(8, 178); + this.button_checkAndSaveConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_checkAndSaveConfig.Name = "button_checkAndSaveConfig"; - this.button_checkAndSaveConfig.Size = new System.Drawing.Size(65, 23); + this.button_checkAndSaveConfig.Size = new System.Drawing.Size(98, 34); this.button_checkAndSaveConfig.TabIndex = 8; this.button_checkAndSaveConfig.Text = "测试连接"; this.button_checkAndSaveConfig.UseVisualStyleBackColor = true; @@ -401,27 +419,30 @@ // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(6, 73); + this.label6.Location = new System.Drawing.Point(9, 110); + this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(53, 12); + this.label6.Size = new System.Drawing.Size(80, 18); this.label6.TabIndex = 4; this.label6.Text = "完整域名"; // // textBox_fullDomainName // - this.textBox_fullDomainName.Location = new System.Drawing.Point(65, 69); + this.textBox_fullDomainName.Location = new System.Drawing.Point(98, 104); + this.textBox_fullDomainName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_fullDomainName.Name = "textBox_fullDomainName"; - this.textBox_fullDomainName.Size = new System.Drawing.Size(145, 21); + this.textBox_fullDomainName.Size = new System.Drawing.Size(216, 28); this.textBox_fullDomainName.TabIndex = 5; this.textBox_fullDomainName.Text = "www.xxx.com"; this.textBox_fullDomainName.Leave += new System.EventHandler(this.fullDomainName_Leave); // // textBox_accessKeySecret // - this.textBox_accessKeySecret.Location = new System.Drawing.Point(65, 43); + this.textBox_accessKeySecret.Location = new System.Drawing.Point(98, 64); + this.textBox_accessKeySecret.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_accessKeySecret.Name = "textBox_accessKeySecret"; this.textBox_accessKeySecret.PasswordChar = '*'; - this.textBox_accessKeySecret.Size = new System.Drawing.Size(145, 21); + this.textBox_accessKeySecret.Size = new System.Drawing.Size(216, 28); this.textBox_accessKeySecret.TabIndex = 3; this.textBox_accessKeySecret.Text = "null"; this.textBox_accessKeySecret.Leave += new System.EventHandler(this.accessKeySecret_Leave); @@ -429,18 +450,20 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(6, 45); + this.label5.Location = new System.Drawing.Point(9, 68); + this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(59, 12); + this.label5.Size = new System.Drawing.Size(89, 18); this.label5.TabIndex = 2; this.label5.Text = "KeySecret"; // // textBox_accessKeyId // - this.textBox_accessKeyId.Location = new System.Drawing.Point(43, 16); + this.textBox_accessKeyId.Location = new System.Drawing.Point(64, 24); + this.textBox_accessKeyId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_accessKeyId.Name = "textBox_accessKeyId"; this.textBox_accessKeyId.PasswordChar = '*'; - this.textBox_accessKeyId.Size = new System.Drawing.Size(167, 21); + this.textBox_accessKeyId.Size = new System.Drawing.Size(248, 28); this.textBox_accessKeyId.TabIndex = 1; this.textBox_accessKeyId.Text = "null"; this.textBox_accessKeyId.Leave += new System.EventHandler(this.accessKeyId_Leave); @@ -448,26 +471,29 @@ // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(6, 18); + this.label4.Location = new System.Drawing.Point(9, 27); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(35, 12); + this.label4.Size = new System.Drawing.Size(53, 18); this.label4.TabIndex = 0; this.label4.Text = "KeyId"; // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(106, 21); + this.label8.Location = new System.Drawing.Point(159, 32); + this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(65, 12); + this.label8.Size = new System.Drawing.Size(98, 18); this.label8.TabIndex = 2; this.label8.Text = "秒更新一次"; // // textBox_newSeconds // - this.textBox_newSeconds.Location = new System.Drawing.Point(40, 18); + this.textBox_newSeconds.Location = new System.Drawing.Point(60, 27); + this.textBox_newSeconds.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_newSeconds.Name = "textBox_newSeconds"; - this.textBox_newSeconds.Size = new System.Drawing.Size(60, 21); + this.textBox_newSeconds.Size = new System.Drawing.Size(88, 28); this.textBox_newSeconds.TabIndex = 1; this.textBox_newSeconds.Text = "60"; this.textBox_newSeconds.Leave += new System.EventHandler(this.newSeconds_Leave); @@ -475,9 +501,10 @@ // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(5, 21); + this.label7.Location = new System.Drawing.Point(8, 32); + this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(29, 12); + this.label7.Size = new System.Drawing.Size(44, 18); this.label7.TabIndex = 0; this.label7.Text = "每隔"; // @@ -503,26 +530,26 @@ this.ToolStripMenuItem_checkUpgrade, this.ToolStripMenuItem_about}); this.contextMenuStrip_sysTrayMenu.Name = "contextMenuStrip1"; - this.contextMenuStrip_sysTrayMenu.Size = new System.Drawing.Size(125, 70); + this.contextMenuStrip_sysTrayMenu.Size = new System.Drawing.Size(153, 94); // // ToolStripMenuItem_Exit // this.ToolStripMenuItem_Exit.Name = "ToolStripMenuItem_Exit"; - this.ToolStripMenuItem_Exit.Size = new System.Drawing.Size(124, 22); + this.ToolStripMenuItem_Exit.Size = new System.Drawing.Size(152, 30); this.ToolStripMenuItem_Exit.Text = "退出"; this.ToolStripMenuItem_Exit.Click += new System.EventHandler(this.ToolStripMenuItem_Quit_Click); // // ToolStripMenuItem_checkUpgrade // this.ToolStripMenuItem_checkUpgrade.Name = "ToolStripMenuItem_checkUpgrade"; - this.ToolStripMenuItem_checkUpgrade.Size = new System.Drawing.Size(124, 22); + this.ToolStripMenuItem_checkUpgrade.Size = new System.Drawing.Size(152, 30); this.ToolStripMenuItem_checkUpgrade.Text = "检查升级"; this.ToolStripMenuItem_checkUpgrade.Click += new System.EventHandler(this.ToolStripMenuItem_checkUpgrade_Click); // // ToolStripMenuItem_about // this.ToolStripMenuItem_about.Name = "ToolStripMenuItem_about"; - this.ToolStripMenuItem_about.Size = new System.Drawing.Size(124, 22); + this.ToolStripMenuItem_about.Size = new System.Drawing.Size(152, 30); this.ToolStripMenuItem_about.Text = "关于"; this.ToolStripMenuItem_about.Click += new System.EventHandler(this.ToolStripMenuItem_about_Click); // @@ -534,9 +561,11 @@ this.groupBox_netstate.Controls.Add(this.label2); this.groupBox_netstate.Controls.Add(this.label_localIP); this.groupBox_netstate.Controls.Add(this.label1); - this.groupBox_netstate.Location = new System.Drawing.Point(6, 6); + this.groupBox_netstate.Location = new System.Drawing.Point(9, 9); + this.groupBox_netstate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox_netstate.Name = "groupBox_netstate"; - this.groupBox_netstate.Size = new System.Drawing.Size(423, 38); + this.groupBox_netstate.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox_netstate.Size = new System.Drawing.Size(634, 57); this.groupBox_netstate.TabIndex = 0; this.groupBox_netstate.TabStop = false; this.groupBox_netstate.Text = "网络状态"; @@ -545,9 +574,10 @@ // this.label_DomainIpStatus.AutoSize = true; this.label_DomainIpStatus.ForeColor = System.Drawing.Color.Red; - this.label_DomainIpStatus.Location = new System.Drawing.Point(371, 19); + this.label_DomainIpStatus.Location = new System.Drawing.Point(556, 28); + this.label_DomainIpStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_DomainIpStatus.Name = "label_DomainIpStatus"; - this.label_DomainIpStatus.Size = new System.Drawing.Size(41, 12); + this.label_DomainIpStatus.Size = new System.Drawing.Size(62, 18); this.label_DomainIpStatus.TabIndex = 5; this.label_DomainIpStatus.Text = "未绑定"; // @@ -555,45 +585,50 @@ // this.label_localIpStatus.AutoSize = true; this.label_localIpStatus.ForeColor = System.Drawing.Color.Red; - this.label_localIpStatus.Location = new System.Drawing.Point(156, 19); + this.label_localIpStatus.Location = new System.Drawing.Point(234, 28); + this.label_localIpStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_localIpStatus.Name = "label_localIpStatus"; - this.label_localIpStatus.Size = new System.Drawing.Size(41, 12); + this.label_localIpStatus.Size = new System.Drawing.Size(62, 18); this.label_localIpStatus.TabIndex = 2; this.label_localIpStatus.Text = "未连接"; // // label_domainIP // this.label_domainIP.AutoSize = true; - this.label_domainIP.Location = new System.Drawing.Point(264, 19); + this.label_domainIP.Location = new System.Drawing.Point(396, 28); + this.label_domainIP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_domainIP.Name = "label_domainIP"; - this.label_domainIP.Size = new System.Drawing.Size(47, 12); + this.label_domainIP.Size = new System.Drawing.Size(71, 18); this.label_domainIP.TabIndex = 4; this.label_domainIP.Text = "0.0.0.0"; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(218, 19); + this.label2.Location = new System.Drawing.Point(327, 28); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(47, 12); + this.label2.Size = new System.Drawing.Size(71, 18); this.label2.TabIndex = 3; this.label2.Text = "域名IP:"; // // label_localIP // this.label_localIP.AutoSize = true; - this.label_localIP.Location = new System.Drawing.Point(57, 19); + this.label_localIP.Location = new System.Drawing.Point(86, 28); + this.label_localIP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_localIP.Name = "label_localIP"; - this.label_localIP.Size = new System.Drawing.Size(47, 12); + this.label_localIP.Size = new System.Drawing.Size(71, 18); this.label_localIP.TabIndex = 1; this.label_localIP.Text = "0.0.0.0"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(5, 19); + this.label1.Location = new System.Drawing.Point(8, 28); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(53, 12); + this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 0; this.label1.Text = "WAN口IP:"; // @@ -605,18 +640,21 @@ this.groupBox_setWanIp.Controls.Add(this.comboBox_whatIsUrl); this.groupBox_setWanIp.Controls.Add(this.button_whatIsTest); this.groupBox_setWanIp.Controls.Add(this.label14); - this.groupBox_setWanIp.Location = new System.Drawing.Point(6, 46); + this.groupBox_setWanIp.Location = new System.Drawing.Point(9, 69); + this.groupBox_setWanIp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox_setWanIp.Name = "groupBox_setWanIp"; - this.groupBox_setWanIp.Size = new System.Drawing.Size(201, 135); + this.groupBox_setWanIp.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox_setWanIp.Size = new System.Drawing.Size(302, 202); this.groupBox_setWanIp.TabIndex = 1; this.groupBox_setWanIp.TabStop = false; this.groupBox_setWanIp.Text = "WAN口IP设置"; // // button_addUrl // - this.button_addUrl.Location = new System.Drawing.Point(105, 66); + this.button_addUrl.Location = new System.Drawing.Point(158, 99); + this.button_addUrl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_addUrl.Name = "button_addUrl"; - this.button_addUrl.Size = new System.Drawing.Size(90, 23); + this.button_addUrl.Size = new System.Drawing.Size(135, 34); this.button_addUrl.TabIndex = 3; this.button_addUrl.Text = "添加网址"; this.button_addUrl.UseVisualStyleBackColor = true; @@ -624,18 +662,20 @@ // // maskedTextBox_setIP // - this.maskedTextBox_setIP.Location = new System.Drawing.Point(7, 100); + this.maskedTextBox_setIP.Location = new System.Drawing.Point(10, 150); + this.maskedTextBox_setIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.maskedTextBox_setIP.Mask = "000.000.000.000"; this.maskedTextBox_setIP.Name = "maskedTextBox_setIP"; this.maskedTextBox_setIP.PromptChar = ' '; - this.maskedTextBox_setIP.Size = new System.Drawing.Size(106, 21); + this.maskedTextBox_setIP.Size = new System.Drawing.Size(157, 28); this.maskedTextBox_setIP.TabIndex = 4; // // button_setIP // - this.button_setIP.Location = new System.Drawing.Point(119, 99); + this.button_setIP.Location = new System.Drawing.Point(178, 148); + this.button_setIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_setIP.Name = "button_setIP"; - this.button_setIP.Size = new System.Drawing.Size(76, 23); + this.button_setIP.Size = new System.Drawing.Size(114, 34); this.button_setIP.TabIndex = 5; this.button_setIP.Text = "手工指定IP"; this.button_setIP.UseVisualStyleBackColor = true; @@ -644,17 +684,19 @@ // comboBox_whatIsUrl // this.comboBox_whatIsUrl.FormattingEnabled = true; - this.comboBox_whatIsUrl.Location = new System.Drawing.Point(6, 41); + this.comboBox_whatIsUrl.Location = new System.Drawing.Point(9, 62); + this.comboBox_whatIsUrl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBox_whatIsUrl.Name = "comboBox_whatIsUrl"; - this.comboBox_whatIsUrl.Size = new System.Drawing.Size(189, 20); + this.comboBox_whatIsUrl.Size = new System.Drawing.Size(282, 26); this.comboBox_whatIsUrl.TabIndex = 1; this.comboBox_whatIsUrl.Leave += new System.EventHandler(this.comboBox_whatIsUrl_Leave); // // button_whatIsTest // - this.button_whatIsTest.Location = new System.Drawing.Point(6, 66); + this.button_whatIsTest.Location = new System.Drawing.Point(9, 99); + this.button_whatIsTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_whatIsTest.Name = "button_whatIsTest"; - this.button_whatIsTest.Size = new System.Drawing.Size(90, 23); + this.button_whatIsTest.Size = new System.Drawing.Size(135, 34); this.button_whatIsTest.TabIndex = 2; this.button_whatIsTest.Text = "获取WAN口IP"; this.button_whatIsTest.UseVisualStyleBackColor = true; @@ -663,9 +705,10 @@ // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(7, 22); + this.label14.Location = new System.Drawing.Point(10, 33); + this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(59, 12); + this.label14.Size = new System.Drawing.Size(89, 18); this.label14.TabIndex = 0; this.label14.Text = "查询网址:"; // @@ -675,10 +718,11 @@ this.tabControl1.Controls.Add(this.tabPage_ngrok); this.tabControl1.Controls.Add(this.tabPage_other); this.tabControl1.Controls.Add(this.tabPage_about); - this.tabControl1.Location = new System.Drawing.Point(0, 1); + this.tabControl1.Location = new System.Drawing.Point(0, 2); + this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(441, 303); + this.tabControl1.Size = new System.Drawing.Size(662, 454); this.tabControl1.TabIndex = 0; // // tabPage_ddns @@ -689,10 +733,11 @@ this.tabPage_ddns.Controls.Add(this.debugMessage); this.tabPage_ddns.Controls.Add(this.groupBox_setWanIp); this.tabPage_ddns.Controls.Add(this.globalSetGroup); - this.tabPage_ddns.Location = new System.Drawing.Point(4, 22); + this.tabPage_ddns.Location = new System.Drawing.Point(4, 28); + this.tabPage_ddns.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage_ddns.Name = "tabPage_ddns"; - this.tabPage_ddns.Padding = new System.Windows.Forms.Padding(3); - this.tabPage_ddns.Size = new System.Drawing.Size(433, 277); + this.tabPage_ddns.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage_ddns.Size = new System.Drawing.Size(654, 422); this.tabPage_ddns.TabIndex = 0; this.tabPage_ddns.Text = "DDNS"; // @@ -705,9 +750,11 @@ this.groupBox6.Controls.Add(this.label7); this.groupBox6.Controls.Add(this.label8); this.groupBox6.Controls.Add(this.textBox_newSeconds); - this.groupBox6.Location = new System.Drawing.Point(6, 185); + this.groupBox6.Location = new System.Drawing.Point(9, 278); + this.groupBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox6.Name = "groupBox6"; - this.groupBox6.Size = new System.Drawing.Size(200, 89); + this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox6.Size = new System.Drawing.Size(300, 134); this.groupBox6.TabIndex = 2; this.groupBox6.TabStop = false; this.groupBox6.Text = "更新设置"; @@ -715,9 +762,10 @@ // checkBox_autoUpdate // this.checkBox_autoUpdate.AutoSize = true; - this.checkBox_autoUpdate.Location = new System.Drawing.Point(7, 43); + this.checkBox_autoUpdate.Location = new System.Drawing.Point(10, 64); + this.checkBox_autoUpdate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_autoUpdate.Name = "checkBox_autoUpdate"; - this.checkBox_autoUpdate.Size = new System.Drawing.Size(72, 16); + this.checkBox_autoUpdate.Size = new System.Drawing.Size(106, 22); this.checkBox_autoUpdate.TabIndex = 3; this.checkBox_autoUpdate.Text = "自动更新"; this.checkBox_autoUpdate.UseVisualStyleBackColor = true; @@ -726,27 +774,30 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(114, 43); + this.label3.Location = new System.Drawing.Point(171, 64); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(77, 12); + this.label3.Size = new System.Drawing.Size(116, 18); this.label3.TabIndex = 5; this.label3.Text = "秒后更新记录"; // // label_nextUpdateSeconds // this.label_nextUpdateSeconds.ForeColor = System.Drawing.Color.Red; - this.label_nextUpdateSeconds.Location = new System.Drawing.Point(84, 44); + this.label_nextUpdateSeconds.Location = new System.Drawing.Point(126, 66); + this.label_nextUpdateSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_nextUpdateSeconds.Name = "label_nextUpdateSeconds"; - this.label_nextUpdateSeconds.Size = new System.Drawing.Size(30, 12); + this.label_nextUpdateSeconds.Size = new System.Drawing.Size(45, 18); this.label_nextUpdateSeconds.TabIndex = 4; this.label_nextUpdateSeconds.Text = "60"; this.label_nextUpdateSeconds.TextAlign = System.Drawing.ContentAlignment.TopRight; // // button_updateNow // - this.button_updateNow.Location = new System.Drawing.Point(6, 62); + this.button_updateNow.Location = new System.Drawing.Point(9, 93); + this.button_updateNow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_updateNow.Name = "button_updateNow"; - this.button_updateNow.Size = new System.Drawing.Size(185, 23); + this.button_updateNow.Size = new System.Drawing.Size(278, 34); this.button_updateNow.TabIndex = 6; this.button_updateNow.Text = "立即更新"; this.button_updateNow.UseVisualStyleBackColor = true; @@ -760,18 +811,20 @@ this.tabPage_ngrok.Controls.Add(this.button1); this.tabPage_ngrok.Controls.Add(this.groupBox2); this.tabPage_ngrok.Controls.Add(this.groupBox3); - this.tabPage_ngrok.Location = new System.Drawing.Point(4, 22); + this.tabPage_ngrok.Location = new System.Drawing.Point(4, 28); + this.tabPage_ngrok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage_ngrok.Name = "tabPage_ngrok"; - this.tabPage_ngrok.Padding = new System.Windows.Forms.Padding(3); - this.tabPage_ngrok.Size = new System.Drawing.Size(433, 277); + this.tabPage_ngrok.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabPage_ngrok.Size = new System.Drawing.Size(654, 422); this.tabPage_ngrok.TabIndex = 1; this.tabPage_ngrok.Text = "NGROK"; // // button2 // - this.button2.Location = new System.Drawing.Point(145, 324); + this.button2.Location = new System.Drawing.Point(218, 486); + this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(80, 23); + this.button2.Size = new System.Drawing.Size(120, 34); this.button2.TabIndex = 3; this.button2.Text = "保存"; this.button2.UseVisualStyleBackColor = true; @@ -779,25 +832,29 @@ // groupBox1 // this.groupBox1.Controls.Add(this.textBox_AuthToken); - this.groupBox1.Location = new System.Drawing.Point(238, 6); + this.groupBox1.Location = new System.Drawing.Point(357, 9); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(189, 48); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox1.Size = new System.Drawing.Size(284, 72); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "认证令牌"; // // textBox_AuthToken // - this.textBox_AuthToken.Location = new System.Drawing.Point(11, 18); + this.textBox_AuthToken.Location = new System.Drawing.Point(16, 27); + this.textBox_AuthToken.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_AuthToken.Name = "textBox_AuthToken"; - this.textBox_AuthToken.Size = new System.Drawing.Size(172, 21); + this.textBox_AuthToken.Size = new System.Drawing.Size(256, 28); this.textBox_AuthToken.TabIndex = 0; // // button1 // - this.button1.Location = new System.Drawing.Point(33, 324); + this.button1.Location = new System.Drawing.Point(50, 486); + this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(80, 23); + this.button1.Size = new System.Drawing.Size(120, 34); this.button1.TabIndex = 4; this.button1.Text = "取消"; this.button1.UseVisualStyleBackColor = true; @@ -806,26 +863,30 @@ // this.groupBox2.Controls.Add(this.textBox_serverAddr); this.groupBox2.Controls.Add(this.label16); - this.groupBox2.Location = new System.Drawing.Point(6, 6); + this.groupBox2.Location = new System.Drawing.Point(9, 9); + this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(226, 48); + this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox2.Size = new System.Drawing.Size(339, 72); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "服务端Ngrokd"; // // textBox_serverAddr // - this.textBox_serverAddr.Location = new System.Drawing.Point(50, 18); + this.textBox_serverAddr.Location = new System.Drawing.Point(75, 27); + this.textBox_serverAddr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_serverAddr.Name = "textBox_serverAddr"; - this.textBox_serverAddr.Size = new System.Drawing.Size(169, 21); + this.textBox_serverAddr.Size = new System.Drawing.Size(252, 28); this.textBox_serverAddr.TabIndex = 1; // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(11, 21); + this.label16.Location = new System.Drawing.Point(16, 32); + this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(35, 12); + this.label16.Size = new System.Drawing.Size(53, 18); this.label16.TabIndex = 0; this.label16.Text = "地址:"; // @@ -838,18 +899,21 @@ this.groupBox3.Controls.Add(this.button_delete); this.groupBox3.Controls.Add(this.button_addnew); this.groupBox3.Controls.Add(this.listView_ngrok); - this.groupBox3.Location = new System.Drawing.Point(6, 60); + this.groupBox3.Location = new System.Drawing.Point(9, 90); + this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(421, 211); + this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox3.Size = new System.Drawing.Size(632, 316); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "内网端Ngrok"; // // button_stop // - this.button_stop.Location = new System.Drawing.Point(360, 180); + this.button_stop.Location = new System.Drawing.Point(540, 270); + this.button_stop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_stop.Name = "button_stop"; - this.button_stop.Size = new System.Drawing.Size(55, 25); + this.button_stop.Size = new System.Drawing.Size(82, 38); this.button_stop.TabIndex = 6; this.button_stop.Text = "停止"; this.button_stop.UseVisualStyleBackColor = true; @@ -857,9 +921,10 @@ // // button_edit // - this.button_edit.Location = new System.Drawing.Point(360, 51); + this.button_edit.Location = new System.Drawing.Point(540, 76); + this.button_edit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_edit.Name = "button_edit"; - this.button_edit.Size = new System.Drawing.Size(55, 24); + this.button_edit.Size = new System.Drawing.Size(82, 36); this.button_edit.TabIndex = 2; this.button_edit.Text = "编辑"; this.button_edit.UseVisualStyleBackColor = true; @@ -867,9 +932,10 @@ // // button_ngrokSave // - this.button_ngrokSave.Location = new System.Drawing.Point(360, 112); + this.button_ngrokSave.Location = new System.Drawing.Point(540, 168); + this.button_ngrokSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_ngrokSave.Name = "button_ngrokSave"; - this.button_ngrokSave.Size = new System.Drawing.Size(55, 25); + this.button_ngrokSave.Size = new System.Drawing.Size(82, 38); this.button_ngrokSave.TabIndex = 4; this.button_ngrokSave.Text = "保存"; this.button_ngrokSave.UseVisualStyleBackColor = true; @@ -877,9 +943,10 @@ // // button_ngrokApply // - this.button_ngrokApply.Location = new System.Drawing.Point(360, 149); + this.button_ngrokApply.Location = new System.Drawing.Point(540, 224); + this.button_ngrokApply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_ngrokApply.Name = "button_ngrokApply"; - this.button_ngrokApply.Size = new System.Drawing.Size(55, 25); + this.button_ngrokApply.Size = new System.Drawing.Size(82, 38); this.button_ngrokApply.TabIndex = 5; this.button_ngrokApply.Text = "启动"; this.button_ngrokApply.UseVisualStyleBackColor = true; @@ -887,9 +954,10 @@ // // button_delete // - this.button_delete.Location = new System.Drawing.Point(360, 81); + this.button_delete.Location = new System.Drawing.Point(540, 122); + this.button_delete.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_delete.Name = "button_delete"; - this.button_delete.Size = new System.Drawing.Size(55, 25); + this.button_delete.Size = new System.Drawing.Size(82, 38); this.button_delete.TabIndex = 3; this.button_delete.Text = "删除"; this.button_delete.UseVisualStyleBackColor = true; @@ -897,9 +965,10 @@ // // button_addnew // - this.button_addnew.Location = new System.Drawing.Point(360, 20); + this.button_addnew.Location = new System.Drawing.Point(540, 30); + this.button_addnew.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_addnew.Name = "button_addnew"; - this.button_addnew.Size = new System.Drawing.Size(55, 25); + this.button_addnew.Size = new System.Drawing.Size(82, 38); this.button_addnew.TabIndex = 1; this.button_addnew.Text = "增加"; this.button_addnew.UseVisualStyleBackColor = true; @@ -916,9 +985,11 @@ this.columnHeader_subdomain}); this.listView_ngrok.FullRowSelect = true; this.listView_ngrok.GridLines = true; - this.listView_ngrok.Location = new System.Drawing.Point(6, 20); + this.listView_ngrok.HideSelection = false; + this.listView_ngrok.Location = new System.Drawing.Point(9, 30); + this.listView_ngrok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.listView_ngrok.Name = "listView_ngrok"; - this.listView_ngrok.Size = new System.Drawing.Size(348, 185); + this.listView_ngrok.Size = new System.Drawing.Size(520, 276); this.listView_ngrok.TabIndex = 0; this.listView_ngrok.UseCompatibleStateImageBehavior = false; this.listView_ngrok.View = System.Windows.Forms.View.Details; @@ -962,9 +1033,10 @@ this.tabPage_other.BackColor = System.Drawing.SystemColors.Control; this.tabPage_other.Controls.Add(this.groupBox4); this.tabPage_other.Controls.Add(this.timeSetGroup); - this.tabPage_other.Location = new System.Drawing.Point(4, 22); + this.tabPage_other.Location = new System.Drawing.Point(4, 28); + this.tabPage_other.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage_other.Name = "tabPage_other"; - this.tabPage_other.Size = new System.Drawing.Size(433, 277); + this.tabPage_other.Size = new System.Drawing.Size(654, 422); this.tabPage_other.TabIndex = 2; this.tabPage_other.Text = "其它"; // @@ -979,9 +1051,11 @@ this.groupBox4.Controls.Add(this.label28); this.groupBox4.Controls.Add(this.label_currentVer); this.groupBox4.Controls.Add(this.label30); - this.groupBox4.Location = new System.Drawing.Point(3, 94); + this.groupBox4.Location = new System.Drawing.Point(4, 141); + this.groupBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(427, 99); + this.groupBox4.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox4.Size = new System.Drawing.Size(640, 148); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "升级设置"; @@ -989,9 +1063,10 @@ // checkBox_silence // this.checkBox_silence.AutoSize = true; - this.checkBox_silence.Location = new System.Drawing.Point(258, 20); + this.checkBox_silence.Location = new System.Drawing.Point(387, 30); + this.checkBox_silence.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_silence.Name = "checkBox_silence"; - this.checkBox_silence.Size = new System.Drawing.Size(96, 16); + this.checkBox_silence.Size = new System.Drawing.Size(142, 22); this.checkBox_silence.TabIndex = 8; this.checkBox_silence.Text = "升级静默完成"; this.checkBox_silence.UseVisualStyleBackColor = true; @@ -999,26 +1074,29 @@ // // textBox_upgradeUrl // - this.textBox_upgradeUrl.Location = new System.Drawing.Point(48, 44); + this.textBox_upgradeUrl.Location = new System.Drawing.Point(72, 66); + this.textBox_upgradeUrl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_upgradeUrl.Name = "textBox_upgradeUrl"; - this.textBox_upgradeUrl.Size = new System.Drawing.Size(194, 21); + this.textBox_upgradeUrl.Size = new System.Drawing.Size(289, 28); this.textBox_upgradeUrl.TabIndex = 7; this.textBox_upgradeUrl.Leave += new System.EventHandler(this.textBox_upgradeUrl_Leave); // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(7, 47); + this.label17.Location = new System.Drawing.Point(10, 70); + this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(35, 12); + this.label17.Size = new System.Drawing.Size(53, 18); this.label17.TabIndex = 6; this.label17.Text = "地址:"; // // button_updateTest // - this.button_updateTest.Location = new System.Drawing.Point(258, 42); + this.button_updateTest.Location = new System.Drawing.Point(387, 63); + this.button_updateTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_updateTest.Name = "button_updateTest"; - this.button_updateTest.Size = new System.Drawing.Size(96, 25); + this.button_updateTest.Size = new System.Drawing.Size(144, 38); this.button_updateTest.TabIndex = 5; this.button_updateTest.Text = "立即检测升级"; this.button_updateTest.UseVisualStyleBackColor = true; @@ -1027,9 +1105,10 @@ // checkBox_autoUpgrade // this.checkBox_autoUpgrade.AutoSize = true; - this.checkBox_autoUpgrade.Location = new System.Drawing.Point(9, 20); + this.checkBox_autoUpgrade.Location = new System.Drawing.Point(14, 30); + this.checkBox_autoUpgrade.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBox_autoUpgrade.Name = "checkBox_autoUpgrade"; - this.checkBox_autoUpgrade.Size = new System.Drawing.Size(108, 16); + this.checkBox_autoUpgrade.Size = new System.Drawing.Size(160, 22); this.checkBox_autoUpgrade.TabIndex = 4; this.checkBox_autoUpgrade.Text = "自动检测新版本"; this.checkBox_autoUpgrade.UseVisualStyleBackColor = true; @@ -1038,36 +1117,40 @@ // label_latestVer // this.label_latestVer.AutoSize = true; - this.label_latestVer.Location = new System.Drawing.Point(213, 77); + this.label_latestVer.Location = new System.Drawing.Point(320, 116); + this.label_latestVer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_latestVer.Name = "label_latestVer"; - this.label_latestVer.Size = new System.Drawing.Size(47, 12); + this.label_latestVer.Size = new System.Drawing.Size(71, 18); this.label_latestVer.TabIndex = 3; this.label_latestVer.Text = "0.0.0.0"; // // label28 // this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(148, 77); + this.label28.Location = new System.Drawing.Point(222, 116); + this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(59, 12); + this.label28.Size = new System.Drawing.Size(89, 18); this.label28.TabIndex = 2; this.label28.Text = "远程版本:"; // // label_currentVer // this.label_currentVer.AutoSize = true; - this.label_currentVer.Location = new System.Drawing.Point(72, 77); + this.label_currentVer.Location = new System.Drawing.Point(108, 116); + this.label_currentVer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_currentVer.Name = "label_currentVer"; - this.label_currentVer.Size = new System.Drawing.Size(47, 12); + this.label_currentVer.Size = new System.Drawing.Size(71, 18); this.label_currentVer.TabIndex = 1; this.label_currentVer.Text = "0.0.0.0"; // // label30 // this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(7, 77); + this.label30.Location = new System.Drawing.Point(10, 116); + this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(59, 12); + this.label30.Size = new System.Drawing.Size(89, 18); this.label30.TabIndex = 0; this.label30.Text = "本地版本:"; // @@ -1076,28 +1159,32 @@ this.tabPage_about.BackColor = System.Drawing.SystemColors.Control; this.tabPage_about.Controls.Add(this.textBox_updateInfo); this.tabPage_about.Controls.Add(this.groupBox5); - this.tabPage_about.Location = new System.Drawing.Point(4, 22); + this.tabPage_about.Location = new System.Drawing.Point(4, 28); + this.tabPage_about.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage_about.Name = "tabPage_about"; - this.tabPage_about.Size = new System.Drawing.Size(433, 277); + this.tabPage_about.Size = new System.Drawing.Size(654, 422); this.tabPage_about.TabIndex = 3; this.tabPage_about.Text = "关于"; // // textBox_updateInfo // - this.textBox_updateInfo.Location = new System.Drawing.Point(3, 50); + this.textBox_updateInfo.Location = new System.Drawing.Point(4, 75); + this.textBox_updateInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_updateInfo.Multiline = true; this.textBox_updateInfo.Name = "textBox_updateInfo"; this.textBox_updateInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.textBox_updateInfo.Size = new System.Drawing.Size(427, 211); + this.textBox_updateInfo.Size = new System.Drawing.Size(638, 314); this.textBox_updateInfo.TabIndex = 1; // // groupBox5 // this.groupBox5.Controls.Add(this.label31); this.groupBox5.Controls.Add(this.linkLabel2); - this.groupBox5.Location = new System.Drawing.Point(3, 3); + this.groupBox5.Location = new System.Drawing.Point(4, 4); + this.groupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(427, 41); + this.groupBox5.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox5.Size = new System.Drawing.Size(640, 62); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "著作信息"; @@ -1105,18 +1192,20 @@ // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(6, 17); + this.label31.Location = new System.Drawing.Point(9, 26); + this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(95, 12); + this.label31.Size = new System.Drawing.Size(143, 18); this.label31.TabIndex = 0; this.label31.Text = "本程序发布地址:"; // // linkLabel2 // this.linkLabel2.AutoSize = true; - this.linkLabel2.Location = new System.Drawing.Point(107, 17); + this.linkLabel2.Location = new System.Drawing.Point(160, 26); + this.linkLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.linkLabel2.Name = "linkLabel2"; - this.linkLabel2.Size = new System.Drawing.Size(125, 12); + this.linkLabel2.Size = new System.Drawing.Size(188, 18); this.linkLabel2.TabIndex = 1; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "AliDDNS 3.0 之后版本"; @@ -1125,25 +1214,27 @@ // textBox_log // this.textBox_log.BackColor = System.Drawing.SystemColors.Window; - this.textBox_log.Location = new System.Drawing.Point(4, 310); + this.textBox_log.Location = new System.Drawing.Point(6, 465); + this.textBox_log.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_log.Multiline = true; this.textBox_log.Name = "textBox_log"; this.textBox_log.ReadOnly = true; this.textBox_log.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.textBox_log.Size = new System.Drawing.Size(437, 96); + this.textBox_log.Size = new System.Drawing.Size(654, 142); this.textBox_log.TabIndex = 12; // // Form_main // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(446, 418); + this.ClientSize = new System.Drawing.Size(669, 627); this.Controls.Add(this.textBox_log); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Form_main"; - this.Text = "AliDDNS"; + this.Text = "AliDDNS Sancaros"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_main_FormClosing); this.Load += new System.EventHandler(this.Form_main_Load); this.Shown += new System.EventHandler(this.Form_main_Shown); diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs index 0cb875f..7631d86 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs @@ -437,9 +437,20 @@ namespace net.nutcore.aliddns private bool addDomainRecord() { string[] symbols = new string[1] { "." }; - string[] data = textBox_fullDomainName.Text.Split(symbols, 30, StringSplitOptions.RemoveEmptyEntries); - string domainRR = data[0]; - string domainName = data[1] + "." + data[2]; + string[] data = textBox_fullDomainName.Text.Split(symbols, 60, StringSplitOptions.RemoveEmptyEntries); + string domainRR; + string domainName; + if (data.Length >= 3) + { + domainRR = data[0]; + domainName = data[1] + "." + data[2]; + // 程序的其余处理逻辑 + } + else + { + domainRR = data[0]; + domainName = data[0] + "." + data[1]; + } clientProfile = DefaultProfile.GetProfile("cn-hangzhou", textBox_accessKeyId.Text.ToString(), textBox_accessKeySecret.Text.ToString()); client = new DefaultAcsClient(clientProfile); diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Resources.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Resources.Designer.cs index d8fc691..171d912 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Resources.Designer.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Resources.Designer.cs @@ -10,9 +10,8 @@ namespace net.nutcore.aliddns.Properties { using System; - using System.Drawing; - - + + /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// @@ -20,7 +19,7 @@ namespace net.nutcore.aliddns.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -46,15 +45,10 @@ namespace net.nutcore.aliddns.Properties { return resourceMan; } } - - internal static Icon GetObject(string v) - { - throw new NotImplementedException(); - } - + /// - /// 使用此强类型资源类,为所有资源查找 - /// 重写当前线程的 CurrentUICulture 属性。 + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -67,7 +61,7 @@ namespace net.nutcore.aliddns.Properties { } /// - /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。 + /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。 /// internal static System.Drawing.Icon alidns { get { @@ -77,7 +71,7 @@ namespace net.nutcore.aliddns.Properties { } /// - /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。 + /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。 /// internal static System.Drawing.Icon alidns_gray { get { @@ -87,7 +81,7 @@ namespace net.nutcore.aliddns.Properties { } /// - /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。 + /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。 /// internal static System.Drawing.Icon alidns_green { get { @@ -97,7 +91,7 @@ namespace net.nutcore.aliddns.Properties { } /// - /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。 + /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。 /// internal static System.Drawing.Icon alidns_red { get { @@ -107,7 +101,7 @@ namespace net.nutcore.aliddns.Properties { } /// - /// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。 + /// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。 /// internal static System.Drawing.Icon alidns_yellow { get { diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Settings.Designer.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Settings.Designer.cs index fa2ebc3..1724cd8 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Settings.Designer.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace net.nutcore.aliddns.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/app.config b/net.nutcore.aliddns/net.nutcore.aliddns/app.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/net.nutcore.aliddns/net.nutcore.aliddns/app.config @@ -0,0 +1,3 @@ + + + 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 0074901..54281ea 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj +++ b/net.nutcore.aliddns/net.nutcore.aliddns/net.nutcore.aliddns.csproj @@ -9,7 +9,7 @@ Properties net.nutcore.aliddns AliDDNS - v4.0 + v4.8 512 true false @@ -38,6 +38,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -49,6 +50,7 @@ 4 true false + false Resources\alidns.ico @@ -126,6 +128,7 @@ Resources.resx True + SettingsSingleFileGenerator