12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262 |
- namespace RemoteClient
- {
- partial class frm_Client
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Client));
- System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("所有主机");
- this.cnm_HostParentView = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.增加主机NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.移除所有RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.cnm_HostView = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.重新连接RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.屏幕控制PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.移除MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.sts_Main = new System.Windows.Forms.StatusStrip();
- this.lbl_Display = new System.Windows.Forms.ToolStripStatusLabel();
- this.mnu_Main = new System.Windows.Forms.MenuStrip();
- this.连接CtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.指定主机SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.所有主机AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关闭连接ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.退出EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.远程屏幕DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.暂停PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关闭CToolStripMenuItem = 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.tls_Main = new System.Windows.Forms.ToolStrip();
- this.tsb_Connect = new System.Windows.Forms.ToolStripButton();
- this.tsb_ConnectAll = new System.Windows.Forms.ToolStripButton();
- this.tsb_Exit = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsb_ScreenOpen = new System.Windows.Forms.ToolStripButton();
- this.tsb_ScreenHoldOn = new System.Windows.Forms.ToolStripButton();
- this.tsb_ScreenStop = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsb_ExistApp = new System.Windows.Forms.ToolStripButton();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.iml_HostView = new System.Windows.Forms.ImageList(this.components);
- this.tabs = new System.Windows.Forms.TabControl();
- this.tab_Speak = new System.Windows.Forms.TabPage();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel11 = new System.Windows.Forms.Panel();
- this.rtb_Content = new System.Windows.Forms.RichTextBox();
- this.panel10 = new System.Windows.Forms.Panel();
- this.rtb_Speak = new System.Windows.Forms.RichTextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btn_Send = new System.Windows.Forms.Button();
- this.tab_Desktop = new System.Windows.Forms.TabPage();
- this.pic_Screen = new System.Windows.Forms.PictureBox();
- this.tab_FileView = new System.Windows.Forms.TabPage();
- this.spl_Explorer = new System.Windows.Forms.SplitContainer();
- this.pnl_bottom_hostexplorer = new System.Windows.Forms.Panel();
- this.ltv_hostexplorer = new System.Windows.Forms.ListView();
- this.ctm_HostExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.打开OToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.下载DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.刷新RToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.iml_ExplorerImages = new System.Windows.Forms.ImageList(this.components);
- this.pnl_top_hostexplorer = new System.Windows.Forms.Panel();
- this.panel6 = new System.Windows.Forms.Panel();
- this.txt_hostexplorer = new System.Windows.Forms.TextBox();
- this.panel5 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.btn_hostexplorer = new System.Windows.Forms.Button();
- this.pnl_bottom_myexplorer = new System.Windows.Forms.Panel();
- this.ltv_myexplorer = new System.Windows.Forms.ListView();
- this.ctm_MyExplorer = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.打开OToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.上传UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.刷新RtoolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.pnl_top_myexplorer = new System.Windows.Forms.Panel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.txt_myexplorer = new System.Windows.Forms.TextBox();
- this.panel8 = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.panel9 = new System.Windows.Forms.Panel();
- this.btn_myexplorer = new System.Windows.Forms.Button();
- this.tab_Log = new System.Windows.Forms.TabPage();
- this.ltv_Log = new System.Windows.Forms.ListView();
- this.col_Datetime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.col_IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.col_Event = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
- this.ScreenTimer = new System.Windows.Forms.Timer(this.components);
- this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
- this.cnm_notifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.打开OToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.关闭连接CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.退出EToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.trv_HostView = new System.Windows.Forms.TreeView();
- this.cnm_HostParentView.SuspendLayout();
- this.cnm_HostView.SuspendLayout();
- this.sts_Main.SuspendLayout();
- this.mnu_Main.SuspendLayout();
- this.tls_Main.SuspendLayout();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.tabs.SuspendLayout();
- this.tab_Speak.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel11.SuspendLayout();
- this.panel10.SuspendLayout();
- this.panel2.SuspendLayout();
- this.tab_Desktop.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).BeginInit();
- this.tab_FileView.SuspendLayout();
- this.spl_Explorer.Panel1.SuspendLayout();
- this.spl_Explorer.Panel2.SuspendLayout();
- this.spl_Explorer.SuspendLayout();
- this.pnl_bottom_hostexplorer.SuspendLayout();
- this.ctm_HostExplorer.SuspendLayout();
- this.pnl_top_hostexplorer.SuspendLayout();
- this.panel6.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel4.SuspendLayout();
- this.pnl_bottom_myexplorer.SuspendLayout();
- this.ctm_MyExplorer.SuspendLayout();
- this.pnl_top_myexplorer.SuspendLayout();
- this.panel7.SuspendLayout();
- this.panel8.SuspendLayout();
- this.panel9.SuspendLayout();
- this.tab_Log.SuspendLayout();
- this.toolStripContainer1.SuspendLayout();
- this.cnm_notifyIcon.SuspendLayout();
- this.SuspendLayout();
- //
- // cnm_HostParentView
- //
- this.cnm_HostParentView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.增加主机NToolStripMenuItem,
- this.移除所有RToolStripMenuItem});
- this.cnm_HostParentView.Name = "cnm_HostParentView";
- this.cnm_HostParentView.Size = new System.Drawing.Size(143, 48);
- //
- // 增加主机NToolStripMenuItem
- //
- this.增加主机NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("增加主机NToolStripMenuItem.Image")));
- this.增加主机NToolStripMenuItem.Name = "增加主机NToolStripMenuItem";
- this.增加主机NToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.增加主机NToolStripMenuItem.Text = "增加主机(&N)";
- this.增加主机NToolStripMenuItem.Click += new System.EventHandler(this.增加主机NToolStripMenuItem_Click);
- //
- // 移除所有RToolStripMenuItem
- //
- this.移除所有RToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("移除所有RToolStripMenuItem.Image")));
- this.移除所有RToolStripMenuItem.Name = "移除所有RToolStripMenuItem";
- this.移除所有RToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.移除所有RToolStripMenuItem.Text = "移除所有(&R)";
- this.移除所有RToolStripMenuItem.Click += new System.EventHandler(this.移除所有RToolStripMenuItem_Click);
- //
- // cnm_HostView
- //
- this.cnm_HostView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.重新连接RToolStripMenuItem,
- this.屏幕控制PToolStripMenuItem,
- this.关机SToolStripMenuItem,
- this.移除MToolStripMenuItem});
- this.cnm_HostView.Name = "contextMenuStrip1";
- this.cnm_HostView.Size = new System.Drawing.Size(141, 92);
- //
- // 重新连接RToolStripMenuItem
- //
- this.重新连接RToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("重新连接RToolStripMenuItem.Image")));
- 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::RemoteClient.Properties.Resources.ControlScreen;
- 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);
- //
- // 关机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)";
- this.关机SToolStripMenuItem.Click += new System.EventHandler(this.关机SToolStripMenuItem_Click);
- //
- // 移除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);
- //
- // sts_Main
- //
- this.sts_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_Display});
- this.sts_Main.Location = new System.Drawing.Point(0, 433);
- this.sts_Main.Name = "sts_Main";
- this.sts_Main.Size = new System.Drawing.Size(683, 22);
- this.sts_Main.TabIndex = 5;
- //
- // lbl_Display
- //
- this.lbl_Display.Name = "lbl_Display";
- this.lbl_Display.Size = new System.Drawing.Size(48, 17);
- this.lbl_Display.Text = " ";
- //
- // mnu_Main
- //
- this.mnu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.连接CtoolStripMenuItem,
- this.远程屏幕DToolStripMenuItem,
- 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(683, 25);
- this.mnu_Main.TabIndex = 7;
- this.mnu_Main.Text = "menuStrip1";
- //
- // 连接CtoolStripMenuItem
- //
- this.连接CtoolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.指定主机SToolStripMenuItem,
- this.所有主机AToolStripMenuItem,
- this.关闭连接ToolStripMenuItem,
- this.退出EToolStripMenuItem});
- this.连接CtoolStripMenuItem.Name = "连接CtoolStripMenuItem";
- this.连接CtoolStripMenuItem.Size = new System.Drawing.Size(60, 21);
- this.连接CtoolStripMenuItem.Text = "连接(&C)";
- //
- // 指定主机SToolStripMenuItem
- //
- this.指定主机SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("指定主机SToolStripMenuItem.Image")));
- this.指定主机SToolStripMenuItem.Name = "指定主机SToolStripMenuItem";
- this.指定主机SToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.N)));
- this.指定主机SToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
- this.指定主机SToolStripMenuItem.Text = "指定主机(&S)";
- this.指定主机SToolStripMenuItem.Click += new System.EventHandler(this.指定主机SToolStripMenuItem_Click);
- //
- // 所有主机AToolStripMenuItem
- //
- this.所有主机AToolStripMenuItem.AutoToolTip = true;
- this.所有主机AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("所有主机AToolStripMenuItem.Image")));
- this.所有主机AToolStripMenuItem.Name = "所有主机AToolStripMenuItem";
- this.所有主机AToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Q)));
- this.所有主机AToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
- this.所有主机AToolStripMenuItem.Text = "所有主机(&A)";
- this.所有主机AToolStripMenuItem.ToolTipText = "连接局域网所有在线主机";
- this.所有主机AToolStripMenuItem.Click += new System.EventHandler(this.所有主机AToolStripMenuItem_Click);
- //
- // 关闭连接ToolStripMenuItem
- //
- this.关闭连接ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭连接ToolStripMenuItem.Image")));
- this.关闭连接ToolStripMenuItem.Name = "关闭连接ToolStripMenuItem";
- this.关闭连接ToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
- this.关闭连接ToolStripMenuItem.Text = "关闭连接(&C)";
- this.关闭连接ToolStripMenuItem.Click += new System.EventHandler(this.关闭连接ToolStripMenuItem_Click);
- //
- // 退出EToolStripMenuItem
- //
- this.退出EToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.sign;
- this.退出EToolStripMenuItem.Name = "退出EToolStripMenuItem";
- this.退出EToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
- this.退出EToolStripMenuItem.Text = "退出(&E)";
- this.退出EToolStripMenuItem.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
- //
- // 远程屏幕DToolStripMenuItem
- //
- this.远程屏幕DToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开OToolStripMenuItem,
- this.暂停PToolStripMenuItem,
- this.关闭CToolStripMenuItem});
- this.远程屏幕DToolStripMenuItem.Name = "远程屏幕DToolStripMenuItem";
- this.远程屏幕DToolStripMenuItem.Size = new System.Drawing.Size(85, 21);
- this.远程屏幕DToolStripMenuItem.Text = "远程屏幕(&D)";
- //
- // 打开OToolStripMenuItem
- //
- this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
- this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
- this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E)));
- this.打开OToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
- this.打开OToolStripMenuItem.Text = "打开(&O)";
- this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
- //
- // 暂停PToolStripMenuItem
- //
- this.暂停PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("暂停PToolStripMenuItem.Image")));
- this.暂停PToolStripMenuItem.Name = "暂停PToolStripMenuItem";
- this.暂停PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
- this.暂停PToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
- this.暂停PToolStripMenuItem.Text = "暂停(&P)";
- this.暂停PToolStripMenuItem.Click += new System.EventHandler(this.暂停PToolStripMenuItem_Click);
- //
- // 关闭CToolStripMenuItem
- //
- this.关闭CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭CToolStripMenuItem.Image")));
- this.关闭CToolStripMenuItem.Name = "关闭CToolStripMenuItem";
- this.关闭CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
- this.关闭CToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
- this.关闭CToolStripMenuItem.Text = "关闭(&C)";
- this.关闭CToolStripMenuItem.Click += new System.EventHandler(this.关闭CToolStripMenuItem_Click);
- //
- // 设置OToolStripMenuItem
- //
- this.设置OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.屏幕发送速度SToolStripMenuItem});
- 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.Name = "快QToolStripMenuItem";
- this.快QToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
- 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.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.Text = "慢(&S)";
- this.慢SToolStripMenuItem.Click += new System.EventHandler(this.慢SToolStripMenuItem_Click);
- //
- // tls_Main
- //
- this.tls_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsb_Connect,
- this.tsb_ConnectAll,
- this.tsb_Exit,
- this.toolStripSeparator1,
- this.tsb_ScreenOpen,
- this.tsb_ScreenHoldOn,
- this.tsb_ScreenStop,
- this.toolStripSeparator4,
- this.tsb_ExistApp});
- this.tls_Main.Location = new System.Drawing.Point(0, 25);
- this.tls_Main.Name = "tls_Main";
- this.tls_Main.Size = new System.Drawing.Size(683, 25);
- this.tls_Main.TabIndex = 8;
- this.tls_Main.Text = "toolStrip1";
- //
- // tsb_Connect
- //
- this.tsb_Connect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_Connect.Image = ((System.Drawing.Image)(resources.GetObject("tsb_Connect.Image")));
- this.tsb_Connect.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_Connect.Name = "tsb_Connect";
- this.tsb_Connect.Size = new System.Drawing.Size(23, 22);
- this.tsb_Connect.Text = "指定主机";
- this.tsb_Connect.ToolTipText = "连接到指定主机";
- this.tsb_Connect.Click += new System.EventHandler(this.指定主机SToolStripMenuItem_Click);
- //
- // tsb_ConnectAll
- //
- this.tsb_ConnectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_ConnectAll.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ConnectAll.Image")));
- this.tsb_ConnectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_ConnectAll.Name = "tsb_ConnectAll";
- this.tsb_ConnectAll.Size = new System.Drawing.Size(23, 22);
- this.tsb_ConnectAll.Text = "连接所有的主机";
- this.tsb_ConnectAll.Click += new System.EventHandler(this.所有主机AToolStripMenuItem_Click);
- //
- // tsb_Exit
- //
- this.tsb_Exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_Exit.Image = ((System.Drawing.Image)(resources.GetObject("tsb_Exit.Image")));
- this.tsb_Exit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_Exit.Name = "tsb_Exit";
- this.tsb_Exit.Size = new System.Drawing.Size(23, 22);
- this.tsb_Exit.Text = "关闭所有的连接";
- this.tsb_Exit.Click += new System.EventHandler(this.关闭连接ToolStripMenuItem_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsb_ScreenOpen
- //
- this.tsb_ScreenOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_ScreenOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenOpen.Image")));
- this.tsb_ScreenOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_ScreenOpen.Name = "tsb_ScreenOpen";
- this.tsb_ScreenOpen.Size = new System.Drawing.Size(23, 22);
- this.tsb_ScreenOpen.Text = "打开远程屏幕";
- this.tsb_ScreenOpen.ToolTipText = "打开远程屏幕";
- this.tsb_ScreenOpen.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
- //
- // tsb_ScreenHoldOn
- //
- this.tsb_ScreenHoldOn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_ScreenHoldOn.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenHoldOn.Image")));
- this.tsb_ScreenHoldOn.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_ScreenHoldOn.Name = "tsb_ScreenHoldOn";
- this.tsb_ScreenHoldOn.Size = new System.Drawing.Size(23, 22);
- this.tsb_ScreenHoldOn.Text = "暂停对远程屏幕截取";
- this.tsb_ScreenHoldOn.Click += new System.EventHandler(this.暂停PToolStripMenuItem_Click);
- //
- // tsb_ScreenStop
- //
- this.tsb_ScreenStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_ScreenStop.Image = ((System.Drawing.Image)(resources.GetObject("tsb_ScreenStop.Image")));
- this.tsb_ScreenStop.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_ScreenStop.Name = "tsb_ScreenStop";
- this.tsb_ScreenStop.Size = new System.Drawing.Size(23, 22);
- this.tsb_ScreenStop.Text = "关闭远程屏幕截取";
- this.tsb_ScreenStop.Click += new System.EventHandler(this.关闭CToolStripMenuItem_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // tsb_ExistApp
- //
- this.tsb_ExistApp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsb_ExistApp.Image = global::RemoteClient.Properties.Resources.sign;
- this.tsb_ExistApp.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsb_ExistApp.Name = "tsb_ExistApp";
- this.tsb_ExistApp.Size = new System.Drawing.Size(23, 22);
- this.tsb_ExistApp.Text = "退出程序";
- this.tsb_ExistApp.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 50);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.trv_HostView);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.tabs);
- this.splitContainer1.Size = new System.Drawing.Size(683, 383);
- this.splitContainer1.SplitterDistance = 142;
- this.splitContainer1.TabIndex = 9;
- //
- // 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");
- //
- // tabs
- //
- this.tabs.Controls.Add(this.tab_Speak);
- this.tabs.Controls.Add(this.tab_Desktop);
- this.tabs.Controls.Add(this.tab_FileView);
- this.tabs.Controls.Add(this.tab_Log);
- this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabs.HotTrack = true;
- this.tabs.ImageList = this.iml_ExplorerImages;
- this.tabs.ItemSize = new System.Drawing.Size(55, 20);
- this.tabs.Location = new System.Drawing.Point(0, 0);
- this.tabs.Name = "tabs";
- this.tabs.SelectedIndex = 0;
- this.tabs.Size = new System.Drawing.Size(537, 383);
- this.tabs.TabIndex = 0;
- //
- // tab_Speak
- //
- this.tab_Speak.Controls.Add(this.panel3);
- this.tab_Speak.Controls.Add(this.panel2);
- this.tab_Speak.Location = new System.Drawing.Point(4, 24);
- this.tab_Speak.Name = "tab_Speak";
- this.tab_Speak.Padding = new System.Windows.Forms.Padding(3);
- this.tab_Speak.Size = new System.Drawing.Size(529, 355);
- this.tab_Speak.TabIndex = 3;
- this.tab_Speak.Text = "对话";
- this.tab_Speak.UseVisualStyleBackColor = true;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.panel11);
- this.panel3.Controls.Add(this.panel10);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(3, 3);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(523, 317);
- this.panel3.TabIndex = 2;
- //
- // panel11
- //
- this.panel11.Controls.Add(this.rtb_Content);
- this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel11.Location = new System.Drawing.Point(0, 0);
- this.panel11.Name = "panel11";
- this.panel11.Size = new System.Drawing.Size(523, 192);
- this.panel11.TabIndex = 3;
- //
- // rtb_Content
- //
- this.rtb_Content.Dock = System.Windows.Forms.DockStyle.Fill;
- this.rtb_Content.Location = new System.Drawing.Point(0, 0);
- this.rtb_Content.Name = "rtb_Content";
- this.rtb_Content.ReadOnly = true;
- this.rtb_Content.Size = new System.Drawing.Size(523, 192);
- this.rtb_Content.TabIndex = 1;
- this.rtb_Content.Text = "";
- //
- // panel10
- //
- this.panel10.Controls.Add(this.rtb_Speak);
- this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel10.Location = new System.Drawing.Point(0, 192);
- this.panel10.Name = "panel10";
- this.panel10.Size = new System.Drawing.Size(523, 125);
- this.panel10.TabIndex = 2;
- //
- // rtb_Speak
- //
- this.rtb_Speak.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.rtb_Speak.Location = new System.Drawing.Point(0, 29);
- this.rtb_Speak.Name = "rtb_Speak";
- this.rtb_Speak.Size = new System.Drawing.Size(523, 96);
- this.rtb_Speak.TabIndex = 0;
- this.rtb_Speak.Text = "";
- this.rtb_Speak.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtb_Speak_KeyDown);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btn_Send);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(3, 320);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(523, 32);
- this.panel2.TabIndex = 1;
- //
- // btn_Send
- //
- this.btn_Send.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Send.ForeColor = System.Drawing.SystemColors.ActiveCaption;
- this.btn_Send.Location = new System.Drawing.Point(448, 0);
- this.btn_Send.Name = "btn_Send";
- this.btn_Send.Size = new System.Drawing.Size(75, 32);
- this.btn_Send.TabIndex = 0;
- this.btn_Send.Text = " 发 送(&S)";
- this.btn_Send.UseVisualStyleBackColor = true;
- this.btn_Send.Click += new System.EventHandler(this.btn_Send_Click);
- //
- // tab_Desktop
- //
- this.tab_Desktop.Controls.Add(this.pic_Screen);
- this.tab_Desktop.Location = new System.Drawing.Point(4, 24);
- this.tab_Desktop.Name = "tab_Desktop";
- this.tab_Desktop.Padding = new System.Windows.Forms.Padding(3);
- this.tab_Desktop.Size = new System.Drawing.Size(529, 355);
- this.tab_Desktop.TabIndex = 1;
- this.tab_Desktop.Text = "远程桌面";
- this.tab_Desktop.UseVisualStyleBackColor = true;
- //
- // pic_Screen
- //
- this.pic_Screen.BackColor = System.Drawing.SystemColors.ControlText;
- this.pic_Screen.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pic_Screen.Location = new System.Drawing.Point(3, 3);
- this.pic_Screen.Name = "pic_Screen";
- this.pic_Screen.Size = new System.Drawing.Size(523, 349);
- this.pic_Screen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic_Screen.TabIndex = 0;
- this.pic_Screen.TabStop = false;
- this.pic_Screen.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseDoubleClick);
- this.pic_Screen.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseDown);
- this.pic_Screen.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseMove);
- this.pic_Screen.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pic_Screen_MouseUp);
- //
- // tab_FileView
- //
- this.tab_FileView.Controls.Add(this.spl_Explorer);
- this.tab_FileView.Location = new System.Drawing.Point(4, 24);
- this.tab_FileView.Name = "tab_FileView";
- this.tab_FileView.Padding = new System.Windows.Forms.Padding(3);
- this.tab_FileView.Size = new System.Drawing.Size(529, 355);
- this.tab_FileView.TabIndex = 2;
- this.tab_FileView.Text = "文件浏览";
- this.tab_FileView.UseVisualStyleBackColor = true;
- //
- // spl_Explorer
- //
- this.spl_Explorer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.spl_Explorer.Location = new System.Drawing.Point(3, 3);
- this.spl_Explorer.Name = "spl_Explorer";
- this.spl_Explorer.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // spl_Explorer.Panel1
- //
- this.spl_Explorer.Panel1.Controls.Add(this.pnl_bottom_hostexplorer);
- this.spl_Explorer.Panel1.Controls.Add(this.pnl_top_hostexplorer);
- //
- // spl_Explorer.Panel2
- //
- this.spl_Explorer.Panel2.Controls.Add(this.pnl_bottom_myexplorer);
- this.spl_Explorer.Panel2.Controls.Add(this.pnl_top_myexplorer);
- this.spl_Explorer.Size = new System.Drawing.Size(523, 349);
- this.spl_Explorer.SplitterDistance = 200;
- this.spl_Explorer.TabIndex = 0;
- //
- // pnl_bottom_hostexplorer
- //
- this.pnl_bottom_hostexplorer.Controls.Add(this.ltv_hostexplorer);
- this.pnl_bottom_hostexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_bottom_hostexplorer.Location = new System.Drawing.Point(0, 27);
- this.pnl_bottom_hostexplorer.Name = "pnl_bottom_hostexplorer";
- this.pnl_bottom_hostexplorer.Size = new System.Drawing.Size(523, 173);
- this.pnl_bottom_hostexplorer.TabIndex = 5;
- //
- // ltv_hostexplorer
- //
- this.ltv_hostexplorer.AllowDrop = true;
- this.ltv_hostexplorer.ContextMenuStrip = this.ctm_HostExplorer;
- this.ltv_hostexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ltv_hostexplorer.LargeImageList = this.iml_ExplorerImages;
- this.ltv_hostexplorer.Location = new System.Drawing.Point(0, 0);
- this.ltv_hostexplorer.Name = "ltv_hostexplorer";
- this.ltv_hostexplorer.Size = new System.Drawing.Size(523, 173);
- this.ltv_hostexplorer.SmallImageList = this.iml_ExplorerImages;
- this.ltv_hostexplorer.TabIndex = 0;
- this.ltv_hostexplorer.UseCompatibleStateImageBehavior = false;
- this.ltv_hostexplorer.SelectedIndexChanged += new System.EventHandler(this.lvs_hostexplorer_SelectedIndexChanged);
- this.ltv_hostexplorer.DoubleClick += new System.EventHandler(this.lvs_hostexplorer_DoubleClick);
- //
- // 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);
- //
- // 打开OToolStripMenuItem1
- //
- this.打开OToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.Open;
- this.打开OToolStripMenuItem1.Name = "打开OToolStripMenuItem1";
- this.打开OToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
- this.打开OToolStripMenuItem1.Text = "打开(&O)";
- this.打开OToolStripMenuItem1.Click += new System.EventHandler(this.打开OToolStripMenuItem1_Click);
- //
- // 下载DToolStripMenuItem
- //
- this.下载DToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.download;
- this.下载DToolStripMenuItem.Name = "下载DToolStripMenuItem";
- this.下载DToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.下载DToolStripMenuItem.Text = "下载(&D)";
- this.下载DToolStripMenuItem.Click += new System.EventHandler(this.下载DToolStripMenuItem_Click);
- //
- // 刷新RToolStripMenuItem1
- //
- this.刷新RToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.Refrush;
- this.刷新RToolStripMenuItem1.Name = "刷新RToolStripMenuItem1";
- this.刷新RToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
- this.刷新RToolStripMenuItem1.Text = "刷新(&R)";
- this.刷新RToolStripMenuItem1.Click += new System.EventHandler(this.刷新RToolStripMenuItem1_Click);
- //
- // 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");
- //
- // pnl_top_hostexplorer
- //
- this.pnl_top_hostexplorer.Controls.Add(this.panel6);
- this.pnl_top_hostexplorer.Controls.Add(this.panel5);
- this.pnl_top_hostexplorer.Controls.Add(this.panel4);
- this.pnl_top_hostexplorer.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnl_top_hostexplorer.Location = new System.Drawing.Point(0, 0);
- this.pnl_top_hostexplorer.Name = "pnl_top_hostexplorer";
- this.pnl_top_hostexplorer.Size = new System.Drawing.Size(523, 27);
- this.pnl_top_hostexplorer.TabIndex = 4;
- //
- // panel6
- //
- this.panel6.Controls.Add(this.txt_hostexplorer);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel6.Location = new System.Drawing.Point(67, 0);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(365, 27);
- this.panel6.TabIndex = 6;
- //
- // txt_hostexplorer
- //
- this.txt_hostexplorer.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.txt_hostexplorer.Location = new System.Drawing.Point(0, 6);
- this.txt_hostexplorer.Name = "txt_hostexplorer";
- this.txt_hostexplorer.Size = new System.Drawing.Size(365, 21);
- this.txt_hostexplorer.TabIndex = 1;
- this.txt_hostexplorer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_hostexplorer_KeyDown);
- //
- // panel5
- //
- this.panel5.Controls.Add(this.label1);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel5.Location = new System.Drawing.Point(0, 0);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(67, 27);
- this.panel5.TabIndex = 5;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(3, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "远程主机:";
- //
- // panel4
- //
- this.panel4.Controls.Add(this.btn_hostexplorer);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel4.Location = new System.Drawing.Point(432, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(91, 27);
- this.panel4.TabIndex = 4;
- //
- // btn_hostexplorer
- //
- this.btn_hostexplorer.Location = new System.Drawing.Point(13, 4);
- this.btn_hostexplorer.Name = "btn_hostexplorer";
- this.btn_hostexplorer.Size = new System.Drawing.Size(75, 23);
- this.btn_hostexplorer.TabIndex = 3;
- this.btn_hostexplorer.Text = "转到";
- this.btn_hostexplorer.UseVisualStyleBackColor = true;
- this.btn_hostexplorer.Click += new System.EventHandler(this.btn_hostexplorer_Click);
- //
- // pnl_bottom_myexplorer
- //
- this.pnl_bottom_myexplorer.Controls.Add(this.ltv_myexplorer);
- this.pnl_bottom_myexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_bottom_myexplorer.Location = new System.Drawing.Point(0, 27);
- this.pnl_bottom_myexplorer.Name = "pnl_bottom_myexplorer";
- this.pnl_bottom_myexplorer.Size = new System.Drawing.Size(523, 118);
- this.pnl_bottom_myexplorer.TabIndex = 7;
- //
- // ltv_myexplorer
- //
- this.ltv_myexplorer.ContextMenuStrip = this.ctm_MyExplorer;
- this.ltv_myexplorer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ltv_myexplorer.LargeImageList = this.iml_ExplorerImages;
- this.ltv_myexplorer.Location = new System.Drawing.Point(0, 0);
- this.ltv_myexplorer.Name = "ltv_myexplorer";
- this.ltv_myexplorer.Size = new System.Drawing.Size(523, 118);
- this.ltv_myexplorer.SmallImageList = this.iml_ExplorerImages;
- this.ltv_myexplorer.TabIndex = 0;
- this.ltv_myexplorer.UseCompatibleStateImageBehavior = false;
- this.ltv_myexplorer.SelectedIndexChanged += new System.EventHandler(this.ltv_myexplorer_SelectedIndexChanged);
- this.ltv_myexplorer.DoubleClick += new System.EventHandler(this.ltv_myexplorer_DoubleClick);
- //
- // 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);
- //
- // 打开OToolStripMenuItem2
- //
- this.打开OToolStripMenuItem2.Image = global::RemoteClient.Properties.Resources.Open;
- this.打开OToolStripMenuItem2.Name = "打开OToolStripMenuItem2";
- this.打开OToolStripMenuItem2.Size = new System.Drawing.Size(118, 22);
- this.打开OToolStripMenuItem2.Text = "打开(&O)";
- this.打开OToolStripMenuItem2.Click += new System.EventHandler(this.打开OToolStripMenuItem2_Click);
- //
- // 上传UToolStripMenuItem
- //
- this.上传UToolStripMenuItem.Image = global::RemoteClient.Properties.Resources.upload;
- this.上传UToolStripMenuItem.Name = "上传UToolStripMenuItem";
- this.上传UToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.上传UToolStripMenuItem.Text = "上传(&U)";
- this.上传UToolStripMenuItem.Click += new System.EventHandler(this.上传UToolStripMenuItem_Click);
- //
- // 刷新RtoolStripMenuItem
- //
- this.刷新RtoolStripMenuItem.Image = global::RemoteClient.Properties.Resources.Refrush;
- this.刷新RtoolStripMenuItem.Name = "刷新RtoolStripMenuItem";
- this.刷新RtoolStripMenuItem.Size = new System.Drawing.Size(118, 22);
- this.刷新RtoolStripMenuItem.Text = "刷新(&R)";
- this.刷新RtoolStripMenuItem.Click += new System.EventHandler(this.刷新RtoolStripMenuItem_Click);
- //
- // pnl_top_myexplorer
- //
- this.pnl_top_myexplorer.Controls.Add(this.panel7);
- this.pnl_top_myexplorer.Controls.Add(this.panel8);
- this.pnl_top_myexplorer.Controls.Add(this.panel9);
- this.pnl_top_myexplorer.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnl_top_myexplorer.Location = new System.Drawing.Point(0, 0);
- this.pnl_top_myexplorer.Name = "pnl_top_myexplorer";
- this.pnl_top_myexplorer.Size = new System.Drawing.Size(523, 27);
- this.pnl_top_myexplorer.TabIndex = 6;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.txt_myexplorer);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel7.Location = new System.Drawing.Point(67, 0);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(365, 27);
- this.panel7.TabIndex = 6;
- //
- // txt_myexplorer
- //
- this.txt_myexplorer.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.txt_myexplorer.Location = new System.Drawing.Point(0, 6);
- this.txt_myexplorer.Name = "txt_myexplorer";
- this.txt_myexplorer.Size = new System.Drawing.Size(365, 21);
- this.txt_myexplorer.TabIndex = 1;
- this.txt_myexplorer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_myexplorer_KeyDown);
- //
- // panel8
- //
- this.panel8.Controls.Add(this.label2);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel8.Location = new System.Drawing.Point(0, 0);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(67, 27);
- this.panel8.TabIndex = 5;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(3, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "我的电脑:";
- //
- // panel9
- //
- this.panel9.Controls.Add(this.btn_myexplorer);
- this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel9.Location = new System.Drawing.Point(432, 0);
- this.panel9.Name = "panel9";
- this.panel9.Size = new System.Drawing.Size(91, 27);
- this.panel9.TabIndex = 4;
- //
- // btn_myexplorer
- //
- this.btn_myexplorer.Location = new System.Drawing.Point(13, 4);
- this.btn_myexplorer.Name = "btn_myexplorer";
- this.btn_myexplorer.Size = new System.Drawing.Size(75, 23);
- this.btn_myexplorer.TabIndex = 3;
- this.btn_myexplorer.Text = "转到";
- this.btn_myexplorer.UseVisualStyleBackColor = true;
- this.btn_myexplorer.Click += new System.EventHandler(this.btn_myexplorer_Click);
- //
- // tab_Log
- //
- this.tab_Log.Controls.Add(this.ltv_Log);
- this.tab_Log.Location = new System.Drawing.Point(4, 24);
- this.tab_Log.Name = "tab_Log";
- this.tab_Log.Padding = new System.Windows.Forms.Padding(3);
- this.tab_Log.Size = new System.Drawing.Size(529, 355);
- this.tab_Log.TabIndex = 4;
- this.tab_Log.Tag = "";
- this.tab_Log.Text = "日志";
- this.tab_Log.UseVisualStyleBackColor = true;
- //
- // ltv_Log
- //
- this.ltv_Log.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.col_Datetime,
- this.col_IP,
- this.col_Event});
- this.ltv_Log.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ltv_Log.Location = new System.Drawing.Point(3, 3);
- this.ltv_Log.Name = "ltv_Log";
- this.ltv_Log.Size = new System.Drawing.Size(523, 349);
- this.ltv_Log.TabIndex = 1;
- this.ltv_Log.UseCompatibleStateImageBehavior = false;
- this.ltv_Log.View = System.Windows.Forms.View.Details;
- //
- // col_Datetime
- //
- this.col_Datetime.Text = "时间";
- this.col_Datetime.Width = 125;
- //
- // col_IP
- //
- this.col_IP.Text = "IP";
- this.col_IP.Width = 168;
- //
- // col_Event
- //
- this.col_Event.Text = "操作";
- this.col_Event.Width = 225;
- //
- // toolStripContainer1
- //
- //
- // toolStripContainer1.ContentPanel
- //
- this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(683, 430);
- this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
- this.toolStripContainer1.Name = "toolStripContainer1";
- this.toolStripContainer1.Size = new System.Drawing.Size(683, 455);
- this.toolStripContainer1.TabIndex = 0;
- this.toolStripContainer1.Text = "toolStripContainer1";
- //
- // ScreenTimer
- //
- this.ScreenTimer.Interval = 2000;
- this.ScreenTimer.Tick += new System.EventHandler(this.ScreenTimer_Tick);
- //
- // notifyIcon
- //
- this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
- this.notifyIcon.BalloonTipText = "气球状文本";
- this.notifyIcon.BalloonTipTitle = "气球状标题";
- this.notifyIcon.ContextMenuStrip = this.cnm_notifyIcon;
- this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
- this.notifyIcon.Text = "远程控制软件";
- this.notifyIcon.Visible = true;
- this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
- //
- // cnm_notifyIcon
- //
- this.cnm_notifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开OToolStripMenuItem3,
- this.关闭连接CToolStripMenuItem,
- this.退出EToolStripMenuItem1});
- this.cnm_notifyIcon.Name = "cnm_notifyIcon";
- this.cnm_notifyIcon.Size = new System.Drawing.Size(141, 70);
- //
- // 打开OToolStripMenuItem3
- //
- this.打开OToolStripMenuItem3.Image = global::RemoteClient.Properties.Resources.ControlScreen;
- this.打开OToolStripMenuItem3.Name = "打开OToolStripMenuItem3";
- this.打开OToolStripMenuItem3.Size = new System.Drawing.Size(140, 22);
- this.打开OToolStripMenuItem3.Text = "显示(&O)";
- this.打开OToolStripMenuItem3.Click += new System.EventHandler(this.打开OToolStripMenuItem3_Click);
- //
- // 关闭连接CToolStripMenuItem
- //
- this.关闭连接CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关闭连接CToolStripMenuItem.Image")));
- this.关闭连接CToolStripMenuItem.Name = "关闭连接CToolStripMenuItem";
- this.关闭连接CToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.关闭连接CToolStripMenuItem.Text = "关闭连接(&C)";
- this.关闭连接CToolStripMenuItem.Click += new System.EventHandler(this.关闭连接CToolStripMenuItem_Click);
- //
- // 退出EToolStripMenuItem1
- //
- this.退出EToolStripMenuItem1.Image = global::RemoteClient.Properties.Resources.sign;
- this.退出EToolStripMenuItem1.Name = "退出EToolStripMenuItem1";
- this.退出EToolStripMenuItem1.Size = new System.Drawing.Size(140, 22);
- this.退出EToolStripMenuItem1.Text = "退出(&E)";
- this.退出EToolStripMenuItem1.Click += new System.EventHandler(this.退出EToolStripMenuItem1_Click);
- //
- // trv_HostView
- //
- this.trv_HostView.ContextMenuStrip = this.cnm_HostView;
- this.trv_HostView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.trv_HostView.ImageIndex = 0;
- this.trv_HostView.ImageList = this.iml_HostView;
- this.trv_HostView.Location = new System.Drawing.Point(0, 0);
- this.trv_HostView.Name = "trv_HostView";
- treeNode1.ContextMenuStrip = this.cnm_HostParentView;
- treeNode1.Name = "nod_Root";
- treeNode1.Text = "所有主机";
- this.trv_HostView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
- treeNode1});
- this.trv_HostView.SelectedImageIndex = 0;
- this.trv_HostView.ShowLines = false;
- this.trv_HostView.Size = new System.Drawing.Size(142, 383);
- this.trv_HostView.TabIndex = 0;
- this.trv_HostView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseClick);
- this.trv_HostView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_HostView_NodeMouseDoubleClick);
- //
- // frm_Client
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(683, 455);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.tls_Main);
- this.Controls.Add(this.sts_Main);
- this.Controls.Add(this.mnu_Main);
- this.Controls.Add(this.toolStripContainer1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.mnu_Main;
- this.Name = "frm_Client";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "远程桌面控制客户端";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_client_FormClosing);
- this.cnm_HostParentView.ResumeLayout(false);
- this.cnm_HostView.ResumeLayout(false);
- this.sts_Main.ResumeLayout(false);
- this.sts_Main.PerformLayout();
- this.mnu_Main.ResumeLayout(false);
- this.mnu_Main.PerformLayout();
- this.tls_Main.ResumeLayout(false);
- this.tls_Main.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.tabs.ResumeLayout(false);
- this.tab_Speak.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel11.ResumeLayout(false);
- this.panel10.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.tab_Desktop.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).EndInit();
- this.tab_FileView.ResumeLayout(false);
- this.spl_Explorer.Panel1.ResumeLayout(false);
- this.spl_Explorer.Panel2.ResumeLayout(false);
- this.spl_Explorer.ResumeLayout(false);
- this.pnl_bottom_hostexplorer.ResumeLayout(false);
- this.ctm_HostExplorer.ResumeLayout(false);
- this.pnl_top_hostexplorer.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.pnl_bottom_myexplorer.ResumeLayout(false);
- this.ctm_MyExplorer.ResumeLayout(false);
- this.pnl_top_myexplorer.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.panel7.PerformLayout();
- this.panel8.ResumeLayout(false);
- this.panel8.PerformLayout();
- this.panel9.ResumeLayout(false);
- this.tab_Log.ResumeLayout(false);
- this.toolStripContainer1.ResumeLayout(false);
- this.toolStripContainer1.PerformLayout();
- this.cnm_notifyIcon.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.StatusStrip sts_Main;
- private System.Windows.Forms.MenuStrip mnu_Main;
- private System.Windows.Forms.ToolStrip tls_Main;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.ToolStripMenuItem 连接CtoolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 所有主机AToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 指定主机SToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 远程屏幕DToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
- private System.Windows.Forms.ToolStripContainer toolStripContainer1;
- private System.Windows.Forms.ToolStripStatusLabel lbl_Display;
- private System.Windows.Forms.ImageList iml_ExplorerImages;
- private System.Windows.Forms.ContextMenuStrip ctm_HostExplorer;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem 下载DToolStripMenuItem;
- private System.Windows.Forms.ContextMenuStrip ctm_MyExplorer;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem 上传UToolStripMenuItem;
- private System.Windows.Forms.Timer ScreenTimer;
- private System.Windows.Forms.ToolStripMenuItem 暂停PToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关闭CToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关闭连接ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem;
- private System.Windows.Forms.TabControl tabs;
- private System.Windows.Forms.TabPage tab_Speak;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel11;
- private System.Windows.Forms.RichTextBox rtb_Content;
- private System.Windows.Forms.Panel panel10;
- private System.Windows.Forms.RichTextBox rtb_Speak;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btn_Send;
- private System.Windows.Forms.TabPage tab_Desktop;
- private System.Windows.Forms.PictureBox pic_Screen;
- private System.Windows.Forms.TabPage tab_FileView;
- private System.Windows.Forms.SplitContainer spl_Explorer;
- private System.Windows.Forms.Panel pnl_bottom_hostexplorer;
- private System.Windows.Forms.ListView ltv_hostexplorer;
- private System.Windows.Forms.Panel pnl_top_hostexplorer;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.TextBox txt_hostexplorer;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Button btn_hostexplorer;
- private System.Windows.Forms.Panel pnl_bottom_myexplorer;
- private System.Windows.Forms.ListView ltv_myexplorer;
- private System.Windows.Forms.Panel pnl_top_myexplorer;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.TextBox txt_myexplorer;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.Button btn_myexplorer;
- private System.Windows.Forms.TabPage tab_Log;
- private System.Windows.Forms.ListView ltv_Log;
- private System.Windows.Forms.ColumnHeader col_Datetime;
- private System.Windows.Forms.ColumnHeader col_IP;
- private System.Windows.Forms.ColumnHeader col_Event;
- private System.Windows.Forms.ContextMenuStrip cnm_HostView;
- private System.Windows.Forms.ToolStripMenuItem 重新连接RToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关机SToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 屏幕控制PToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 设置OToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 移除MToolStripMenuItem;
- private System.Windows.Forms.ContextMenuStrip cnm_HostParentView;
- private System.Windows.Forms.ToolStripMenuItem 增加主机NToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 移除所有RToolStripMenuItem;
- private System.Windows.Forms.ToolStripButton tsb_Connect;
- private System.Windows.Forms.ToolStripButton tsb_Exit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsb_ScreenOpen;
- private System.Windows.Forms.ToolStripButton tsb_ScreenHoldOn;
- private System.Windows.Forms.ToolStripButton tsb_ScreenStop;
- private System.Windows.Forms.NotifyIcon notifyIcon;
- private System.Windows.Forms.ContextMenuStrip cnm_notifyIcon;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem 关闭连接CToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem1;
- private System.Windows.Forms.ImageList iml_HostView;
- private System.Windows.Forms.ToolStripButton tsb_ConnectAll;
- 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.ToolStripButton tsb_ExistApp;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripMenuItem 刷新RtoolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 刷新RToolStripMenuItem1;
- private System.Windows.Forms.TreeView trv_HostView;
- }
- }
|