123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- namespace RDServer
- {
- partial class ServerMain
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerMain));
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.lbl_Message = new System.Windows.Forms.ToolStripStatusLabel();
- this.grb_Log = new System.Windows.Forms.GroupBox();
- 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.cnm_notifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.tlsShowMain = new System.Windows.Forms.ToolStripMenuItem();
- this.tlsExitAPP = new System.Windows.Forms.ToolStripMenuItem();
- this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
- this.statusStrip1.SuspendLayout();
- this.grb_Log.SuspendLayout();
- this.cnm_notifyIcon.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_Message});
- this.statusStrip1.Location = new System.Drawing.Point(3, 536);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(778, 22);
- this.statusStrip1.TabIndex = 4;
- this.statusStrip1.Text = "statusStrip1";
-
-
-
- this.lbl_Message.Name = "lbl_Message";
- this.lbl_Message.Size = new System.Drawing.Size(0, 17);
-
-
-
- this.grb_Log.Controls.Add(this.ltv_Log);
- this.grb_Log.Controls.Add(this.statusStrip1);
- this.grb_Log.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grb_Log.Location = new System.Drawing.Point(0, 0);
- this.grb_Log.Name = "grb_Log";
- this.grb_Log.Size = new System.Drawing.Size(784, 561);
- this.grb_Log.TabIndex = 5;
- this.grb_Log.TabStop = false;
- this.grb_Log.Text = "操作记录";
-
-
-
- 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, 17);
- this.ltv_Log.Name = "ltv_Log";
- this.ltv_Log.Size = new System.Drawing.Size(778, 519);
- this.ltv_Log.TabIndex = 2;
- this.ltv_Log.UseCompatibleStateImageBehavior = false;
- this.ltv_Log.View = System.Windows.Forms.View.Details;
-
-
-
- this.col_Datetime.Text = "时间";
- this.col_Datetime.Width = 125;
-
-
-
- this.col_IP.Text = "IP";
- this.col_IP.Width = 168;
-
-
-
- this.col_Event.Text = "操作";
- this.col_Event.Width = 291;
-
-
-
- this.cnm_notifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tlsShowMain,
- this.tlsExitAPP});
- this.cnm_notifyIcon.Name = "cnm_notifyIcon";
- this.cnm_notifyIcon.Size = new System.Drawing.Size(119, 48);
-
-
-
- this.tlsShowMain.Name = "tlsShowMain";
- this.tlsShowMain.Size = new System.Drawing.Size(118, 22);
- this.tlsShowMain.Text = "显示(&O)";
- this.tlsShowMain.Click += new System.EventHandler(this.tlsShowMain_Click);
-
-
-
- this.tlsExitAPP.Name = "tlsExitAPP";
- this.tlsExitAPP.Size = new System.Drawing.Size(118, 22);
- this.tlsExitAPP.Text = "退出(&E)";
- this.tlsExitAPP.Click += new System.EventHandler(this.tlsExitAPP_Click);
-
-
-
- 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.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
-
-
-
- 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.grb_Log);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "ServerMain";
- this.Text = "远程桌面服务器端";
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.grb_Log.ResumeLayout(false);
- this.grb_Log.PerformLayout();
- this.cnm_notifyIcon.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel lbl_Message;
- private System.Windows.Forms.GroupBox grb_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_notifyIcon;
- private System.Windows.Forms.ToolStripMenuItem tlsShowMain;
- private System.Windows.Forms.ToolStripMenuItem tlsExitAPP;
- private System.Windows.Forms.NotifyIcon notifyIcon;
- }
- }
|