Quasar/Server/Forms/FrmSystemInformation.Design...

152 lines
7.6 KiB
C#

using xServer.Controls;
namespace xServer.Forms
{
partial class FrmSystemInformation
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSystemInformation));
this.lstSystem = new xServer.Controls.AeroListView();
this.hComponent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.hValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copySelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// lstSystem
//
this.lstSystem.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.lstSystem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.hComponent,
this.hValue});
this.lstSystem.ContextMenuStrip = this.contextMenuStrip;
this.lstSystem.FullRowSelect = true;
this.lstSystem.GridLines = true;
this.lstSystem.Location = new System.Drawing.Point(12, 12);
this.lstSystem.Name = "lstSystem";
this.lstSystem.Size = new System.Drawing.Size(536, 311);
this.lstSystem.TabIndex = 0;
this.lstSystem.UseCompatibleStateImageBehavior = false;
this.lstSystem.View = System.Windows.Forms.View.Details;
//
// hComponent
//
this.hComponent.Text = "Component";
this.hComponent.Width = 172;
//
// hValue
//
this.hValue.Text = "Value";
this.hValue.Width = 321;
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyToClipboardToolStripMenuItem,
this.toolStripMenuItem2,
this.refreshToolStripMenuItem});
this.contextMenuStrip.Name = "ctxtMenu";
this.contextMenuStrip.Size = new System.Drawing.Size(172, 54);
//
// copyToClipboardToolStripMenuItem
//
this.copyToClipboardToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyAllToolStripMenuItem,
this.copySelectedToolStripMenuItem});
this.copyToClipboardToolStripMenuItem.Image = global::xServer.Properties.Resources.copy;
this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
this.copyToClipboardToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.copyToClipboardToolStripMenuItem.Text = "Copy to Clipboard";
//
// copyAllToolStripMenuItem
//
this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.copyAllToolStripMenuItem.Text = "All";
this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click);
//
// copySelectedToolStripMenuItem
//
this.copySelectedToolStripMenuItem.Name = "copySelectedToolStripMenuItem";
this.copySelectedToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.copySelectedToolStripMenuItem.Text = "Selected";
this.copySelectedToolStripMenuItem.Click += new System.EventHandler(this.copySelectedToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(168, 6);
//
// refreshToolStripMenuItem
//
this.refreshToolStripMenuItem.Image = global::xServer.Properties.Resources.refresh;
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
this.refreshToolStripMenuItem.Text = "Refresh";
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
//
// FrmSystemInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(560, 335);
this.Controls.Add(this.lstSystem);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(576, 373);
this.Name = "FrmSystemInformation";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "System Information []";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSystemInformation_FormClosing);
this.Load += new System.EventHandler(this.FrmSystemInformation_Load);
this.contextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ColumnHeader hComponent;
private System.Windows.Forms.ColumnHeader hValue;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem copyToClipboardToolStripMenuItem;
private AeroListView lstSystem;
private System.Windows.Forms.ToolStripMenuItem copyAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copySelectedToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
}
}