1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added drag & drop support for .mcrouter files.

This commit is contained in:
Ylian Saint-Hilaire
2020-07-03 16:56:52 -07:00
parent 6a3bbfc369
commit 0806a06608
3 changed files with 43 additions and 15 deletions

3
MainForm.Designer.cs generated
View File

@@ -562,11 +562,14 @@
//
// mapPanel
//
this.mapPanel.AllowDrop = true;
resources.ApplyResources(this.mapPanel, "mapPanel");
this.mapPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.mapPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.mapPanel.Controls.Add(this.noMapLabel);
this.mapPanel.Name = "mapPanel";
this.mapPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.mapPanel_DragDrop);
this.mapPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.mapPanel_DragEnter);
//
// noMapLabel
//