ClientMain.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. namespace RDClient
  2. {
  3. partial class ClientMain
  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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("所有主机");
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientMain));
  31. this.mnu_Main = new System.Windows.Forms.MenuStrip();
  32. this.连接CtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.mtlsExit = new System.Windows.Forms.ToolStripMenuItem();
  34. this.设置OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.屏幕发送速度SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.快QToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.中MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.慢SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.高ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.低ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.sts_Main = new System.Windows.Forms.StatusStrip();
  44. this.lbl_Display = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  46. this.trv_HostView = new System.Windows.Forms.TreeView();
  47. this.cnm_HostParentView = new System.Windows.Forms.ContextMenuStrip(this.components);
  48. this.iml_HostView = new System.Windows.Forms.ImageList(this.components);
  49. this.ctm_MyExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
  50. this.ctm_HostExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
  51. this.cnm_HostView = new System.Windows.Forms.ContextMenuStrip(this.components);
  52. this.iml_ExplorerImages = new System.Windows.Forms.ImageList(this.components);
  53. this.tlsAddHost = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tlsDelAllHost = new System.Windows.Forms.ToolStripMenuItem();
  55. this.mtlsAddHost = new System.Windows.Forms.ToolStripMenuItem();
  56. this.mtlsdelAllHost = new System.Windows.Forms.ToolStripMenuItem();
  57. this.打开OToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  58. this.上传UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.刷新RtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.打开OToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  61. this.下载DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62. this.刷新RToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  63. this.重新连接RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64. this.屏幕控制PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.修改主机ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66. this.关机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  67. this.移除MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  68. this.mnu_Main.SuspendLayout();
  69. this.sts_Main.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  71. this.splitContainer1.Panel1.SuspendLayout();
  72. this.splitContainer1.SuspendLayout();
  73. this.cnm_HostParentView.SuspendLayout();
  74. this.ctm_MyExplorer.SuspendLayout();
  75. this.ctm_HostExplorer.SuspendLayout();
  76. this.cnm_HostView.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // mnu_Main
  80. //
  81. this.mnu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82. this.连接CtoolStripMenuItem,
  83. this.设置OToolStripMenuItem});
  84. this.mnu_Main.Location = new System.Drawing.Point(0, 0);
  85. this.mnu_Main.Name = "mnu_Main";
  86. this.mnu_Main.Size = new System.Drawing.Size(1008, 25);
  87. this.mnu_Main.TabIndex = 12;
  88. this.mnu_Main.Text = "menuStrip1";
  89. //
  90. // 连接CtoolStripMenuItem
  91. //
  92. this.连接CtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  93. this.mtlsAddHost,
  94. this.mtlsdelAllHost,
  95. this.mtlsExit});
  96. this.连接CtoolStripMenuItem.Name = "连接CtoolStripMenuItem";
  97. this.连接CtoolStripMenuItem.Size = new System.Drawing.Size(60, 21);
  98. this.连接CtoolStripMenuItem.Text = "连接(&C)";
  99. //
  100. // mtlsExit
  101. //
  102. this.mtlsExit.Name = "mtlsExit";
  103. this.mtlsExit.Size = new System.Drawing.Size(171, 22);
  104. this.mtlsExit.Text = "退出(&E)";
  105. this.mtlsExit.Click += new System.EventHandler(this.mtlsExit_Click);
  106. //
  107. // 设置OToolStripMenuItem
  108. //
  109. this.设置OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.屏幕发送速度SToolStripMenuItem,
  111. this.toolStripMenuItem1});
  112. this.设置OToolStripMenuItem.Name = "设置OToolStripMenuItem";
  113. this.设置OToolStripMenuItem.Size = new System.Drawing.Size(62, 21);
  114. this.设置OToolStripMenuItem.Text = "设置(&O)";
  115. //
  116. // 屏幕发送速度SToolStripMenuItem
  117. //
  118. this.屏幕发送速度SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.快QToolStripMenuItem,
  120. this.中MToolStripMenuItem,
  121. this.慢SToolStripMenuItem});
  122. this.屏幕发送速度SToolStripMenuItem.Name = "屏幕发送速度SToolStripMenuItem";
  123. this.屏幕发送速度SToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
  124. this.屏幕发送速度SToolStripMenuItem.Text = "屏幕发送速度(&S)";
  125. //
  126. // 快QToolStripMenuItem
  127. //
  128. this.快QToolStripMenuItem.Checked = true;
  129. this.快QToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  130. this.快QToolStripMenuItem.Name = "快QToolStripMenuItem";
  131. this.快QToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  132. this.快QToolStripMenuItem.Tag = "0";
  133. this.快QToolStripMenuItem.Text = "快(&Q)";
  134. this.快QToolStripMenuItem.Click += new System.EventHandler(this.快QToolStripMenuItem_Click);
  135. //
  136. // 中MToolStripMenuItem
  137. //
  138. this.中MToolStripMenuItem.Name = "中MToolStripMenuItem";
  139. this.中MToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  140. this.中MToolStripMenuItem.Tag = "1";
  141. this.中MToolStripMenuItem.Text = "中(&M)";
  142. this.中MToolStripMenuItem.Click += new System.EventHandler(this.中MToolStripMenuItem_Click);
  143. //
  144. // 慢SToolStripMenuItem
  145. //
  146. this.慢SToolStripMenuItem.Name = "慢SToolStripMenuItem";
  147. this.慢SToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
  148. this.慢SToolStripMenuItem.Tag = "2";
  149. this.慢SToolStripMenuItem.Text = "慢(&S)";
  150. this.慢SToolStripMenuItem.Click += new System.EventHandler(this.慢SToolStripMenuItem_Click);
  151. //
  152. // toolStripMenuItem1
  153. //
  154. this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  155. this.高ToolStripMenuItem,
  156. this.中ToolStripMenuItem,
  157. this.低ToolStripMenuItem});
  158. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  159. this.toolStripMenuItem1.Size = new System.Drawing.Size(163, 22);
  160. this.toolStripMenuItem1.Text = "屏幕图像品质";
  161. //
  162. // 高ToolStripMenuItem
  163. //
  164. this.高ToolStripMenuItem.Checked = true;
  165. this.高ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  166. this.高ToolStripMenuItem.Name = "高ToolStripMenuItem";
  167. this.高ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
  168. this.高ToolStripMenuItem.Tag = "0";
  169. this.高ToolStripMenuItem.Text = "高";
  170. this.高ToolStripMenuItem.Click += new System.EventHandler(this.高ToolStripMenuItem_Click);
  171. //
  172. // 中ToolStripMenuItem
  173. //
  174. this.中ToolStripMenuItem.Name = "中ToolStripMenuItem";
  175. this.中ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
  176. this.中ToolStripMenuItem.Tag = "1";
  177. this.中ToolStripMenuItem.Text = "中";
  178. this.中ToolStripMenuItem.Click += new System.EventHandler(this.中ToolStripMenuItem_Click);
  179. //
  180. // 低ToolStripMenuItem
  181. //
  182. this.低ToolStripMenuItem.Name = "低ToolStripMenuItem";
  183. this.低ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
  184. this.低ToolStripMenuItem.Tag = "2";
  185. this.低ToolStripMenuItem.Text = "低";
  186. this.低ToolStripMenuItem.Click += new System.EventHandler(this.低ToolStripMenuItem_Click);
  187. //
  188. // sts_Main
  189. //
  190. this.sts_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  191. this.lbl_Display});
  192. this.sts_Main.Location = new System.Drawing.Point(0, 707);
  193. this.sts_Main.Name = "sts_Main";
  194. this.sts_Main.Size = new System.Drawing.Size(1008, 22);
  195. this.sts_Main.TabIndex = 11;
  196. //
  197. // lbl_Display
  198. //
  199. this.lbl_Display.Name = "lbl_Display";
  200. this.lbl_Display.Size = new System.Drawing.Size(48, 17);
  201. this.lbl_Display.Text = " ";
  202. //
  203. // splitContainer1
  204. //
  205. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  206. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  208. this.splitContainer1.IsSplitterFixed = true;
  209. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  210. this.splitContainer1.Name = "splitContainer1";
  211. //
  212. // splitContainer1.Panel1
  213. //
  214. this.splitContainer1.Panel1.Controls.Add(this.trv_HostView);
  215. this.splitContainer1.Panel1MinSize = 220;
  216. this.splitContainer1.Size = new System.Drawing.Size(1008, 682);
  217. this.splitContainer1.SplitterDistance = 240;
  218. this.splitContainer1.SplitterWidth = 1;
  219. this.splitContainer1.TabIndex = 14;
  220. //
  221. // trv_HostView
  222. //
  223. this.trv_HostView.BorderStyle = System.Windows.Forms.BorderStyle.None;
  224. this.trv_HostView.ContextMenuStrip = this.cnm_HostParentView;
  225. this.trv_HostView.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.trv_HostView.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.trv_HostView.ImageKey = "AllMachine.gif";
  228. this.trv_HostView.ImageList = this.iml_HostView;
  229. this.trv_HostView.Indent = 5;
  230. this.trv_HostView.ItemHeight = 24;
  231. this.trv_HostView.Location = new System.Drawing.Point(0, 0);
  232. this.trv_HostView.Name = "trv_HostView";
  233. treeNode1.Name = "nod_Root";
  234. treeNode1.Text = "所有主机";
  235. this.trv_HostView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  236. treeNode1});
  237. this.trv_HostView.SelectedImageKey = "AllMachine.gif";
  238. this.trv_HostView.ShowLines = false;
  239. this.trv_HostView.Size = new System.Drawing.Size(236, 678);
  240. this.trv_HostView.TabIndex = 1;
  241. this.trv_HostView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseDoubleClick);
  242. //
  243. // cnm_HostParentView
  244. //
  245. this.cnm_HostParentView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  246. this.tlsAddHost,
  247. this.tlsDelAllHost});
  248. this.cnm_HostParentView.Name = "cnm_HostParentView";
  249. this.cnm_HostParentView.Size = new System.Drawing.Size(143, 48);
  250. //
  251. // iml_HostView
  252. //
  253. this.iml_HostView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_HostView.ImageStream")));
  254. this.iml_HostView.TransparentColor = System.Drawing.Color.Transparent;
  255. this.iml_HostView.Images.SetKeyName(0, "Host");
  256. this.iml_HostView.Images.SetKeyName(1, "AllMachine.gif");
  257. this.iml_HostView.Images.SetKeyName(2, "ControlScreen.GIF");
  258. this.iml_HostView.Images.SetKeyName(3, "Client_72px.ico");
  259. this.iml_HostView.Images.SetKeyName(4, "PngClient_72px.png");
  260. this.iml_HostView.Images.SetKeyName(5, "shost.png");
  261. //
  262. // ctm_MyExplorer
  263. //
  264. this.ctm_MyExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  265. this.打开OToolStripMenuItem2,
  266. this.上传UToolStripMenuItem,
  267. this.刷新RtoolStripMenuItem});
  268. this.ctm_MyExplorer.Name = "ctm_MyExplorer";
  269. this.ctm_MyExplorer.Size = new System.Drawing.Size(119, 70);
  270. //
  271. // ctm_HostExplorer
  272. //
  273. this.ctm_HostExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  274. this.打开OToolStripMenuItem1,
  275. this.下载DToolStripMenuItem,
  276. this.刷新RToolStripMenuItem1});
  277. this.ctm_HostExplorer.Name = "ctm_HostExplorer";
  278. this.ctm_HostExplorer.Size = new System.Drawing.Size(119, 70);
  279. //
  280. // cnm_HostView
  281. //
  282. this.cnm_HostView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.重新连接RToolStripMenuItem,
  284. this.屏幕控制PToolStripMenuItem,
  285. this.修改主机ToolStripMenuItem,
  286. this.关机SToolStripMenuItem,
  287. this.移除MToolStripMenuItem});
  288. this.cnm_HostView.Name = "contextMenuStrip1";
  289. this.cnm_HostView.Size = new System.Drawing.Size(141, 114);
  290. //
  291. // iml_ExplorerImages
  292. //
  293. this.iml_ExplorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_ExplorerImages.ImageStream")));
  294. this.iml_ExplorerImages.TransparentColor = System.Drawing.Color.Transparent;
  295. this.iml_ExplorerImages.Images.SetKeyName(0, "Disk");
  296. this.iml_ExplorerImages.Images.SetKeyName(1, "Directory");
  297. this.iml_ExplorerImages.Images.SetKeyName(2, "midi");
  298. this.iml_ExplorerImages.Images.SetKeyName(3, "txt");
  299. this.iml_ExplorerImages.Images.SetKeyName(4, "css");
  300. this.iml_ExplorerImages.Images.SetKeyName(5, "html");
  301. this.iml_ExplorerImages.Images.SetKeyName(6, "jpg");
  302. this.iml_ExplorerImages.Images.SetKeyName(7, "asa");
  303. this.iml_ExplorerImages.Images.SetKeyName(8, "asax");
  304. this.iml_ExplorerImages.Images.SetKeyName(9, "asp");
  305. this.iml_ExplorerImages.Images.SetKeyName(10, "aspx");
  306. this.iml_ExplorerImages.Images.SetKeyName(11, "avi");
  307. this.iml_ExplorerImages.Images.SetKeyName(12, "bat");
  308. this.iml_ExplorerImages.Images.SetKeyName(13, "bmp");
  309. this.iml_ExplorerImages.Images.SetKeyName(14, "c");
  310. this.iml_ExplorerImages.Images.SetKeyName(15, "doc");
  311. this.iml_ExplorerImages.Images.SetKeyName(16, "chm");
  312. this.iml_ExplorerImages.Images.SetKeyName(17, "class");
  313. this.iml_ExplorerImages.Images.SetKeyName(18, "config");
  314. this.iml_ExplorerImages.Images.SetKeyName(19, "cpp");
  315. this.iml_ExplorerImages.Images.SetKeyName(20, "cs");
  316. this.iml_ExplorerImages.Images.SetKeyName(21, "dll");
  317. this.iml_ExplorerImages.Images.SetKeyName(22, "h");
  318. this.iml_ExplorerImages.Images.SetKeyName(23, "dsw");
  319. this.iml_ExplorerImages.Images.SetKeyName(24, "dvd");
  320. this.iml_ExplorerImages.Images.SetKeyName(25, "exe");
  321. this.iml_ExplorerImages.Images.SetKeyName(26, "fon");
  322. this.iml_ExplorerImages.Images.SetKeyName(27, "gif");
  323. this.iml_ExplorerImages.Images.SetKeyName(28, "htm");
  324. this.iml_ExplorerImages.Images.SetKeyName(29, "hlp");
  325. this.iml_ExplorerImages.Images.SetKeyName(30, "hpp");
  326. this.iml_ExplorerImages.Images.SetKeyName(31, "ico");
  327. this.iml_ExplorerImages.Images.SetKeyName(32, "ima");
  328. this.iml_ExplorerImages.Images.SetKeyName(33, "iso");
  329. this.iml_ExplorerImages.Images.SetKeyName(34, "java");
  330. this.iml_ExplorerImages.Images.SetKeyName(35, "png");
  331. this.iml_ExplorerImages.Images.SetKeyName(36, "jpg");
  332. this.iml_ExplorerImages.Images.SetKeyName(37, "js");
  333. this.iml_ExplorerImages.Images.SetKeyName(38, "jsl");
  334. this.iml_ExplorerImages.Images.SetKeyName(39, "lnk");
  335. this.iml_ExplorerImages.Images.SetKeyName(40, "mdb");
  336. this.iml_ExplorerImages.Images.SetKeyName(41, "mdf");
  337. this.iml_ExplorerImages.Images.SetKeyName(42, "mht");
  338. this.iml_ExplorerImages.Images.SetKeyName(43, "mkv");
  339. this.iml_ExplorerImages.Images.SetKeyName(44, "mov");
  340. this.iml_ExplorerImages.Images.SetKeyName(45, "mp3");
  341. this.iml_ExplorerImages.Images.SetKeyName(46, "mp4");
  342. this.iml_ExplorerImages.Images.SetKeyName(47, "mpg");
  343. this.iml_ExplorerImages.Images.SetKeyName(48, "obj");
  344. this.iml_ExplorerImages.Images.SetKeyName(49, "ogm");
  345. this.iml_ExplorerImages.Images.SetKeyName(50, "png");
  346. this.iml_ExplorerImages.Images.SetKeyName(51, "user");
  347. this.iml_ExplorerImages.Images.SetKeyName(52, "ppt");
  348. this.iml_ExplorerImages.Images.SetKeyName(53, "psd");
  349. this.iml_ExplorerImages.Images.SetKeyName(54, "rar");
  350. this.iml_ExplorerImages.Images.SetKeyName(55, "rc");
  351. this.iml_ExplorerImages.Images.SetKeyName(56, "reg");
  352. this.iml_ExplorerImages.Images.SetKeyName(57, "res");
  353. this.iml_ExplorerImages.Images.SetKeyName(58, "rm");
  354. this.iml_ExplorerImages.Images.SetKeyName(59, "sln");
  355. this.iml_ExplorerImages.Images.SetKeyName(60, "sql");
  356. this.iml_ExplorerImages.Images.SetKeyName(61, "swf");
  357. this.iml_ExplorerImages.Images.SetKeyName(62, "tif");
  358. this.iml_ExplorerImages.Images.SetKeyName(63, "ttf");
  359. this.iml_ExplorerImages.Images.SetKeyName(64, "txt");
  360. this.iml_ExplorerImages.Images.SetKeyName(65, "url");
  361. this.iml_ExplorerImages.Images.SetKeyName(66, "user");
  362. this.iml_ExplorerImages.Images.SetKeyName(67, "vb");
  363. this.iml_ExplorerImages.Images.SetKeyName(68, "vbs");
  364. this.iml_ExplorerImages.Images.SetKeyName(69, "wav");
  365. this.iml_ExplorerImages.Images.SetKeyName(70, "wma");
  366. this.iml_ExplorerImages.Images.SetKeyName(71, "wmv");
  367. this.iml_ExplorerImages.Images.SetKeyName(72, "LastPath");
  368. this.iml_ExplorerImages.Images.SetKeyName(73, "xls");
  369. this.iml_ExplorerImages.Images.SetKeyName(74, "xml");
  370. this.iml_ExplorerImages.Images.SetKeyName(75, "Unknown");
  371. this.iml_ExplorerImages.Images.SetKeyName(76, "zip");
  372. //
  373. // tlsAddHost
  374. //
  375. this.tlsAddHost.Image = ((System.Drawing.Image)(resources.GetObject("tlsAddHost.Image")));
  376. this.tlsAddHost.Name = "tlsAddHost";
  377. this.tlsAddHost.Size = new System.Drawing.Size(142, 22);
  378. this.tlsAddHost.Text = "添加主机(&N)";
  379. this.tlsAddHost.Click += new System.EventHandler(this.tlsAddHost_Click);
  380. //
  381. // tlsDelAllHost
  382. //
  383. this.tlsDelAllHost.Image = ((System.Drawing.Image)(resources.GetObject("tlsDelAllHost.Image")));
  384. this.tlsDelAllHost.Name = "tlsDelAllHost";
  385. this.tlsDelAllHost.Size = new System.Drawing.Size(142, 22);
  386. this.tlsDelAllHost.Text = "移除所有(&R)";
  387. this.tlsDelAllHost.Click += new System.EventHandler(this.tlsDelAllHost_Click);
  388. //
  389. // mtlsAddHost
  390. //
  391. this.mtlsAddHost.Image = global::RDClient.Properties.Resources.add;
  392. this.mtlsAddHost.Name = "mtlsAddHost";
  393. this.mtlsAddHost.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  394. this.mtlsAddHost.Size = new System.Drawing.Size(171, 22);
  395. this.mtlsAddHost.Text = "添加主机";
  396. this.mtlsAddHost.Click += new System.EventHandler(this.mtlsAddHost_Click);
  397. //
  398. // mtlsdelAllHost
  399. //
  400. this.mtlsdelAllHost.Image = global::RDClient.Properties.Resources.Remove;
  401. this.mtlsdelAllHost.Name = "mtlsdelAllHost";
  402. this.mtlsdelAllHost.Size = new System.Drawing.Size(171, 22);
  403. this.mtlsdelAllHost.Text = "移除所有主机(&C)";
  404. this.mtlsdelAllHost.Click += new System.EventHandler(this.mtlsdelAllHost_Click);
  405. //
  406. // 打开OToolStripMenuItem2
  407. //
  408. this.打开OToolStripMenuItem2.Image = global::RDClient.Properties.Resources.Open;
  409. this.打开OToolStripMenuItem2.Name = "打开OToolStripMenuItem2";
  410. this.打开OToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
  411. this.打开OToolStripMenuItem2.Text = "打开(&O)";
  412. //
  413. // 上传UToolStripMenuItem
  414. //
  415. this.上传UToolStripMenuItem.Image = global::RDClient.Properties.Resources.upload;
  416. this.上传UToolStripMenuItem.Name = "上传UToolStripMenuItem";
  417. this.上传UToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  418. this.上传UToolStripMenuItem.Text = "上传(&U)";
  419. //
  420. // 刷新RtoolStripMenuItem
  421. //
  422. this.刷新RtoolStripMenuItem.Image = global::RDClient.Properties.Resources.Refrush;
  423. this.刷新RtoolStripMenuItem.Name = "刷新RtoolStripMenuItem";
  424. this.刷新RtoolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  425. this.刷新RtoolStripMenuItem.Text = "刷新(&R)";
  426. //
  427. // 打开OToolStripMenuItem1
  428. //
  429. this.打开OToolStripMenuItem1.Image = global::RDClient.Properties.Resources.Open;
  430. this.打开OToolStripMenuItem1.Name = "打开OToolStripMenuItem1";
  431. this.打开OToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
  432. this.打开OToolStripMenuItem1.Text = "打开(&O)";
  433. //
  434. // 下载DToolStripMenuItem
  435. //
  436. this.下载DToolStripMenuItem.Image = global::RDClient.Properties.Resources.download;
  437. this.下载DToolStripMenuItem.Name = "下载DToolStripMenuItem";
  438. this.下载DToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  439. this.下载DToolStripMenuItem.Text = "下载(&D)";
  440. //
  441. // 刷新RToolStripMenuItem1
  442. //
  443. this.刷新RToolStripMenuItem1.Image = global::RDClient.Properties.Resources.Refrush;
  444. this.刷新RToolStripMenuItem1.Name = "刷新RToolStripMenuItem1";
  445. this.刷新RToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
  446. this.刷新RToolStripMenuItem1.Text = "刷新(&R)";
  447. //
  448. // 重新连接RToolStripMenuItem
  449. //
  450. this.重新连接RToolStripMenuItem.Image = global::RDClient.Properties.Resources.FixMachine;
  451. this.重新连接RToolStripMenuItem.Name = "重新连接RToolStripMenuItem";
  452. this.重新连接RToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  453. this.重新连接RToolStripMenuItem.Text = "重新连接(&R)";
  454. this.重新连接RToolStripMenuItem.Click += new System.EventHandler(this.重新连接RToolStripMenuItem_Click);
  455. //
  456. // 屏幕控制PToolStripMenuItem
  457. //
  458. this.屏幕控制PToolStripMenuItem.Image = global::RDClient.Properties.Resources.play;
  459. this.屏幕控制PToolStripMenuItem.Name = "屏幕控制PToolStripMenuItem";
  460. this.屏幕控制PToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  461. this.屏幕控制PToolStripMenuItem.Text = "开始控制(&P)";
  462. this.屏幕控制PToolStripMenuItem.Click += new System.EventHandler(this.屏幕控制PToolStripMenuItem_Click);
  463. //
  464. // 修改主机ToolStripMenuItem
  465. //
  466. this.修改主机ToolStripMenuItem.Image = global::RDClient.Properties.Resources.edit_72px;
  467. this.修改主机ToolStripMenuItem.Name = "修改主机ToolStripMenuItem";
  468. this.修改主机ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  469. this.修改主机ToolStripMenuItem.Text = "修改主机";
  470. this.修改主机ToolStripMenuItem.Click += new System.EventHandler(this.修改主机ToolStripMenuItem_Click);
  471. //
  472. // 关机SToolStripMenuItem
  473. //
  474. this.关机SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关机SToolStripMenuItem.Image")));
  475. this.关机SToolStripMenuItem.Name = "关机SToolStripMenuItem";
  476. this.关机SToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  477. this.关机SToolStripMenuItem.Text = "关机(&S)";
  478. //
  479. // 移除MToolStripMenuItem
  480. //
  481. this.移除MToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("移除MToolStripMenuItem.Image")));
  482. this.移除MToolStripMenuItem.Name = "移除MToolStripMenuItem";
  483. this.移除MToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  484. this.移除MToolStripMenuItem.Text = "移除(&M)";
  485. this.移除MToolStripMenuItem.Click += new System.EventHandler(this.移除MToolStripMenuItem_Click);
  486. //
  487. // ClientMain
  488. //
  489. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  490. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  491. this.ClientSize = new System.Drawing.Size(1008, 729);
  492. this.Controls.Add(this.splitContainer1);
  493. this.Controls.Add(this.mnu_Main);
  494. this.Controls.Add(this.sts_Main);
  495. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  496. this.MinimumSize = new System.Drawing.Size(1024, 768);
  497. this.Name = "ClientMain";
  498. this.Text = "远程桌面客户端";
  499. this.mnu_Main.ResumeLayout(false);
  500. this.mnu_Main.PerformLayout();
  501. this.sts_Main.ResumeLayout(false);
  502. this.sts_Main.PerformLayout();
  503. this.splitContainer1.Panel1.ResumeLayout(false);
  504. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  505. this.splitContainer1.ResumeLayout(false);
  506. this.cnm_HostParentView.ResumeLayout(false);
  507. this.ctm_MyExplorer.ResumeLayout(false);
  508. this.ctm_HostExplorer.ResumeLayout(false);
  509. this.cnm_HostView.ResumeLayout(false);
  510. this.ResumeLayout(false);
  511. this.PerformLayout();
  512. }
  513. #endregion
  514. private System.Windows.Forms.MenuStrip mnu_Main;
  515. private System.Windows.Forms.ToolStripMenuItem 连接CtoolStripMenuItem;
  516. private System.Windows.Forms.ToolStripMenuItem mtlsAddHost;
  517. private System.Windows.Forms.ToolStripMenuItem mtlsdelAllHost;
  518. private System.Windows.Forms.ToolStripMenuItem mtlsExit;
  519. private System.Windows.Forms.ToolStripMenuItem 设置OToolStripMenuItem;
  520. private System.Windows.Forms.ToolStripMenuItem 屏幕发送速度SToolStripMenuItem;
  521. private System.Windows.Forms.ToolStripMenuItem 快QToolStripMenuItem;
  522. private System.Windows.Forms.ToolStripMenuItem 中MToolStripMenuItem;
  523. private System.Windows.Forms.ToolStripMenuItem 慢SToolStripMenuItem;
  524. private System.Windows.Forms.StatusStrip sts_Main;
  525. private System.Windows.Forms.ToolStripStatusLabel lbl_Display;
  526. private System.Windows.Forms.SplitContainer splitContainer1;
  527. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  528. private System.Windows.Forms.ToolStripMenuItem 高ToolStripMenuItem;
  529. private System.Windows.Forms.ToolStripMenuItem 中ToolStripMenuItem;
  530. private System.Windows.Forms.ToolStripMenuItem 低ToolStripMenuItem;
  531. private System.Windows.Forms.TreeView trv_HostView;
  532. private System.Windows.Forms.ContextMenuStrip ctm_MyExplorer;
  533. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem2;
  534. private System.Windows.Forms.ToolStripMenuItem 上传UToolStripMenuItem;
  535. private System.Windows.Forms.ToolStripMenuItem 刷新RtoolStripMenuItem;
  536. private System.Windows.Forms.ContextMenuStrip ctm_HostExplorer;
  537. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem1;
  538. private System.Windows.Forms.ToolStripMenuItem 下载DToolStripMenuItem;
  539. private System.Windows.Forms.ToolStripMenuItem 刷新RToolStripMenuItem1;
  540. private System.Windows.Forms.ContextMenuStrip cnm_HostView;
  541. private System.Windows.Forms.ToolStripMenuItem 重新连接RToolStripMenuItem;
  542. private System.Windows.Forms.ToolStripMenuItem 屏幕控制PToolStripMenuItem;
  543. private System.Windows.Forms.ToolStripMenuItem 关机SToolStripMenuItem;
  544. private System.Windows.Forms.ToolStripMenuItem 移除MToolStripMenuItem;
  545. private System.Windows.Forms.ContextMenuStrip cnm_HostParentView;
  546. private System.Windows.Forms.ToolStripMenuItem tlsAddHost;
  547. private System.Windows.Forms.ToolStripMenuItem tlsDelAllHost;
  548. private System.Windows.Forms.ImageList iml_HostView;
  549. private System.Windows.Forms.ImageList iml_ExplorerImages;
  550. private System.Windows.Forms.ToolStripMenuItem 修改主机ToolStripMenuItem;
  551. }
  552. }