frm_Client.Designer.cs 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262
  1. namespace RemoteClient
  2. {
  3. partial class frm_Client
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Client));
  30. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("所有主机");
  31. this.cnm_HostParentView = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.增加主机NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.移除所有RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.cnm_HostView = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.重新连接RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.屏幕控制PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.关机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.移除MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.sts_Main = new System.Windows.Forms.StatusStrip();
  40. this.lbl_Display = new System.Windows.Forms.ToolStripStatusLabel();
  41. this.mnu_Main = new System.Windows.Forms.MenuStrip();
  42. this.连接CtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.指定主机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.所有主机AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.关闭连接ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.退出EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.远程屏幕DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.暂停PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.关闭CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.设置OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.屏幕发送速度SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.快QToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.中MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.慢SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tls_Main = new System.Windows.Forms.ToolStrip();
  57. this.tsb_Connect = new System.Windows.Forms.ToolStripButton();
  58. this.tsb_ConnectAll = new System.Windows.Forms.ToolStripButton();
  59. this.tsb_Exit = new System.Windows.Forms.ToolStripButton();
  60. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsb_ScreenOpen = new System.Windows.Forms.ToolStripButton();
  62. this.tsb_ScreenHoldOn = new System.Windows.Forms.ToolStripButton();
  63. this.tsb_ScreenStop = new System.Windows.Forms.ToolStripButton();
  64. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  65. this.tsb_ExistApp = new System.Windows.Forms.ToolStripButton();
  66. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  67. this.iml_HostView = new System.Windows.Forms.ImageList(this.components);
  68. this.tabs = new System.Windows.Forms.TabControl();
  69. this.tab_Speak = new System.Windows.Forms.TabPage();
  70. this.panel3 = new System.Windows.Forms.Panel();
  71. this.panel11 = new System.Windows.Forms.Panel();
  72. this.rtb_Content = new System.Windows.Forms.RichTextBox();
  73. this.panel10 = new System.Windows.Forms.Panel();
  74. this.rtb_Speak = new System.Windows.Forms.RichTextBox();
  75. this.panel2 = new System.Windows.Forms.Panel();
  76. this.btn_Send = new System.Windows.Forms.Button();
  77. this.tab_Desktop = new System.Windows.Forms.TabPage();
  78. this.pic_Screen = new System.Windows.Forms.PictureBox();
  79. this.tab_FileView = new System.Windows.Forms.TabPage();
  80. this.spl_Explorer = new System.Windows.Forms.SplitContainer();
  81. this.pnl_bottom_hostexplorer = new System.Windows.Forms.Panel();
  82. this.ltv_hostexplorer = new System.Windows.Forms.ListView();
  83. this.ctm_HostExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
  84. this.打开OToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  85. this.下载DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  86. this.刷新RToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  87. this.iml_ExplorerImages = new System.Windows.Forms.ImageList(this.components);
  88. this.pnl_top_hostexplorer = new System.Windows.Forms.Panel();
  89. this.panel6 = new System.Windows.Forms.Panel();
  90. this.txt_hostexplorer = new System.Windows.Forms.TextBox();
  91. this.panel5 = new System.Windows.Forms.Panel();
  92. this.label1 = new System.Windows.Forms.Label();
  93. this.panel4 = new System.Windows.Forms.Panel();
  94. this.btn_hostexplorer = new System.Windows.Forms.Button();
  95. this.pnl_bottom_myexplorer = new System.Windows.Forms.Panel();
  96. this.ltv_myexplorer = new System.Windows.Forms.ListView();
  97. this.ctm_MyExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
  98. this.打开OToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  99. this.上传UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  100. this.刷新RtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  101. this.pnl_top_myexplorer = new System.Windows.Forms.Panel();
  102. this.panel7 = new System.Windows.Forms.Panel();
  103. this.txt_myexplorer = new System.Windows.Forms.TextBox();
  104. this.panel8 = new System.Windows.Forms.Panel();
  105. this.label2 = new System.Windows.Forms.Label();
  106. this.panel9 = new System.Windows.Forms.Panel();
  107. this.btn_myexplorer = new System.Windows.Forms.Button();
  108. this.tab_Log = new System.Windows.Forms.TabPage();
  109. this.ltv_Log = new System.Windows.Forms.ListView();
  110. this.col_Datetime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  111. this.col_IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  112. this.col_Event = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  113. this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
  114. this.ScreenTimer = new System.Windows.Forms.Timer(this.components);
  115. this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  116. this.cnm_notifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
  117. this.打开OToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  118. this.关闭连接CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  119. this.退出EToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  120. this.trv_HostView = new System.Windows.Forms.TreeView();
  121. this.cnm_HostParentView.SuspendLayout();
  122. this.cnm_HostView.SuspendLayout();
  123. this.sts_Main.SuspendLayout();
  124. this.mnu_Main.SuspendLayout();
  125. this.tls_Main.SuspendLayout();
  126. this.splitContainer1.Panel1.SuspendLayout();
  127. this.splitContainer1.Panel2.SuspendLayout();
  128. this.splitContainer1.SuspendLayout();
  129. this.tabs.SuspendLayout();
  130. this.tab_Speak.SuspendLayout();
  131. this.panel3.SuspendLayout();
  132. this.panel11.SuspendLayout();
  133. this.panel10.SuspendLayout();
  134. this.panel2.SuspendLayout();
  135. this.tab_Desktop.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).BeginInit();
  137. this.tab_FileView.SuspendLayout();
  138. this.spl_Explorer.Panel1.SuspendLayout();
  139. this.spl_Explorer.Panel2.SuspendLayout();
  140. this.spl_Explorer.SuspendLayout();
  141. this.pnl_bottom_hostexplorer.SuspendLayout();
  142. this.ctm_HostExplorer.SuspendLayout();
  143. this.pnl_top_hostexplorer.SuspendLayout();
  144. this.panel6.SuspendLayout();
  145. this.panel5.SuspendLayout();
  146. this.panel4.SuspendLayout();
  147. this.pnl_bottom_myexplorer.SuspendLayout();
  148. this.ctm_MyExplorer.SuspendLayout();
  149. this.pnl_top_myexplorer.SuspendLayout();
  150. this.panel7.SuspendLayout();
  151. this.panel8.SuspendLayout();
  152. this.panel9.SuspendLayout();
  153. this.tab_Log.SuspendLayout();
  154. this.toolStripContainer1.SuspendLayout();
  155. this.cnm_notifyIcon.SuspendLayout();
  156. this.SuspendLayout();
  157. //
  158. // cnm_HostParentView
  159. //
  160. this.cnm_HostParentView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  161. this.增加主机NToolStripMenuItem,
  162. this.移除所有RToolStripMenuItem});
  163. this.cnm_HostParentView.Name = "cnm_HostParentView";
  164. this.cnm_HostParentView.Size = new System.Drawing.Size(143, 48);
  165. //
  166. // 增加主机NToolStripMenuItem
  167. //
  168. this.增加主机NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("增加主机NToolStripMenuItem.Image")));
  169. this.增加主机NToolStripMenuItem.Name = "增加主机NToolStripMenuItem";
  170. this.增加主机NToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  171. this.增加主机NToolStripMenuItem.Text = "增加主机(&N)";
  172. this.增加主机NToolStripMenuItem.Click += new System.EventHandler(this.增加主机NToolStripMenuItem_Click);
  173. //
  174. // 移除所有RToolStripMenuItem
  175. //
  176. this.移除所有RToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("移除所有RToolStripMenuItem.Image")));
  177. this.移除所有RToolStripMenuItem.Name = "移除所有RToolStripMenuItem";
  178. this.移除所有RToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  179. this.移除所有RToolStripMenuItem.Text = "移除所有(&R)";
  180. this.移除所有RToolStripMenuItem.Click += new System.EventHandler(this.移除所有RToolStripMenuItem_Click);
  181. //
  182. // cnm_HostView
  183. //
  184. this.cnm_HostView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  185. this.重新连接RToolStripMenuItem,
  186. this.屏幕控制PToolStripMenuItem,
  187. this.关机SToolStripMenuItem,
  188. this.移除MToolStripMenuItem});
  189. this.cnm_HostView.Name = "contextMenuStrip1";
  190. this.cnm_HostView.Size = new System.Drawing.Size(141, 92);
  191. //
  192. // 重新连接RToolStripMenuItem
  193. //
  194. this.重新连接RToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("重新连接RToolStripMenuItem.Image")));
  195. this.重新连接RToolStripMenuItem.Name = "重新连接RToolStripMenuItem";
  196. this.重新连接RToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  197. this.重新连接RToolStripMenuItem.Text = "重新连接(&R)";
  198. this.重新连接RToolStripMenuItem.Click += new System.EventHandler(this.重新连接RToolStripMenuItem_Click);
  199. //
  200. // 屏幕控制PToolStripMenuItem
  201. //
  202. this.屏幕控制PToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.ControlScreen;
  203. this.屏幕控制PToolStripMenuItem.Name = "屏幕控制PToolStripMenuItem";
  204. this.屏幕控制PToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  205. this.屏幕控制PToolStripMenuItem.Text = "屏幕控制(&P)";
  206. this.屏幕控制PToolStripMenuItem.Click += new System.EventHandler(this.屏幕控制PToolStripMenuItem_Click);
  207. //
  208. // 关机SToolStripMenuItem
  209. //
  210. this.关机SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关机SToolStripMenuItem.Image")));
  211. this.关机SToolStripMenuItem.Name = "关机SToolStripMenuItem";
  212. this.关机SToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  213. this.关机SToolStripMenuItem.Text = "关机(&S)";
  214. this.关机SToolStripMenuItem.Click += new System.EventHandler(this.关机SToolStripMenuItem_Click);
  215. //
  216. // 移除MToolStripMenuItem
  217. //
  218. this.移除MToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("移除MToolStripMenuItem.Image")));
  219. this.移除MToolStripMenuItem.Name = "移除MToolStripMenuItem";
  220. this.移除MToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  221. this.移除MToolStripMenuItem.Text = "移除(&M)";
  222. this.移除MToolStripMenuItem.Click += new System.EventHandler(this.移除MToolStripMenuItem_Click);
  223. //
  224. // sts_Main
  225. //
  226. this.sts_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  227. this.lbl_Display});
  228. this.sts_Main.Location = new System.Drawing.Point(0, 433);
  229. this.sts_Main.Name = "sts_Main";
  230. this.sts_Main.Size = new System.Drawing.Size(683, 22);
  231. this.sts_Main.TabIndex = 5;
  232. //
  233. // lbl_Display
  234. //
  235. this.lbl_Display.Name = "lbl_Display";
  236. this.lbl_Display.Size = new System.Drawing.Size(48, 17);
  237. this.lbl_Display.Text = " ";
  238. //
  239. // mnu_Main
  240. //
  241. this.mnu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  242. this.连接CtoolStripMenuItem,
  243. this.远程屏幕DToolStripMenuItem,
  244. this.设置OToolStripMenuItem});
  245. this.mnu_Main.Location = new System.Drawing.Point(0, 0);
  246. this.mnu_Main.Name = "mnu_Main";
  247. this.mnu_Main.Size = new System.Drawing.Size(683, 25);
  248. this.mnu_Main.TabIndex = 7;
  249. this.mnu_Main.Text = "menuStrip1";
  250. //
  251. // 连接CtoolStripMenuItem
  252. //
  253. this.连接CtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  254. this.指定主机SToolStripMenuItem,
  255. this.所有主机AToolStripMenuItem,
  256. this.关闭连接ToolStripMenuItem,
  257. this.退出EToolStripMenuItem});
  258. this.连接CtoolStripMenuItem.Name = "连接CtoolStripMenuItem";
  259. this.连接CtoolStripMenuItem.Size = new System.Drawing.Size(60, 21);
  260. this.连接CtoolStripMenuItem.Text = "连接(&C)";
  261. //
  262. // 指定主机SToolStripMenuItem
  263. //
  264. this.指定主机SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("指定主机SToolStripMenuItem.Image")));
  265. this.指定主机SToolStripMenuItem.Name = "指定主机SToolStripMenuItem";
  266. this.指定主机SToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.N)));
  267. this.指定主机SToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  268. this.指定主机SToolStripMenuItem.Text = "指定主机(&S)";
  269. this.指定主机SToolStripMenuItem.Click += new System.EventHandler(this.指定主机SToolStripMenuItem_Click);
  270. //
  271. // 所有主机AToolStripMenuItem
  272. //
  273. this.所有主机AToolStripMenuItem.AutoToolTip = true;
  274. this.所有主机AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("所有主机AToolStripMenuItem.Image")));
  275. this.所有主机AToolStripMenuItem.Name = "所有主机AToolStripMenuItem";
  276. this.所有主机AToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Q)));
  277. this.所有主机AToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  278. this.所有主机AToolStripMenuItem.Text = "所有主机(&A)";
  279. this.所有主机AToolStripMenuItem.ToolTipText = "连接局域网所有在线主机";
  280. this.所有主机AToolStripMenuItem.Click += new System.EventHandler(this.所有主机AToolStripMenuItem_Click);
  281. //
  282. // 关闭连接ToolStripMenuItem
  283. //
  284. this.关闭连接ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭连接ToolStripMenuItem.Image")));
  285. this.关闭连接ToolStripMenuItem.Name = "关闭连接ToolStripMenuItem";
  286. this.关闭连接ToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  287. this.关闭连接ToolStripMenuItem.Text = "关闭连接(&C)";
  288. this.关闭连接ToolStripMenuItem.Click += new System.EventHandler(this.关闭连接ToolStripMenuItem_Click);
  289. //
  290. // 退出EToolStripMenuItem
  291. //
  292. this.退出EToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.sign;
  293. this.退出EToolStripMenuItem.Name = "退出EToolStripMenuItem";
  294. this.退出EToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  295. this.退出EToolStripMenuItem.Text = "退出(&E)";
  296. this.退出EToolStripMenuItem.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
  297. //
  298. // 远程屏幕DToolStripMenuItem
  299. //
  300. this.远程屏幕DToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  301. this.打开OToolStripMenuItem,
  302. this.暂停PToolStripMenuItem,
  303. this.关闭CToolStripMenuItem});
  304. this.远程屏幕DToolStripMenuItem.Name = "远程屏幕DToolStripMenuItem";
  305. this.远程屏幕DToolStripMenuItem.Size = new System.Drawing.Size(85, 21);
  306. this.远程屏幕DToolStripMenuItem.Text = "远程屏幕(&D)";
  307. //
  308. // 打开OToolStripMenuItem
  309. //
  310. this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
  311. this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
  312. this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E)));
  313. this.打开OToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
  314. this.打开OToolStripMenuItem.Text = "打开(&O)";
  315. this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
  316. //
  317. // 暂停PToolStripMenuItem
  318. //
  319. this.暂停PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("暂停PToolStripMenuItem.Image")));
  320. this.暂停PToolStripMenuItem.Name = "暂停PToolStripMenuItem";
  321. this.暂停PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
  322. this.暂停PToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
  323. this.暂停PToolStripMenuItem.Text = "暂停(&P)";
  324. this.暂停PToolStripMenuItem.Click += new System.EventHandler(this.暂停PToolStripMenuItem_Click);
  325. //
  326. // 关闭CToolStripMenuItem
  327. //
  328. this.关闭CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭CToolStripMenuItem.Image")));
  329. this.关闭CToolStripMenuItem.Name = "关闭CToolStripMenuItem";
  330. this.关闭CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
  331. this.关闭CToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
  332. this.关闭CToolStripMenuItem.Text = "关闭(&C)";
  333. this.关闭CToolStripMenuItem.Click += new System.EventHandler(this.关闭CToolStripMenuItem_Click);
  334. //
  335. // 设置OToolStripMenuItem
  336. //
  337. this.设置OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  338. this.屏幕发送速度SToolStripMenuItem});
  339. this.设置OToolStripMenuItem.Name = "设置OToolStripMenuItem";
  340. this.设置OToolStripMenuItem.Size = new System.Drawing.Size(62, 21);
  341. this.设置OToolStripMenuItem.Text = "设置(&O)";
  342. //
  343. // 屏幕发送速度SToolStripMenuItem
  344. //
  345. this.屏幕发送速度SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  346. this.快QToolStripMenuItem,
  347. this.中MToolStripMenuItem,
  348. this.慢SToolStripMenuItem});
  349. this.屏幕发送速度SToolStripMenuItem.Name = "屏幕发送速度SToolStripMenuItem";
  350. this.屏幕发送速度SToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
  351. this.屏幕发送速度SToolStripMenuItem.Text = "屏幕发送速度(&S)";
  352. //
  353. // 快QToolStripMenuItem
  354. //
  355. this.快QToolStripMenuItem.Name = "快QToolStripMenuItem";
  356. this.快QToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  357. this.快QToolStripMenuItem.Text = "快(&Q)";
  358. this.快QToolStripMenuItem.Click += new System.EventHandler(this.快QToolStripMenuItem_Click);
  359. //
  360. // 中MToolStripMenuItem
  361. //
  362. this.中MToolStripMenuItem.Name = "中MToolStripMenuItem";
  363. this.中MToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  364. this.中MToolStripMenuItem.Text = "中(&M)";
  365. this.中MToolStripMenuItem.Click += new System.EventHandler(this.中MToolStripMenuItem_Click);
  366. //
  367. // 慢SToolStripMenuItem
  368. //
  369. this.慢SToolStripMenuItem.Name = "慢SToolStripMenuItem";
  370. this.慢SToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  371. this.慢SToolStripMenuItem.Text = "慢(&S)";
  372. this.慢SToolStripMenuItem.Click += new System.EventHandler(this.慢SToolStripMenuItem_Click);
  373. //
  374. // tls_Main
  375. //
  376. this.tls_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  377. this.tsb_Connect,
  378. this.tsb_ConnectAll,
  379. this.tsb_Exit,
  380. this.toolStripSeparator1,
  381. this.tsb_ScreenOpen,
  382. this.tsb_ScreenHoldOn,
  383. this.tsb_ScreenStop,
  384. this.toolStripSeparator4,
  385. this.tsb_ExistApp});
  386. this.tls_Main.Location = new System.Drawing.Point(0, 25);
  387. this.tls_Main.Name = "tls_Main";
  388. this.tls_Main.Size = new System.Drawing.Size(683, 25);
  389. this.tls_Main.TabIndex = 8;
  390. this.tls_Main.Text = "toolStrip1";
  391. //
  392. // tsb_Connect
  393. //
  394. this.tsb_Connect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  395. this.tsb_Connect.Image = ((System.Drawing.Image)(resources.GetObject("tsb_Connect.Image")));
  396. this.tsb_Connect.ImageTransparentColor = System.Drawing.Color.Magenta;
  397. this.tsb_Connect.Name = "tsb_Connect";
  398. this.tsb_Connect.Size = new System.Drawing.Size(23, 22);
  399. this.tsb_Connect.Text = "指定主机";
  400. this.tsb_Connect.ToolTipText = "连接到指定主机";
  401. this.tsb_Connect.Click += new System.EventHandler(this.指定主机SToolStripMenuItem_Click);
  402. //
  403. // tsb_ConnectAll
  404. //
  405. this.tsb_ConnectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  406. this.tsb_ConnectAll.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ConnectAll.Image")));
  407. this.tsb_ConnectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  408. this.tsb_ConnectAll.Name = "tsb_ConnectAll";
  409. this.tsb_ConnectAll.Size = new System.Drawing.Size(23, 22);
  410. this.tsb_ConnectAll.Text = "连接所有的主机";
  411. this.tsb_ConnectAll.Click += new System.EventHandler(this.所有主机AToolStripMenuItem_Click);
  412. //
  413. // tsb_Exit
  414. //
  415. this.tsb_Exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  416. this.tsb_Exit.Image = ((System.Drawing.Image)(resources.GetObject("tsb_Exit.Image")));
  417. this.tsb_Exit.ImageTransparentColor = System.Drawing.Color.Magenta;
  418. this.tsb_Exit.Name = "tsb_Exit";
  419. this.tsb_Exit.Size = new System.Drawing.Size(23, 22);
  420. this.tsb_Exit.Text = "关闭所有的连接";
  421. this.tsb_Exit.Click += new System.EventHandler(this.关闭连接ToolStripMenuItem_Click);
  422. //
  423. // toolStripSeparator1
  424. //
  425. this.toolStripSeparator1.Name = "toolStripSeparator1";
  426. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  427. //
  428. // tsb_ScreenOpen
  429. //
  430. this.tsb_ScreenOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  431. this.tsb_ScreenOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenOpen.Image")));
  432. this.tsb_ScreenOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
  433. this.tsb_ScreenOpen.Name = "tsb_ScreenOpen";
  434. this.tsb_ScreenOpen.Size = new System.Drawing.Size(23, 22);
  435. this.tsb_ScreenOpen.Text = "打开远程屏幕";
  436. this.tsb_ScreenOpen.ToolTipText = "打开远程屏幕";
  437. this.tsb_ScreenOpen.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
  438. //
  439. // tsb_ScreenHoldOn
  440. //
  441. this.tsb_ScreenHoldOn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  442. this.tsb_ScreenHoldOn.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenHoldOn.Image")));
  443. this.tsb_ScreenHoldOn.ImageTransparentColor = System.Drawing.Color.Magenta;
  444. this.tsb_ScreenHoldOn.Name = "tsb_ScreenHoldOn";
  445. this.tsb_ScreenHoldOn.Size = new System.Drawing.Size(23, 22);
  446. this.tsb_ScreenHoldOn.Text = "暂停对远程屏幕截取";
  447. this.tsb_ScreenHoldOn.Click += new System.EventHandler(this.暂停PToolStripMenuItem_Click);
  448. //
  449. // tsb_ScreenStop
  450. //
  451. this.tsb_ScreenStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  452. this.tsb_ScreenStop.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenStop.Image")));
  453. this.tsb_ScreenStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  454. this.tsb_ScreenStop.Name = "tsb_ScreenStop";
  455. this.tsb_ScreenStop.Size = new System.Drawing.Size(23, 22);
  456. this.tsb_ScreenStop.Text = "关闭远程屏幕截取";
  457. this.tsb_ScreenStop.Click += new System.EventHandler(this.关闭CToolStripMenuItem_Click);
  458. //
  459. // toolStripSeparator4
  460. //
  461. this.toolStripSeparator4.Name = "toolStripSeparator4";
  462. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  463. //
  464. // tsb_ExistApp
  465. //
  466. this.tsb_ExistApp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  467. this.tsb_ExistApp.Image = global::RemoteClient.Properties.Resources.sign;
  468. this.tsb_ExistApp.ImageTransparentColor = System.Drawing.Color.Magenta;
  469. this.tsb_ExistApp.Name = "tsb_ExistApp";
  470. this.tsb_ExistApp.Size = new System.Drawing.Size(23, 22);
  471. this.tsb_ExistApp.Text = "退出程序";
  472. this.tsb_ExistApp.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
  473. //
  474. // splitContainer1
  475. //
  476. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.splitContainer1.Location = new System.Drawing.Point(0, 50);
  478. this.splitContainer1.Name = "splitContainer1";
  479. //
  480. // splitContainer1.Panel1
  481. //
  482. this.splitContainer1.Panel1.Controls.Add(this.trv_HostView);
  483. //
  484. // splitContainer1.Panel2
  485. //
  486. this.splitContainer1.Panel2.Controls.Add(this.tabs);
  487. this.splitContainer1.Size = new System.Drawing.Size(683, 383);
  488. this.splitContainer1.SplitterDistance = 142;
  489. this.splitContainer1.TabIndex = 9;
  490. //
  491. // iml_HostView
  492. //
  493. this.iml_HostView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_HostView.ImageStream")));
  494. this.iml_HostView.TransparentColor = System.Drawing.Color.Transparent;
  495. this.iml_HostView.Images.SetKeyName(0, "Host");
  496. //
  497. // tabs
  498. //
  499. this.tabs.Controls.Add(this.tab_Speak);
  500. this.tabs.Controls.Add(this.tab_Desktop);
  501. this.tabs.Controls.Add(this.tab_FileView);
  502. this.tabs.Controls.Add(this.tab_Log);
  503. this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
  504. this.tabs.HotTrack = true;
  505. this.tabs.ImageList = this.iml_ExplorerImages;
  506. this.tabs.ItemSize = new System.Drawing.Size(55, 20);
  507. this.tabs.Location = new System.Drawing.Point(0, 0);
  508. this.tabs.Name = "tabs";
  509. this.tabs.SelectedIndex = 0;
  510. this.tabs.Size = new System.Drawing.Size(537, 383);
  511. this.tabs.TabIndex = 0;
  512. //
  513. // tab_Speak
  514. //
  515. this.tab_Speak.Controls.Add(this.panel3);
  516. this.tab_Speak.Controls.Add(this.panel2);
  517. this.tab_Speak.Location = new System.Drawing.Point(4, 24);
  518. this.tab_Speak.Name = "tab_Speak";
  519. this.tab_Speak.Padding = new System.Windows.Forms.Padding(3);
  520. this.tab_Speak.Size = new System.Drawing.Size(529, 355);
  521. this.tab_Speak.TabIndex = 3;
  522. this.tab_Speak.Text = "对话";
  523. this.tab_Speak.UseVisualStyleBackColor = true;
  524. //
  525. // panel3
  526. //
  527. this.panel3.Controls.Add(this.panel11);
  528. this.panel3.Controls.Add(this.panel10);
  529. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  530. this.panel3.Location = new System.Drawing.Point(3, 3);
  531. this.panel3.Name = "panel3";
  532. this.panel3.Size = new System.Drawing.Size(523, 317);
  533. this.panel3.TabIndex = 2;
  534. //
  535. // panel11
  536. //
  537. this.panel11.Controls.Add(this.rtb_Content);
  538. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  539. this.panel11.Location = new System.Drawing.Point(0, 0);
  540. this.panel11.Name = "panel11";
  541. this.panel11.Size = new System.Drawing.Size(523, 192);
  542. this.panel11.TabIndex = 3;
  543. //
  544. // rtb_Content
  545. //
  546. this.rtb_Content.Dock = System.Windows.Forms.DockStyle.Fill;
  547. this.rtb_Content.Location = new System.Drawing.Point(0, 0);
  548. this.rtb_Content.Name = "rtb_Content";
  549. this.rtb_Content.ReadOnly = true;
  550. this.rtb_Content.Size = new System.Drawing.Size(523, 192);
  551. this.rtb_Content.TabIndex = 1;
  552. this.rtb_Content.Text = "";
  553. //
  554. // panel10
  555. //
  556. this.panel10.Controls.Add(this.rtb_Speak);
  557. this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom;
  558. this.panel10.Location = new System.Drawing.Point(0, 192);
  559. this.panel10.Name = "panel10";
  560. this.panel10.Size = new System.Drawing.Size(523, 125);
  561. this.panel10.TabIndex = 2;
  562. //
  563. // rtb_Speak
  564. //
  565. this.rtb_Speak.Dock = System.Windows.Forms.DockStyle.Bottom;
  566. this.rtb_Speak.Location = new System.Drawing.Point(0, 29);
  567. this.rtb_Speak.Name = "rtb_Speak";
  568. this.rtb_Speak.Size = new System.Drawing.Size(523, 96);
  569. this.rtb_Speak.TabIndex = 0;
  570. this.rtb_Speak.Text = "";
  571. this.rtb_Speak.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtb_Speak_KeyDown);
  572. //
  573. // panel2
  574. //
  575. this.panel2.Controls.Add(this.btn_Send);
  576. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  577. this.panel2.Location = new System.Drawing.Point(3, 320);
  578. this.panel2.Name = "panel2";
  579. this.panel2.Size = new System.Drawing.Size(523, 32);
  580. this.panel2.TabIndex = 1;
  581. //
  582. // btn_Send
  583. //
  584. this.btn_Send.Dock = System.Windows.Forms.DockStyle.Right;
  585. this.btn_Send.ForeColor = System.Drawing.SystemColors.ActiveCaption;
  586. this.btn_Send.Location = new System.Drawing.Point(448, 0);
  587. this.btn_Send.Name = "btn_Send";
  588. this.btn_Send.Size = new System.Drawing.Size(75, 32);
  589. this.btn_Send.TabIndex = 0;
  590. this.btn_Send.Text = " 发 送(&S)";
  591. this.btn_Send.UseVisualStyleBackColor = true;
  592. this.btn_Send.Click += new System.EventHandler(this.btn_Send_Click);
  593. //
  594. // tab_Desktop
  595. //
  596. this.tab_Desktop.Controls.Add(this.pic_Screen);
  597. this.tab_Desktop.Location = new System.Drawing.Point(4, 24);
  598. this.tab_Desktop.Name = "tab_Desktop";
  599. this.tab_Desktop.Padding = new System.Windows.Forms.Padding(3);
  600. this.tab_Desktop.Size = new System.Drawing.Size(529, 355);
  601. this.tab_Desktop.TabIndex = 1;
  602. this.tab_Desktop.Text = "远程桌面";
  603. this.tab_Desktop.UseVisualStyleBackColor = true;
  604. //
  605. // pic_Screen
  606. //
  607. this.pic_Screen.BackColor = System.Drawing.SystemColors.ControlText;
  608. this.pic_Screen.Dock = System.Windows.Forms.DockStyle.Fill;
  609. this.pic_Screen.Location = new System.Drawing.Point(3, 3);
  610. this.pic_Screen.Name = "pic_Screen";
  611. this.pic_Screen.Size = new System.Drawing.Size(523, 349);
  612. this.pic_Screen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  613. this.pic_Screen.TabIndex = 0;
  614. this.pic_Screen.TabStop = false;
  615. this.pic_Screen.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseDoubleClick);
  616. this.pic_Screen.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseDown);
  617. this.pic_Screen.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseMove);
  618. this.pic_Screen.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseUp);
  619. //
  620. // tab_FileView
  621. //
  622. this.tab_FileView.Controls.Add(this.spl_Explorer);
  623. this.tab_FileView.Location = new System.Drawing.Point(4, 24);
  624. this.tab_FileView.Name = "tab_FileView";
  625. this.tab_FileView.Padding = new System.Windows.Forms.Padding(3);
  626. this.tab_FileView.Size = new System.Drawing.Size(529, 355);
  627. this.tab_FileView.TabIndex = 2;
  628. this.tab_FileView.Text = "文件浏览";
  629. this.tab_FileView.UseVisualStyleBackColor = true;
  630. //
  631. // spl_Explorer
  632. //
  633. this.spl_Explorer.Dock = System.Windows.Forms.DockStyle.Fill;
  634. this.spl_Explorer.Location = new System.Drawing.Point(3, 3);
  635. this.spl_Explorer.Name = "spl_Explorer";
  636. this.spl_Explorer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  637. //
  638. // spl_Explorer.Panel1
  639. //
  640. this.spl_Explorer.Panel1.Controls.Add(this.pnl_bottom_hostexplorer);
  641. this.spl_Explorer.Panel1.Controls.Add(this.pnl_top_hostexplorer);
  642. //
  643. // spl_Explorer.Panel2
  644. //
  645. this.spl_Explorer.Panel2.Controls.Add(this.pnl_bottom_myexplorer);
  646. this.spl_Explorer.Panel2.Controls.Add(this.pnl_top_myexplorer);
  647. this.spl_Explorer.Size = new System.Drawing.Size(523, 349);
  648. this.spl_Explorer.SplitterDistance = 200;
  649. this.spl_Explorer.TabIndex = 0;
  650. //
  651. // pnl_bottom_hostexplorer
  652. //
  653. this.pnl_bottom_hostexplorer.Controls.Add(this.ltv_hostexplorer);
  654. this.pnl_bottom_hostexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
  655. this.pnl_bottom_hostexplorer.Location = new System.Drawing.Point(0, 27);
  656. this.pnl_bottom_hostexplorer.Name = "pnl_bottom_hostexplorer";
  657. this.pnl_bottom_hostexplorer.Size = new System.Drawing.Size(523, 173);
  658. this.pnl_bottom_hostexplorer.TabIndex = 5;
  659. //
  660. // ltv_hostexplorer
  661. //
  662. this.ltv_hostexplorer.AllowDrop = true;
  663. this.ltv_hostexplorer.ContextMenuStrip = this.ctm_HostExplorer;
  664. this.ltv_hostexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
  665. this.ltv_hostexplorer.LargeImageList = this.iml_ExplorerImages;
  666. this.ltv_hostexplorer.Location = new System.Drawing.Point(0, 0);
  667. this.ltv_hostexplorer.Name = "ltv_hostexplorer";
  668. this.ltv_hostexplorer.Size = new System.Drawing.Size(523, 173);
  669. this.ltv_hostexplorer.SmallImageList = this.iml_ExplorerImages;
  670. this.ltv_hostexplorer.TabIndex = 0;
  671. this.ltv_hostexplorer.UseCompatibleStateImageBehavior = false;
  672. this.ltv_hostexplorer.SelectedIndexChanged += new System.EventHandler(this.lvs_hostexplorer_SelectedIndexChanged);
  673. this.ltv_hostexplorer.DoubleClick += new System.EventHandler(this.lvs_hostexplorer_DoubleClick);
  674. //
  675. // ctm_HostExplorer
  676. //
  677. this.ctm_HostExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  678. this.打开OToolStripMenuItem1,
  679. this.下载DToolStripMenuItem,
  680. this.刷新RToolStripMenuItem1});
  681. this.ctm_HostExplorer.Name = "ctm_HostExplorer";
  682. this.ctm_HostExplorer.Size = new System.Drawing.Size(119, 70);
  683. //
  684. // 打开OToolStripMenuItem1
  685. //
  686. this.打开OToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.Open;
  687. this.打开OToolStripMenuItem1.Name = "打开OToolStripMenuItem1";
  688. this.打开OToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
  689. this.打开OToolStripMenuItem1.Text = "打开(&O)";
  690. this.打开OToolStripMenuItem1.Click += new System.EventHandler(this.打开OToolStripMenuItem1_Click);
  691. //
  692. // 下载DToolStripMenuItem
  693. //
  694. this.下载DToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.download;
  695. this.下载DToolStripMenuItem.Name = "下载DToolStripMenuItem";
  696. this.下载DToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  697. this.下载DToolStripMenuItem.Text = "下载(&D)";
  698. this.下载DToolStripMenuItem.Click += new System.EventHandler(this.下载DToolStripMenuItem_Click);
  699. //
  700. // 刷新RToolStripMenuItem1
  701. //
  702. this.刷新RToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.Refrush;
  703. this.刷新RToolStripMenuItem1.Name = "刷新RToolStripMenuItem1";
  704. this.刷新RToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
  705. this.刷新RToolStripMenuItem1.Text = "刷新(&R)";
  706. this.刷新RToolStripMenuItem1.Click += new System.EventHandler(this.刷新RToolStripMenuItem1_Click);
  707. //
  708. // iml_ExplorerImages
  709. //
  710. this.iml_ExplorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_ExplorerImages.ImageStream")));
  711. this.iml_ExplorerImages.TransparentColor = System.Drawing.Color.Transparent;
  712. this.iml_ExplorerImages.Images.SetKeyName(0, "Disk");
  713. this.iml_ExplorerImages.Images.SetKeyName(1, "Directory");
  714. this.iml_ExplorerImages.Images.SetKeyName(2, "midi");
  715. this.iml_ExplorerImages.Images.SetKeyName(3, "txt");
  716. this.iml_ExplorerImages.Images.SetKeyName(4, "css");
  717. this.iml_ExplorerImages.Images.SetKeyName(5, "html");
  718. this.iml_ExplorerImages.Images.SetKeyName(6, "jpg");
  719. this.iml_ExplorerImages.Images.SetKeyName(7, "asa");
  720. this.iml_ExplorerImages.Images.SetKeyName(8, "asax");
  721. this.iml_ExplorerImages.Images.SetKeyName(9, "asp");
  722. this.iml_ExplorerImages.Images.SetKeyName(10, "aspx");
  723. this.iml_ExplorerImages.Images.SetKeyName(11, "avi");
  724. this.iml_ExplorerImages.Images.SetKeyName(12, "bat");
  725. this.iml_ExplorerImages.Images.SetKeyName(13, "bmp");
  726. this.iml_ExplorerImages.Images.SetKeyName(14, "c");
  727. this.iml_ExplorerImages.Images.SetKeyName(15, "doc");
  728. this.iml_ExplorerImages.Images.SetKeyName(16, "chm");
  729. this.iml_ExplorerImages.Images.SetKeyName(17, "class");
  730. this.iml_ExplorerImages.Images.SetKeyName(18, "config");
  731. this.iml_ExplorerImages.Images.SetKeyName(19, "cpp");
  732. this.iml_ExplorerImages.Images.SetKeyName(20, "cs");
  733. this.iml_ExplorerImages.Images.SetKeyName(21, "dll");
  734. this.iml_ExplorerImages.Images.SetKeyName(22, "h");
  735. this.iml_ExplorerImages.Images.SetKeyName(23, "dsw");
  736. this.iml_ExplorerImages.Images.SetKeyName(24, "dvd");
  737. this.iml_ExplorerImages.Images.SetKeyName(25, "exe");
  738. this.iml_ExplorerImages.Images.SetKeyName(26, "fon");
  739. this.iml_ExplorerImages.Images.SetKeyName(27, "gif");
  740. this.iml_ExplorerImages.Images.SetKeyName(28, "htm");
  741. this.iml_ExplorerImages.Images.SetKeyName(29, "hlp");
  742. this.iml_ExplorerImages.Images.SetKeyName(30, "hpp");
  743. this.iml_ExplorerImages.Images.SetKeyName(31, "ico");
  744. this.iml_ExplorerImages.Images.SetKeyName(32, "ima");
  745. this.iml_ExplorerImages.Images.SetKeyName(33, "iso");
  746. this.iml_ExplorerImages.Images.SetKeyName(34, "java");
  747. this.iml_ExplorerImages.Images.SetKeyName(35, "png");
  748. this.iml_ExplorerImages.Images.SetKeyName(36, "jpg");
  749. this.iml_ExplorerImages.Images.SetKeyName(37, "js");
  750. this.iml_ExplorerImages.Images.SetKeyName(38, "jsl");
  751. this.iml_ExplorerImages.Images.SetKeyName(39, "lnk");
  752. this.iml_ExplorerImages.Images.SetKeyName(40, "mdb");
  753. this.iml_ExplorerImages.Images.SetKeyName(41, "mdf");
  754. this.iml_ExplorerImages.Images.SetKeyName(42, "mht");
  755. this.iml_ExplorerImages.Images.SetKeyName(43, "mkv");
  756. this.iml_ExplorerImages.Images.SetKeyName(44, "mov");
  757. this.iml_ExplorerImages.Images.SetKeyName(45, "mp3");
  758. this.iml_ExplorerImages.Images.SetKeyName(46, "mp4");
  759. this.iml_ExplorerImages.Images.SetKeyName(47, "mpg");
  760. this.iml_ExplorerImages.Images.SetKeyName(48, "obj");
  761. this.iml_ExplorerImages.Images.SetKeyName(49, "ogm");
  762. this.iml_ExplorerImages.Images.SetKeyName(50, "png");
  763. this.iml_ExplorerImages.Images.SetKeyName(51, "user");
  764. this.iml_ExplorerImages.Images.SetKeyName(52, "ppt");
  765. this.iml_ExplorerImages.Images.SetKeyName(53, "psd");
  766. this.iml_ExplorerImages.Images.SetKeyName(54, "rar");
  767. this.iml_ExplorerImages.Images.SetKeyName(55, "rc");
  768. this.iml_ExplorerImages.Images.SetKeyName(56, "reg");
  769. this.iml_ExplorerImages.Images.SetKeyName(57, "res");
  770. this.iml_ExplorerImages.Images.SetKeyName(58, "rm");
  771. this.iml_ExplorerImages.Images.SetKeyName(59, "sln");
  772. this.iml_ExplorerImages.Images.SetKeyName(60, "sql");
  773. this.iml_ExplorerImages.Images.SetKeyName(61, "swf");
  774. this.iml_ExplorerImages.Images.SetKeyName(62, "tif");
  775. this.iml_ExplorerImages.Images.SetKeyName(63, "ttf");
  776. this.iml_ExplorerImages.Images.SetKeyName(64, "txt");
  777. this.iml_ExplorerImages.Images.SetKeyName(65, "url");
  778. this.iml_ExplorerImages.Images.SetKeyName(66, "user");
  779. this.iml_ExplorerImages.Images.SetKeyName(67, "vb");
  780. this.iml_ExplorerImages.Images.SetKeyName(68, "vbs");
  781. this.iml_ExplorerImages.Images.SetKeyName(69, "wav");
  782. this.iml_ExplorerImages.Images.SetKeyName(70, "wma");
  783. this.iml_ExplorerImages.Images.SetKeyName(71, "wmv");
  784. this.iml_ExplorerImages.Images.SetKeyName(72, "LastPath");
  785. this.iml_ExplorerImages.Images.SetKeyName(73, "xls");
  786. this.iml_ExplorerImages.Images.SetKeyName(74, "xml");
  787. this.iml_ExplorerImages.Images.SetKeyName(75, "Unknown");
  788. this.iml_ExplorerImages.Images.SetKeyName(76, "zip");
  789. //
  790. // pnl_top_hostexplorer
  791. //
  792. this.pnl_top_hostexplorer.Controls.Add(this.panel6);
  793. this.pnl_top_hostexplorer.Controls.Add(this.panel5);
  794. this.pnl_top_hostexplorer.Controls.Add(this.panel4);
  795. this.pnl_top_hostexplorer.Dock = System.Windows.Forms.DockStyle.Top;
  796. this.pnl_top_hostexplorer.Location = new System.Drawing.Point(0, 0);
  797. this.pnl_top_hostexplorer.Name = "pnl_top_hostexplorer";
  798. this.pnl_top_hostexplorer.Size = new System.Drawing.Size(523, 27);
  799. this.pnl_top_hostexplorer.TabIndex = 4;
  800. //
  801. // panel6
  802. //
  803. this.panel6.Controls.Add(this.txt_hostexplorer);
  804. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  805. this.panel6.Location = new System.Drawing.Point(67, 0);
  806. this.panel6.Name = "panel6";
  807. this.panel6.Size = new System.Drawing.Size(365, 27);
  808. this.panel6.TabIndex = 6;
  809. //
  810. // txt_hostexplorer
  811. //
  812. this.txt_hostexplorer.Dock = System.Windows.Forms.DockStyle.Bottom;
  813. this.txt_hostexplorer.Location = new System.Drawing.Point(0, 6);
  814. this.txt_hostexplorer.Name = "txt_hostexplorer";
  815. this.txt_hostexplorer.Size = new System.Drawing.Size(365, 21);
  816. this.txt_hostexplorer.TabIndex = 1;
  817. this.txt_hostexplorer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_hostexplorer_KeyDown);
  818. //
  819. // panel5
  820. //
  821. this.panel5.Controls.Add(this.label1);
  822. this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
  823. this.panel5.Location = new System.Drawing.Point(0, 0);
  824. this.panel5.Name = "panel5";
  825. this.panel5.Size = new System.Drawing.Size(67, 27);
  826. this.panel5.TabIndex = 5;
  827. //
  828. // label1
  829. //
  830. this.label1.AutoSize = true;
  831. this.label1.Location = new System.Drawing.Point(3, 9);
  832. this.label1.Name = "label1";
  833. this.label1.Size = new System.Drawing.Size(59, 12);
  834. this.label1.TabIndex = 2;
  835. this.label1.Text = "远程主机:";
  836. //
  837. // panel4
  838. //
  839. this.panel4.Controls.Add(this.btn_hostexplorer);
  840. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  841. this.panel4.Location = new System.Drawing.Point(432, 0);
  842. this.panel4.Name = "panel4";
  843. this.panel4.Size = new System.Drawing.Size(91, 27);
  844. this.panel4.TabIndex = 4;
  845. //
  846. // btn_hostexplorer
  847. //
  848. this.btn_hostexplorer.Location = new System.Drawing.Point(13, 4);
  849. this.btn_hostexplorer.Name = "btn_hostexplorer";
  850. this.btn_hostexplorer.Size = new System.Drawing.Size(75, 23);
  851. this.btn_hostexplorer.TabIndex = 3;
  852. this.btn_hostexplorer.Text = "转到";
  853. this.btn_hostexplorer.UseVisualStyleBackColor = true;
  854. this.btn_hostexplorer.Click += new System.EventHandler(this.btn_hostexplorer_Click);
  855. //
  856. // pnl_bottom_myexplorer
  857. //
  858. this.pnl_bottom_myexplorer.Controls.Add(this.ltv_myexplorer);
  859. this.pnl_bottom_myexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
  860. this.pnl_bottom_myexplorer.Location = new System.Drawing.Point(0, 27);
  861. this.pnl_bottom_myexplorer.Name = "pnl_bottom_myexplorer";
  862. this.pnl_bottom_myexplorer.Size = new System.Drawing.Size(523, 118);
  863. this.pnl_bottom_myexplorer.TabIndex = 7;
  864. //
  865. // ltv_myexplorer
  866. //
  867. this.ltv_myexplorer.ContextMenuStrip = this.ctm_MyExplorer;
  868. this.ltv_myexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
  869. this.ltv_myexplorer.LargeImageList = this.iml_ExplorerImages;
  870. this.ltv_myexplorer.Location = new System.Drawing.Point(0, 0);
  871. this.ltv_myexplorer.Name = "ltv_myexplorer";
  872. this.ltv_myexplorer.Size = new System.Drawing.Size(523, 118);
  873. this.ltv_myexplorer.SmallImageList = this.iml_ExplorerImages;
  874. this.ltv_myexplorer.TabIndex = 0;
  875. this.ltv_myexplorer.UseCompatibleStateImageBehavior = false;
  876. this.ltv_myexplorer.SelectedIndexChanged += new System.EventHandler(this.ltv_myexplorer_SelectedIndexChanged);
  877. this.ltv_myexplorer.DoubleClick += new System.EventHandler(this.ltv_myexplorer_DoubleClick);
  878. //
  879. // ctm_MyExplorer
  880. //
  881. this.ctm_MyExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  882. this.打开OToolStripMenuItem2,
  883. this.上传UToolStripMenuItem,
  884. this.刷新RtoolStripMenuItem});
  885. this.ctm_MyExplorer.Name = "ctm_MyExplorer";
  886. this.ctm_MyExplorer.Size = new System.Drawing.Size(119, 70);
  887. //
  888. // 打开OToolStripMenuItem2
  889. //
  890. this.打开OToolStripMenuItem2.Image = global::RemoteClient.Properties.Resources.Open;
  891. this.打开OToolStripMenuItem2.Name = "打开OToolStripMenuItem2";
  892. this.打开OToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
  893. this.打开OToolStripMenuItem2.Text = "打开(&O)";
  894. this.打开OToolStripMenuItem2.Click += new System.EventHandler(this.打开OToolStripMenuItem2_Click);
  895. //
  896. // 上传UToolStripMenuItem
  897. //
  898. this.上传UToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.upload;
  899. this.上传UToolStripMenuItem.Name = "上传UToolStripMenuItem";
  900. this.上传UToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  901. this.上传UToolStripMenuItem.Text = "上传(&U)";
  902. this.上传UToolStripMenuItem.Click += new System.EventHandler(this.上传UToolStripMenuItem_Click);
  903. //
  904. // 刷新RtoolStripMenuItem
  905. //
  906. this.刷新RtoolStripMenuItem.Image = global::RemoteClient.Properties.Resources.Refrush;
  907. this.刷新RtoolStripMenuItem.Name = "刷新RtoolStripMenuItem";
  908. this.刷新RtoolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  909. this.刷新RtoolStripMenuItem.Text = "刷新(&R)";
  910. this.刷新RtoolStripMenuItem.Click += new System.EventHandler(this.刷新RtoolStripMenuItem_Click);
  911. //
  912. // pnl_top_myexplorer
  913. //
  914. this.pnl_top_myexplorer.Controls.Add(this.panel7);
  915. this.pnl_top_myexplorer.Controls.Add(this.panel8);
  916. this.pnl_top_myexplorer.Controls.Add(this.panel9);
  917. this.pnl_top_myexplorer.Dock = System.Windows.Forms.DockStyle.Top;
  918. this.pnl_top_myexplorer.Location = new System.Drawing.Point(0, 0);
  919. this.pnl_top_myexplorer.Name = "pnl_top_myexplorer";
  920. this.pnl_top_myexplorer.Size = new System.Drawing.Size(523, 27);
  921. this.pnl_top_myexplorer.TabIndex = 6;
  922. //
  923. // panel7
  924. //
  925. this.panel7.Controls.Add(this.txt_myexplorer);
  926. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  927. this.panel7.Location = new System.Drawing.Point(67, 0);
  928. this.panel7.Name = "panel7";
  929. this.panel7.Size = new System.Drawing.Size(365, 27);
  930. this.panel7.TabIndex = 6;
  931. //
  932. // txt_myexplorer
  933. //
  934. this.txt_myexplorer.Dock = System.Windows.Forms.DockStyle.Bottom;
  935. this.txt_myexplorer.Location = new System.Drawing.Point(0, 6);
  936. this.txt_myexplorer.Name = "txt_myexplorer";
  937. this.txt_myexplorer.Size = new System.Drawing.Size(365, 21);
  938. this.txt_myexplorer.TabIndex = 1;
  939. this.txt_myexplorer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_myexplorer_KeyDown);
  940. //
  941. // panel8
  942. //
  943. this.panel8.Controls.Add(this.label2);
  944. this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
  945. this.panel8.Location = new System.Drawing.Point(0, 0);
  946. this.panel8.Name = "panel8";
  947. this.panel8.Size = new System.Drawing.Size(67, 27);
  948. this.panel8.TabIndex = 5;
  949. //
  950. // label2
  951. //
  952. this.label2.AutoSize = true;
  953. this.label2.Location = new System.Drawing.Point(3, 9);
  954. this.label2.Name = "label2";
  955. this.label2.Size = new System.Drawing.Size(59, 12);
  956. this.label2.TabIndex = 2;
  957. this.label2.Text = "我的电脑:";
  958. //
  959. // panel9
  960. //
  961. this.panel9.Controls.Add(this.btn_myexplorer);
  962. this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
  963. this.panel9.Location = new System.Drawing.Point(432, 0);
  964. this.panel9.Name = "panel9";
  965. this.panel9.Size = new System.Drawing.Size(91, 27);
  966. this.panel9.TabIndex = 4;
  967. //
  968. // btn_myexplorer
  969. //
  970. this.btn_myexplorer.Location = new System.Drawing.Point(13, 4);
  971. this.btn_myexplorer.Name = "btn_myexplorer";
  972. this.btn_myexplorer.Size = new System.Drawing.Size(75, 23);
  973. this.btn_myexplorer.TabIndex = 3;
  974. this.btn_myexplorer.Text = "转到";
  975. this.btn_myexplorer.UseVisualStyleBackColor = true;
  976. this.btn_myexplorer.Click += new System.EventHandler(this.btn_myexplorer_Click);
  977. //
  978. // tab_Log
  979. //
  980. this.tab_Log.Controls.Add(this.ltv_Log);
  981. this.tab_Log.Location = new System.Drawing.Point(4, 24);
  982. this.tab_Log.Name = "tab_Log";
  983. this.tab_Log.Padding = new System.Windows.Forms.Padding(3);
  984. this.tab_Log.Size = new System.Drawing.Size(529, 355);
  985. this.tab_Log.TabIndex = 4;
  986. this.tab_Log.Tag = "";
  987. this.tab_Log.Text = "日志";
  988. this.tab_Log.UseVisualStyleBackColor = true;
  989. //
  990. // ltv_Log
  991. //
  992. this.ltv_Log.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  993. this.col_Datetime,
  994. this.col_IP,
  995. this.col_Event});
  996. this.ltv_Log.Dock = System.Windows.Forms.DockStyle.Fill;
  997. this.ltv_Log.Location = new System.Drawing.Point(3, 3);
  998. this.ltv_Log.Name = "ltv_Log";
  999. this.ltv_Log.Size = new System.Drawing.Size(523, 349);
  1000. this.ltv_Log.TabIndex = 1;
  1001. this.ltv_Log.UseCompatibleStateImageBehavior = false;
  1002. this.ltv_Log.View = System.Windows.Forms.View.Details;
  1003. //
  1004. // col_Datetime
  1005. //
  1006. this.col_Datetime.Text = "时间";
  1007. this.col_Datetime.Width = 125;
  1008. //
  1009. // col_IP
  1010. //
  1011. this.col_IP.Text = "IP";
  1012. this.col_IP.Width = 168;
  1013. //
  1014. // col_Event
  1015. //
  1016. this.col_Event.Text = "操作";
  1017. this.col_Event.Width = 225;
  1018. //
  1019. // toolStripContainer1
  1020. //
  1021. //
  1022. // toolStripContainer1.ContentPanel
  1023. //
  1024. this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(683, 430);
  1025. this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  1026. this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
  1027. this.toolStripContainer1.Name = "toolStripContainer1";
  1028. this.toolStripContainer1.Size = new System.Drawing.Size(683, 455);
  1029. this.toolStripContainer1.TabIndex = 0;
  1030. this.toolStripContainer1.Text = "toolStripContainer1";
  1031. //
  1032. // ScreenTimer
  1033. //
  1034. this.ScreenTimer.Interval = 2000;
  1035. this.ScreenTimer.Tick += new System.EventHandler(this.ScreenTimer_Tick);
  1036. //
  1037. // notifyIcon
  1038. //
  1039. this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  1040. this.notifyIcon.BalloonTipText = "气球状文本";
  1041. this.notifyIcon.BalloonTipTitle = "气球状标题";
  1042. this.notifyIcon.ContextMenuStrip = this.cnm_notifyIcon;
  1043. this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
  1044. this.notifyIcon.Text = "远程控制软件";
  1045. this.notifyIcon.Visible = true;
  1046. this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
  1047. //
  1048. // cnm_notifyIcon
  1049. //
  1050. this.cnm_notifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1051. this.打开OToolStripMenuItem3,
  1052. this.关闭连接CToolStripMenuItem,
  1053. this.退出EToolStripMenuItem1});
  1054. this.cnm_notifyIcon.Name = "cnm_notifyIcon";
  1055. this.cnm_notifyIcon.Size = new System.Drawing.Size(141, 70);
  1056. //
  1057. // 打开OToolStripMenuItem3
  1058. //
  1059. this.打开OToolStripMenuItem3.Image = global::RemoteClient.Properties.Resources.ControlScreen;
  1060. this.打开OToolStripMenuItem3.Name = "打开OToolStripMenuItem3";
  1061. this.打开OToolStripMenuItem3.Size = new System.Drawing.Size(140, 22);
  1062. this.打开OToolStripMenuItem3.Text = "显示(&O)";
  1063. this.打开OToolStripMenuItem3.Click += new System.EventHandler(this.打开OToolStripMenuItem3_Click);
  1064. //
  1065. // 关闭连接CToolStripMenuItem
  1066. //
  1067. this.关闭连接CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭连接CToolStripMenuItem.Image")));
  1068. this.关闭连接CToolStripMenuItem.Name = "关闭连接CToolStripMenuItem";
  1069. this.关闭连接CToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  1070. this.关闭连接CToolStripMenuItem.Text = "关闭连接(&C)";
  1071. this.关闭连接CToolStripMenuItem.Click += new System.EventHandler(this.关闭连接CToolStripMenuItem_Click);
  1072. //
  1073. // 退出EToolStripMenuItem1
  1074. //
  1075. this.退出EToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.sign;
  1076. this.退出EToolStripMenuItem1.Name = "退出EToolStripMenuItem1";
  1077. this.退出EToolStripMenuItem1.Size = new System.Drawing.Size(140, 22);
  1078. this.退出EToolStripMenuItem1.Text = "退出(&E)";
  1079. this.退出EToolStripMenuItem1.Click += new System.EventHandler(this.退出EToolStripMenuItem1_Click);
  1080. //
  1081. // trv_HostView
  1082. //
  1083. this.trv_HostView.ContextMenuStrip = this.cnm_HostView;
  1084. this.trv_HostView.Dock = System.Windows.Forms.DockStyle.Fill;
  1085. this.trv_HostView.ImageIndex = 0;
  1086. this.trv_HostView.ImageList = this.iml_HostView;
  1087. this.trv_HostView.Location = new System.Drawing.Point(0, 0);
  1088. this.trv_HostView.Name = "trv_HostView";
  1089. treeNode1.ContextMenuStrip = this.cnm_HostParentView;
  1090. treeNode1.Name = "nod_Root";
  1091. treeNode1.Text = "所有主机";
  1092. this.trv_HostView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  1093. treeNode1});
  1094. this.trv_HostView.SelectedImageIndex = 0;
  1095. this.trv_HostView.ShowLines = false;
  1096. this.trv_HostView.Size = new System.Drawing.Size(142, 383);
  1097. this.trv_HostView.TabIndex = 0;
  1098. this.trv_HostView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseClick);
  1099. this.trv_HostView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseDoubleClick);
  1100. //
  1101. // frm_Client
  1102. //
  1103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1105. this.ClientSize = new System.Drawing.Size(683, 455);
  1106. this.Controls.Add(this.splitContainer1);
  1107. this.Controls.Add(this.tls_Main);
  1108. this.Controls.Add(this.sts_Main);
  1109. this.Controls.Add(this.mnu_Main);
  1110. this.Controls.Add(this.toolStripContainer1);
  1111. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1112. this.MainMenuStrip = this.mnu_Main;
  1113. this.Name = "frm_Client";
  1114. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1115. this.Text = "远程桌面控制客户端";
  1116. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_client_FormClosing);
  1117. this.cnm_HostParentView.ResumeLayout(false);
  1118. this.cnm_HostView.ResumeLayout(false);
  1119. this.sts_Main.ResumeLayout(false);
  1120. this.sts_Main.PerformLayout();
  1121. this.mnu_Main.ResumeLayout(false);
  1122. this.mnu_Main.PerformLayout();
  1123. this.tls_Main.ResumeLayout(false);
  1124. this.tls_Main.PerformLayout();
  1125. this.splitContainer1.Panel1.ResumeLayout(false);
  1126. this.splitContainer1.Panel2.ResumeLayout(false);
  1127. this.splitContainer1.ResumeLayout(false);
  1128. this.tabs.ResumeLayout(false);
  1129. this.tab_Speak.ResumeLayout(false);
  1130. this.panel3.ResumeLayout(false);
  1131. this.panel11.ResumeLayout(false);
  1132. this.panel10.ResumeLayout(false);
  1133. this.panel2.ResumeLayout(false);
  1134. this.tab_Desktop.ResumeLayout(false);
  1135. ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).EndInit();
  1136. this.tab_FileView.ResumeLayout(false);
  1137. this.spl_Explorer.Panel1.ResumeLayout(false);
  1138. this.spl_Explorer.Panel2.ResumeLayout(false);
  1139. this.spl_Explorer.ResumeLayout(false);
  1140. this.pnl_bottom_hostexplorer.ResumeLayout(false);
  1141. this.ctm_HostExplorer.ResumeLayout(false);
  1142. this.pnl_top_hostexplorer.ResumeLayout(false);
  1143. this.panel6.ResumeLayout(false);
  1144. this.panel6.PerformLayout();
  1145. this.panel5.ResumeLayout(false);
  1146. this.panel5.PerformLayout();
  1147. this.panel4.ResumeLayout(false);
  1148. this.pnl_bottom_myexplorer.ResumeLayout(false);
  1149. this.ctm_MyExplorer.ResumeLayout(false);
  1150. this.pnl_top_myexplorer.ResumeLayout(false);
  1151. this.panel7.ResumeLayout(false);
  1152. this.panel7.PerformLayout();
  1153. this.panel8.ResumeLayout(false);
  1154. this.panel8.PerformLayout();
  1155. this.panel9.ResumeLayout(false);
  1156. this.tab_Log.ResumeLayout(false);
  1157. this.toolStripContainer1.ResumeLayout(false);
  1158. this.toolStripContainer1.PerformLayout();
  1159. this.cnm_notifyIcon.ResumeLayout(false);
  1160. this.ResumeLayout(false);
  1161. this.PerformLayout();
  1162. }
  1163. #endregion
  1164. private System.Windows.Forms.StatusStrip sts_Main;
  1165. private System.Windows.Forms.MenuStrip mnu_Main;
  1166. private System.Windows.Forms.ToolStrip tls_Main;
  1167. private System.Windows.Forms.SplitContainer splitContainer1;
  1168. private System.Windows.Forms.ToolStripMenuItem 连接CtoolStripMenuItem;
  1169. private System.Windows.Forms.ToolStripMenuItem 所有主机AToolStripMenuItem;
  1170. private System.Windows.Forms.ToolStripMenuItem 指定主机SToolStripMenuItem;
  1171. private System.Windows.Forms.ToolStripMenuItem 远程屏幕DToolStripMenuItem;
  1172. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
  1173. private System.Windows.Forms.ToolStripContainer toolStripContainer1;
  1174. private System.Windows.Forms.ToolStripStatusLabel lbl_Display;
  1175. private System.Windows.Forms.ImageList iml_ExplorerImages;
  1176. private System.Windows.Forms.ContextMenuStrip ctm_HostExplorer;
  1177. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem1;
  1178. private System.Windows.Forms.ToolStripMenuItem 下载DToolStripMenuItem;
  1179. private System.Windows.Forms.ContextMenuStrip ctm_MyExplorer;
  1180. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem2;
  1181. private System.Windows.Forms.ToolStripMenuItem 上传UToolStripMenuItem;
  1182. private System.Windows.Forms.Timer ScreenTimer;
  1183. private System.Windows.Forms.ToolStripMenuItem 暂停PToolStripMenuItem;
  1184. private System.Windows.Forms.ToolStripMenuItem 关闭CToolStripMenuItem;
  1185. private System.Windows.Forms.ToolStripMenuItem 关闭连接ToolStripMenuItem;
  1186. private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem;
  1187. private System.Windows.Forms.TabControl tabs;
  1188. private System.Windows.Forms.TabPage tab_Speak;
  1189. private System.Windows.Forms.Panel panel3;
  1190. private System.Windows.Forms.Panel panel11;
  1191. private System.Windows.Forms.RichTextBox rtb_Content;
  1192. private System.Windows.Forms.Panel panel10;
  1193. private System.Windows.Forms.RichTextBox rtb_Speak;
  1194. private System.Windows.Forms.Panel panel2;
  1195. private System.Windows.Forms.Button btn_Send;
  1196. private System.Windows.Forms.TabPage tab_Desktop;
  1197. private System.Windows.Forms.PictureBox pic_Screen;
  1198. private System.Windows.Forms.TabPage tab_FileView;
  1199. private System.Windows.Forms.SplitContainer spl_Explorer;
  1200. private System.Windows.Forms.Panel pnl_bottom_hostexplorer;
  1201. private System.Windows.Forms.ListView ltv_hostexplorer;
  1202. private System.Windows.Forms.Panel pnl_top_hostexplorer;
  1203. private System.Windows.Forms.Panel panel6;
  1204. private System.Windows.Forms.TextBox txt_hostexplorer;
  1205. private System.Windows.Forms.Panel panel5;
  1206. private System.Windows.Forms.Label label1;
  1207. private System.Windows.Forms.Panel panel4;
  1208. private System.Windows.Forms.Button btn_hostexplorer;
  1209. private System.Windows.Forms.Panel pnl_bottom_myexplorer;
  1210. private System.Windows.Forms.ListView ltv_myexplorer;
  1211. private System.Windows.Forms.Panel pnl_top_myexplorer;
  1212. private System.Windows.Forms.Panel panel7;
  1213. private System.Windows.Forms.TextBox txt_myexplorer;
  1214. private System.Windows.Forms.Panel panel8;
  1215. private System.Windows.Forms.Label label2;
  1216. private System.Windows.Forms.Panel panel9;
  1217. private System.Windows.Forms.Button btn_myexplorer;
  1218. private System.Windows.Forms.TabPage tab_Log;
  1219. private System.Windows.Forms.ListView ltv_Log;
  1220. private System.Windows.Forms.ColumnHeader col_Datetime;
  1221. private System.Windows.Forms.ColumnHeader col_IP;
  1222. private System.Windows.Forms.ColumnHeader col_Event;
  1223. private System.Windows.Forms.ContextMenuStrip cnm_HostView;
  1224. private System.Windows.Forms.ToolStripMenuItem 重新连接RToolStripMenuItem;
  1225. private System.Windows.Forms.ToolStripMenuItem 关机SToolStripMenuItem;
  1226. private System.Windows.Forms.ToolStripMenuItem 屏幕控制PToolStripMenuItem;
  1227. private System.Windows.Forms.ToolStripMenuItem 设置OToolStripMenuItem;
  1228. private System.Windows.Forms.ToolStripMenuItem 移除MToolStripMenuItem;
  1229. private System.Windows.Forms.ContextMenuStrip cnm_HostParentView;
  1230. private System.Windows.Forms.ToolStripMenuItem 增加主机NToolStripMenuItem;
  1231. private System.Windows.Forms.ToolStripMenuItem 移除所有RToolStripMenuItem;
  1232. private System.Windows.Forms.ToolStripButton tsb_Connect;
  1233. private System.Windows.Forms.ToolStripButton tsb_Exit;
  1234. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1235. private System.Windows.Forms.ToolStripButton tsb_ScreenOpen;
  1236. private System.Windows.Forms.ToolStripButton tsb_ScreenHoldOn;
  1237. private System.Windows.Forms.ToolStripButton tsb_ScreenStop;
  1238. private System.Windows.Forms.NotifyIcon notifyIcon;
  1239. private System.Windows.Forms.ContextMenuStrip cnm_notifyIcon;
  1240. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem3;
  1241. private System.Windows.Forms.ToolStripMenuItem 关闭连接CToolStripMenuItem;
  1242. private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem1;
  1243. private System.Windows.Forms.ImageList iml_HostView;
  1244. private System.Windows.Forms.ToolStripButton tsb_ConnectAll;
  1245. private System.Windows.Forms.ToolStripMenuItem 屏幕发送速度SToolStripMenuItem;
  1246. private System.Windows.Forms.ToolStripMenuItem 快QToolStripMenuItem;
  1247. private System.Windows.Forms.ToolStripMenuItem 中MToolStripMenuItem;
  1248. private System.Windows.Forms.ToolStripMenuItem 慢SToolStripMenuItem;
  1249. private System.Windows.Forms.ToolStripButton tsb_ExistApp;
  1250. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1251. private System.Windows.Forms.ToolStripMenuItem 刷新RtoolStripMenuItem;
  1252. private System.Windows.Forms.ToolStripMenuItem 刷新RToolStripMenuItem1;
  1253. private System.Windows.Forms.TreeView trv_HostView;
  1254. }
  1255. }