mirror of
https://github.com/radiomanV/TL866.git
synced 2026-03-11 10:47:13 +01:00
Update firmware updater
This commit is contained in:
4
TL866_Updater/C#/mainform.Designer.cs
generated
4
TL866_Updater/C#/mainform.Designer.cs
generated
@@ -551,6 +551,10 @@
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "TL866 firmware updater";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||||
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
||||
this.Resize += new System.EventHandler(this.MainForm_SizeChanged);
|
||||
this.StyleChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
||||
this.SystemColorsChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
||||
this.TabPage2.ResumeLayout(false);
|
||||
this.GroupBox3.ResumeLayout(false);
|
||||
this.GroupBox3.PerformLayout();
|
||||
|
||||
@@ -60,6 +60,11 @@ namespace TL866
|
||||
usbdevice.RegisterForDeviceChange(false, this);
|
||||
}
|
||||
|
||||
private void MainForm_SizeChanged(object sender, EventArgs e)
|
||||
{
|
||||
TabPage1.Refresh();
|
||||
TabPage2.Refresh();
|
||||
}
|
||||
|
||||
private void BtnInput_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user