Quasar/Server/Forms/FrmKeylogger.Designer.cs

124 lines
5.4 KiB
C#

namespace xServer.Forms
{
partial class FrmKeylogger
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmKeylogger));
this.lstLogs = new System.Windows.Forms.ListView();
this.hLogs = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.btnGetLogs = new System.Windows.Forms.Button();
this.wLogViewer = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();
//
// lstLogs
//
this.lstLogs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lstLogs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.hLogs});
this.lstLogs.Font = new System.Drawing.Font("Segoe UI", 8.25F);
this.lstLogs.FullRowSelect = true;
this.lstLogs.GridLines = true;
this.lstLogs.Location = new System.Drawing.Point(0, 31);
this.lstLogs.Name = "lstLogs";
this.lstLogs.Size = new System.Drawing.Size(153, 431);
this.lstLogs.TabIndex = 0;
this.lstLogs.UseCompatibleStateImageBehavior = false;
this.lstLogs.View = System.Windows.Forms.View.Details;
this.lstLogs.ItemActivate += new System.EventHandler(this.lstLogs_ItemActivate);
//
// hLogs
//
this.hLogs.Text = "Logs";
this.hLogs.Width = 149;
//
// statusStrip
//
this.statusStrip.Location = new System.Drawing.Point(0, 460);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(862, 22);
this.statusStrip.TabIndex = 6;
this.statusStrip.Text = "statusStrip1";
//
// btnGetLogs
//
this.btnGetLogs.Location = new System.Drawing.Point(2, 3);
this.btnGetLogs.Name = "btnGetLogs";
this.btnGetLogs.Size = new System.Drawing.Size(149, 23);
this.btnGetLogs.TabIndex = 7;
this.btnGetLogs.Text = "Get Logs";
this.btnGetLogs.UseVisualStyleBackColor = true;
this.btnGetLogs.Click += new System.EventHandler(this.btnGetLogs_Click);
//
// wLogViewer
//
this.wLogViewer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.wLogViewer.Location = new System.Drawing.Point(154, 50);
this.wLogViewer.MinimumSize = new System.Drawing.Size(20, 20);
this.wLogViewer.Name = "wLogViewer";
this.wLogViewer.ScriptErrorsSuppressed = true;
this.wLogViewer.Size = new System.Drawing.Size(708, 409);
this.wLogViewer.TabIndex = 8;
//
// FrmKeylogger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(862, 482);
this.Controls.Add(this.wLogViewer);
this.Controls.Add(this.btnGetLogs);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.lstLogs);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(630, 465);
this.Name = "FrmKeylogger";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Keylogger []";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmKeylogger_FormClosing);
this.Load += new System.EventHandler(this.FrmKeylogger_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ColumnHeader hLogs;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.WebBrowser wLogViewer;
private System.Windows.Forms.ListView lstLogs;
private System.Windows.Forms.Button btnGetLogs;
}
}