v3.8.4.8 1、实现实时更新配置文件。2、调整简化代码实现。3、DEBUG...
This commit is contained in:
parent
5412f86de0
commit
f4f5d6258b
@ -52,6 +52,7 @@
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.globalSetGroup = new System.Windows.Forms.GroupBox();
|
||||
this.button_addNewDomain = new System.Windows.Forms.Button();
|
||||
this.label13 = new System.Windows.Forms.Label();
|
||||
this.textBox_TTL = new System.Windows.Forms.TextBox();
|
||||
this.button_ShowHide = new System.Windows.Forms.Button();
|
||||
@ -80,13 +81,12 @@
|
||||
this.localIP = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.groupBox_setWanIp = new System.Windows.Forms.GroupBox();
|
||||
this.button_addUrl = new System.Windows.Forms.Button();
|
||||
this.maskedTextBox_setIP = new System.Windows.Forms.MaskedTextBox();
|
||||
this.button_setIP = new System.Windows.Forms.Button();
|
||||
this.comboBox_whatIsUrl = new System.Windows.Forms.ComboBox();
|
||||
this.button_whatIsTest = new System.Windows.Forms.Button();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.button_addNewDomain = new System.Windows.Forms.Button();
|
||||
this.button_addUrl = new System.Windows.Forms.Button();
|
||||
this.timeSetGroup.SuspendLayout();
|
||||
this.debugMessage.SuspendLayout();
|
||||
this.globalSetGroup.SuspendLayout();
|
||||
@ -106,18 +106,21 @@
|
||||
this.timeSetGroup.Controls.Add(this.label3);
|
||||
this.timeSetGroup.Controls.Add(this.label_nextUpdateSeconds);
|
||||
this.timeSetGroup.Controls.Add(this.updateNow);
|
||||
this.timeSetGroup.Location = new System.Drawing.Point(12, 185);
|
||||
this.timeSetGroup.Location = new System.Drawing.Point(18, 278);
|
||||
this.timeSetGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.timeSetGroup.Name = "timeSetGroup";
|
||||
this.timeSetGroup.Size = new System.Drawing.Size(201, 145);
|
||||
this.timeSetGroup.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.timeSetGroup.Size = new System.Drawing.Size(302, 218);
|
||||
this.timeSetGroup.TabIndex = 4;
|
||||
this.timeSetGroup.TabStop = false;
|
||||
this.timeSetGroup.Text = "其它设置";
|
||||
//
|
||||
// button_ngrok
|
||||
//
|
||||
this.button_ngrok.Location = new System.Drawing.Point(112, 53);
|
||||
this.button_ngrok.Location = new System.Drawing.Point(168, 80);
|
||||
this.button_ngrok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.button_ngrok.Name = "button_ngrok";
|
||||
this.button_ngrok.Size = new System.Drawing.Size(79, 23);
|
||||
this.button_ngrok.Size = new System.Drawing.Size(118, 34);
|
||||
this.button_ngrok.TabIndex = 10;
|
||||
this.button_ngrok.Text = "ngrok设置";
|
||||
this.button_ngrok.UseVisualStyleBackColor = true;
|
||||
@ -126,9 +129,10 @@
|
||||
// checkBox_ngrok
|
||||
//
|
||||
this.checkBox_ngrok.AutoSize = true;
|
||||
this.checkBox_ngrok.Location = new System.Drawing.Point(9, 57);
|
||||
this.checkBox_ngrok.Location = new System.Drawing.Point(14, 86);
|
||||
this.checkBox_ngrok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.checkBox_ngrok.Name = "checkBox_ngrok";
|
||||
this.checkBox_ngrok.Size = new System.Drawing.Size(78, 16);
|
||||
this.checkBox_ngrok.Size = new System.Drawing.Size(115, 22);
|
||||
this.checkBox_ngrok.TabIndex = 9;
|
||||
this.checkBox_ngrok.Text = "启用ngrok";
|
||||
this.checkBox_ngrok.UseVisualStyleBackColor = true;
|
||||
@ -137,9 +141,10 @@
|
||||
// checkBox_logAutoSave
|
||||
//
|
||||
this.checkBox_logAutoSave.AutoSize = true;
|
||||
this.checkBox_logAutoSave.Location = new System.Drawing.Point(9, 76);
|
||||
this.checkBox_logAutoSave.Location = new System.Drawing.Point(14, 114);
|
||||
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 = 8;
|
||||
this.checkBox_logAutoSave.Text = "日志自动转储";
|
||||
this.checkBox_logAutoSave.UseVisualStyleBackColor = true;
|
||||
@ -148,9 +153,10 @@
|
||||
// checkBox_minimized
|
||||
//
|
||||
this.checkBox_minimized.AutoSize = true;
|
||||
this.checkBox_minimized.Location = new System.Drawing.Point(9, 38);
|
||||
this.checkBox_minimized.Location = new System.Drawing.Point(14, 57);
|
||||
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 = 7;
|
||||
this.checkBox_minimized.Text = "启动时最小化";
|
||||
this.checkBox_minimized.UseVisualStyleBackColor = true;
|
||||
@ -159,9 +165,10 @@
|
||||
// checkBox_autoUpdate
|
||||
//
|
||||
this.checkBox_autoUpdate.AutoSize = true;
|
||||
this.checkBox_autoUpdate.Location = new System.Drawing.Point(9, 95);
|
||||
this.checkBox_autoUpdate.Location = new System.Drawing.Point(14, 142);
|
||||
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 = 6;
|
||||
this.checkBox_autoUpdate.Text = "自动更新";
|
||||
this.checkBox_autoUpdate.UseVisualStyleBackColor = true;
|
||||
@ -170,9 +177,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(84, 16);
|
||||
this.checkBox_autoBoot.Size = new System.Drawing.Size(124, 22);
|
||||
this.checkBox_autoBoot.TabIndex = 5;
|
||||
this.checkBox_autoBoot.Text = "随系统启动";
|
||||
this.checkBox_autoBoot.UseVisualStyleBackColor = true;
|
||||
@ -181,27 +189,30 @@
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(117, 95);
|
||||
this.label3.Location = new System.Drawing.Point(176, 142);
|
||||
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 = 4;
|
||||
this.label3.Text = "秒后更新记录";
|
||||
//
|
||||
// label_nextUpdateSeconds
|
||||
//
|
||||
this.label_nextUpdateSeconds.ForeColor = System.Drawing.Color.Red;
|
||||
this.label_nextUpdateSeconds.Location = new System.Drawing.Point(87, 96);
|
||||
this.label_nextUpdateSeconds.Location = new System.Drawing.Point(130, 144);
|
||||
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 = 3;
|
||||
this.label_nextUpdateSeconds.Text = "60";
|
||||
this.label_nextUpdateSeconds.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||||
//
|
||||
// updateNow
|
||||
//
|
||||
this.updateNow.Location = new System.Drawing.Point(6, 117);
|
||||
this.updateNow.Location = new System.Drawing.Point(9, 176);
|
||||
this.updateNow.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.updateNow.Name = "updateNow";
|
||||
this.updateNow.Size = new System.Drawing.Size(185, 23);
|
||||
this.updateNow.Size = new System.Drawing.Size(278, 34);
|
||||
this.updateNow.TabIndex = 2;
|
||||
this.updateNow.Text = "立即更新";
|
||||
this.updateNow.UseVisualStyleBackColor = true;
|
||||
@ -219,9 +230,11 @@
|
||||
this.debugMessage.Controls.Add(this.globalRR);
|
||||
this.debugMessage.Controls.Add(this.label10);
|
||||
this.debugMessage.Controls.Add(this.label9);
|
||||
this.debugMessage.Location = new System.Drawing.Point(219, 47);
|
||||
this.debugMessage.Location = new System.Drawing.Point(328, 70);
|
||||
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 = 5;
|
||||
this.debugMessage.TabStop = false;
|
||||
this.debugMessage.Text = "调试信息";
|
||||
@ -229,91 +242,97 @@
|
||||
// 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 = 10;
|
||||
this.label_TTL.Text = "<null>";
|
||||
//
|
||||
// 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 = 9;
|
||||
this.label15.Text = "TTL:";
|
||||
//
|
||||
// recordId
|
||||
//
|
||||
this.recordId.Location = new System.Drawing.Point(68, 18);
|
||||
this.recordId.Location = new System.Drawing.Point(102, 27);
|
||||
this.recordId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.recordId.Name = "recordId";
|
||||
this.recordId.Size = new System.Drawing.Size(116, 21);
|
||||
this.recordId.Size = new System.Drawing.Size(172, 28);
|
||||
this.recordId.TabIndex = 8;
|
||||
this.recordId.Text = "<null>";
|
||||
//
|
||||
// globalValue
|
||||
//
|
||||
this.globalValue.AutoSize = true;
|
||||
this.globalValue.Location = new System.Drawing.Point(45, 63);
|
||||
this.globalValue.Location = new System.Drawing.Point(68, 94);
|
||||
this.globalValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.globalValue.Name = "globalValue";
|
||||
this.globalValue.Size = new System.Drawing.Size(41, 12);
|
||||
this.globalValue.Size = new System.Drawing.Size(62, 18);
|
||||
this.globalValue.TabIndex = 7;
|
||||
this.globalValue.Text = "<null>";
|
||||
//
|
||||
// globalDomainType
|
||||
//
|
||||
this.globalDomainType.AutoSize = true;
|
||||
this.globalDomainType.Location = new System.Drawing.Point(96, 44);
|
||||
this.globalDomainType.Location = new System.Drawing.Point(144, 66);
|
||||
this.globalDomainType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.globalDomainType.Name = "globalDomainType";
|
||||
this.globalDomainType.Size = new System.Drawing.Size(41, 12);
|
||||
this.globalDomainType.Size = new System.Drawing.Size(62, 18);
|
||||
this.globalDomainType.TabIndex = 6;
|
||||
this.globalDomainType.Text = "<null>";
|
||||
//
|
||||
// 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 = 5;
|
||||
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:";
|
||||
//
|
||||
// globalRR
|
||||
//
|
||||
this.globalRR.AutoSize = true;
|
||||
this.globalRR.Location = new System.Drawing.Point(26, 44);
|
||||
this.globalRR.Location = new System.Drawing.Point(39, 66);
|
||||
this.globalRR.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.globalRR.Name = "globalRR";
|
||||
this.globalRR.Size = new System.Drawing.Size(41, 12);
|
||||
this.globalRR.Size = new System.Drawing.Size(62, 18);
|
||||
this.globalRR.TabIndex = 3;
|
||||
this.globalRR.Text = "<null>";
|
||||
//
|
||||
// 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";
|
||||
//
|
||||
@ -333,38 +352,50 @@
|
||||
this.globalSetGroup.Controls.Add(this.label5);
|
||||
this.globalSetGroup.Controls.Add(this.accessKeyId);
|
||||
this.globalSetGroup.Controls.Add(this.label4);
|
||||
this.globalSetGroup.Location = new System.Drawing.Point(219, 132);
|
||||
this.globalSetGroup.Location = new System.Drawing.Point(328, 198);
|
||||
this.globalSetGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.globalSetGroup.Name = "globalSetGroup";
|
||||
this.globalSetGroup.Size = new System.Drawing.Size(216, 198);
|
||||
this.globalSetGroup.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.globalSetGroup.Size = new System.Drawing.Size(324, 297);
|
||||
this.globalSetGroup.TabIndex = 6;
|
||||
this.globalSetGroup.TabStop = false;
|
||||
this.globalSetGroup.Text = "设置";
|
||||
//
|
||||
// button_addNewDomain
|
||||
//
|
||||
this.button_addNewDomain.Location = new System.Drawing.Point(218, 254);
|
||||
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(98, 34);
|
||||
this.button_addNewDomain.TabIndex = 17;
|
||||
this.button_addNewDomain.Text = "添加域名";
|
||||
this.button_addNewDomain.UseVisualStyleBackColor = true;
|
||||
this.button_addNewDomain.Click += new System.EventHandler(this.button_addNewDomain_Click);
|
||||
//
|
||||
// label13
|
||||
//
|
||||
this.label13.AutoSize = true;
|
||||
this.label13.Location = new System.Drawing.Point(8, 123);
|
||||
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.label13.Location = new System.Drawing.Point(12, 184);
|
||||
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 = 16;
|
||||
this.label13.Text = "TTL(秒)";
|
||||
//
|
||||
// textBox_TTL
|
||||
//
|
||||
this.textBox_TTL.Location = new System.Drawing.Point(65, 120);
|
||||
this.textBox_TTL.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.textBox_TTL.Location = new System.Drawing.Point(98, 180);
|
||||
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 = 15;
|
||||
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, 169);
|
||||
this.button_ShowHide.Location = new System.Drawing.Point(112, 254);
|
||||
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 = 14;
|
||||
this.button_ShowHide.Text = "显示录入";
|
||||
this.button_ShowHide.UseVisualStyleBackColor = true;
|
||||
@ -372,9 +403,10 @@
|
||||
//
|
||||
// checkAndSaveConfig
|
||||
//
|
||||
this.checkAndSaveConfig.Location = new System.Drawing.Point(5, 169);
|
||||
this.checkAndSaveConfig.Location = new System.Drawing.Point(8, 254);
|
||||
this.checkAndSaveConfig.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.checkAndSaveConfig.Name = "checkAndSaveConfig";
|
||||
this.checkAndSaveConfig.Size = new System.Drawing.Size(65, 23);
|
||||
this.checkAndSaveConfig.Size = new System.Drawing.Size(98, 34);
|
||||
this.checkAndSaveConfig.TabIndex = 10;
|
||||
this.checkAndSaveConfig.Text = "测试连接";
|
||||
this.checkAndSaveConfig.UseVisualStyleBackColor = true;
|
||||
@ -383,17 +415,19 @@
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(107, 148);
|
||||
this.label8.Location = new System.Drawing.Point(160, 222);
|
||||
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 = 8;
|
||||
this.label8.Text = "秒更新一次";
|
||||
//
|
||||
// newSeconds
|
||||
//
|
||||
this.newSeconds.Location = new System.Drawing.Point(41, 145);
|
||||
this.newSeconds.Location = new System.Drawing.Point(62, 218);
|
||||
this.newSeconds.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.newSeconds.Name = "newSeconds";
|
||||
this.newSeconds.Size = new System.Drawing.Size(60, 21);
|
||||
this.newSeconds.Size = new System.Drawing.Size(88, 28);
|
||||
this.newSeconds.TabIndex = 7;
|
||||
this.newSeconds.Text = "60";
|
||||
this.newSeconds.Leave += new System.EventHandler(this.newSeconds_Leave);
|
||||
@ -401,36 +435,40 @@
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(6, 148);
|
||||
this.label7.Location = new System.Drawing.Point(9, 222);
|
||||
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 = 6;
|
||||
this.label7.Text = "每隔";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(6, 98);
|
||||
this.label6.Location = new System.Drawing.Point(9, 147);
|
||||
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 = 5;
|
||||
this.label6.Text = "完整域名";
|
||||
//
|
||||
// fullDomainName
|
||||
//
|
||||
this.fullDomainName.Location = new System.Drawing.Point(65, 95);
|
||||
this.fullDomainName.Location = new System.Drawing.Point(98, 142);
|
||||
this.fullDomainName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.fullDomainName.Name = "fullDomainName";
|
||||
this.fullDomainName.Size = new System.Drawing.Size(135, 21);
|
||||
this.fullDomainName.Size = new System.Drawing.Size(200, 28);
|
||||
this.fullDomainName.TabIndex = 4;
|
||||
this.fullDomainName.Text = "www.xxx.com";
|
||||
this.fullDomainName.Leave += new System.EventHandler(this.fullDomainName_Leave);
|
||||
//
|
||||
// accessKeySecret
|
||||
//
|
||||
this.accessKeySecret.Location = new System.Drawing.Point(8, 68);
|
||||
this.accessKeySecret.Location = new System.Drawing.Point(12, 102);
|
||||
this.accessKeySecret.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.accessKeySecret.Name = "accessKeySecret";
|
||||
this.accessKeySecret.PasswordChar = '*';
|
||||
this.accessKeySecret.Size = new System.Drawing.Size(192, 21);
|
||||
this.accessKeySecret.Size = new System.Drawing.Size(286, 28);
|
||||
this.accessKeySecret.TabIndex = 3;
|
||||
this.accessKeySecret.Text = "null";
|
||||
this.accessKeySecret.Leave += new System.EventHandler(this.accessKeySecret_Leave);
|
||||
@ -438,18 +476,20 @@
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(6, 53);
|
||||
this.label5.Location = new System.Drawing.Point(9, 80);
|
||||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(95, 12);
|
||||
this.label5.Size = new System.Drawing.Size(143, 18);
|
||||
this.label5.TabIndex = 2;
|
||||
this.label5.Text = "accessKeySecret";
|
||||
//
|
||||
// accessKeyId
|
||||
//
|
||||
this.accessKeyId.Location = new System.Drawing.Point(8, 29);
|
||||
this.accessKeyId.Location = new System.Drawing.Point(12, 44);
|
||||
this.accessKeyId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.accessKeyId.Name = "accessKeyId";
|
||||
this.accessKeyId.PasswordChar = '*';
|
||||
this.accessKeyId.Size = new System.Drawing.Size(192, 21);
|
||||
this.accessKeyId.Size = new System.Drawing.Size(286, 28);
|
||||
this.accessKeyId.TabIndex = 1;
|
||||
this.accessKeyId.Text = "null";
|
||||
this.accessKeyId.Leave += new System.EventHandler(this.accessKeyId_Leave);
|
||||
@ -457,9 +497,10 @@
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(6, 14);
|
||||
this.label4.Location = new System.Drawing.Point(9, 21);
|
||||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(71, 12);
|
||||
this.label4.Size = new System.Drawing.Size(107, 18);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "accessKeyId";
|
||||
//
|
||||
@ -485,37 +526,38 @@
|
||||
this.ToolStripMenuItem_checkUpdate,
|
||||
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, 88);
|
||||
//
|
||||
// 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, 28);
|
||||
this.toolStripMenuItem_Exit.Text = "退出";
|
||||
this.toolStripMenuItem_Exit.Click += new System.EventHandler(this.toolStripMenuItem_Quit_Click);
|
||||
//
|
||||
// ToolStripMenuItem_checkUpdate
|
||||
//
|
||||
this.ToolStripMenuItem_checkUpdate.Name = "ToolStripMenuItem_checkUpdate";
|
||||
this.ToolStripMenuItem_checkUpdate.Size = new System.Drawing.Size(124, 22);
|
||||
this.ToolStripMenuItem_checkUpdate.Size = new System.Drawing.Size(152, 28);
|
||||
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(124, 22);
|
||||
this.ToolStripMenuItem_About.Size = new System.Drawing.Size(152, 28);
|
||||
this.ToolStripMenuItem_About.Text = "关于";
|
||||
this.ToolStripMenuItem_About.Click += new System.EventHandler(this.ToolStripMenuItem_About_Click);
|
||||
//
|
||||
// textBox_log
|
||||
//
|
||||
this.textBox_log.Location = new System.Drawing.Point(12, 335);
|
||||
this.textBox_log.Location = new System.Drawing.Point(18, 502);
|
||||
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(423, 109);
|
||||
this.textBox_log.Size = new System.Drawing.Size(632, 162);
|
||||
this.textBox_log.TabIndex = 8;
|
||||
//
|
||||
// groupBox_netstate
|
||||
@ -526,9 +568,11 @@
|
||||
this.groupBox_netstate.Controls.Add(this.label2);
|
||||
this.groupBox_netstate.Controls.Add(this.localIP);
|
||||
this.groupBox_netstate.Controls.Add(this.label1);
|
||||
this.groupBox_netstate.Location = new System.Drawing.Point(12, 3);
|
||||
this.groupBox_netstate.Location = new System.Drawing.Point(18, 4);
|
||||
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 = 9;
|
||||
this.groupBox_netstate.TabStop = false;
|
||||
this.groupBox_netstate.Text = "网络状态";
|
||||
@ -537,9 +581,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 = 9;
|
||||
this.label_DomainIpStatus.Text = "未绑定";
|
||||
//
|
||||
@ -547,45 +592,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 = 8;
|
||||
this.label_localIpStatus.Text = "未连接";
|
||||
//
|
||||
// domainIP
|
||||
//
|
||||
this.domainIP.AutoSize = true;
|
||||
this.domainIP.Location = new System.Drawing.Point(264, 19);
|
||||
this.domainIP.Location = new System.Drawing.Point(396, 28);
|
||||
this.domainIP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.domainIP.Name = "domainIP";
|
||||
this.domainIP.Size = new System.Drawing.Size(47, 12);
|
||||
this.domainIP.Size = new System.Drawing.Size(71, 18);
|
||||
this.domainIP.TabIndex = 7;
|
||||
this.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 = 6;
|
||||
this.label2.Text = "域名IP:";
|
||||
//
|
||||
// localIP
|
||||
//
|
||||
this.localIP.AutoSize = true;
|
||||
this.localIP.Location = new System.Drawing.Point(57, 19);
|
||||
this.localIP.Location = new System.Drawing.Point(86, 28);
|
||||
this.localIP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.localIP.Name = "localIP";
|
||||
this.localIP.Size = new System.Drawing.Size(47, 12);
|
||||
this.localIP.Size = new System.Drawing.Size(71, 18);
|
||||
this.localIP.TabIndex = 5;
|
||||
this.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 = 4;
|
||||
this.label1.Text = "WAN口IP:";
|
||||
//
|
||||
@ -597,27 +647,42 @@
|
||||
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(12, 47);
|
||||
this.groupBox_setWanIp.Location = new System.Drawing.Point(18, 70);
|
||||
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 = 10;
|
||||
this.groupBox_setWanIp.TabStop = false;
|
||||
this.groupBox_setWanIp.Text = "WAN口IP设置";
|
||||
//
|
||||
// button_addUrl
|
||||
//
|
||||
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(135, 34);
|
||||
this.button_addUrl.TabIndex = 21;
|
||||
this.button_addUrl.Text = "添加地址";
|
||||
this.button_addUrl.UseVisualStyleBackColor = true;
|
||||
this.button_addUrl.Click += new System.EventHandler(this.button_addUrl_Click);
|
||||
//
|
||||
// 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 = 20;
|
||||
//
|
||||
// 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 = 19;
|
||||
this.button_setIP.Text = "手工指定IP";
|
||||
this.button_setIP.UseVisualStyleBackColor = true;
|
||||
@ -629,18 +694,20 @@
|
||||
this.comboBox_whatIsUrl.Items.AddRange(new object[] {
|
||||
"http://whatismyip.akamai.com/",
|
||||
"http://www.net.cn/static/customercare/yourip.asp"});
|
||||
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 = 18;
|
||||
this.comboBox_whatIsUrl.Text = "http://whatismyip.akamai.com/";
|
||||
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 = 17;
|
||||
this.button_whatIsTest.Text = "获取WAN口IP";
|
||||
this.button_whatIsTest.UseVisualStyleBackColor = true;
|
||||
@ -649,37 +716,18 @@
|
||||
// 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 = 16;
|
||||
this.label14.Text = "查询网址:";
|
||||
//
|
||||
// button_addNewDomain
|
||||
//
|
||||
this.button_addNewDomain.Location = new System.Drawing.Point(145, 169);
|
||||
this.button_addNewDomain.Name = "button_addNewDomain";
|
||||
this.button_addNewDomain.Size = new System.Drawing.Size(65, 23);
|
||||
this.button_addNewDomain.TabIndex = 17;
|
||||
this.button_addNewDomain.Text = "添加域名";
|
||||
this.button_addNewDomain.UseVisualStyleBackColor = true;
|
||||
this.button_addNewDomain.Click += new System.EventHandler(this.button_addNewDomain_Click);
|
||||
//
|
||||
// button_addUrl
|
||||
//
|
||||
this.button_addUrl.Location = new System.Drawing.Point(105, 66);
|
||||
this.button_addUrl.Name = "button_addUrl";
|
||||
this.button_addUrl.Size = new System.Drawing.Size(90, 23);
|
||||
this.button_addUrl.TabIndex = 21;
|
||||
this.button_addUrl.Text = "添加地址";
|
||||
this.button_addUrl.UseVisualStyleBackColor = true;
|
||||
this.button_addUrl.Click += new System.EventHandler(this.button_addUrl_Click);
|
||||
//
|
||||
// mainForm
|
||||
//
|
||||
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(447, 451);
|
||||
this.ClientSize = new System.Drawing.Size(670, 676);
|
||||
this.Controls.Add(this.groupBox_setWanIp);
|
||||
this.Controls.Add(this.groupBox_netstate);
|
||||
this.Controls.Add(this.textBox_log);
|
||||
@ -688,6 +736,7 @@
|
||||
this.Controls.Add(this.timeSetGroup);
|
||||
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 = "mainForm";
|
||||
this.Text = "AliDDNS";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
|
||||
|
@ -19,7 +19,7 @@ namespace net.nutcore.aliddns
|
||||
static IClientProfile clientProfile;
|
||||
static DefaultAcsClient client;
|
||||
//初始化ngrok操作类
|
||||
private Ngrok ngrok = new Ngrok();
|
||||
private NgrokHelper ngrok = new NgrokHelper();
|
||||
private AppConfigHelper cfg = new AppConfigHelper();
|
||||
|
||||
public mainForm()
|
||||
@ -250,16 +250,20 @@ namespace net.nutcore.aliddns
|
||||
}
|
||||
}
|
||||
//处理错误
|
||||
catch (ServerException e)
|
||||
catch (Exception error)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "updateDomainRecord() Exception: " + error + "\r\n");
|
||||
}
|
||||
/*
|
||||
catch (ServerException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Server Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
return false;
|
||||
}
|
||||
catch (ClientException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Client Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
return false;
|
||||
}
|
||||
}*/
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -297,23 +301,24 @@ namespace net.nutcore.aliddns
|
||||
return response.Value;
|
||||
}
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "获取域名绑定IP失败!" + "\r\n");
|
||||
return "0.0.0.0";
|
||||
}
|
||||
//处理错误
|
||||
catch (Exception error)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "getAliDnsRecordDomainIP() Exception: " + error + "\r\n");
|
||||
}
|
||||
/*
|
||||
catch (ServerException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Server Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
label_DomainIpStatus.Text = "未绑定";
|
||||
label_DomainIpStatus.ForeColor = System.Drawing.Color.FromArgb(255, 255, 0, 0);
|
||||
return "0.0.0.0";
|
||||
}
|
||||
catch (ClientException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Client Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
label_DomainIpStatus.Text = "未绑定";
|
||||
label_DomainIpStatus.ForeColor = System.Drawing.Color.FromArgb(255, 255, 0, 0);
|
||||
return "0.0.0.0";
|
||||
}
|
||||
}*/
|
||||
label_DomainIpStatus.Text = "未绑定";
|
||||
label_DomainIpStatus.ForeColor = System.Drawing.Color.FromArgb(255, 255, 0, 0);
|
||||
return "0.0.0.0";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -346,6 +351,11 @@ namespace net.nutcore.aliddns
|
||||
recordId.Text = response.RecordId;
|
||||
}
|
||||
//处理错误
|
||||
catch (Exception error)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "updateDomainRecord() Exception: " + error + "\r\n");
|
||||
}
|
||||
/*
|
||||
catch (ServerException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Server Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
@ -353,7 +363,7 @@ namespace net.nutcore.aliddns
|
||||
catch (ClientException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Client Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -382,7 +392,8 @@ namespace net.nutcore.aliddns
|
||||
if (response.RecordId != null)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + " 域名:" + fullDomainName.Text + "添加成功!" + "服务器返回RecordId:" + response.RecordId + "\r\n");
|
||||
recordId.Text = response.RecordId;
|
||||
recordId.Text = response.RecordId.ToString();
|
||||
cfg.SaveAppSetting("RecordID", response.RecordId.ToString());
|
||||
globalDomainType.Text = request.Type;
|
||||
globalRR.Text = request.RR;
|
||||
globalValue.Text = domainIP.Text = request.Value;
|
||||
@ -406,16 +417,20 @@ namespace net.nutcore.aliddns
|
||||
|
||||
}
|
||||
//处理错误
|
||||
catch (ServerException e)
|
||||
catch (Exception error)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "updateDomainRecord() Exception: " + error + "\r\n");
|
||||
}
|
||||
/*
|
||||
catch (ServerException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Server Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
return false;
|
||||
}
|
||||
catch (ClientException e)
|
||||
{
|
||||
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Client Exception: " + e.ErrorCode + e.ErrorMessage + "\r\n");
|
||||
return false;
|
||||
}
|
||||
}*/
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@ -6,7 +6,7 @@ namespace net.nutcore.aliddns
|
||||
public partial class Form_ngrok : Form
|
||||
{
|
||||
//初始化ngrok操作类
|
||||
private Ngrok ngrok = new Ngrok();
|
||||
private NgrokHelper ngrok = new NgrokHelper();
|
||||
public Form_ngrok()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
@ -9,7 +9,7 @@ using YamlDotNet.Serialization;
|
||||
|
||||
namespace net.nutcore.aliddns
|
||||
{
|
||||
internal class Ngrok
|
||||
internal class NgrokHelper
|
||||
{
|
||||
private static readonly string NgrokExecutable = "ngrok.exe";
|
||||
private static readonly string NgrokYaml = "ngrok.cfg";
|
||||
@ -67,7 +67,7 @@ namespace net.nutcore.aliddns
|
||||
public string proto { get; set; }
|
||||
}
|
||||
|
||||
public Ngrok()
|
||||
public NgrokHelper()
|
||||
{
|
||||
if (!File.Exists(FileConfig))
|
||||
{
|
||||
@ -139,7 +139,7 @@ namespace net.nutcore.aliddns
|
||||
using (WebClient web = new WebClient())
|
||||
{
|
||||
var content = web.DownloadString($"http://{LocalHost}/api/tunnels");
|
||||
return JsonConvert.DeserializeObject<Ngrok.Response>(content);
|
||||
return JsonConvert.DeserializeObject<NgrokHelper.Response>(content);
|
||||
}
|
||||
}
|
||||
catch
|
@ -108,7 +108,7 @@
|
||||
<Compile Include="Form_main.Designer.cs">
|
||||
<DependentUpon>Form_main.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ngrok.cs" />
|
||||
<Compile Include="NgrokHelper.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form_About.resx">
|
||||
|
Loading…
Reference in New Issue
Block a user