namespace RDClient
{
partial class frmRemoteControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRemoteControl));
this.tabs = new System.Windows.Forms.TabControl();
this.tab_Desktop = new System.Windows.Forms.TabPage();
this.tab_FileView = new System.Windows.Forms.TabPage();
this.spl_Explorer = new System.Windows.Forms.SplitContainer();
this.pic_Screen = new System.Windows.Forms.PictureBox();
this.tab_Dialogue = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.rtb_Speak = new System.Windows.Forms.RichTextBox();
this.button1 = new System.Windows.Forms.Button();
this.rtb_Content = new System.Windows.Forms.RichTextBox();
this.tabs.SuspendLayout();
this.tab_Desktop.SuspendLayout();
this.tab_FileView.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.spl_Explorer)).BeginInit();
this.spl_Explorer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).BeginInit();
this.tab_Dialogue.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// tabs
//
this.tabs.Controls.Add(this.tab_Desktop);
this.tabs.Controls.Add(this.tab_Dialogue);
this.tabs.Controls.Add(this.tab_FileView);
this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabs.HotTrack = true;
this.tabs.ItemSize = new System.Drawing.Size(72, 28);
this.tabs.Location = new System.Drawing.Point(0, 0);
this.tabs.Name = "tabs";
this.tabs.SelectedIndex = 0;
this.tabs.Size = new System.Drawing.Size(784, 561);
this.tabs.TabIndex = 1;
//
// tab_Desktop
//
this.tab_Desktop.Controls.Add(this.pic_Screen);
this.tab_Desktop.Location = new System.Drawing.Point(4, 32);
this.tab_Desktop.Name = "tab_Desktop";
this.tab_Desktop.Padding = new System.Windows.Forms.Padding(3);
this.tab_Desktop.Size = new System.Drawing.Size(776, 525);
this.tab_Desktop.TabIndex = 1;
this.tab_Desktop.Text = "远程桌面";
this.tab_Desktop.UseVisualStyleBackColor = true;
//
// 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(776, 533);
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;
this.spl_Explorer.Size = new System.Drawing.Size(770, 527);
this.spl_Explorer.SplitterDistance = 302;
this.spl_Explorer.TabIndex = 0;
//
// 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(770, 519);
this.pic_Screen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pic_Screen.TabIndex = 0;
this.pic_Screen.TabStop = false;
//
// tab_Dialogue
//
this.tab_Dialogue.Controls.Add(this.panel1);
this.tab_Dialogue.Controls.Add(this.panel2);
this.tab_Dialogue.Location = new System.Drawing.Point(4, 24);
this.tab_Dialogue.Name = "tab_Dialogue";
this.tab_Dialogue.Size = new System.Drawing.Size(776, 533);
this.tab_Dialogue.TabIndex = 3;
this.tab_Dialogue.Text = "消息发送";
this.tab_Dialogue.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.rtb_Content);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(776, 363);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.rtb_Speak);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 363);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(776, 170);
this.panel2.TabIndex = 0;
//
// rtb_Speak
//
this.rtb_Speak.Dock = System.Windows.Forms.DockStyle.Top;
this.rtb_Speak.Location = new System.Drawing.Point(0, 0);
this.rtb_Speak.Name = "rtb_Speak";
this.rtb_Speak.Size = new System.Drawing.Size(776, 125);
this.rtb_Speak.TabIndex = 1;
this.rtb_Speak.Text = "";
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(683, 132);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(85, 32);
this.button1.TabIndex = 2;
this.button1.Text = "发 送";
this.button1.UseVisualStyleBackColor = true;
//
// rtb_Content
//
this.rtb_Content.BackColor = System.Drawing.Color.WhiteSmoke;
this.rtb_Content.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_Content.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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(776, 363);
this.rtb_Content.TabIndex = 2;
this.rtb_Content.Text = "";
//
// frmRemoteControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.tabs);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmRemoteControl";
this.Text = "远程桌面";
this.tabs.ResumeLayout(false);
this.tab_Desktop.ResumeLayout(false);
this.tab_FileView.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.spl_Explorer)).EndInit();
this.spl_Explorer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).EndInit();
this.tab_Dialogue.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabs;
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.TabPage tab_Dialogue;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox rtb_Speak;
private System.Windows.Forms.RichTextBox rtb_Content;
}
}