namespace DeviceInformation { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tbSerialNum = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tbCPUVer = new System.Windows.Forms.TextBox(); this.tbOSVer = new System.Windows.Forms.TextBox(); this.tbSDKVer = new System.Windows.Forms.TextBox(); this.tbLan1MacAddr = new System.Windows.Forms.TextBox(); this.tbLan2MacAddr = new System.Windows.Forms.TextBox(); this.tbBackplaneID = new System.Windows.Forms.TextBox(); this.tbBattery1Lev = new System.Windows.Forms.TextBox(); this.tbBattery2Lev = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // tbSerialNum // this.tbSerialNum.Location = new System.Drawing.Point(214, 10); this.tbSerialNum.Name = "tbSerialNum"; this.tbSerialNum.Size = new System.Drawing.Size(167, 23); this.tbSerialNum.TabIndex = 0; // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(195, 20); this.label1.Text = "Serial Number "; // // label2 // this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label2.Location = new System.Drawing.Point(13, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(195, 20); this.label2.Text = "CPU Version "; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(13, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(195, 20); this.label3.Text = "OS Version "; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label4.Location = new System.Drawing.Point(13, 115); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(195, 20); this.label4.Text = "SDK Version "; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label5.Location = new System.Drawing.Point(13, 178); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(195, 20); this.label5.Text = "LAN 1 MAC Address "; // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label6.Location = new System.Drawing.Point(13, 212); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(195, 20); this.label6.Text = "LAN 2 MAC Address "; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label7.Location = new System.Drawing.Point(13, 246); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(195, 20); this.label7.Text = "Backplane ID "; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label8.Location = new System.Drawing.Point(13, 280); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(195, 20); this.label8.Text = "Battery 1\'s Level "; // // label9 // this.label9.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label9.Location = new System.Drawing.Point(13, 314); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(195, 20); this.label9.Text = "Battery 2\'s Level "; // // tbCPUVer // this.tbCPUVer.Location = new System.Drawing.Point(214, 44); this.tbCPUVer.Name = "tbCPUVer"; this.tbCPUVer.Size = new System.Drawing.Size(167, 23); this.tbCPUVer.TabIndex = 18; // // tbOSVer // this.tbOSVer.Location = new System.Drawing.Point(214, 78); this.tbOSVer.Name = "tbOSVer"; this.tbOSVer.Size = new System.Drawing.Size(167, 23); this.tbOSVer.TabIndex = 19; // // tbSDKVer // this.tbSDKVer.Location = new System.Drawing.Point(214, 112); this.tbSDKVer.Name = "tbSDKVer"; this.tbSDKVer.Size = new System.Drawing.Size(167, 23); this.tbSDKVer.TabIndex = 20; // // tbLan1MacAddr // this.tbLan1MacAddr.Location = new System.Drawing.Point(214, 175); this.tbLan1MacAddr.Name = "tbLan1MacAddr"; this.tbLan1MacAddr.Size = new System.Drawing.Size(167, 23); this.tbLan1MacAddr.TabIndex = 21; // // tbLan2MacAddr // this.tbLan2MacAddr.Location = new System.Drawing.Point(214, 209); this.tbLan2MacAddr.Name = "tbLan2MacAddr"; this.tbLan2MacAddr.Size = new System.Drawing.Size(167, 23); this.tbLan2MacAddr.TabIndex = 22; // // tbBackplaneID // this.tbBackplaneID.Location = new System.Drawing.Point(214, 243); this.tbBackplaneID.Name = "tbBackplaneID"; this.tbBackplaneID.Size = new System.Drawing.Size(167, 23); this.tbBackplaneID.TabIndex = 23; // // tbBattery1Lev // this.tbBattery1Lev.Location = new System.Drawing.Point(214, 277); this.tbBattery1Lev.Name = "tbBattery1Lev"; this.tbBattery1Lev.Size = new System.Drawing.Size(167, 23); this.tbBattery1Lev.TabIndex = 24; // // tbBattery2Lev // this.tbBattery2Lev.Location = new System.Drawing.Point(214, 311); this.tbBattery2Lev.Name = "tbBattery2Lev"; this.tbBattery2Lev.Size = new System.Drawing.Size(167, 23); this.tbBattery2Lev.TabIndex = 25; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(214, 143); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(167, 23); this.textBox1.TabIndex = 35; // // label10 // this.label10.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold); this.label10.Location = new System.Drawing.Point(13, 145); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(195, 20); this.label10.Text = "CPU Type"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(402, 356); this.Controls.Add(this.label10); this.Controls.Add(this.textBox1); this.Controls.Add(this.tbBattery2Lev); this.Controls.Add(this.tbBattery1Lev); this.Controls.Add(this.tbBackplaneID); this.Controls.Add(this.tbLan2MacAddr); this.Controls.Add(this.tbLan1MacAddr); this.Controls.Add(this.tbSDKVer); this.Controls.Add(this.tbOSVer); this.Controls.Add(this.tbCPUVer); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tbSerialNum); this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.Name = "Form1"; this.Text = "Device Information"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox tbSerialNum; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tbCPUVer; private System.Windows.Forms.TextBox tbOSVer; private System.Windows.Forms.TextBox tbSDKVer; private System.Windows.Forms.TextBox tbLan1MacAddr; private System.Windows.Forms.TextBox tbLan2MacAddr; private System.Windows.Forms.TextBox tbBackplaneID; private System.Windows.Forms.TextBox tbBattery1Lev; private System.Windows.Forms.TextBox tbBattery2Lev; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label10; } }