/// <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(mainAssets));
     this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.assetsDataSet1 = new WWassets.assetsDataSet1();
     this.assetsGB = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel5 = new System.Windows.Forms.Panel();
     this.assetsListBox = new System.Windows.Forms.ListBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.notificationlbl = new System.Windows.Forms.Label();
     this.personPCRB = new System.Windows.Forms.RadioButton();
     this.miscPCRB = new System.Windows.Forms.RadioButton();
     this.panel3 = new System.Windows.Forms.Panel();
     this.serialrb = new System.Windows.Forms.RadioButton();
     this.firstnameRB = new System.Windows.Forms.RadioButton();
     this.lastnameRB = new System.Windows.Forms.RadioButton();
     this.miscnamerb = new System.Windows.Forms.RadioButton();
     this.assetsearchtb = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.miscnamelbl = new System.Windows.Forms.Label();
     this.addAssetBTN = new System.Windows.Forms.Button();
     this.lNameTB = new System.Windows.Forms.TextBox();
     this.firstNameLbl = new System.Windows.Forms.Label();
     this.tagLbl = new System.Windows.Forms.Label();
     this.computerNameTB = new System.Windows.Forms.TextBox();
     this.costcentertb = new System.Windows.Forms.TextBox();
     this.productKeyTB = new System.Windows.Forms.TextBox();
     this.locationcb = new System.Windows.Forms.ComboBox();
     this.dateInServiceTB = new System.Windows.Forms.TextBox();
     this.departmentcb = new System.Windows.Forms.ComboBox();
     this.formfactorcb = new System.Windows.Forms.ComboBox();
     this.fNameTB = new System.Windows.Forms.TextBox();
     this.lNameLbl = new System.Windows.Forms.Label();
     this.pricetb = new System.Windows.Forms.TextBox();
     this.tagNumTB = new System.Windows.Forms.TextBox();
     this.makeLbl = new System.Windows.Forms.Label();
     this.modelLbl = new System.Windows.Forms.Label();
     this.serialLbl = new System.Windows.Forms.Label();
     this.formfactorlbl = new System.Windows.Forms.Label();
     this.makeTB = new System.Windows.Forms.TextBox();
     this.serialTB = new System.Windows.Forms.TextBox();
     this.modelTB = new System.Windows.Forms.TextBox();
     this.pricelbl = new System.Windows.Forms.Label();
     this.locationlbl = new System.Windows.Forms.Label();
     this.costcenterlbl = new System.Windows.Forms.Label();
     this.departmentlbl = new System.Windows.Forms.Label();
     this.dateInServiceLbl = new System.Windows.Forms.Label();
     this.productKeyLbl = new System.Windows.Forms.Label();
     this.computerNameLbl = new System.Windows.Forms.Label();
     this.userInfoTA = new WWassets.assetsDataSet1TableAdapters.userInfoTA();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listTableAdapter1 = new WWassets.assetsDataSetTableAdapters.listTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).BeginInit();
     this.assetsGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBindingSource
     //
     this.listBindingSource.DataMember = "list";
     this.listBindingSource.DataSource = this.assetsDataSet1;
     //
     // assetsDataSet1
     //
     this.assetsDataSet1.DataSetName = "assetsDataSet1";
     this.assetsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // assetsGB
     //
     this.assetsGB.Controls.Add(this.splitContainer1);
     this.assetsGB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsGB.Location = new System.Drawing.Point(0, 24);
     this.assetsGB.Name = "assetsGB";
     this.assetsGB.Size = new System.Drawing.Size(556, 606);
     this.assetsGB.TabIndex = 1;
     this.assetsGB.TabStop = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Left;
     this.splitContainer1.Location = new System.Drawing.Point(3, 16);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.panel5);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel4);
     this.splitContainer1.Panel2.Controls.Add(this.panel3);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size = new System.Drawing.Size(545, 587);
     this.splitContainer1.SplitterDistance = 181;
     this.splitContainer1.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.assetsListBox);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(181, 587);
     this.panel5.TabIndex = 0;
     //
     // assetsListBox
     //
     this.assetsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsListBox.FormattingEnabled = true;
     this.assetsListBox.Location = new System.Drawing.Point(0, 0);
     this.assetsListBox.Name = "assetsListBox";
     this.assetsListBox.Size = new System.Drawing.Size(181, 587);
     this.assetsListBox.TabIndex = 0;
     this.assetsListBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.assetsListBox_MouseClick);
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.notificationlbl);
     this.panel4.Controls.Add(this.personPCRB);
     this.panel4.Controls.Add(this.miscPCRB);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(181, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(179, 122);
     this.panel4.TabIndex = 2;
     //
     // notificationlbl
     //
     this.notificationlbl.AutoSize = true;
     this.notificationlbl.Location = new System.Drawing.Point(4, 9);
     this.notificationlbl.Name = "notificationlbl";
     this.notificationlbl.Size = new System.Drawing.Size(168, 26);
     this.notificationlbl.TabIndex = 2;
     this.notificationlbl.Text = "Please select one of the following \r\noptions.";
     //
     // personPCRB
     //
     this.personPCRB.AutoSize = true;
     this.personPCRB.Location = new System.Drawing.Point(14, 44);
     this.personPCRB.Name = "personPCRB";
     this.personPCRB.Size = new System.Drawing.Size(114, 17);
     this.personPCRB.TabIndex = 1;
     this.personPCRB.TabStop = true;
     this.personPCRB.Text = "Personal Computer";
     this.personPCRB.UseVisualStyleBackColor = true;
     //
     // miscPCRB
     //
     this.miscPCRB.AutoSize = true;
     this.miscPCRB.Location = new System.Drawing.Point(14, 67);
     this.miscPCRB.Name = "miscPCRB";
     this.miscPCRB.Size = new System.Drawing.Size(140, 17);
     this.miscPCRB.TabIndex = 0;
     this.miscPCRB.TabStop = true;
     this.miscPCRB.Text = "Miscellaneous Computer";
     this.miscPCRB.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.serialrb);
     this.panel3.Controls.Add(this.firstnameRB);
     this.panel3.Controls.Add(this.lastnameRB);
     this.panel3.Controls.Add(this.miscnamerb);
     this.panel3.Controls.Add(this.assetsearchtb);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(183, 122);
     this.panel3.TabIndex = 1;
     //
     // serialrb
     //
     this.serialrb.AutoSize = true;
     this.serialrb.Location = new System.Drawing.Point(40, 97);
     this.serialrb.Name = "serialrb";
     this.serialrb.Size = new System.Drawing.Size(91, 17);
     this.serialrb.TabIndex = 35;
     this.serialrb.TabStop = true;
     this.serialrb.Text = "Serial Number";
     this.serialrb.UseVisualStyleBackColor = true;
     //
     // firstnameRB
     //
     this.firstnameRB.AutoSize = true;
     this.firstnameRB.Location = new System.Drawing.Point(40, 28);
     this.firstnameRB.Name = "firstnameRB";
     this.firstnameRB.Size = new System.Drawing.Size(75, 17);
     this.firstnameRB.TabIndex = 34;
     this.firstnameRB.TabStop = true;
     this.firstnameRB.Text = "First Name";
     this.firstnameRB.UseVisualStyleBackColor = true;
     //
     // lastnameRB
     //
     this.lastnameRB.AutoSize = true;
     this.lastnameRB.Location = new System.Drawing.Point(40, 51);
     this.lastnameRB.Name = "lastnameRB";
     this.lastnameRB.Size = new System.Drawing.Size(76, 17);
     this.lastnameRB.TabIndex = 1;
     this.lastnameRB.TabStop = true;
     this.lastnameRB.Text = "Last Name";
     this.lastnameRB.UseVisualStyleBackColor = true;
     this.lastnameRB.CheckedChanged += new System.EventHandler(this.lastnameRB_CheckedChanged);
     //
     // miscnamerb
     //
     this.miscnamerb.AutoSize = true;
     this.miscnamerb.Location = new System.Drawing.Point(40, 74);
     this.miscnamerb.Name = "miscnamerb";
     this.miscnamerb.Size = new System.Drawing.Size(78, 17);
     this.miscnamerb.TabIndex = 32;
     this.miscnamerb.TabStop = true;
     this.miscnamerb.Text = "Misc Name";
     this.miscnamerb.UseVisualStyleBackColor = true;
     this.miscnamerb.CheckedChanged += new System.EventHandler(this.miscnamerb_CheckedChanged);
     //
     // assetsearchtb
     //
     this.assetsearchtb.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.assetsearchtb.Location = new System.Drawing.Point(3, 3);
     this.assetsearchtb.Name = "assetsearchtb";
     this.assetsearchtb.Size = new System.Drawing.Size(156, 20);
     this.assetsearchtb.TabIndex = 2;
     this.assetsearchtb.TextChanged += new System.EventHandler(this.assetsearchtb_TextChanged);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.miscnamelbl);
     this.panel2.Controls.Add(this.addAssetBTN);
     this.panel2.Controls.Add(this.lNameTB);
     this.panel2.Controls.Add(this.firstNameLbl);
     this.panel2.Controls.Add(this.tagLbl);
     this.panel2.Controls.Add(this.computerNameTB);
     this.panel2.Controls.Add(this.costcentertb);
     this.panel2.Controls.Add(this.productKeyTB);
     this.panel2.Controls.Add(this.locationcb);
     this.panel2.Controls.Add(this.dateInServiceTB);
     this.panel2.Controls.Add(this.departmentcb);
     this.panel2.Controls.Add(this.formfactorcb);
     this.panel2.Controls.Add(this.fNameTB);
     this.panel2.Controls.Add(this.lNameLbl);
     this.panel2.Controls.Add(this.pricetb);
     this.panel2.Controls.Add(this.tagNumTB);
     this.panel2.Controls.Add(this.makeLbl);
     this.panel2.Controls.Add(this.modelLbl);
     this.panel2.Controls.Add(this.serialLbl);
     this.panel2.Controls.Add(this.formfactorlbl);
     this.panel2.Controls.Add(this.makeTB);
     this.panel2.Controls.Add(this.serialTB);
     this.panel2.Controls.Add(this.modelTB);
     this.panel2.Controls.Add(this.pricelbl);
     this.panel2.Controls.Add(this.locationlbl);
     this.panel2.Controls.Add(this.costcenterlbl);
     this.panel2.Controls.Add(this.departmentlbl);
     this.panel2.Controls.Add(this.dateInServiceLbl);
     this.panel2.Controls.Add(this.productKeyLbl);
     this.panel2.Controls.Add(this.computerNameLbl);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 122);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(360, 465);
     this.panel2.TabIndex = 0;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(136, 94);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 27;
     //
     // miscnamelbl
     //
     this.miscnamelbl.AutoSize = true;
     this.miscnamelbl.Location = new System.Drawing.Point(67, 101);
     this.miscnamelbl.Name = "miscnamelbl";
     this.miscnamelbl.Size = new System.Drawing.Size(63, 13);
     this.miscnamelbl.TabIndex = 26;
     this.miscnamelbl.Text = "Misc Name:";
     //
     // addAssetBTN
     //
     this.addAssetBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addAssetBTN.Image = global::WWassets.Properties.Resources.add_asset_btn;
     this.addAssetBTN.Location = new System.Drawing.Point(137, 414);
     this.addAssetBTN.Name = "addAssetBTN";
     this.addAssetBTN.Size = new System.Drawing.Size(83, 28);
     this.addAssetBTN.TabIndex = 21;
     this.addAssetBTN.UseVisualStyleBackColor = true;
     this.addAssetBTN.Click += new System.EventHandler(this.addAssetBtn_Click);
     //
     // lNameTB
     //
     this.lNameTB.Location = new System.Drawing.Point(136, 68);
     this.lNameTB.Name = "lNameTB";
     this.lNameTB.Size = new System.Drawing.Size(100, 20);
     this.lNameTB.TabIndex = 11;
     //
     // firstNameLbl
     //
     this.firstNameLbl.AutoSize = true;
     this.firstNameLbl.Location = new System.Drawing.Point(70, 49);
     this.firstNameLbl.Name = "firstNameLbl";
     this.firstNameLbl.Size = new System.Drawing.Size(60, 13);
     this.firstNameLbl.TabIndex = 1;
     this.firstNameLbl.Text = "First Name:";
     //
     // tagLbl
     //
     this.tagLbl.AutoSize = true;
     this.tagLbl.Location = new System.Drawing.Point(91, 23);
     this.tagLbl.Name = "tagLbl";
     this.tagLbl.Size = new System.Drawing.Size(39, 13);
     this.tagLbl.TabIndex = 0;
     this.tagLbl.Text = "Tag #:";
     //
     // computerNameTB
     //
     this.computerNameTB.Enabled = false;
     this.computerNameTB.Location = new System.Drawing.Point(137, 386);
     this.computerNameTB.Name = "computerNameTB";
     this.computerNameTB.Size = new System.Drawing.Size(120, 20);
     this.computerNameTB.TabIndex = 17;
     //
     // costcentertb
     //
     this.costcentertb.Location = new System.Drawing.Point(137, 309);
     this.costcentertb.Name = "costcentertb";
     this.costcentertb.Size = new System.Drawing.Size(109, 20);
     this.costcentertb.TabIndex = 19;
     //
     // productKeyTB
     //
     this.productKeyTB.Location = new System.Drawing.Point(137, 361);
     this.productKeyTB.Name = "productKeyTB";
     this.productKeyTB.Size = new System.Drawing.Size(162, 20);
     this.productKeyTB.TabIndex = 20;
     this.productKeyTB.TextChanged += new System.EventHandler(this.productKeyTB_TextChanged);
     //
     // locationcb
     //
     this.locationcb.FormattingEnabled = true;
     this.locationcb.Items.AddRange(new object[] {
     "Bismarck Truck Center",
     "Dickinson",
     "Fargo Trailer",
     "Minot",
     "Northwest Truck and Trailer",
     "Wallwork Financial",
     "Wallwork Rent a Car",
     "Wallwork Truck Center",
     "Williston",
     "Valley Imports",
     "Valley Wireless"});
     this.locationcb.Location = new System.Drawing.Point(137, 254);
     this.locationcb.Name = "locationcb";
     this.locationcb.Size = new System.Drawing.Size(143, 21);
     this.locationcb.TabIndex = 17;
     //
     // dateInServiceTB
     //
     this.dateInServiceTB.Enabled = false;
     this.dateInServiceTB.Location = new System.Drawing.Point(137, 335);
     this.dateInServiceTB.Name = "dateInServiceTB";
     this.dateInServiceTB.Size = new System.Drawing.Size(120, 20);
     this.dateInServiceTB.TabIndex = 25;
     //
     // departmentcb
     //
     this.departmentcb.FormattingEnabled = true;
     this.departmentcb.Items.AddRange(new object[] {
     "Admin",
     "Financial",
     "Parts",
     "Sales",
     "Outside Sales",
     "Warranty"});
     this.departmentcb.Location = new System.Drawing.Point(137, 281);
     this.departmentcb.Name = "departmentcb";
     this.departmentcb.Size = new System.Drawing.Size(134, 21);
     this.departmentcb.TabIndex = 18;
     //
     // formfactorcb
     //
     this.formfactorcb.FormattingEnabled = true;
     this.formfactorcb.Location = new System.Drawing.Point(137, 200);
     this.formfactorcb.Name = "formfactorcb";
     this.formfactorcb.Size = new System.Drawing.Size(100, 21);
     this.formfactorcb.TabIndex = 15;
     //
     // fNameTB
     //
     this.fNameTB.Location = new System.Drawing.Point(136, 42);
     this.fNameTB.Name = "fNameTB";
     this.fNameTB.Size = new System.Drawing.Size(100, 20);
     this.fNameTB.TabIndex = 10;
     //
     // lNameLbl
     //
     this.lNameLbl.AutoSize = true;
     this.lNameLbl.Location = new System.Drawing.Point(70, 75);
     this.lNameLbl.Name = "lNameLbl";
     this.lNameLbl.Size = new System.Drawing.Size(61, 13);
     this.lNameLbl.TabIndex = 2;
     this.lNameLbl.Text = "Last Name:";
     //
     // pricetb
     //
     this.pricetb.Location = new System.Drawing.Point(137, 228);
     this.pricetb.Name = "pricetb";
     this.pricetb.Size = new System.Drawing.Size(100, 20);
     this.pricetb.TabIndex = 16;
     //
     // tagNumTB
     //
     this.tagNumTB.Enabled = false;
     this.tagNumTB.Location = new System.Drawing.Point(136, 16);
     this.tagNumTB.Name = "tagNumTB";
     this.tagNumTB.Size = new System.Drawing.Size(32, 20);
     this.tagNumTB.TabIndex = 9;
     //
     // makeLbl
     //
     this.makeLbl.AutoSize = true;
     this.makeLbl.Location = new System.Drawing.Point(94, 128);
     this.makeLbl.Name = "makeLbl";
     this.makeLbl.Size = new System.Drawing.Size(37, 13);
     this.makeLbl.TabIndex = 3;
     this.makeLbl.Text = "Make:";
     //
     // modelLbl
     //
     this.modelLbl.AutoSize = true;
     this.modelLbl.Location = new System.Drawing.Point(92, 154);
     this.modelLbl.Name = "modelLbl";
     this.modelLbl.Size = new System.Drawing.Size(39, 13);
     this.modelLbl.TabIndex = 4;
     this.modelLbl.Text = "Model:";
     //
     // serialLbl
     //
     this.serialLbl.AutoSize = true;
     this.serialLbl.Location = new System.Drawing.Point(85, 180);
     this.serialLbl.Name = "serialLbl";
     this.serialLbl.Size = new System.Drawing.Size(46, 13);
     this.serialLbl.TabIndex = 5;
     this.serialLbl.Text = "Serial #:";
     //
     // formfactorlbl
     //
     this.formfactorlbl.AutoSize = true;
     this.formfactorlbl.Location = new System.Drawing.Point(65, 208);
     this.formfactorlbl.Name = "formfactorlbl";
     this.formfactorlbl.Size = new System.Drawing.Size(66, 13);
     this.formfactorlbl.TabIndex = 19;
     this.formfactorlbl.Text = "Form Factor:";
     //
     // makeTB
     //
     this.makeTB.Location = new System.Drawing.Point(137, 121);
     this.makeTB.Name = "makeTB";
     this.makeTB.Size = new System.Drawing.Size(100, 20);
     this.makeTB.TabIndex = 12;
     //
     // serialTB
     //
     this.serialTB.Location = new System.Drawing.Point(137, 173);
     this.serialTB.Name = "serialTB";
     this.serialTB.Size = new System.Drawing.Size(100, 20);
     this.serialTB.TabIndex = 14;
     this.serialTB.TextChanged += new System.EventHandler(this.serialTB_TextChanged);
     //
     // modelTB
     //
     this.modelTB.Location = new System.Drawing.Point(137, 147);
     this.modelTB.Name = "modelTB";
     this.modelTB.Size = new System.Drawing.Size(100, 20);
     this.modelTB.TabIndex = 13;
     //
     // pricelbl
     //
     this.pricelbl.AutoSize = true;
     this.pricelbl.Location = new System.Drawing.Point(97, 235);
     this.pricelbl.Name = "pricelbl";
     this.pricelbl.Size = new System.Drawing.Size(34, 13);
     this.pricelbl.TabIndex = 19;
     this.pricelbl.Text = "Price:";
     //
     // locationlbl
     //
     this.locationlbl.AutoSize = true;
     this.locationlbl.Location = new System.Drawing.Point(80, 262);
     this.locationlbl.Name = "locationlbl";
     this.locationlbl.Size = new System.Drawing.Size(51, 13);
     this.locationlbl.TabIndex = 19;
     this.locationlbl.Text = "Location:";
     //
     // costcenterlbl
     //
     this.costcenterlbl.AutoSize = true;
     this.costcenterlbl.Location = new System.Drawing.Point(66, 316);
     this.costcenterlbl.Name = "costcenterlbl";
     this.costcenterlbl.Size = new System.Drawing.Size(65, 13);
     this.costcenterlbl.TabIndex = 19;
     this.costcenterlbl.Text = "Cost Center:";
     //
     // departmentlbl
     //
     this.departmentlbl.AutoSize = true;
     this.departmentlbl.Location = new System.Drawing.Point(67, 288);
     this.departmentlbl.Name = "departmentlbl";
     this.departmentlbl.Size = new System.Drawing.Size(65, 13);
     this.departmentlbl.TabIndex = 19;
     this.departmentlbl.Text = "Department:";
     //
     // dateInServiceLbl
     //
     this.dateInServiceLbl.AutoSize = true;
     this.dateInServiceLbl.Location = new System.Drawing.Point(47, 342);
     this.dateInServiceLbl.Name = "dateInServiceLbl";
     this.dateInServiceLbl.Size = new System.Drawing.Size(84, 13);
     this.dateInServiceLbl.TabIndex = 6;
     this.dateInServiceLbl.Text = "Date In Service:";
     //
     // productKeyLbl
     //
     this.productKeyLbl.AutoSize = true;
     this.productKeyLbl.Location = new System.Drawing.Point(63, 368);
     this.productKeyLbl.Name = "productKeyLbl";
     this.productKeyLbl.Size = new System.Drawing.Size(68, 13);
     this.productKeyLbl.TabIndex = 7;
     this.productKeyLbl.Text = "Product Key:";
     //
     // computerNameLbl
     //
     this.computerNameLbl.AutoSize = true;
     this.computerNameLbl.Location = new System.Drawing.Point(45, 393);
     this.computerNameLbl.Name = "computerNameLbl";
     this.computerNameLbl.Size = new System.Drawing.Size(86, 13);
     this.computerNameLbl.TabIndex = 8;
     this.computerNameLbl.Text = "Computer Name:";
     //
     // userInfoTA
     //
     this.userInfoTA.ClearBeforeFill = true;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(556, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.getHelpToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // getHelpToolStripMenuItem
     //
     this.getHelpToolStripMenuItem.Name = "getHelpToolStripMenuItem";
     this.getHelpToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.getHelpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // listTableAdapter1
     //
     this.listTableAdapter1.ClearBeforeFill = true;
     //
     // mainAssets
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::WWassets.Properties.Resources.tabbackground_copy;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(556, 630);
     this.Controls.Add(this.assetsGB);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "mainAssets";
     this.Text = "Wallwork Assets";
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).EndInit();
     this.assetsGB.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(mainAssets));
     this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.assetsDataSet1 = new WWassets.assetsDataSet1();
     this.assetsTabControl = new System.Windows.Forms.TabControl();
     this.addassetsTab = new System.Windows.Forms.TabPage();
     this.formfactorcb = new System.Windows.Forms.ComboBox();
     this.costcentertb = new System.Windows.Forms.TextBox();
     this.departmentcb = new System.Windows.Forms.ComboBox();
     this.locationcb = new System.Windows.Forms.ComboBox();
     this.pricetb = new System.Windows.Forms.TextBox();
     this.costcenterlbl = new System.Windows.Forms.Label();
     this.departmentlbl = new System.Windows.Forms.Label();
     this.locationlbl = new System.Windows.Forms.Label();
     this.pricelbl = new System.Windows.Forms.Label();
     this.formfactorlbl = new System.Windows.Forms.Label();
     this.addAssetBTN = new System.Windows.Forms.Button();
     this.computerNameTB = new System.Windows.Forms.TextBox();
     this.productKeyTB = new System.Windows.Forms.TextBox();
     this.dateInServiceTB = new System.Windows.Forms.TextBox();
     this.serialTB = new System.Windows.Forms.TextBox();
     this.modelTB = new System.Windows.Forms.TextBox();
     this.makeTB = new System.Windows.Forms.TextBox();
     this.lNameTB = new System.Windows.Forms.TextBox();
     this.fNameTB = new System.Windows.Forms.TextBox();
     this.tagNumTB = new System.Windows.Forms.TextBox();
     this.computerNameLbl = new System.Windows.Forms.Label();
     this.productKeyLbl = new System.Windows.Forms.Label();
     this.dateInServiceLbl = new System.Windows.Forms.Label();
     this.serialLbl = new System.Windows.Forms.Label();
     this.modelLbl = new System.Windows.Forms.Label();
     this.makeLbl = new System.Windows.Forms.Label();
     this.lNameLbl = new System.Windows.Forms.Label();
     this.firstNameLbl = new System.Windows.Forms.Label();
     this.tagLbl = new System.Windows.Forms.Label();
     this.editassetsTab = new System.Windows.Forms.TabPage();
     this.searchgrpbox = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.serialRB = new System.Windows.Forms.RadioButton();
     this.searchfnamelbl = new System.Windows.Forms.Label();
     this.assetsearchtb = new System.Windows.Forms.TextBox();
     this.searchlnamelbl = new System.Windows.Forms.Label();
     this.lastnameRB = new System.Windows.Forms.RadioButton();
     this.firstnameRB = new System.Windows.Forms.RadioButton();
     this.assetslistgrpbox = new System.Windows.Forms.GroupBox();
     this.assetsListBox = new System.Windows.Forms.ListBox();
     this.userEditGB = new System.Windows.Forms.GroupBox();
     this.editcostcentertb = new System.Windows.Forms.TextBox();
     this.editdepartmentcb = new System.Windows.Forms.ComboBox();
     this.editpricetb = new System.Windows.Forms.TextBox();
     this.editformfactortb = new System.Windows.Forms.TextBox();
     this.editlocationcb = new System.Windows.Forms.ComboBox();
     this.editcostcenterlbl = new System.Windows.Forms.Label();
     this.editdepartmentlbl = new System.Windows.Forms.Label();
     this.editlocationlbl = new System.Windows.Forms.Label();
     this.editpricelbl = new System.Windows.Forms.Label();
     this.editformfactorlbl = new System.Windows.Forms.Label();
     this.tagAltlbl = new System.Windows.Forms.Label();
     this.deleteCheckBox = new System.Windows.Forms.CheckBox();
     this.agreecheckbox = new System.Windows.Forms.CheckBox();
     this.saveBTN = new System.Windows.Forms.Button();
     this.editpcnamelbl = new System.Windows.Forms.Label();
     this.editkeylbl = new System.Windows.Forms.Label();
     this.deleteAsset = new System.Windows.Forms.Button();
     this.editdoslbl = new System.Windows.Forms.Label();
     this.editseriallbl = new System.Windows.Forms.Label();
     this.modeleditlbl = new System.Windows.Forms.Label();
     this.editmakelbl = new System.Windows.Forms.Label();
     this.editlnamelbl = new System.Windows.Forms.Label();
     this.editfnamelbl = new System.Windows.Forms.Label();
     this.pcNameAltTB = new System.Windows.Forms.TextBox();
     this.keyAltTB = new System.Windows.Forms.TextBox();
     this.dosAltTB = new System.Windows.Forms.TextBox();
     this.serialAltTB = new System.Windows.Forms.TextBox();
     this.modelAltTB = new System.Windows.Forms.TextBox();
     this.makeAltTB = new System.Windows.Forms.TextBox();
     this.lastNameTB = new System.Windows.Forms.TextBox();
     this.firstNameTB = new System.Windows.Forms.TextBox();
     this.virustab = new System.Windows.Forms.TabPage();
     this.assetsGB = new System.Windows.Forms.GroupBox();
     this.userInfoTA = new WWassets.assetsDataSet1TableAdapters.userInfoTA();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.getHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listTableAdapter1 = new WWassets.assetsDataSetTableAdapters.listTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).BeginInit();
     this.assetsTabControl.SuspendLayout();
     this.addassetsTab.SuspendLayout();
     this.editassetsTab.SuspendLayout();
     this.searchgrpbox.SuspendLayout();
     this.assetslistgrpbox.SuspendLayout();
     this.userEditGB.SuspendLayout();
     this.assetsGB.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBindingSource
     //
     this.listBindingSource.DataMember = "list";
     this.listBindingSource.DataSource = this.assetsDataSet1;
     //
     // assetsDataSet1
     //
     this.assetsDataSet1.DataSetName = "assetsDataSet1";
     this.assetsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // assetsTabControl
     //
     this.assetsTabControl.Controls.Add(this.addassetsTab);
     this.assetsTabControl.Controls.Add(this.editassetsTab);
     this.assetsTabControl.Controls.Add(this.virustab);
     this.assetsTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsTabControl.Location = new System.Drawing.Point(3, 16);
     this.assetsTabControl.Multiline = true;
     this.assetsTabControl.Name = "assetsTabControl";
     this.assetsTabControl.SelectedIndex = 0;
     this.assetsTabControl.Size = new System.Drawing.Size(545, 569);
     this.assetsTabControl.TabIndex = 0;
     this.assetsTabControl.SelectedIndexChanged += new System.EventHandler(this.assetsTabControl_TabIndexChanged);
     //
     // addassetsTab
     //
     this.addassetsTab.Controls.Add(this.formfactorcb);
     this.addassetsTab.Controls.Add(this.costcentertb);
     this.addassetsTab.Controls.Add(this.departmentcb);
     this.addassetsTab.Controls.Add(this.locationcb);
     this.addassetsTab.Controls.Add(this.pricetb);
     this.addassetsTab.Controls.Add(this.costcenterlbl);
     this.addassetsTab.Controls.Add(this.departmentlbl);
     this.addassetsTab.Controls.Add(this.locationlbl);
     this.addassetsTab.Controls.Add(this.pricelbl);
     this.addassetsTab.Controls.Add(this.formfactorlbl);
     this.addassetsTab.Controls.Add(this.addAssetBTN);
     this.addassetsTab.Controls.Add(this.computerNameTB);
     this.addassetsTab.Controls.Add(this.productKeyTB);
     this.addassetsTab.Controls.Add(this.dateInServiceTB);
     this.addassetsTab.Controls.Add(this.serialTB);
     this.addassetsTab.Controls.Add(this.modelTB);
     this.addassetsTab.Controls.Add(this.makeTB);
     this.addassetsTab.Controls.Add(this.lNameTB);
     this.addassetsTab.Controls.Add(this.fNameTB);
     this.addassetsTab.Controls.Add(this.tagNumTB);
     this.addassetsTab.Controls.Add(this.computerNameLbl);
     this.addassetsTab.Controls.Add(this.productKeyLbl);
     this.addassetsTab.Controls.Add(this.dateInServiceLbl);
     this.addassetsTab.Controls.Add(this.serialLbl);
     this.addassetsTab.Controls.Add(this.modelLbl);
     this.addassetsTab.Controls.Add(this.makeLbl);
     this.addassetsTab.Controls.Add(this.lNameLbl);
     this.addassetsTab.Controls.Add(this.firstNameLbl);
     this.addassetsTab.Controls.Add(this.tagLbl);
     this.addassetsTab.Location = new System.Drawing.Point(4, 22);
     this.addassetsTab.Name = "addassetsTab";
     this.addassetsTab.Padding = new System.Windows.Forms.Padding(3);
     this.addassetsTab.Size = new System.Drawing.Size(558, 543);
     this.addassetsTab.TabIndex = 0;
     this.addassetsTab.Text = "Add Asset";
     this.addassetsTab.UseVisualStyleBackColor = true;
     //
     // formfactorcb
     //
     this.formfactorcb.FormattingEnabled = true;
     this.formfactorcb.Location = new System.Drawing.Point(73, 161);
     this.formfactorcb.Name = "formfactorcb";
     this.formfactorcb.Size = new System.Drawing.Size(100, 21);
     this.formfactorcb.TabIndex = 15;
     //
     // costcentertb
     //
     this.costcentertb.Location = new System.Drawing.Point(73, 240);
     this.costcentertb.Name = "costcentertb";
     this.costcentertb.Size = new System.Drawing.Size(109, 20);
     this.costcentertb.TabIndex = 19;
     //
     // departmentcb
     //
     this.departmentcb.FormattingEnabled = true;
     this.departmentcb.Items.AddRange(new object[] {
     "Admin",
     "Financial",
     "Parts",
     "Sales",
     "Outside Sales",
     "Warranty"});
     this.departmentcb.Location = new System.Drawing.Point(293, 212);
     this.departmentcb.Name = "departmentcb";
     this.departmentcb.Size = new System.Drawing.Size(139, 21);
     this.departmentcb.TabIndex = 18;
     //
     // locationcb
     //
     this.locationcb.FormattingEnabled = true;
     this.locationcb.Items.AddRange(new object[] {
     "Bismarck Truck Center",
     "Dickinson",
     "Fargo Trailer",
     "Minot",
     "Northwest Truck and Trailer",
     "Wallwork Financial",
     "Wallwork Rent a Car",
     "Wallwork Truck Center",
     "Williston",
     "Valley Imports",
     "Valley Wireless"});
     this.locationcb.Location = new System.Drawing.Point(73, 214);
     this.locationcb.Name = "locationcb";
     this.locationcb.Size = new System.Drawing.Size(143, 21);
     this.locationcb.TabIndex = 17;
     //
     // pricetb
     //
     this.pricetb.Location = new System.Drawing.Point(73, 188);
     this.pricetb.Name = "pricetb";
     this.pricetb.Size = new System.Drawing.Size(100, 20);
     this.pricetb.TabIndex = 16;
     //
     // costcenterlbl
     //
     this.costcenterlbl.AutoSize = true;
     this.costcenterlbl.Location = new System.Drawing.Point(6, 247);
     this.costcenterlbl.Name = "costcenterlbl";
     this.costcenterlbl.Size = new System.Drawing.Size(65, 13);
     this.costcenterlbl.TabIndex = 19;
     this.costcenterlbl.Text = "Cost Center:";
     //
     // departmentlbl
     //
     this.departmentlbl.AutoSize = true;
     this.departmentlbl.Location = new System.Drawing.Point(222, 220);
     this.departmentlbl.Name = "departmentlbl";
     this.departmentlbl.Size = new System.Drawing.Size(65, 13);
     this.departmentlbl.TabIndex = 19;
     this.departmentlbl.Text = "Department:";
     //
     // locationlbl
     //
     this.locationlbl.AutoSize = true;
     this.locationlbl.Location = new System.Drawing.Point(6, 220);
     this.locationlbl.Name = "locationlbl";
     this.locationlbl.Size = new System.Drawing.Size(51, 13);
     this.locationlbl.TabIndex = 19;
     this.locationlbl.Text = "Location:";
     //
     // pricelbl
     //
     this.pricelbl.AutoSize = true;
     this.pricelbl.Location = new System.Drawing.Point(6, 194);
     this.pricelbl.Name = "pricelbl";
     this.pricelbl.Size = new System.Drawing.Size(34, 13);
     this.pricelbl.TabIndex = 19;
     this.pricelbl.Text = "Price:";
     //
     // formfactorlbl
     //
     this.formfactorlbl.AutoSize = true;
     this.formfactorlbl.Location = new System.Drawing.Point(6, 169);
     this.formfactorlbl.Name = "formfactorlbl";
     this.formfactorlbl.Size = new System.Drawing.Size(66, 13);
     this.formfactorlbl.TabIndex = 19;
     this.formfactorlbl.Text = "Form Factor:";
     //
     // addAssetBTN
     //
     this.addAssetBTN.Location = new System.Drawing.Point(61, 350);
     this.addAssetBTN.Name = "addAssetBTN";
     this.addAssetBTN.Size = new System.Drawing.Size(75, 23);
     this.addAssetBTN.TabIndex = 21;
     this.addAssetBTN.Text = "Add Asset";
     this.addAssetBTN.UseVisualStyleBackColor = true;
     this.addAssetBTN.Click += new System.EventHandler(this.addAssetBtn_Click);
     //
     // computerNameTB
     //
     this.computerNameTB.Enabled = false;
     this.computerNameTB.Location = new System.Drawing.Point(96, 320);
     this.computerNameTB.Name = "computerNameTB";
     this.computerNameTB.Size = new System.Drawing.Size(120, 20);
     this.computerNameTB.TabIndex = 17;
     //
     // productKeyTB
     //
     this.productKeyTB.Location = new System.Drawing.Point(73, 293);
     this.productKeyTB.Name = "productKeyTB";
     this.productKeyTB.Size = new System.Drawing.Size(162, 20);
     this.productKeyTB.TabIndex = 20;
     this.productKeyTB.TextChanged += new System.EventHandler(this.productKeyTB_TextChanged);
     //
     // dateInServiceTB
     //
     this.dateInServiceTB.Enabled = false;
     this.dateInServiceTB.Location = new System.Drawing.Point(96, 267);
     this.dateInServiceTB.Name = "dateInServiceTB";
     this.dateInServiceTB.Size = new System.Drawing.Size(120, 20);
     this.dateInServiceTB.TabIndex = 25;
     //
     // serialTB
     //
     this.serialTB.Location = new System.Drawing.Point(73, 136);
     this.serialTB.Name = "serialTB";
     this.serialTB.Size = new System.Drawing.Size(100, 20);
     this.serialTB.TabIndex = 14;
     this.serialTB.TextChanged += new System.EventHandler(this.serialTB_TextChanged);
     //
     // modelTB
     //
     this.modelTB.Location = new System.Drawing.Point(73, 110);
     this.modelTB.Name = "modelTB";
     this.modelTB.Size = new System.Drawing.Size(100, 20);
     this.modelTB.TabIndex = 13;
     //
     // makeTB
     //
     this.makeTB.Location = new System.Drawing.Point(73, 84);
     this.makeTB.Name = "makeTB";
     this.makeTB.Size = new System.Drawing.Size(100, 20);
     this.makeTB.TabIndex = 12;
     //
     // lNameTB
     //
     this.lNameTB.Location = new System.Drawing.Point(73, 58);
     this.lNameTB.Name = "lNameTB";
     this.lNameTB.Size = new System.Drawing.Size(100, 20);
     this.lNameTB.TabIndex = 11;
     //
     // fNameTB
     //
     this.fNameTB.Location = new System.Drawing.Point(73, 36);
     this.fNameTB.Name = "fNameTB";
     this.fNameTB.Size = new System.Drawing.Size(100, 20);
     this.fNameTB.TabIndex = 10;
     //
     // tagNumTB
     //
     this.tagNumTB.Enabled = false;
     this.tagNumTB.Location = new System.Drawing.Point(73, 6);
     this.tagNumTB.Name = "tagNumTB";
     this.tagNumTB.Size = new System.Drawing.Size(32, 20);
     this.tagNumTB.TabIndex = 9;
     //
     // computerNameLbl
     //
     this.computerNameLbl.AutoSize = true;
     this.computerNameLbl.Location = new System.Drawing.Point(5, 327);
     this.computerNameLbl.Name = "computerNameLbl";
     this.computerNameLbl.Size = new System.Drawing.Size(86, 13);
     this.computerNameLbl.TabIndex = 8;
     this.computerNameLbl.Text = "Computer Name:";
     //
     // productKeyLbl
     //
     this.productKeyLbl.AutoSize = true;
     this.productKeyLbl.Location = new System.Drawing.Point(6, 300);
     this.productKeyLbl.Name = "productKeyLbl";
     this.productKeyLbl.Size = new System.Drawing.Size(68, 13);
     this.productKeyLbl.TabIndex = 7;
     this.productKeyLbl.Text = "Product Key:";
     //
     // dateInServiceLbl
     //
     this.dateInServiceLbl.AutoSize = true;
     this.dateInServiceLbl.Location = new System.Drawing.Point(6, 274);
     this.dateInServiceLbl.Name = "dateInServiceLbl";
     this.dateInServiceLbl.Size = new System.Drawing.Size(84, 13);
     this.dateInServiceLbl.TabIndex = 6;
     this.dateInServiceLbl.Text = "Date In Service:";
     //
     // serialLbl
     //
     this.serialLbl.AutoSize = true;
     this.serialLbl.Location = new System.Drawing.Point(6, 143);
     this.serialLbl.Name = "serialLbl";
     this.serialLbl.Size = new System.Drawing.Size(46, 13);
     this.serialLbl.TabIndex = 5;
     this.serialLbl.Text = "Serial #:";
     //
     // modelLbl
     //
     this.modelLbl.AutoSize = true;
     this.modelLbl.Location = new System.Drawing.Point(6, 117);
     this.modelLbl.Name = "modelLbl";
     this.modelLbl.Size = new System.Drawing.Size(39, 13);
     this.modelLbl.TabIndex = 4;
     this.modelLbl.Text = "Model:";
     //
     // makeLbl
     //
     this.makeLbl.AutoSize = true;
     this.makeLbl.Location = new System.Drawing.Point(6, 91);
     this.makeLbl.Name = "makeLbl";
     this.makeLbl.Size = new System.Drawing.Size(37, 13);
     this.makeLbl.TabIndex = 3;
     this.makeLbl.Text = "Make:";
     //
     // lNameLbl
     //
     this.lNameLbl.AutoSize = true;
     this.lNameLbl.Location = new System.Drawing.Point(5, 65);
     this.lNameLbl.Name = "lNameLbl";
     this.lNameLbl.Size = new System.Drawing.Size(61, 13);
     this.lNameLbl.TabIndex = 2;
     this.lNameLbl.Text = "Last Name:";
     //
     // firstNameLbl
     //
     this.firstNameLbl.AutoSize = true;
     this.firstNameLbl.Location = new System.Drawing.Point(6, 39);
     this.firstNameLbl.Name = "firstNameLbl";
     this.firstNameLbl.Size = new System.Drawing.Size(60, 13);
     this.firstNameLbl.TabIndex = 1;
     this.firstNameLbl.Text = "First Name:";
     //
     // tagLbl
     //
     this.tagLbl.AutoSize = true;
     this.tagLbl.Location = new System.Drawing.Point(6, 13);
     this.tagLbl.Name = "tagLbl";
     this.tagLbl.Size = new System.Drawing.Size(39, 13);
     this.tagLbl.TabIndex = 0;
     this.tagLbl.Text = "Tag #:";
     //
     // editassetsTab
     //
     this.editassetsTab.AutoScroll = true;
     this.editassetsTab.Controls.Add(this.searchgrpbox);
     this.editassetsTab.Controls.Add(this.assetslistgrpbox);
     this.editassetsTab.Controls.Add(this.userEditGB);
     this.editassetsTab.Location = new System.Drawing.Point(4, 22);
     this.editassetsTab.Name = "editassetsTab";
     this.editassetsTab.Padding = new System.Windows.Forms.Padding(3);
     this.editassetsTab.Size = new System.Drawing.Size(537, 543);
     this.editassetsTab.TabIndex = 1;
     this.editassetsTab.Text = "View Assets";
     this.editassetsTab.UseVisualStyleBackColor = true;
     //
     // searchgrpbox
     //
     this.searchgrpbox.Controls.Add(this.label1);
     this.searchgrpbox.Controls.Add(this.serialRB);
     this.searchgrpbox.Controls.Add(this.searchfnamelbl);
     this.searchgrpbox.Controls.Add(this.assetsearchtb);
     this.searchgrpbox.Controls.Add(this.searchlnamelbl);
     this.searchgrpbox.Controls.Add(this.lastnameRB);
     this.searchgrpbox.Controls.Add(this.firstnameRB);
     this.searchgrpbox.Location = new System.Drawing.Point(203, 438);
     this.searchgrpbox.Name = "searchgrpbox";
     this.searchgrpbox.Size = new System.Drawing.Size(325, 102);
     this.searchgrpbox.TabIndex = 9;
     this.searchgrpbox.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 46);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 31;
     this.label1.Text = "Serial #";
     //
     // serialRB
     //
     this.serialRB.AutoSize = true;
     this.serialRB.Location = new System.Drawing.Point(71, 46);
     this.serialRB.Name = "serialRB";
     this.serialRB.Size = new System.Drawing.Size(14, 13);
     this.serialRB.TabIndex = 30;
     this.serialRB.TabStop = true;
     this.serialRB.UseVisualStyleBackColor = true;
     this.serialRB.CheckedChanged += new System.EventHandler(this.serialRB_CheckedChanged);
     //
     // searchfnamelbl
     //
     this.searchfnamelbl.AutoSize = true;
     this.searchfnamelbl.Location = new System.Drawing.Point(12, 15);
     this.searchfnamelbl.Name = "searchfnamelbl";
     this.searchfnamelbl.Size = new System.Drawing.Size(57, 13);
     this.searchfnamelbl.TabIndex = 28;
     this.searchfnamelbl.Text = "First Name";
     //
     // assetsearchtb
     //
     this.assetsearchtb.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.assetsearchtb.Location = new System.Drawing.Point(13, 62);
     this.assetsearchtb.Name = "assetsearchtb";
     this.assetsearchtb.Size = new System.Drawing.Size(246, 20);
     this.assetsearchtb.TabIndex = 2;
     this.assetsearchtb.TextChanged += new System.EventHandler(this.searchAssetsListTB_TextChanged);
     //
     // searchlnamelbl
     //
     this.searchlnamelbl.AutoSize = true;
     this.searchlnamelbl.Location = new System.Drawing.Point(12, 30);
     this.searchlnamelbl.Name = "searchlnamelbl";
     this.searchlnamelbl.Size = new System.Drawing.Size(58, 13);
     this.searchlnamelbl.TabIndex = 29;
     this.searchlnamelbl.Text = "Last Name";
     //
     // lastnameRB
     //
     this.lastnameRB.AutoSize = true;
     this.lastnameRB.Location = new System.Drawing.Point(71, 30);
     this.lastnameRB.Name = "lastnameRB";
     this.lastnameRB.Size = new System.Drawing.Size(14, 13);
     this.lastnameRB.TabIndex = 1;
     this.lastnameRB.TabStop = true;
     this.lastnameRB.UseVisualStyleBackColor = true;
     this.lastnameRB.CheckedChanged += new System.EventHandler(this.lastnameRB_CheckedChanged);
     //
     // firstnameRB
     //
     this.firstnameRB.AutoSize = true;
     this.firstnameRB.Location = new System.Drawing.Point(71, 15);
     this.firstnameRB.Name = "firstnameRB";
     this.firstnameRB.Size = new System.Drawing.Size(14, 13);
     this.firstnameRB.TabIndex = 0;
     this.firstnameRB.TabStop = true;
     this.firstnameRB.UseVisualStyleBackColor = true;
     this.firstnameRB.CheckedChanged += new System.EventHandler(this.firstnameRB_CheckedChanged);
     //
     // assetslistgrpbox
     //
     this.assetslistgrpbox.Controls.Add(this.assetsListBox);
     this.assetslistgrpbox.Dock = System.Windows.Forms.DockStyle.Left;
     this.assetslistgrpbox.Location = new System.Drawing.Point(3, 3);
     this.assetslistgrpbox.Margin = new System.Windows.Forms.Padding(0);
     this.assetslistgrpbox.Name = "assetslistgrpbox";
     this.assetslistgrpbox.Padding = new System.Windows.Forms.Padding(0);
     this.assetslistgrpbox.Size = new System.Drawing.Size(197, 537);
     this.assetslistgrpbox.TabIndex = 8;
     this.assetslistgrpbox.TabStop = false;
     //
     // assetsListBox
     //
     this.assetsListBox.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.assetsListBox.FormattingEnabled = true;
     this.assetsListBox.Location = new System.Drawing.Point(3, 16);
     this.assetsListBox.Name = "assetsListBox";
     this.assetsListBox.Size = new System.Drawing.Size(188, 498);
     this.assetsListBox.TabIndex = 0;
     this.assetsListBox.SelectedIndexChanged += new System.EventHandler(this.assetsListBox_SelectedIndexChanged);
     //
     // userEditGB
     //
     this.userEditGB.Controls.Add(this.editcostcentertb);
     this.userEditGB.Controls.Add(this.editdepartmentcb);
     this.userEditGB.Controls.Add(this.editpricetb);
     this.userEditGB.Controls.Add(this.editformfactortb);
     this.userEditGB.Controls.Add(this.editlocationcb);
     this.userEditGB.Controls.Add(this.editcostcenterlbl);
     this.userEditGB.Controls.Add(this.editdepartmentlbl);
     this.userEditGB.Controls.Add(this.editlocationlbl);
     this.userEditGB.Controls.Add(this.editpricelbl);
     this.userEditGB.Controls.Add(this.editformfactorlbl);
     this.userEditGB.Controls.Add(this.tagAltlbl);
     this.userEditGB.Controls.Add(this.deleteCheckBox);
     this.userEditGB.Controls.Add(this.agreecheckbox);
     this.userEditGB.Controls.Add(this.saveBTN);
     this.userEditGB.Controls.Add(this.editpcnamelbl);
     this.userEditGB.Controls.Add(this.editkeylbl);
     this.userEditGB.Controls.Add(this.deleteAsset);
     this.userEditGB.Controls.Add(this.editdoslbl);
     this.userEditGB.Controls.Add(this.editseriallbl);
     this.userEditGB.Controls.Add(this.modeleditlbl);
     this.userEditGB.Controls.Add(this.editmakelbl);
     this.userEditGB.Controls.Add(this.editlnamelbl);
     this.userEditGB.Controls.Add(this.editfnamelbl);
     this.userEditGB.Controls.Add(this.pcNameAltTB);
     this.userEditGB.Controls.Add(this.keyAltTB);
     this.userEditGB.Controls.Add(this.dosAltTB);
     this.userEditGB.Controls.Add(this.serialAltTB);
     this.userEditGB.Controls.Add(this.modelAltTB);
     this.userEditGB.Controls.Add(this.makeAltTB);
     this.userEditGB.Controls.Add(this.lastNameTB);
     this.userEditGB.Controls.Add(this.firstNameTB);
     this.userEditGB.Location = new System.Drawing.Point(203, 6);
     this.userEditGB.Name = "userEditGB";
     this.userEditGB.Size = new System.Drawing.Size(325, 434);
     this.userEditGB.TabIndex = 5;
     this.userEditGB.TabStop = false;
     //
     // editcostcentertb
     //
     this.editcostcentertb.Location = new System.Drawing.Point(83, 338);
     this.editcostcentertb.Name = "editcostcentertb";
     this.editcostcentertb.Size = new System.Drawing.Size(100, 20);
     this.editcostcentertb.TabIndex = 34;
     //
     // editdepartmentcb
     //
     this.editdepartmentcb.FormattingEnabled = true;
     this.editdepartmentcb.Items.AddRange(new object[] {
     "Admin",
     "Financial",
     "Parts",
     "Sales",
     "Outside Sales",
     "Warranty"});
     this.editdepartmentcb.Location = new System.Drawing.Point(83, 311);
     this.editdepartmentcb.Name = "editdepartmentcb";
     this.editdepartmentcb.Size = new System.Drawing.Size(150, 21);
     this.editdepartmentcb.TabIndex = 32;
     //
     // editpricetb
     //
     this.editpricetb.Location = new System.Drawing.Point(83, 260);
     this.editpricetb.Name = "editpricetb";
     this.editpricetb.Size = new System.Drawing.Size(100, 20);
     this.editpricetb.TabIndex = 33;
     //
     // editformfactortb
     //
     this.editformfactortb.Location = new System.Drawing.Point(83, 235);
     this.editformfactortb.Name = "editformfactortb";
     this.editformfactortb.Size = new System.Drawing.Size(100, 20);
     this.editformfactortb.TabIndex = 32;
     //
     // editlocationcb
     //
     this.editlocationcb.FormattingEnabled = true;
     this.editlocationcb.Items.AddRange(new object[] {
     "Bismarck Truck Center",
     "Dickinson",
     "Fargo Trailer",
     "Minot",
     "Northwest Truck and Trailer",
     "Wallwork Financial",
     "Wallwork Rent a Car",
     "Wallwork Truck Center",
     "Williston",
     "Valley Imports",
     "Valley Wireless"});
     this.editlocationcb.Location = new System.Drawing.Point(83, 284);
     this.editlocationcb.Name = "editlocationcb";
     this.editlocationcb.Size = new System.Drawing.Size(150, 21);
     this.editlocationcb.TabIndex = 31;
     //
     // editcostcenterlbl
     //
     this.editcostcenterlbl.AutoSize = true;
     this.editcostcenterlbl.Location = new System.Drawing.Point(16, 346);
     this.editcostcenterlbl.Name = "editcostcenterlbl";
     this.editcostcenterlbl.Size = new System.Drawing.Size(65, 13);
     this.editcostcenterlbl.TabIndex = 30;
     this.editcostcenterlbl.Text = "Cost Center:";
     //
     // editdepartmentlbl
     //
     this.editdepartmentlbl.AutoSize = true;
     this.editdepartmentlbl.Location = new System.Drawing.Point(16, 319);
     this.editdepartmentlbl.Name = "editdepartmentlbl";
     this.editdepartmentlbl.Size = new System.Drawing.Size(65, 13);
     this.editdepartmentlbl.TabIndex = 30;
     this.editdepartmentlbl.Text = "Department:";
     //
     // editlocationlbl
     //
     this.editlocationlbl.AutoSize = true;
     this.editlocationlbl.Location = new System.Drawing.Point(17, 292);
     this.editlocationlbl.Name = "editlocationlbl";
     this.editlocationlbl.Size = new System.Drawing.Size(51, 13);
     this.editlocationlbl.TabIndex = 30;
     this.editlocationlbl.Text = "Location:";
     //
     // editpricelbl
     //
     this.editpricelbl.AutoSize = true;
     this.editpricelbl.Location = new System.Drawing.Point(17, 268);
     this.editpricelbl.Name = "editpricelbl";
     this.editpricelbl.Size = new System.Drawing.Size(34, 13);
     this.editpricelbl.TabIndex = 30;
     this.editpricelbl.Text = "Price:";
     //
     // editformfactorlbl
     //
     this.editformfactorlbl.AutoSize = true;
     this.editformfactorlbl.Location = new System.Drawing.Point(16, 242);
     this.editformfactorlbl.Name = "editformfactorlbl";
     this.editformfactorlbl.Size = new System.Drawing.Size(66, 13);
     this.editformfactorlbl.TabIndex = 30;
     this.editformfactorlbl.Text = "Form Factor:";
     //
     // tagAltlbl
     //
     this.tagAltlbl.AutoSize = true;
     this.tagAltlbl.Enabled = false;
     this.tagAltlbl.Location = new System.Drawing.Point(190, 19);
     this.tagAltlbl.Name = "tagAltlbl";
     this.tagAltlbl.Size = new System.Drawing.Size(0, 13);
     this.tagAltlbl.TabIndex = 29;
     this.tagAltlbl.Visible = false;
     //
     // deleteCheckBox
     //
     this.deleteCheckBox.AutoSize = true;
     this.deleteCheckBox.Location = new System.Drawing.Point(192, 410);
     this.deleteCheckBox.Name = "deleteCheckBox";
     this.deleteCheckBox.Size = new System.Drawing.Size(95, 17);
     this.deleteCheckBox.TabIndex = 28;
     this.deleteCheckBox.Text = "Confirm Delete";
     this.deleteCheckBox.UseVisualStyleBackColor = true;
     //
     // agreecheckbox
     //
     this.agreecheckbox.AutoSize = true;
     this.agreecheckbox.Location = new System.Drawing.Point(54, 409);
     this.agreecheckbox.Name = "agreecheckbox";
     this.agreecheckbox.Size = new System.Drawing.Size(96, 17);
     this.agreecheckbox.TabIndex = 10;
     this.agreecheckbox.Text = "Save Changes";
     this.agreecheckbox.UseVisualStyleBackColor = true;
     //
     // saveBTN
     //
     this.saveBTN.Location = new System.Drawing.Point(54, 381);
     this.saveBTN.Name = "saveBTN";
     this.saveBTN.Size = new System.Drawing.Size(93, 23);
     this.saveBTN.TabIndex = 8;
     this.saveBTN.Text = "Save Changes";
     this.saveBTN.UseVisualStyleBackColor = true;
     this.saveBTN.Click += new System.EventHandler(this.saveBTN_Click);
     //
     // editpcnamelbl
     //
     this.editpcnamelbl.AutoSize = true;
     this.editpcnamelbl.Location = new System.Drawing.Point(16, 211);
     this.editpcnamelbl.Name = "editpcnamelbl";
     this.editpcnamelbl.Size = new System.Drawing.Size(86, 13);
     this.editpcnamelbl.TabIndex = 27;
     this.editpcnamelbl.Text = "Computer Name:";
     //
     // editkeylbl
     //
     this.editkeylbl.AutoSize = true;
     this.editkeylbl.Location = new System.Drawing.Point(17, 182);
     this.editkeylbl.Name = "editkeylbl";
     this.editkeylbl.Size = new System.Drawing.Size(68, 13);
     this.editkeylbl.TabIndex = 26;
     this.editkeylbl.Text = "Product Key:";
     //
     // deleteAsset
     //
     this.deleteAsset.Location = new System.Drawing.Point(192, 380);
     this.deleteAsset.Name = "deleteAsset";
     this.deleteAsset.Size = new System.Drawing.Size(91, 23);
     this.deleteAsset.TabIndex = 9;
     this.deleteAsset.Text = "Delete Asset";
     this.deleteAsset.UseVisualStyleBackColor = true;
     this.deleteAsset.Click += new System.EventHandler(this.deleteAsset_Click);
     //
     // editdoslbl
     //
     this.editdoslbl.AutoSize = true;
     this.editdoslbl.Location = new System.Drawing.Point(17, 156);
     this.editdoslbl.Name = "editdoslbl";
     this.editdoslbl.Size = new System.Drawing.Size(84, 13);
     this.editdoslbl.TabIndex = 25;
     this.editdoslbl.Text = "Date In Service:";
     //
     // editseriallbl
     //
     this.editseriallbl.AutoSize = true;
     this.editseriallbl.Location = new System.Drawing.Point(17, 130);
     this.editseriallbl.Name = "editseriallbl";
     this.editseriallbl.Size = new System.Drawing.Size(46, 13);
     this.editseriallbl.TabIndex = 24;
     this.editseriallbl.Text = "Serial #:";
     //
     // modeleditlbl
     //
     this.modeleditlbl.AutoSize = true;
     this.modeleditlbl.Location = new System.Drawing.Point(17, 104);
     this.modeleditlbl.Name = "modeleditlbl";
     this.modeleditlbl.Size = new System.Drawing.Size(39, 13);
     this.modeleditlbl.TabIndex = 23;
     this.modeleditlbl.Text = "Model:";
     //
     // editmakelbl
     //
     this.editmakelbl.AutoSize = true;
     this.editmakelbl.Location = new System.Drawing.Point(17, 78);
     this.editmakelbl.Name = "editmakelbl";
     this.editmakelbl.Size = new System.Drawing.Size(37, 13);
     this.editmakelbl.TabIndex = 22;
     this.editmakelbl.Text = "Make:";
     //
     // editlnamelbl
     //
     this.editlnamelbl.AutoSize = true;
     this.editlnamelbl.Location = new System.Drawing.Point(16, 52);
     this.editlnamelbl.Name = "editlnamelbl";
     this.editlnamelbl.Size = new System.Drawing.Size(61, 13);
     this.editlnamelbl.TabIndex = 21;
     this.editlnamelbl.Text = "Last Name:";
     //
     // editfnamelbl
     //
     this.editfnamelbl.AutoSize = true;
     this.editfnamelbl.Location = new System.Drawing.Point(17, 26);
     this.editfnamelbl.Name = "editfnamelbl";
     this.editfnamelbl.Size = new System.Drawing.Size(60, 13);
     this.editfnamelbl.TabIndex = 20;
     this.editfnamelbl.Text = "First Name:";
     //
     // pcNameAltTB
     //
     this.pcNameAltTB.Location = new System.Drawing.Point(108, 204);
     this.pcNameAltTB.Name = "pcNameAltTB";
     this.pcNameAltTB.Size = new System.Drawing.Size(151, 20);
     this.pcNameAltTB.TabIndex = 7;
     //
     // keyAltTB
     //
     this.keyAltTB.Location = new System.Drawing.Point(87, 175);
     this.keyAltTB.Name = "keyAltTB";
     this.keyAltTB.Size = new System.Drawing.Size(215, 20);
     this.keyAltTB.TabIndex = 6;
     //
     // dosAltTB
     //
     this.dosAltTB.Location = new System.Drawing.Point(108, 150);
     this.dosAltTB.Name = "dosAltTB";
     this.dosAltTB.Size = new System.Drawing.Size(151, 20);
     this.dosAltTB.TabIndex = 5;
     //
     // serialAltTB
     //
     this.serialAltTB.Location = new System.Drawing.Point(83, 124);
     this.serialAltTB.Name = "serialAltTB";
     this.serialAltTB.Size = new System.Drawing.Size(100, 20);
     this.serialAltTB.TabIndex = 4;
     //
     // modelAltTB
     //
     this.modelAltTB.Location = new System.Drawing.Point(83, 97);
     this.modelAltTB.Name = "modelAltTB";
     this.modelAltTB.Size = new System.Drawing.Size(100, 20);
     this.modelAltTB.TabIndex = 3;
     //
     // makeAltTB
     //
     this.makeAltTB.Location = new System.Drawing.Point(83, 72);
     this.makeAltTB.Name = "makeAltTB";
     this.makeAltTB.Size = new System.Drawing.Size(100, 20);
     this.makeAltTB.TabIndex = 2;
     //
     // lastNameTB
     //
     this.lastNameTB.Location = new System.Drawing.Point(83, 44);
     this.lastNameTB.Name = "lastNameTB";
     this.lastNameTB.Size = new System.Drawing.Size(100, 20);
     this.lastNameTB.TabIndex = 1;
     //
     // firstNameTB
     //
     this.firstNameTB.Location = new System.Drawing.Point(83, 19);
     this.firstNameTB.Name = "firstNameTB";
     this.firstNameTB.Size = new System.Drawing.Size(100, 20);
     this.firstNameTB.TabIndex = 0;
     //
     // virustab
     //
     this.virustab.Location = new System.Drawing.Point(4, 22);
     this.virustab.Name = "virustab";
     this.virustab.Padding = new System.Windows.Forms.Padding(3);
     this.virustab.Size = new System.Drawing.Size(537, 543);
     this.virustab.TabIndex = 2;
     this.virustab.Text = "Virus Information";
     this.virustab.UseVisualStyleBackColor = true;
     this.virustab.Click += new System.EventHandler(this.virustab_Click);
     //
     // assetsGB
     //
     this.assetsGB.Controls.Add(this.assetsTabControl);
     this.assetsGB.Dock = System.Windows.Forms.DockStyle.Fill;
     this.assetsGB.Location = new System.Drawing.Point(0, 24);
     this.assetsGB.Name = "assetsGB";
     this.assetsGB.Size = new System.Drawing.Size(551, 588);
     this.assetsGB.TabIndex = 1;
     this.assetsGB.TabStop = false;
     //
     // userInfoTA
     //
     this.userInfoTA.ClearBeforeFill = true;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(551, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.exitToolStripMenuItem});
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.getHelpToolStripMenuItem,
     this.aboutToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // getHelpToolStripMenuItem
     //
     this.getHelpToolStripMenuItem.Name = "getHelpToolStripMenuItem";
     this.getHelpToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.getHelpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // listTableAdapter1
     //
     this.listTableAdapter1.ClearBeforeFill = true;
     //
     // mainAssets
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(551, 612);
     this.Controls.Add(this.assetsGB);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "mainAssets";
     this.Text = "Wallwork Assets";
     ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.assetsDataSet1)).EndInit();
     this.assetsTabControl.ResumeLayout(false);
     this.addassetsTab.ResumeLayout(false);
     this.addassetsTab.PerformLayout();
     this.editassetsTab.ResumeLayout(false);
     this.searchgrpbox.ResumeLayout(false);
     this.searchgrpbox.PerformLayout();
     this.assetslistgrpbox.ResumeLayout(false);
     this.userEditGB.ResumeLayout(false);
     this.userEditGB.PerformLayout();
     this.assetsGB.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }