468 lines
23 KiB
C#
468 lines
23 KiB
C#
using PayForApp.Business;
|
||
using System;
|
||
using System.Data.OracleClient;
|
||
using System.IO;
|
||
namespace MyComputerFINA
|
||
{
|
||
partial class MyComputer
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyComputer));
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.notifyIcon2 = new System.Windows.Forms.NotifyIcon(this.components);
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.timer2 = new System.Windows.Forms.Timer(this.components);
|
||
this.timer_Search = new System.Windows.Forms.Timer(this.components);
|
||
this.TimerSaveProcess = new System.Windows.Forms.Timer(this.components);
|
||
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.lblTime = new System.Windows.Forms.Label();
|
||
this.ZDBC = new System.Windows.Forms.Label();
|
||
this.btnCheck = new System.Windows.Forms.Button();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.lblHardDiskInfo = new System.Windows.Forms.Label();
|
||
this.lblDan = new System.Windows.Forms.Label();
|
||
this.btnSave = new System.Windows.Forms.Button();
|
||
this.TimerCPUNC = new System.Windows.Forms.Timer(this.components);
|
||
this.harddiskinfo = new System.Windows.Forms.ListBox();
|
||
this.zdbcjc = new System.Windows.Forms.Label();
|
||
this.TimeCommand = new System.Windows.Forms.Timer(this.components);
|
||
this.lbl = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.lblComPName = new System.Windows.Forms.Label();
|
||
this.lblMACAdress = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.lblZNC = new System.Windows.Forms.Label();
|
||
this.lblIPAdress4 = new System.Windows.Forms.Label();
|
||
this.lblSNC = new System.Windows.Forms.Label();
|
||
this.lblCPU = new System.Windows.Forms.Label();
|
||
this.CpuTemp = new System.Windows.Forms.Label();
|
||
this.sda = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.TimeData = new System.Windows.Forms.Timer(this.components);
|
||
this.lblProcess = new System.Windows.Forms.Label();
|
||
this.Timeinfocheck = new System.Windows.Forms.Timer(this.components);
|
||
this.timer_datacollection = new System.Windows.Forms.Timer(this.components);
|
||
this.contextMenuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(603, 54);
|
||
this.textBox1.Multiline = true;
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(414, 226);
|
||
this.textBox1.TabIndex = 0;
|
||
//
|
||
// notifyIcon2
|
||
//
|
||
this.notifyIcon2.Text = "notifyIcon2";
|
||
this.notifyIcon2.Visible = true;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(603, 307);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(404, 21);
|
||
this.textBox2.TabIndex = 1;
|
||
//
|
||
// contextMenuStrip1
|
||
//
|
||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.显示ToolStripMenuItem,
|
||
this.退出ToolStripMenuItem});
|
||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
|
||
//
|
||
// 显示ToolStripMenuItem
|
||
//
|
||
this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
|
||
this.显示ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
||
this.显示ToolStripMenuItem.Text = "显示";
|
||
this.显示ToolStripMenuItem.Click += new System.EventHandler(this.显示ToolStripMenuItem_Click);
|
||
//
|
||
// 退出ToolStripMenuItem
|
||
//
|
||
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
|
||
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
||
this.退出ToolStripMenuItem.Text = "退出";
|
||
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
||
//
|
||
// lblTime
|
||
//
|
||
this.lblTime.AutoSize = true;
|
||
this.lblTime.Location = new System.Drawing.Point(297, 361);
|
||
this.lblTime.Name = "lblTime";
|
||
this.lblTime.Size = new System.Drawing.Size(0, 12);
|
||
this.lblTime.TabIndex = 66;
|
||
//
|
||
// ZDBC
|
||
//
|
||
this.ZDBC.AutoSize = true;
|
||
this.ZDBC.Location = new System.Drawing.Point(83, 19);
|
||
this.ZDBC.Name = "ZDBC";
|
||
this.ZDBC.Size = new System.Drawing.Size(0, 12);
|
||
this.ZDBC.TabIndex = 68;
|
||
//
|
||
// btnCheck
|
||
//
|
||
this.btnCheck.Location = new System.Drawing.Point(486, 108);
|
||
this.btnCheck.Name = "btnCheck";
|
||
this.btnCheck.Size = new System.Drawing.Size(75, 27);
|
||
this.btnCheck.TabIndex = 67;
|
||
this.btnCheck.Text = "测试连接";
|
||
this.btnCheck.UseVisualStyleBackColor = true;
|
||
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click_1);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(341, 166);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(57, 12);
|
||
this.label5.TabIndex = 59;
|
||
this.label5.Text = "硬盘型号";
|
||
//
|
||
// lblHardDiskInfo
|
||
//
|
||
this.lblHardDiskInfo.AutoSize = true;
|
||
this.lblHardDiskInfo.Location = new System.Drawing.Point(195, 272);
|
||
this.lblHardDiskInfo.Name = "lblHardDiskInfo";
|
||
this.lblHardDiskInfo.Size = new System.Drawing.Size(0, 12);
|
||
this.lblHardDiskInfo.TabIndex = 58;
|
||
//
|
||
// lblDan
|
||
//
|
||
this.lblDan.AutoSize = true;
|
||
this.lblDan.BackColor = System.Drawing.SystemColors.Control;
|
||
this.lblDan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblDan.ForeColor = System.Drawing.Color.Red;
|
||
this.lblDan.Location = new System.Drawing.Point(336, 335);
|
||
this.lblDan.Name = "lblDan";
|
||
this.lblDan.Size = new System.Drawing.Size(0, 14);
|
||
this.lblDan.TabIndex = 55;
|
||
//
|
||
// btnSave
|
||
//
|
||
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnSave.Location = new System.Drawing.Point(27, 46);
|
||
this.btnSave.Name = "btnSave";
|
||
this.btnSave.Size = new System.Drawing.Size(125, 35);
|
||
this.btnSave.TabIndex = 53;
|
||
this.btnSave.Text = "保存到我的数据库";
|
||
this.btnSave.UseVisualStyleBackColor = true;
|
||
//
|
||
// harddiskinfo
|
||
//
|
||
this.harddiskinfo.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.harddiskinfo.FormattingEnabled = true;
|
||
this.harddiskinfo.ItemHeight = 12;
|
||
this.harddiskinfo.Location = new System.Drawing.Point(343, 203);
|
||
this.harddiskinfo.Name = "harddiskinfo";
|
||
this.harddiskinfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.harddiskinfo.Size = new System.Drawing.Size(218, 52);
|
||
this.harddiskinfo.TabIndex = 52;
|
||
//
|
||
// zdbcjc
|
||
//
|
||
this.zdbcjc.AutoSize = true;
|
||
this.zdbcjc.Location = new System.Drawing.Point(158, 20);
|
||
this.zdbcjc.Name = "zdbcjc";
|
||
this.zdbcjc.Size = new System.Drawing.Size(0, 12);
|
||
this.zdbcjc.TabIndex = 76;
|
||
//
|
||
// lbl
|
||
//
|
||
this.lbl.AutoSize = true;
|
||
this.lbl.Location = new System.Drawing.Point(176, 20);
|
||
this.lbl.Name = "lbl";
|
||
this.lbl.Size = new System.Drawing.Size(0, 12);
|
||
this.lbl.TabIndex = 77;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(39, 228);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(80, 16);
|
||
this.label1.TabIndex = 45;
|
||
this.label1.Text = "MAC地址:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(49, 102);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(72, 16);
|
||
this.label2.TabIndex = 46;
|
||
this.label2.Text = "计算机:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(24, 203);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(96, 16);
|
||
this.label4.TabIndex = 49;
|
||
this.label4.Text = "CPU使用率:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(49, 153);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(72, 16);
|
||
this.label6.TabIndex = 50;
|
||
this.label6.Text = "总内存:";
|
||
//
|
||
// lblComPName
|
||
//
|
||
this.lblComPName.AutoSize = true;
|
||
this.lblComPName.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblComPName.Location = new System.Drawing.Point(132, 104);
|
||
this.lblComPName.Name = "lblComPName";
|
||
this.lblComPName.Size = new System.Drawing.Size(28, 14);
|
||
this.lblComPName.TabIndex = 56;
|
||
this.lblComPName.Text = "JSJ";
|
||
//
|
||
// lblMACAdress
|
||
//
|
||
this.lblMACAdress.AutoSize = true;
|
||
this.lblMACAdress.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblMACAdress.Location = new System.Drawing.Point(131, 230);
|
||
this.lblMACAdress.Name = "lblMACAdress";
|
||
this.lblMACAdress.Size = new System.Drawing.Size(28, 14);
|
||
this.lblMACAdress.TabIndex = 57;
|
||
this.lblMACAdress.Text = "MAC";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(33, 179);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(88, 16);
|
||
this.label8.TabIndex = 61;
|
||
this.label8.Text = "可用内存:";
|
||
//
|
||
// lblZNC
|
||
//
|
||
this.lblZNC.AutoSize = true;
|
||
this.lblZNC.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblZNC.Location = new System.Drawing.Point(132, 155);
|
||
this.lblZNC.Name = "lblZNC";
|
||
this.lblZNC.Size = new System.Drawing.Size(28, 14);
|
||
this.lblZNC.TabIndex = 62;
|
||
this.lblZNC.Text = "ZNC";
|
||
//
|
||
// lblIPAdress4
|
||
//
|
||
this.lblIPAdress4.AutoSize = true;
|
||
this.lblIPAdress4.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblIPAdress4.Location = new System.Drawing.Point(131, 130);
|
||
this.lblIPAdress4.Name = "lblIPAdress4";
|
||
this.lblIPAdress4.Size = new System.Drawing.Size(35, 14);
|
||
this.lblIPAdress4.TabIndex = 69;
|
||
this.lblIPAdress4.Text = "IPv4";
|
||
//
|
||
// lblSNC
|
||
//
|
||
this.lblSNC.AutoSize = true;
|
||
this.lblSNC.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblSNC.Location = new System.Drawing.Point(132, 181);
|
||
this.lblSNC.Name = "lblSNC";
|
||
this.lblSNC.Size = new System.Drawing.Size(21, 14);
|
||
this.lblSNC.TabIndex = 63;
|
||
this.lblSNC.Text = "NC";
|
||
//
|
||
// lblCPU
|
||
//
|
||
this.lblCPU.AutoSize = true;
|
||
this.lblCPU.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblCPU.Location = new System.Drawing.Point(132, 205);
|
||
this.lblCPU.Name = "lblCPU";
|
||
this.lblCPU.Size = new System.Drawing.Size(28, 14);
|
||
this.lblCPU.TabIndex = 64;
|
||
this.lblCPU.Text = "CPU";
|
||
//
|
||
// CpuTemp
|
||
//
|
||
this.CpuTemp.AutoSize = true;
|
||
this.CpuTemp.Font = new System.Drawing.Font("楷体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.CpuTemp.Location = new System.Drawing.Point(129, 253);
|
||
this.CpuTemp.Name = "CpuTemp";
|
||
this.CpuTemp.Size = new System.Drawing.Size(35, 14);
|
||
this.CpuTemp.TabIndex = 79;
|
||
this.CpuTemp.Text = "TEMP";
|
||
//
|
||
// sda
|
||
//
|
||
this.sda.AutoSize = true;
|
||
this.sda.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.sda.Location = new System.Drawing.Point(39, 251);
|
||
this.sda.Name = "sda";
|
||
this.sda.Size = new System.Drawing.Size(80, 16);
|
||
this.sda.TabIndex = 78;
|
||
this.sda.Text = "CPU温度:";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label9.Location = new System.Drawing.Point(64, 128);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(56, 16);
|
||
this.label9.TabIndex = 70;
|
||
this.label9.Text = "IPv4:";
|
||
//
|
||
// lblProcess
|
||
//
|
||
this.lblProcess.AutoSize = true;
|
||
this.lblProcess.Location = new System.Drawing.Point(101, 19);
|
||
this.lblProcess.Name = "lblProcess";
|
||
this.lblProcess.Size = new System.Drawing.Size(41, 12);
|
||
this.lblProcess.TabIndex = 80;
|
||
this.lblProcess.Text = "label3";
|
||
//
|
||
// timer_datacollection
|
||
//
|
||
this.timer_datacollection.Tick += new System.EventHandler(this.timer_datacollection_Tick);
|
||
//
|
||
// MyComputer
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.Control;
|
||
this.ClientSize = new System.Drawing.Size(1150, 472);
|
||
this.ControlBox = false;
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.lblProcess);
|
||
this.Controls.Add(this.CpuTemp);
|
||
this.Controls.Add(this.sda);
|
||
this.Controls.Add(this.lbl);
|
||
this.Controls.Add(this.zdbcjc);
|
||
this.Controls.Add(this.label9);
|
||
this.Controls.Add(this.lblCPU);
|
||
this.Controls.Add(this.lblSNC);
|
||
this.Controls.Add(this.lblTime);
|
||
this.Controls.Add(this.ZDBC);
|
||
this.Controls.Add(this.btnCheck);
|
||
this.Controls.Add(this.lblIPAdress4);
|
||
this.Controls.Add(this.lblZNC);
|
||
this.Controls.Add(this.label8);
|
||
this.Controls.Add(this.label5);
|
||
this.Controls.Add(this.lblHardDiskInfo);
|
||
this.Controls.Add(this.lblMACAdress);
|
||
this.Controls.Add(this.lblComPName);
|
||
this.Controls.Add(this.lblDan);
|
||
this.Controls.Add(this.btnSave);
|
||
this.Controls.Add(this.harddiskinfo);
|
||
this.Controls.Add(this.label6);
|
||
this.Controls.Add(this.label4);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.ForeColor = System.Drawing.SystemColors.Desktop;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "MyComputer";
|
||
this.ShowIcon = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "检测数据";
|
||
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_Main_FormClosing);
|
||
this.Load += new System.EventHandler(this.MyComputer_Load);
|
||
this.SizeChanged += new System.EventHandler(this.F_Main_SizeChanged);
|
||
this.contextMenuStrip1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.NotifyIcon notifyIcon2;
|
||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem 显示ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
||
private System.Windows.Forms.Label lblTime;
|
||
private System.Windows.Forms.Label ZDBC;
|
||
private System.Windows.Forms.Button btnCheck;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label lblHardDiskInfo;
|
||
private System.Windows.Forms.Label lblDan;
|
||
private System.Windows.Forms.Button btnSave;
|
||
private System.Windows.Forms.Timer TimerCPUNC;
|
||
private System.Windows.Forms.ListBox harddiskinfo;
|
||
private System.Windows.Forms.Label zdbcjc;
|
||
private System.Windows.Forms.Timer TimerSaveProcess;
|
||
private System.Windows.Forms.Timer TimeCommand;
|
||
private System.Windows.Forms.Label lbl;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label lblComPName;
|
||
private System.Windows.Forms.Label lblMACAdress;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label lblZNC;
|
||
private System.Windows.Forms.Label lblIPAdress4;
|
||
private System.Windows.Forms.Label lblSNC;
|
||
private System.Windows.Forms.Label lblCPU;
|
||
private System.Windows.Forms.Label CpuTemp;
|
||
private System.Windows.Forms.Label sda;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Timer TimeData;
|
||
private System.Windows.Forms.Label lblProcess;
|
||
private System.Windows.Forms.Timer Timeinfocheck;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Timer timer1;
|
||
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.Timer timer2;
|
||
private System.Windows.Forms.Timer timer_Search;
|
||
private System.Windows.Forms.Timer timer_datacollection;
|
||
}
|
||
}
|
||
|