123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558 |
- namespace RDClient
- {
- partial class ClientMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("所有主机");
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientMain));
- this.mnu_Main = new System.Windows.Forms.MenuStrip();
- this.连接CtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.mtlsExit = new System.Windows.Forms.ToolStripMenuItem();
- this.设置OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.屏幕发送速度SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.快QToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.中MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.慢SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.高ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.低ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.sts_Main = new System.Windows.Forms.StatusStrip();
- this.lbl_Display = new System.Windows.Forms.ToolStripStatusLabel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.trv_HostView = new System.Windows.Forms.TreeView();
- this.cnm_HostParentView = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.iml_HostView = new System.Windows.Forms.ImageList(this.components);
- this.ctm_MyExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.ctm_HostExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.cnm_HostView = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.iml_ExplorerImages = new System.Windows.Forms.ImageList(this.components);
- this.tlsAddHost = new System.Windows.Forms.ToolStripMenuItem();
- this.tlsDelAllHost = new System.Windows.Forms.ToolStripMenuItem();
- this.mtlsAddHost = new System.Windows.Forms.ToolStripMenuItem();
- this.mtlsdelAllHost = new System.Windows.Forms.ToolStripMenuItem();
- this.打开OToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.上传UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.刷新RtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.打开OToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.下载DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.刷新RToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.重新连接RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.屏幕控制PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.修改主机ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.移除MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.mnu_Main.SuspendLayout();
- this.sts_Main.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.cnm_HostParentView.SuspendLayout();
- this.ctm_MyExplorer.SuspendLayout();
- this.ctm_HostExplorer.SuspendLayout();
- this.cnm_HostView.SuspendLayout();
- this.SuspendLayout();
- //
- // mnu_Main
- //
- this.mnu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.连接CtoolStripMenuItem,
- this.设置OToolStripMenuItem});
- this.mnu_Main.Location = new System.Drawing.Point(0, 0);
- this.mnu_Main.Name = "mnu_Main";
- this.mnu_Main.Size = new System.Drawing.Size(1008, 25);
- this.mnu_Main.TabIndex = 12;
- this.mnu_Main.Text = "menuStrip1";
- //
- // 连接CtoolStripMenuItem
- //
- this.连接CtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.mtlsAddHost,
- this.mtlsdelAllHost,
- this.mtlsExit});
- this.连接CtoolStripMenuItem.Name = "连接CtoolStripMenuItem";
- this.连接CtoolStripMenuItem.Size = new System.Drawing.Size(60, 21);
- this.连接CtoolStripMenuItem.Text = "连接(&C)";
- //
- // mtlsExit
- //
- this.mtlsExit.Name = "mtlsExit";
- this.mtlsExit.Size = new System.Drawing.Size(171, 22);
- this.mtlsExit.Text = "退出(&E)";
- this.mtlsExit.Click += new System.EventHandler(this.mtlsExit_Click);
- //
- // 设置OToolStripMenuItem
- //
- this.设置OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.屏幕发送速度SToolStripMenuItem,
- this.toolStripMenuItem1});
- this.设置OToolStripMenuItem.Name = "设置OToolStripMenuItem";
- this.设置OToolStripMenuItem.Size = new System.Drawing.Size(62, 21);
- this.设置OToolStripMenuItem.Text = "设置(&O)";
- //
- // 屏幕发送速度SToolStripMenuItem
- //
- this.屏幕发送速度SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.快QToolStripMenuItem,
- this.中MToolStripMenuItem,
- this.慢SToolStripMenuItem});
- this.屏幕发送速度SToolStripMenuItem.Name = "屏幕发送速度SToolStripMenuItem";
- this.屏幕发送速度SToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
- this.屏幕发送速度SToolStripMenuItem.Text = "屏幕发送速度(&S)";
- //
- // 快QToolStripMenuItem
- //
- this.快QToolStripMenuItem.Checked = true;
- this.快QToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.快QToolStripMenuItem.Name = "快QToolStripMenuItem";
- this.快QToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
- this.快QToolStripMenuItem.Tag = "0";
- this.快QToolStripMenuItem.Text = "快(&Q)";
- this.快QToolStripMenuItem.Click += new System.EventHandler(this.快QToolStripMenuItem_Click);
- //
- // 中MToolStripMenuItem
- //
- this.中MToolStripMenuItem.Name = "中MToolStripMenuItem";
- this.中MToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
- this.中MToolStripMenuItem.Tag = "1";
- this.中MToolStripMenuItem.Text = "中(&M)";
- this.中MToolStripMenuItem.Click += new System.EventHandler(this.中MToolStripMenuItem_Click);
- //
- // 慢SToolStripMenuItem
- //
- this.慢SToolStripMenuItem.Name = "慢SToolStripMenuItem";
- this.慢SToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
- this.慢SToolStripMenuItem.Tag = "2";
- this.慢SToolStripMenuItem.Text = "慢(&S)";
- this.慢SToolStripMenuItem.Click += new System.EventHandler(this.慢SToolStripMenuItem_Click);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.高ToolStripMenuItem,
- this.中ToolStripMenuItem,
- this.低ToolStripMenuItem});
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(163, 22);
- this.toolStripMenuItem1.Text = "屏幕图像品质";
- //
- // 高ToolStripMenuItem
- //
- this.高ToolStripMenuItem.Checked = true;
- this.高ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.高ToolStripMenuItem.Name = "高ToolStripMenuItem";
- this.高ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
- this.高ToolStripMenuItem.Tag = "0";
- this.高ToolStripMenuItem.Text = "高";
- this.高ToolStripMenuItem.Click += new System.EventHandler(this.高ToolStripMenuItem_Click);
- //
- // 中ToolStripMenuItem
- //
- this.中ToolStripMenuItem.Name = "中ToolStripMenuItem";
- this.中ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
- this.中ToolStripMenuItem.Tag = "1";
- this.中ToolStripMenuItem.Text = "中";
- this.中ToolStripMenuItem.Click += new System.EventHandler(this.中ToolStripMenuItem_Click);
- //
- // 低ToolStripMenuItem
- //
- this.低ToolStripMenuItem.Name = "低ToolStripMenuItem";
- this.低ToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
- this.低ToolStripMenuItem.Tag = "2";
- this.低ToolStripMenuItem.Text = "低";
- this.低ToolStripMenuItem.Click += new System.EventHandler(this.低ToolStripMenuItem_Click);
- //
- // sts_Main
- //
- this.sts_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_Display});
- this.sts_Main.Location = new System.Drawing.Point(0, 707);
- this.sts_Main.Name = "sts_Main";
- this.sts_Main.Size = new System.Drawing.Size(1008, 22);
- this.sts_Main.TabIndex = 11;
- //
- // lbl_Display
- //
- this.lbl_Display.Name = "lbl_Display";
- this.lbl_Display.Size = new System.Drawing.Size(48, 17);
- this.lbl_Display.Text = " ";
- //
- // splitContainer1
- //
- this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer1.IsSplitterFixed = true;
- this.splitContainer1.Location = new System.Drawing.Point(0, 25);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.trv_HostView);
- this.splitContainer1.Panel1MinSize = 220;
- this.splitContainer1.Size = new System.Drawing.Size(1008, 682);
- this.splitContainer1.SplitterDistance = 240;
- this.splitContainer1.SplitterWidth = 1;
- this.splitContainer1.TabIndex = 14;
- //
- // trv_HostView
- //
- this.trv_HostView.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.trv_HostView.ContextMenuStrip = this.cnm_HostParentView;
- this.trv_HostView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.trv_HostView.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.trv_HostView.ImageKey = "AllMachine.gif";
- this.trv_HostView.ImageList = this.iml_HostView;
- this.trv_HostView.Indent = 5;
- this.trv_HostView.ItemHeight = 24;
- this.trv_HostView.Location = new System.Drawing.Point(0, 0);
- this.trv_HostView.Name = "trv_HostView";
- treeNode1.Name = "nod_Root";
- treeNode1.Text = "所有主机";
- this.trv_HostView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
- treeNode1});
- this.trv_HostView.SelectedImageKey = "AllMachine.gif";
- this.trv_HostView.ShowLines = false;
- this.trv_HostView.Size = new System.Drawing.Size(236, 678);
- this.trv_HostView.TabIndex = 1;
- this.trv_HostView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseDoubleClick);
- //
- // cnm_HostParentView
- //
- this.cnm_HostParentView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tlsAddHost,
- this.tlsDelAllHost});
- this.cnm_HostParentView.Name = "cnm_HostParentView";
- this.cnm_HostParentView.Size = new System.Drawing.Size(143, 48);
- //
- // iml_HostView
- //
- this.iml_HostView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_HostView.ImageStream")));
- this.iml_HostView.TransparentColor = System.Drawing.Color.Transparent;
- this.iml_HostView.Images.SetKeyName(0, "Host");
- this.iml_HostView.Images.SetKeyName(1, "AllMachine.gif");
- this.iml_HostView.Images.SetKeyName(2, "ControlScreen.GIF");
- this.iml_HostView.Images.SetKeyName(3, "Client_72px.ico");
- this.iml_HostView.Images.SetKeyName(4, "PngClient_72px.png");
- this.iml_HostView.Images.SetKeyName(5, "shost.png");
- //
- // ctm_MyExplorer
- //
- this.ctm_MyExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开OToolStripMenuItem2,
- this.上传UToolStripMenuItem,
- this.刷新RtoolStripMenuItem});
- this.ctm_MyExplorer.Name = "ctm_MyExplorer";
- this.ctm_MyExplorer.Size = new System.Drawing.Size(119, 70);
- //
- // ctm_HostExplorer
- //
- this.ctm_HostExplorer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开OToolStripMenuItem1,
- this.下载DToolStripMenuItem,
- this.刷新RToolStripMenuItem1});
- this.ctm_HostExplorer.Name = "ctm_HostExplorer";
- this.ctm_HostExplorer.Size = new System.Drawing.Size(119, 70);
- //
- // cnm_HostView
- //
- this.cnm_HostView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.重新连接RToolStripMenuItem,
- this.屏幕控制PToolStripMenuItem,
- this.修改主机ToolStripMenuItem,
- this.关机SToolStripMenuItem,
- this.移除MToolStripMenuItem});
- this.cnm_HostView.Name = "contextMenuStrip1";
- this.cnm_HostView.Size = new System.Drawing.Size(141, 114);
- //
- // iml_ExplorerImages
- //
- this.iml_ExplorerImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_ExplorerImages.ImageStream")));
- this.iml_ExplorerImages.TransparentColor = System.Drawing.Color.Transparent;
- this.iml_ExplorerImages.Images.SetKeyName(0, "Disk");
- this.iml_ExplorerImages.Images.SetKeyName(1, "Directory");
- this.iml_ExplorerImages.Images.SetKeyName(2, "midi");
- this.iml_ExplorerImages.Images.SetKeyName(3, "txt");
- this.iml_ExplorerImages.Images.SetKeyName(4, "css");
- this.iml_ExplorerImages.Images.SetKeyName(5, "html");
- this.iml_ExplorerImages.Images.SetKeyName(6, "jpg");
- this.iml_ExplorerImages.Images.SetKeyName(7, "asa");
- this.iml_ExplorerImages.Images.SetKeyName(8, "asax");
- this.iml_ExplorerImages.Images.SetKeyName(9, "asp");
- this.iml_ExplorerImages.Images.SetKeyName(10, "aspx");
- this.iml_ExplorerImages.Images.SetKeyName(11, "avi");
- this.iml_ExplorerImages.Images.SetKeyName(12, "bat");
- this.iml_ExplorerImages.Images.SetKeyName(13, "bmp");
- this.iml_ExplorerImages.Images.SetKeyName(14, "c");
- this.iml_ExplorerImages.Images.SetKeyName(15, "doc");
- this.iml_ExplorerImages.Images.SetKeyName(16, "chm");
- this.iml_ExplorerImages.Images.SetKeyName(17, "class");
- this.iml_ExplorerImages.Images.SetKeyName(18, "config");
- this.iml_ExplorerImages.Images.SetKeyName(19, "cpp");
- this.iml_ExplorerImages.Images.SetKeyName(20, "cs");
- this.iml_ExplorerImages.Images.SetKeyName(21, "dll");
- this.iml_ExplorerImages.Images.SetKeyName(22, "h");
- this.iml_ExplorerImages.Images.SetKeyName(23, "dsw");
- this.iml_ExplorerImages.Images.SetKeyName(24, "dvd");
- this.iml_ExplorerImages.Images.SetKeyName(25, "exe");
- this.iml_ExplorerImages.Images.SetKeyName(26, "fon");
- this.iml_ExplorerImages.Images.SetKeyName(27, "gif");
- this.iml_ExplorerImages.Images.SetKeyName(28, "htm");
- this.iml_ExplorerImages.Images.SetKeyName(29, "hlp");
- this.iml_ExplorerImages.Images.SetKeyName(30, "hpp");
- this.iml_ExplorerImages.Images.SetKeyName(31, "ico");
- this.iml_ExplorerImages.Images.SetKeyName(32, "ima");
- this.iml_ExplorerImages.Images.SetKeyName(33, "iso");
- this.iml_ExplorerImages.Images.SetKeyName(34, "java");
- this.iml_ExplorerImages.Images.SetKeyName(35, "png");
- this.iml_ExplorerImages.Images.SetKeyName(36, "jpg");
- this.iml_ExplorerImages.Images.SetKeyName(37, "js");
- this.iml_ExplorerImages.Images.SetKeyName(38, "jsl");
- this.iml_ExplorerImages.Images.SetKeyName(39, "lnk");
- this.iml_ExplorerImages.Images.SetKeyName(40, "mdb");
- this.iml_ExplorerImages.Images.SetKeyName(41, "mdf");
- this.iml_ExplorerImages.Images.SetKeyName(42, "mht");
- this.iml_ExplorerImages.Images.SetKeyName(43, "mkv");
- this.iml_ExplorerImages.Images.SetKeyName(44, "mov");
- this.iml_ExplorerImages.Images.SetKeyName(45, "mp3");
- this.iml_ExplorerImages.Images.SetKeyName(46, "mp4");
- this.iml_ExplorerImages.Images.SetKeyName(47, "mpg");
- this.iml_ExplorerImages.Images.SetKeyName(48, "obj");
- this.iml_ExplorerImages.Images.SetKeyName(49, "ogm");
- this.iml_ExplorerImages.Images.SetKeyName(50, "png");
- this.iml_ExplorerImages.Images.SetKeyName(51, "user");
- this.iml_ExplorerImages.Images.SetKeyName(52, "ppt");
- this.iml_ExplorerImages.Images.SetKeyName(53, "psd");
- this.iml_ExplorerImages.Images.SetKeyName(54, "rar");
- this.iml_ExplorerImages.Images.SetKeyName(55, "rc");
- this.iml_ExplorerImages.Images.SetKeyName(56, "reg");
- this.iml_ExplorerImages.Images.SetKeyName(57, "res");
- this.iml_ExplorerImages.Images.SetKeyName(58, "rm");
- this.iml_ExplorerImages.Images.SetKeyName(59, "sln");
- this.iml_ExplorerImages.Images.SetKeyName(60, "sql");
- this.iml_ExplorerImages.Images.SetKeyName(61, "swf");
- this.iml_ExplorerImages.Images.SetKeyName(62, "tif");
- this.iml_ExplorerImages.Images.SetKeyName(63, "ttf");
- this.iml_ExplorerImages.Images.SetKeyName(64, "txt");
- this.iml_ExplorerImages.Images.SetKeyName(65, "url");
- this.iml_ExplorerImages.Images.SetKeyName(66, "user");
- this.iml_ExplorerImages.Images.SetKeyName(67, "vb");
- this.iml_ExplorerImages.Images.SetKeyName(68, "vbs");
- this.iml_ExplorerImages.Images.SetKeyName(69, "wav");
- this.iml_ExplorerImages.Images.SetKeyName(70, "wma");
- this.iml_ExplorerImages.Images.SetKeyName(71, "wmv");
- this.iml_ExplorerImages.Images.SetKeyName(72, "LastPath");
- this.iml_ExplorerImages.Images.SetKeyName(73, "xls");
- this.iml_ExplorerImages.Images.SetKeyName(74, "xml");
- this.iml_ExplorerImages.Images.SetKeyName(75, "Unknown");
- this.iml_ExplorerImages.Images.SetKeyName(76, "zip");
- //
- // tlsAddHost
- //
- this.tlsAddHost.Image = ((System.Drawing.Image)(resources.GetObject("tlsAddHost.Image")));
- this.tlsAddHost.Name = "tlsAddHost";
- this.tlsAddHost.Size = new System.Drawing.Size(142, 22);
- this.tlsAddHost.Text = "添加主机(&N)";
- this.tlsAddHost.Click += new System.EventHandler(this.tlsAddHost_Click);
- //
- // tlsDelAllHost
- //
- this.tlsDelAllHost.Image = ((System.Drawing.Image)(resources.GetObject("tlsDelAllHost.Image")));
- this.tlsDelAllHost.Name = "tlsDelAllHost";
- this.tlsDelAllHost.Size = new System.Drawing.Size(142, 22);
- this.tlsDelAllHost.Text = "移除所有(&R)";
- this.tlsDelAllHost.Click += new System.EventHandler(this.tlsDelAllHost_Click);
- //
- // mtlsAddHost
- //
- this.mtlsAddHost.Image = global::RDClient.Properties.Resources.add;
- this.mtlsAddHost.Name = "mtlsAddHost";
- this.mtlsAddHost.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
- this.mtlsAddHost.Size = new System.Drawing.Size(171, 22);
- this.mtlsAddHost.Text = "添加主机";
- this.mtlsAddHost.Click += new System.EventHandler(this.mtlsAddHost_Click);
- //
- // mtlsdelAllHost
- //
- this.mtlsdelAllHost.Image = global::RDClient.Properties.Resources.Remove;
- this.mtlsdelAllHost.Name = "mtlsdelAllHost";
- this.mtlsdelAllHost.Size = new System.Drawing.Size(171, 22);
- this.mtlsdelAllHost.Text = "移除所有主机(&C)";
- this.mtlsdelAllHost.Click += new System.EventHandler(this.mtlsdelAllHost_Click);
- //
- // 打开OToolStripMenuItem2
- //
- this.打开OToolStripMenuItem2.Image = global::RDClient.Properties.Resources.Open;
- this.打开OToolStripMenuItem2.Name = "打开OToolStripMenuItem2";
- this.打开OToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
- this.打开OToolStripMenuItem2.Text = "打开(&O)";
- //
- // 上传UToolStripMenuItem
- //
- this.上传UToolStripMenuItem.Image = global::RDClient.Properties.Resources.upload;
- this.上传UToolStripMenuItem.Name = "上传UToolStripMenuItem";
- this.上传UToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.上传UToolStripMenuItem.Text = "上传(&U)";
- //
- // 刷新RtoolStripMenuItem
- //
- this.刷新RtoolStripMenuItem.Image = global::RDClient.Properties.Resources.Refrush;
- this.刷新RtoolStripMenuItem.Name = "刷新RtoolStripMenuItem";
- this.刷新RtoolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.刷新RtoolStripMenuItem.Text = "刷新(&R)";
- //
- // 打开OToolStripMenuItem1
- //
- this.打开OToolStripMenuItem1.Image = global::RDClient.Properties.Resources.Open;
- this.打开OToolStripMenuItem1.Name = "打开OToolStripMenuItem1";
- this.打开OToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
- this.打开OToolStripMenuItem1.Text = "打开(&O)";
- //
- // 下载DToolStripMenuItem
- //
- this.下载DToolStripMenuItem.Image = global::RDClient.Properties.Resources.download;
- this.下载DToolStripMenuItem.Name = "下载DToolStripMenuItem";
- this.下载DToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.下载DToolStripMenuItem.Text = "下载(&D)";
- //
- // 刷新RToolStripMenuItem1
- //
- this.刷新RToolStripMenuItem1.Image = global::RDClient.Properties.Resources.Refrush;
- this.刷新RToolStripMenuItem1.Name = "刷新RToolStripMenuItem1";
- this.刷新RToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
- this.刷新RToolStripMenuItem1.Text = "刷新(&R)";
- //
- // 重新连接RToolStripMenuItem
- //
- this.重新连接RToolStripMenuItem.Image = global::RDClient.Properties.Resources.FixMachine;
- this.重新连接RToolStripMenuItem.Name = "重新连接RToolStripMenuItem";
- this.重新连接RToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.重新连接RToolStripMenuItem.Text = "重新连接(&R)";
- this.重新连接RToolStripMenuItem.Click += new System.EventHandler(this.重新连接RToolStripMenuItem_Click);
- //
- // 屏幕控制PToolStripMenuItem
- //
- this.屏幕控制PToolStripMenuItem.Image = global::RDClient.Properties.Resources.play;
- this.屏幕控制PToolStripMenuItem.Name = "屏幕控制PToolStripMenuItem";
- this.屏幕控制PToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.屏幕控制PToolStripMenuItem.Text = "开始控制(&P)";
- this.屏幕控制PToolStripMenuItem.Click += new System.EventHandler(this.屏幕控制PToolStripMenuItem_Click);
- //
- // 修改主机ToolStripMenuItem
- //
- this.修改主机ToolStripMenuItem.Image = global::RDClient.Properties.Resources.edit_72px;
- this.修改主机ToolStripMenuItem.Name = "修改主机ToolStripMenuItem";
- this.修改主机ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.修改主机ToolStripMenuItem.Text = "修改主机";
- this.修改主机ToolStripMenuItem.Click += new System.EventHandler(this.修改主机ToolStripMenuItem_Click);
- //
- // 关机SToolStripMenuItem
- //
- this.关机SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关机SToolStripMenuItem.Image")));
- this.关机SToolStripMenuItem.Name = "关机SToolStripMenuItem";
- this.关机SToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.关机SToolStripMenuItem.Text = "关机(&S)";
- //
- // 移除MToolStripMenuItem
- //
- this.移除MToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("移除MToolStripMenuItem.Image")));
- this.移除MToolStripMenuItem.Name = "移除MToolStripMenuItem";
- this.移除MToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.移除MToolStripMenuItem.Text = "移除(&M)";
- this.移除MToolStripMenuItem.Click += new System.EventHandler(this.移除MToolStripMenuItem_Click);
- //
- // ClientMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1008, 729);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.mnu_Main);
- this.Controls.Add(this.sts_Main);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(1024, 768);
- this.Name = "ClientMain";
- this.Text = "远程桌面客户端";
- this.mnu_Main.ResumeLayout(false);
- this.mnu_Main.PerformLayout();
- this.sts_Main.ResumeLayout(false);
- this.sts_Main.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.cnm_HostParentView.ResumeLayout(false);
- this.ctm_MyExplorer.ResumeLayout(false);
- this.ctm_HostExplorer.ResumeLayout(false);
- this.cnm_HostView.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip mnu_Main;
- private System.Windows.Forms.ToolStripMenuItem 连接CtoolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem mtlsAddHost;
- private System.Windows.Forms.ToolStripMenuItem mtlsdelAllHost;
- private System.Windows.Forms.ToolStripMenuItem mtlsExit;
- private System.Windows.Forms.ToolStripMenuItem 设置OToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 屏幕发送速度SToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 快QToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 中MToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 慢SToolStripMenuItem;
- private System.Windows.Forms.StatusStrip sts_Main;
- private System.Windows.Forms.ToolStripStatusLabel lbl_Display;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem 高ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 中ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 低ToolStripMenuItem;
- private System.Windows.Forms.TreeView trv_HostView;
- private System.Windows.Forms.ContextMenuStrip ctm_MyExplorer;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem 上传UToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 刷新RtoolStripMenuItem;
- private System.Windows.Forms.ContextMenuStrip ctm_HostExplorer;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem 下载DToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 刷新RToolStripMenuItem1;
- private System.Windows.Forms.ContextMenuStrip cnm_HostView;
- private System.Windows.Forms.ToolStripMenuItem 重新连接RToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 屏幕控制PToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关机SToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 移除MToolStripMenuItem;
- private System.Windows.Forms.ContextMenuStrip cnm_HostParentView;
- private System.Windows.Forms.ToolStripMenuItem tlsAddHost;
- private System.Windows.Forms.ToolStripMenuItem tlsDelAllHost;
- private System.Windows.Forms.ImageList iml_HostView;
- private System.Windows.Forms.ImageList iml_ExplorerImages;
- private System.Windows.Forms.ToolStripMenuItem 修改主机ToolStripMenuItem;
- }
- }
|