Skip to content

Commit

Permalink
更新V3.1,增加角度编辑功能,下载超时功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Mculover666 committed Jun 14, 2018
1 parent c14b202 commit 0501427
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 11 deletions.
Binary file modified .vs/SerialAssistant/v15/.suo
Binary file not shown.
Binary file modified .vs/SerialAssistant/v15/Server/sqlite3/storage.ide
Binary file not shown.
25 changes: 17 additions & 8 deletions SerialAssistant/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions SerialAssistant/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private void button1_Click(object sender, EventArgs e)
label6.Text = "串口已打开";
label6.ForeColor = Color.Green;
button2.Enabled = true; //使能发送按钮
checkBox2.Enabled = true;

}
}
Expand All @@ -130,6 +131,7 @@ private void button1_Click(object sender, EventArgs e)
comboBox3.Enabled = true;
comboBox4.Enabled = true;
comboBox5.Enabled = true;
checkBox2.Enabled = false;
}
}

Expand Down Expand Up @@ -216,6 +218,7 @@ private void button2_Click(object sender, EventArgs e)
comboBox3.Enabled = true;
comboBox4.Enabled = true;
comboBox5.Enabled = true;
checkBox2.Enabled = false;
}
}

Expand Down
9 changes: 9 additions & 0 deletions SerialAssistant/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="panel4.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="textBox_send.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="textBox_send.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="serialPort1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions SerialAssistant/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
// [assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
Binary file modified SerialAssistant/bin/Debug/SerialAssistant.exe
Binary file not shown.
Binary file modified SerialAssistant/bin/Debug/SerialAssistant.pdb
Binary file not shown.
Binary file not shown.
Binary file modified SerialAssistant/obj/Debug/SerialAssistant.exe
Binary file not shown.
Binary file modified SerialAssistant/obj/Debug/SerialAssistant.pdb
Binary file not shown.

0 comments on commit 0501427

Please sign in to comment.