frmRemoteControl.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace RDClient
  2. {
  3. partial class frmRemoteControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRemoteControl));
  29. this.tabs = new System.Windows.Forms.TabControl();
  30. this.tab_Desktop = new System.Windows.Forms.TabPage();
  31. this.tab_FileView = new System.Windows.Forms.TabPage();
  32. this.spl_Explorer = new System.Windows.Forms.SplitContainer();
  33. this.pic_Screen = new System.Windows.Forms.PictureBox();
  34. this.tab_Dialogue = new System.Windows.Forms.TabPage();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.rtb_Speak = new System.Windows.Forms.RichTextBox();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.rtb_Content = new System.Windows.Forms.RichTextBox();
  40. this.tabs.SuspendLayout();
  41. this.tab_Desktop.SuspendLayout();
  42. this.tab_FileView.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.spl_Explorer)).BeginInit();
  44. this.spl_Explorer.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).BeginInit();
  46. this.tab_Dialogue.SuspendLayout();
  47. this.panel1.SuspendLayout();
  48. this.panel2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // tabs
  52. //
  53. this.tabs.Controls.Add(this.tab_Desktop);
  54. this.tabs.Controls.Add(this.tab_Dialogue);
  55. this.tabs.Controls.Add(this.tab_FileView);
  56. this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.tabs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.tabs.HotTrack = true;
  59. this.tabs.ItemSize = new System.Drawing.Size(72, 28);
  60. this.tabs.Location = new System.Drawing.Point(0, 0);
  61. this.tabs.Name = "tabs";
  62. this.tabs.SelectedIndex = 0;
  63. this.tabs.Size = new System.Drawing.Size(784, 561);
  64. this.tabs.TabIndex = 1;
  65. //
  66. // tab_Desktop
  67. //
  68. this.tab_Desktop.Controls.Add(this.pic_Screen);
  69. this.tab_Desktop.Location = new System.Drawing.Point(4, 32);
  70. this.tab_Desktop.Name = "tab_Desktop";
  71. this.tab_Desktop.Padding = new System.Windows.Forms.Padding(3);
  72. this.tab_Desktop.Size = new System.Drawing.Size(776, 525);
  73. this.tab_Desktop.TabIndex = 1;
  74. this.tab_Desktop.Text = "远程桌面";
  75. this.tab_Desktop.UseVisualStyleBackColor = true;
  76. //
  77. // tab_FileView
  78. //
  79. this.tab_FileView.Controls.Add(this.spl_Explorer);
  80. this.tab_FileView.Location = new System.Drawing.Point(4, 24);
  81. this.tab_FileView.Name = "tab_FileView";
  82. this.tab_FileView.Padding = new System.Windows.Forms.Padding(3);
  83. this.tab_FileView.Size = new System.Drawing.Size(776, 533);
  84. this.tab_FileView.TabIndex = 2;
  85. this.tab_FileView.Text = "文件浏览";
  86. this.tab_FileView.UseVisualStyleBackColor = true;
  87. //
  88. // spl_Explorer
  89. //
  90. this.spl_Explorer.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.spl_Explorer.Location = new System.Drawing.Point(3, 3);
  92. this.spl_Explorer.Name = "spl_Explorer";
  93. this.spl_Explorer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  94. this.spl_Explorer.Size = new System.Drawing.Size(770, 527);
  95. this.spl_Explorer.SplitterDistance = 302;
  96. this.spl_Explorer.TabIndex = 0;
  97. //
  98. // pic_Screen
  99. //
  100. this.pic_Screen.BackColor = System.Drawing.SystemColors.ControlText;
  101. this.pic_Screen.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.pic_Screen.Location = new System.Drawing.Point(3, 3);
  103. this.pic_Screen.Name = "pic_Screen";
  104. this.pic_Screen.Size = new System.Drawing.Size(770, 519);
  105. this.pic_Screen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  106. this.pic_Screen.TabIndex = 0;
  107. this.pic_Screen.TabStop = false;
  108. //
  109. // tab_Dialogue
  110. //
  111. this.tab_Dialogue.Controls.Add(this.panel1);
  112. this.tab_Dialogue.Controls.Add(this.panel2);
  113. this.tab_Dialogue.Location = new System.Drawing.Point(4, 24);
  114. this.tab_Dialogue.Name = "tab_Dialogue";
  115. this.tab_Dialogue.Size = new System.Drawing.Size(776, 533);
  116. this.tab_Dialogue.TabIndex = 3;
  117. this.tab_Dialogue.Text = "消息发送";
  118. this.tab_Dialogue.UseVisualStyleBackColor = true;
  119. //
  120. // panel1
  121. //
  122. this.panel1.Controls.Add(this.rtb_Content);
  123. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.panel1.Location = new System.Drawing.Point(0, 0);
  125. this.panel1.Name = "panel1";
  126. this.panel1.Size = new System.Drawing.Size(776, 363);
  127. this.panel1.TabIndex = 0;
  128. //
  129. // panel2
  130. //
  131. this.panel2.Controls.Add(this.button1);
  132. this.panel2.Controls.Add(this.rtb_Speak);
  133. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  134. this.panel2.Location = new System.Drawing.Point(0, 363);
  135. this.panel2.Name = "panel2";
  136. this.panel2.Size = new System.Drawing.Size(776, 170);
  137. this.panel2.TabIndex = 0;
  138. //
  139. // rtb_Speak
  140. //
  141. this.rtb_Speak.Dock = System.Windows.Forms.DockStyle.Top;
  142. this.rtb_Speak.Location = new System.Drawing.Point(0, 0);
  143. this.rtb_Speak.Name = "rtb_Speak";
  144. this.rtb_Speak.Size = new System.Drawing.Size(776, 125);
  145. this.rtb_Speak.TabIndex = 1;
  146. this.rtb_Speak.Text = "";
  147. //
  148. // button1
  149. //
  150. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  151. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.button1.Location = new System.Drawing.Point(683, 132);
  153. this.button1.Name = "button1";
  154. this.button1.Size = new System.Drawing.Size(85, 32);
  155. this.button1.TabIndex = 2;
  156. this.button1.Text = "发 送";
  157. this.button1.UseVisualStyleBackColor = true;
  158. //
  159. // rtb_Content
  160. //
  161. this.rtb_Content.BackColor = System.Drawing.Color.WhiteSmoke;
  162. this.rtb_Content.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.rtb_Content.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.rtb_Content.Location = new System.Drawing.Point(0, 0);
  165. this.rtb_Content.Name = "rtb_Content";
  166. this.rtb_Content.ReadOnly = true;
  167. this.rtb_Content.Size = new System.Drawing.Size(776, 363);
  168. this.rtb_Content.TabIndex = 2;
  169. this.rtb_Content.Text = "";
  170. //
  171. // frmRemoteControl
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.ClientSize = new System.Drawing.Size(784, 561);
  176. this.Controls.Add(this.tabs);
  177. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  178. this.Name = "frmRemoteControl";
  179. this.Text = "远程桌面";
  180. this.tabs.ResumeLayout(false);
  181. this.tab_Desktop.ResumeLayout(false);
  182. this.tab_FileView.ResumeLayout(false);
  183. ((System.ComponentModel.ISupportInitialize)(this.spl_Explorer)).EndInit();
  184. this.spl_Explorer.ResumeLayout(false);
  185. ((System.ComponentModel.ISupportInitialize)(this.pic_Screen)).EndInit();
  186. this.tab_Dialogue.ResumeLayout(false);
  187. this.panel1.ResumeLayout(false);
  188. this.panel2.ResumeLayout(false);
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private System.Windows.Forms.TabControl tabs;
  193. private System.Windows.Forms.TabPage tab_Desktop;
  194. private System.Windows.Forms.PictureBox pic_Screen;
  195. private System.Windows.Forms.TabPage tab_FileView;
  196. private System.Windows.Forms.SplitContainer spl_Explorer;
  197. private System.Windows.Forms.TabPage tab_Dialogue;
  198. private System.Windows.Forms.Panel panel1;
  199. private System.Windows.Forms.Panel panel2;
  200. private System.Windows.Forms.Button button1;
  201. private System.Windows.Forms.RichTextBox rtb_Speak;
  202. private System.Windows.Forms.RichTextBox rtb_Content;
  203. }
  204. }