frm_Server.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace RemoteServer
  2. {
  3. partial class frm_Server
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Server));
  30. this.ltv_Log = new System.Windows.Forms.ListView();
  31. this.col_Datetime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.col_IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.col_Event = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  35. this.lbl_Message = new System.Windows.Forms.ToolStripStatusLabel();
  36. this.grb_Log = new System.Windows.Forms.GroupBox();
  37. this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  38. this.cnm_notifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
  39. this.打开OToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.退出EToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  41. this.statusStrip1.SuspendLayout();
  42. this.cnm_notifyIcon.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // ltv_Log
  46. //
  47. this.ltv_Log.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  48. this.col_Datetime,
  49. this.col_IP,
  50. this.col_Event});
  51. this.ltv_Log.Dock = System.Windows.Forms.DockStyle.Bottom;
  52. this.ltv_Log.Location = new System.Drawing.Point(0, 20);
  53. this.ltv_Log.Name = "ltv_Log";
  54. this.ltv_Log.Size = new System.Drawing.Size(589, 340);
  55. this.ltv_Log.TabIndex = 1;
  56. this.ltv_Log.UseCompatibleStateImageBehavior = false;
  57. this.ltv_Log.View = System.Windows.Forms.View.Details;
  58. //
  59. // col_Datetime
  60. //
  61. this.col_Datetime.Text = "时间";
  62. this.col_Datetime.Width = 125;
  63. //
  64. // col_IP
  65. //
  66. this.col_IP.Text = "IP";
  67. this.col_IP.Width = 168;
  68. //
  69. // col_Event
  70. //
  71. this.col_Event.Text = "操作";
  72. this.col_Event.Width = 291;
  73. //
  74. // statusStrip1
  75. //
  76. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  77. this.lbl_Message});
  78. this.statusStrip1.Location = new System.Drawing.Point(0, 360);
  79. this.statusStrip1.Name = "statusStrip1";
  80. this.statusStrip1.Size = new System.Drawing.Size(589, 22);
  81. this.statusStrip1.TabIndex = 2;
  82. this.statusStrip1.Text = "statusStrip1";
  83. //
  84. // lbl_Message
  85. //
  86. this.lbl_Message.Name = "lbl_Message";
  87. this.lbl_Message.Size = new System.Drawing.Size(0, 17);
  88. //
  89. // grb_Log
  90. //
  91. this.grb_Log.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.grb_Log.Location = new System.Drawing.Point(0, 0);
  93. this.grb_Log.Name = "grb_Log";
  94. this.grb_Log.Size = new System.Drawing.Size(589, 382);
  95. this.grb_Log.TabIndex = 3;
  96. this.grb_Log.TabStop = false;
  97. this.grb_Log.Text = "操作记录";
  98. this.grb_Log.Enter += new System.EventHandler(this.grb_Log_Enter);
  99. //
  100. // notifyIcon
  101. //
  102. this.notifyIcon.ContextMenuStrip = this.cnm_notifyIcon;
  103. this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
  104. this.notifyIcon.Text = "远程桌面服务端";
  105. this.notifyIcon.Visible = true;
  106. this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
  107. //
  108. // cnm_notifyIcon
  109. //
  110. this.cnm_notifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.打开OToolStripMenuItem3,
  112. this.退出EToolStripMenuItem1});
  113. this.cnm_notifyIcon.Name = "cnm_notifyIcon";
  114. this.cnm_notifyIcon.Size = new System.Drawing.Size(119, 48);
  115. //
  116. // 打开OToolStripMenuItem3
  117. //
  118. this.打开OToolStripMenuItem3.Image = global::RemoteServer.Properties.Resources.Server_72px1;
  119. this.打开OToolStripMenuItem3.Name = "打开OToolStripMenuItem3";
  120. this.打开OToolStripMenuItem3.Size = new System.Drawing.Size(118, 22);
  121. this.打开OToolStripMenuItem3.Text = "打开(&O)";
  122. this.打开OToolStripMenuItem3.Click += new System.EventHandler(this.打开OToolStripMenuItem3_Click);
  123. //
  124. // 退出EToolStripMenuItem1
  125. //
  126. this.退出EToolStripMenuItem1.Image = global::RemoteServer.Properties.Resources.sign;
  127. this.退出EToolStripMenuItem1.Name = "退出EToolStripMenuItem1";
  128. this.退出EToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
  129. this.退出EToolStripMenuItem1.Text = "退出(&E)";
  130. this.退出EToolStripMenuItem1.Click += new System.EventHandler(this.退出EToolStripMenuItem1_Click);
  131. //
  132. // frm_Server
  133. //
  134. this.ClientSize = new System.Drawing.Size(589, 382);
  135. this.Controls.Add(this.ltv_Log);
  136. this.Controls.Add(this.statusStrip1);
  137. this.Controls.Add(this.grb_Log);
  138. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  139. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  140. this.MaximizeBox = false;
  141. this.Name = "frm_Server";
  142. this.ShowInTaskbar = false;
  143. this.Text = "远程桌面服务端";
  144. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_server_FormClosing);
  145. this.Resize += new System.EventHandler(this.frm_server_Resize);
  146. this.statusStrip1.ResumeLayout(false);
  147. this.statusStrip1.PerformLayout();
  148. this.cnm_notifyIcon.ResumeLayout(false);
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.ListView ltv_Log;
  154. private System.Windows.Forms.ColumnHeader col_Datetime;
  155. private System.Windows.Forms.ColumnHeader col_IP;
  156. private System.Windows.Forms.ColumnHeader col_Event;
  157. private System.Windows.Forms.StatusStrip statusStrip1;
  158. private System.Windows.Forms.ToolStripStatusLabel lbl_Message;
  159. private System.Windows.Forms.GroupBox grb_Log;
  160. private System.Windows.Forms.NotifyIcon notifyIcon;
  161. private System.Windows.Forms.ContextMenuStrip cnm_notifyIcon;
  162. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem3;
  163. private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem1;
  164. }
  165. }