From ed13a1b47fa205bced2a367d37599d9e794b95a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BC=A0=E8=A5=BF=E5=A5=A5?= Date: Mon, 26 Nov 2018 15:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=BC=95=E7=94=A8=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A3=E7=88=B6=E7=BA=A7=E5=BA=94=E5=BD=93?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=85=B1=E4=BA=AB=E7=A3=81=E7=9B=98?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RdpTest/RdpTest.csproj | 12 ++++---- RdpTest/RemoteHostForm.designer.cs | 46 +++++++++--------------------- RdpTest/packages.config | 4 +-- 3 files changed, 21 insertions(+), 41 deletions(-) diff --git a/RdpTest/RdpTest.csproj b/RdpTest/RdpTest.csproj index bd55169..6e6bd7f 100644 --- a/RdpTest/RdpTest.csproj +++ b/RdpTest/RdpTest.csproj @@ -40,8 +40,8 @@ logo.ico - - ..\packages\Dapper.1.50.2\lib\net451\Dapper.dll + + ..\packages\Dapper.1.50.5\lib\net451\Dapper.dll ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll @@ -49,8 +49,8 @@ - - ..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net46\System.Data.SQLite.dll + + ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll @@ -297,11 +297,11 @@ - + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 - + \ No newline at end of file diff --git a/RdpTest/RemoteHostForm.designer.cs b/RdpTest/RemoteHostForm.designer.cs index 020da00..6d72ab1 100644 --- a/RdpTest/RemoteHostForm.designer.cs +++ b/RdpTest/RemoteHostForm.designer.cs @@ -52,7 +52,6 @@ private void InitializeComponent() this.metroLabel8 = new MetroFramework.Controls.MetroLabel(); this.txtRemoteProgram = new System.Windows.Forms.TextBox(); this.lbCopy = new MetroFramework.Controls.MetroLabel(); - this.metroPanel2 = new MetroFramework.Controls.MetroPanel(); this.metroLabel9 = new MetroFramework.Controls.MetroLabel(); this.chShareAllDisk = new MetroFramework.Controls.MetroToggle(); this.gbDisks = new System.Windows.Forms.GroupBox(); @@ -65,7 +64,6 @@ private void InitializeComponent() this.pnlBottom.SuspendLayout(); this.metroPanel1.SuspendLayout(); this.pnlHost.SuspendLayout(); - this.metroPanel2.SuspendLayout(); this.gbDisks.SuspendLayout(); this.flpDisks.SuspendLayout(); this.SuspendLayout(); @@ -260,7 +258,7 @@ private void InitializeComponent() this.pnlBottom.HorizontalScrollbarBarColor = true; this.pnlBottom.HorizontalScrollbarHighlightOnWheel = false; this.pnlBottom.HorizontalScrollbarSize = 10; - this.pnlBottom.Location = new System.Drawing.Point(20, 449); + this.pnlBottom.Location = new System.Drawing.Point(20, 442); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(393, 61); this.pnlBottom.TabIndex = 20; @@ -291,9 +289,14 @@ private void InitializeComponent() // // pnlHost // + this.pnlHost.Controls.Add(this.metroLabel9); this.pnlHost.Controls.Add(this.metroLabel8); + this.pnlHost.Controls.Add(this.chShareAllDisk); + this.pnlHost.Controls.Add(this.gbDisks); this.pnlHost.Controls.Add(this.txtRemoteProgram); + this.pnlHost.Controls.Add(this.metroLabel10); this.pnlHost.Controls.Add(this.metroLabel7); + this.pnlHost.Controls.Add(this.chShareClipboard); this.pnlHost.Controls.Add(this.metroLabel5); this.pnlHost.Controls.Add(this.metroLabel6); this.pnlHost.Controls.Add(this.txtPwd); @@ -307,7 +310,7 @@ private void InitializeComponent() this.pnlHost.HorizontalScrollbarSize = 10; this.pnlHost.Location = new System.Drawing.Point(20, 155); this.pnlHost.Name = "pnlHost"; - this.pnlHost.Size = new System.Drawing.Size(393, 137); + this.pnlHost.Size = new System.Drawing.Size(393, 287); this.pnlHost.TabIndex = 22; this.pnlHost.VerticalScrollbarBarColor = true; this.pnlHost.VerticalScrollbarHighlightOnWheel = false; @@ -342,29 +345,10 @@ private void InitializeComponent() this.lbCopy.Visible = false; this.lbCopy.Click += new System.EventHandler(this.lbCopy_Click); // - // metroPanel2 - // - this.metroPanel2.Controls.Add(this.metroLabel9); - this.metroPanel2.Controls.Add(this.chShareAllDisk); - this.metroPanel2.Controls.Add(this.gbDisks); - this.metroPanel2.Controls.Add(this.metroLabel10); - this.metroPanel2.Controls.Add(this.chShareClipboard); - this.metroPanel2.Dock = System.Windows.Forms.DockStyle.Top; - this.metroPanel2.HorizontalScrollbarBarColor = true; - this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false; - this.metroPanel2.HorizontalScrollbarSize = 10; - this.metroPanel2.Location = new System.Drawing.Point(20, 292); - this.metroPanel2.Name = "metroPanel2"; - this.metroPanel2.Size = new System.Drawing.Size(393, 157); - this.metroPanel2.TabIndex = 24; - this.metroPanel2.VerticalScrollbarBarColor = true; - this.metroPanel2.VerticalScrollbarHighlightOnWheel = false; - this.metroPanel2.VerticalScrollbarSize = 10; - // // metroLabel9 // this.metroLabel9.AutoSize = true; - this.metroLabel9.Location = new System.Drawing.Point(24, 13); + this.metroLabel9.Location = new System.Drawing.Point(24, 141); this.metroLabel9.Name = "metroLabel9"; this.metroLabel9.Size = new System.Drawing.Size(93, 19); this.metroLabel9.TabIndex = 49; @@ -373,7 +357,7 @@ private void InitializeComponent() // chShareAllDisk // this.chShareAllDisk.DisplayStatus = false; - this.chShareAllDisk.Location = new System.Drawing.Point(123, 12); + this.chShareAllDisk.Location = new System.Drawing.Point(123, 140); this.chShareAllDisk.Name = "chShareAllDisk"; this.chShareAllDisk.Size = new System.Drawing.Size(60, 24); this.chShareAllDisk.TabIndex = 48; @@ -385,7 +369,7 @@ private void InitializeComponent() // gbDisks // this.gbDisks.Controls.Add(this.flpDisks); - this.gbDisks.Location = new System.Drawing.Point(26, 55); + this.gbDisks.Location = new System.Drawing.Point(26, 183); this.gbDisks.Name = "gbDisks"; this.gbDisks.Size = new System.Drawing.Size(347, 90); this.gbDisks.TabIndex = 47; @@ -414,7 +398,7 @@ private void InitializeComponent() // metroLabel10 // this.metroLabel10.AutoSize = true; - this.metroLabel10.Location = new System.Drawing.Point(214, 13); + this.metroLabel10.Location = new System.Drawing.Point(214, 141); this.metroLabel10.Name = "metroLabel10"; this.metroLabel10.Size = new System.Drawing.Size(79, 19); this.metroLabel10.TabIndex = 46; @@ -423,7 +407,7 @@ private void InitializeComponent() // chShareClipboard // this.chShareClipboard.DisplayStatus = false; - this.chShareClipboard.Location = new System.Drawing.Point(298, 12); + this.chShareClipboard.Location = new System.Drawing.Point(298, 140); this.chShareClipboard.Name = "chShareClipboard"; this.chShareClipboard.Size = new System.Drawing.Size(75, 24); this.chShareClipboard.TabIndex = 45; @@ -436,9 +420,8 @@ private void InitializeComponent() // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(433, 530); + this.ClientSize = new System.Drawing.Size(433, 523); this.Controls.Add(this.pnlBottom); - this.Controls.Add(this.metroPanel2); this.Controls.Add(this.lbCopy); this.Controls.Add(this.pnlHost); this.Controls.Add(this.metroPanel1); @@ -455,8 +438,6 @@ private void InitializeComponent() this.metroPanel1.PerformLayout(); this.pnlHost.ResumeLayout(false); this.pnlHost.PerformLayout(); - this.metroPanel2.ResumeLayout(false); - this.metroPanel2.PerformLayout(); this.gbDisks.ResumeLayout(false); this.flpDisks.ResumeLayout(false); this.flpDisks.PerformLayout(); @@ -491,7 +472,6 @@ private void InitializeComponent() private MetroFramework.Controls.MetroLabel metroLabel8; private System.Windows.Forms.TextBox txtRemoteProgram; private MetroFramework.Controls.MetroLabel lbCopy; - private MetroFramework.Controls.MetroPanel metroPanel2; private MetroFramework.Controls.MetroLabel metroLabel9; private MetroFramework.Controls.MetroToggle chShareAllDisk; private System.Windows.Forms.GroupBox gbDisks; diff --git a/RdpTest/packages.config b/RdpTest/packages.config index e68b24c..01beda8 100644 --- a/RdpTest/packages.config +++ b/RdpTest/packages.config @@ -1,6 +1,6 @@  - + - + \ No newline at end of file