/// <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.Windows.Forms.Label productCodeLabel;
     System.Windows.Forms.Label nameLabel;
     System.Windows.Forms.Label versionLabel;
     System.Windows.Forms.Label releaseDateLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductIncidents));
     this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.techSupportDataSet2C = new SportsPro.TechSupportDataSet2C();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.productCodeTextBox = new System.Windows.Forms.TextBox();
     this.nameTextBox = new System.Windows.Forms.TextBox();
     this.versionTextBox = new System.Windows.Forms.TextBox();
     this.releaseDateTextBox = new System.Windows.Forms.TextBox();
     this.incidentsDataGridView = new System.Windows.Forms.DataGridView();
     this.incidentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.productsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.ProductsTableAdapter();
     this.tableAdapterManager = new SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager();
     this.incidentsTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.IncidentsTableAdapter();
     this.CustomerID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateOpened = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateClosed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TechnicianName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CustomerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DisplayCustomerInfo = new System.Windows.Forms.DataGridViewButtonColumn();
     productCodeLabel = new System.Windows.Forms.Label();
     nameLabel = new System.Windows.Forms.Label();
     versionLabel = new System.Windows.Forms.Label();
     releaseDateLabel1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit();
     this.productsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // productCodeLabel
     //
     productCodeLabel.AutoSize = true;
     productCodeLabel.Location = new System.Drawing.Point(9, 35);
     productCodeLabel.Name = "productCodeLabel";
     productCodeLabel.Size = new System.Drawing.Size(75, 13);
     productCodeLabel.TabIndex = 1;
     productCodeLabel.Text = "Product Code:";
     //
     // nameLabel
     //
     nameLabel.AutoSize = true;
     nameLabel.Location = new System.Drawing.Point(9, 61);
     nameLabel.Name = "nameLabel";
     nameLabel.Size = new System.Drawing.Size(38, 13);
     nameLabel.TabIndex = 3;
     nameLabel.Text = "Name:";
     //
     // versionLabel
     //
     versionLabel.AutoSize = true;
     versionLabel.Location = new System.Drawing.Point(9, 87);
     versionLabel.Name = "versionLabel";
     versionLabel.Size = new System.Drawing.Size(45, 13);
     versionLabel.TabIndex = 5;
     versionLabel.Text = "Version:";
     //
     // releaseDateLabel1
     //
     releaseDateLabel1.AutoSize = true;
     releaseDateLabel1.Location = new System.Drawing.Point(9, 113);
     releaseDateLabel1.Name = "releaseDateLabel1";
     releaseDateLabel1.Size = new System.Drawing.Size(75, 13);
     releaseDateLabel1.TabIndex = 9;
     releaseDateLabel1.Text = "Release Date:";
     //
     // productsBindingNavigator
     //
     this.productsBindingNavigator.AddNewItem = null;
     this.productsBindingNavigator.BindingSource = this.productsBindingSource;
     this.productsBindingNavigator.CountItem = this.bindingNavigatorCountItem;
     this.productsBindingNavigator.DeleteItem = null;
     this.productsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.productsBindingNavigator.Location = new System.Drawing.Point(0, 0);
     this.productsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.productsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.productsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.productsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.productsBindingNavigator.Name = "productsBindingNavigator";
     this.productsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
     this.productsBindingNavigator.Size = new System.Drawing.Size(592, 25);
     this.productsBindingNavigator.TabIndex = 0;
     this.productsBindingNavigator.Text = "bindingNavigator1";
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products";
     this.productsBindingSource.DataSource = this.techSupportDataSet2C;
     //
     // techSupportDataSet2C
     //
     this.techSupportDataSet2C.DataSetName = "TechSupportDataSet2C";
     this.techSupportDataSet2C.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // productCodeTextBox
     //
     this.productCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductCode", true));
     this.productCodeTextBox.Location = new System.Drawing.Point(90, 32);
     this.productCodeTextBox.Name = "productCodeTextBox";
     this.productCodeTextBox.ReadOnly = true;
     this.productCodeTextBox.Size = new System.Drawing.Size(100, 20);
     this.productCodeTextBox.TabIndex = 2;
     //
     // nameTextBox
     //
     this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Name", true));
     this.nameTextBox.Location = new System.Drawing.Point(90, 58);
     this.nameTextBox.Name = "nameTextBox";
     this.nameTextBox.ReadOnly = true;
     this.nameTextBox.Size = new System.Drawing.Size(200, 20);
     this.nameTextBox.TabIndex = 4;
     //
     // versionTextBox
     //
     this.versionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "Version", true));
     this.versionTextBox.Location = new System.Drawing.Point(90, 84);
     this.versionTextBox.Name = "versionTextBox";
     this.versionTextBox.ReadOnly = true;
     this.versionTextBox.Size = new System.Drawing.Size(100, 20);
     this.versionTextBox.TabIndex = 6;
     //
     // releaseDateTextBox
     //
     this.releaseDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ReleaseDate", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "d"));
     this.releaseDateTextBox.Location = new System.Drawing.Point(90, 110);
     this.releaseDateTextBox.Name = "releaseDateTextBox";
     this.releaseDateTextBox.ReadOnly = true;
     this.releaseDateTextBox.Size = new System.Drawing.Size(100, 20);
     this.releaseDateTextBox.TabIndex = 10;
     //
     // incidentsDataGridView
     //
     this.incidentsDataGridView.AllowUserToAddRows = false;
     this.incidentsDataGridView.AllowUserToDeleteRows = false;
     this.incidentsDataGridView.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.incidentsDataGridView.AutoGenerateColumns = false;
     this.incidentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.incidentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.CustomerID,
     this.DateOpened,
     this.DateClosed,
     this.Title,
     this.TechnicianName,
     this.CustomerName,
     this.DisplayCustomerInfo});
     this.incidentsDataGridView.DataSource = this.incidentsBindingSource;
     this.incidentsDataGridView.Location = new System.Drawing.Point(12, 144);
     this.incidentsDataGridView.Name = "incidentsDataGridView";
     this.incidentsDataGridView.ReadOnly = true;
     this.incidentsDataGridView.Size = new System.Drawing.Size(568, 137);
     this.incidentsDataGridView.TabIndex = 10;
     this.incidentsDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.incidentsDataGridView_CellContentClick);
     //
     // incidentsBindingSource
     //
     this.incidentsBindingSource.DataMember = "FK_Incidents_Products";
     this.incidentsBindingSource.DataSource = this.productsBindingSource;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.ProductsTableAdapter = this.productsTableAdapter;
     this.tableAdapterManager.UpdateOrder = SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // incidentsTableAdapter
     //
     this.incidentsTableAdapter.ClearBeforeFill = true;
     //
     // CustomerID
     //
     this.CustomerID.DataPropertyName = "CustomerID";
     this.CustomerID.HeaderText = "CustomerID";
     this.CustomerID.Name = "CustomerID";
     this.CustomerID.ReadOnly = true;
     this.CustomerID.Visible = false;
     //
     // DateOpened
     //
     this.DateOpened.DataPropertyName = "DateOpened";
     this.DateOpened.HeaderText = "Date Opened";
     this.DateOpened.Name = "DateOpened";
     this.DateOpened.ReadOnly = true;
     //
     // DateClosed
     //
     this.DateClosed.DataPropertyName = "DateClosed";
     this.DateClosed.HeaderText = "Date Closed";
     this.DateClosed.Name = "DateClosed";
     this.DateClosed.ReadOnly = true;
     //
     // Title
     //
     this.Title.DataPropertyName = "Title";
     this.Title.HeaderText = "Title";
     this.Title.Name = "Title";
     this.Title.ReadOnly = true;
     //
     // TechnicianName
     //
     this.TechnicianName.DataPropertyName = "TechnicianName";
     this.TechnicianName.HeaderText = "Technician Name";
     this.TechnicianName.Name = "TechnicianName";
     this.TechnicianName.ReadOnly = true;
     this.TechnicianName.Width = 120;
     //
     // CustomerName
     //
     this.CustomerName.DataPropertyName = "CustomerName";
     this.CustomerName.HeaderText = "Customer Name";
     this.CustomerName.Name = "CustomerName";
     this.CustomerName.ReadOnly = true;
     this.CustomerName.Width = 120;
     //
     // DisplayCustomerInfo
     //
     this.DisplayCustomerInfo.HeaderText = "";
     this.DisplayCustomerInfo.Name = "DisplayCustomerInfo";
     this.DisplayCustomerInfo.ReadOnly = true;
     this.DisplayCustomerInfo.Text = "Display Customer Info";
     this.DisplayCustomerInfo.UseColumnTextForButtonValue = true;
     this.DisplayCustomerInfo.Width = 120;
     //
     // frmProductIncidents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(592, 293);
     this.Controls.Add(this.incidentsDataGridView);
     this.Controls.Add(releaseDateLabel1);
     this.Controls.Add(this.releaseDateTextBox);
     this.Controls.Add(productCodeLabel);
     this.Controls.Add(this.productCodeTextBox);
     this.Controls.Add(nameLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(versionLabel);
     this.Controls.Add(this.versionTextBox);
     this.Controls.Add(this.productsBindingNavigator);
     this.Name = "frmProductIncidents";
     this.Text = "Incidents by Product";
     this.Load += new System.EventHandler(this.frmProductIncidents_Load);
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit();
     this.productsBindingNavigator.ResumeLayout(false);
     this.productsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incidentsBindingSource)).EndInit();
     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.Windows.Forms.Label nameLabel;
     System.Windows.Forms.Label addressLabel;
     System.Windows.Forms.Label cityLabel;
     System.Windows.Forms.Label phoneLabel;
     System.Windows.Forms.Label emailLabel;
     this.nameTextBox = new System.Windows.Forms.TextBox();
     this.addressTextBox = new System.Windows.Forms.TextBox();
     this.cityTextBox = new System.Windows.Forms.TextBox();
     this.stateTextBox = new System.Windows.Forms.TextBox();
     this.zipCodeTextBox = new System.Windows.Forms.TextBox();
     this.phoneTextBox = new System.Windows.Forms.TextBox();
     this.emailTextBox = new System.Windows.Forms.TextBox();
     this.customersBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.techSupportDataSet2C = new SportsPro.TechSupportDataSet2C();
     this.customersTableAdapter = new SportsPro.TechSupportDataSet2CTableAdapters.CustomersTableAdapter();
     this.tableAdapterManager = new SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager();
     nameLabel = new System.Windows.Forms.Label();
     addressLabel = new System.Windows.Forms.Label();
     cityLabel = new System.Windows.Forms.Label();
     phoneLabel = new System.Windows.Forms.Label();
     emailLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).BeginInit();
     this.SuspendLayout();
     //
     // nameLabel
     //
     nameLabel.AutoSize = true;
     nameLabel.Location = new System.Drawing.Point(12, 10);
     nameLabel.Name = "nameLabel";
     nameLabel.Size = new System.Drawing.Size(38, 13);
     nameLabel.TabIndex = 3;
     nameLabel.Text = "Name:";
     //
     // addressLabel
     //
     addressLabel.AutoSize = true;
     addressLabel.Location = new System.Drawing.Point(12, 36);
     addressLabel.Name = "addressLabel";
     addressLabel.Size = new System.Drawing.Size(48, 13);
     addressLabel.TabIndex = 5;
     addressLabel.Text = "Address:";
     //
     // cityLabel
     //
     cityLabel.AutoSize = true;
     cityLabel.Location = new System.Drawing.Point(12, 62);
     cityLabel.Name = "cityLabel";
     cityLabel.Size = new System.Drawing.Size(79, 13);
     cityLabel.TabIndex = 7;
     cityLabel.Text = "City, State, Zip:";
     //
     // phoneLabel
     //
     phoneLabel.AutoSize = true;
     phoneLabel.Location = new System.Drawing.Point(12, 88);
     phoneLabel.Name = "phoneLabel";
     phoneLabel.Size = new System.Drawing.Size(41, 13);
     phoneLabel.TabIndex = 13;
     phoneLabel.Text = "Phone:";
     //
     // emailLabel
     //
     emailLabel.AutoSize = true;
     emailLabel.Location = new System.Drawing.Point(12, 114);
     emailLabel.Name = "emailLabel";
     emailLabel.Size = new System.Drawing.Size(35, 13);
     emailLabel.TabIndex = 15;
     emailLabel.Text = "Email:";
     //
     // nameTextBox
     //
     this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Name", true));
     this.nameTextBox.Location = new System.Drawing.Point(91, 7);
     this.nameTextBox.Name = "nameTextBox";
     this.nameTextBox.ReadOnly = true;
     this.nameTextBox.Size = new System.Drawing.Size(251, 20);
     this.nameTextBox.TabIndex = 4;
     //
     // addressTextBox
     //
     this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Address", true));
     this.addressTextBox.Location = new System.Drawing.Point(91, 33);
     this.addressTextBox.Name = "addressTextBox";
     this.addressTextBox.ReadOnly = true;
     this.addressTextBox.Size = new System.Drawing.Size(251, 20);
     this.addressTextBox.TabIndex = 6;
     //
     // cityTextBox
     //
     this.cityTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "City", true));
     this.cityTextBox.Location = new System.Drawing.Point(91, 59);
     this.cityTextBox.Name = "cityTextBox";
     this.cityTextBox.ReadOnly = true;
     this.cityTextBox.Size = new System.Drawing.Size(131, 20);
     this.cityTextBox.TabIndex = 8;
     //
     // stateTextBox
     //
     this.stateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "State", true));
     this.stateTextBox.Location = new System.Drawing.Point(228, 59);
     this.stateTextBox.Name = "stateTextBox";
     this.stateTextBox.ReadOnly = true;
     this.stateTextBox.Size = new System.Drawing.Size(39, 20);
     this.stateTextBox.TabIndex = 10;
     //
     // zipCodeTextBox
     //
     this.zipCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "ZipCode", true));
     this.zipCodeTextBox.Location = new System.Drawing.Point(273, 59);
     this.zipCodeTextBox.Name = "zipCodeTextBox";
     this.zipCodeTextBox.ReadOnly = true;
     this.zipCodeTextBox.Size = new System.Drawing.Size(69, 20);
     this.zipCodeTextBox.TabIndex = 12;
     //
     // phoneTextBox
     //
     this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Phone", true));
     this.phoneTextBox.Location = new System.Drawing.Point(91, 85);
     this.phoneTextBox.Name = "phoneTextBox";
     this.phoneTextBox.ReadOnly = true;
     this.phoneTextBox.Size = new System.Drawing.Size(251, 20);
     this.phoneTextBox.TabIndex = 14;
     //
     // emailTextBox
     //
     this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customersBindingSource, "Email", true));
     this.emailTextBox.Location = new System.Drawing.Point(91, 111);
     this.emailTextBox.Name = "emailTextBox";
     this.emailTextBox.ReadOnly = true;
     this.emailTextBox.Size = new System.Drawing.Size(251, 20);
     this.emailTextBox.TabIndex = 16;
     //
     // customersBindingSource
     //
     this.customersBindingSource.DataMember = "Customers";
     this.customersBindingSource.DataSource = this.techSupportDataSet2C;
     //
     // techSupportDataSet2C
     //
     this.techSupportDataSet2C.DataSetName = "TechSupportDataSet2C";
     this.techSupportDataSet2C.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // customersTableAdapter
     //
     this.customersTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.Connection = null;
     this.tableAdapterManager.ProductsTableAdapter = null;
     this.tableAdapterManager.UpdateOrder = SportsPro.TechSupportDataSet2CTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // frmCustomer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(354, 143);
     this.Controls.Add(nameLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(addressLabel);
     this.Controls.Add(this.addressTextBox);
     this.Controls.Add(cityLabel);
     this.Controls.Add(this.cityTextBox);
     this.Controls.Add(this.stateTextBox);
     this.Controls.Add(this.zipCodeTextBox);
     this.Controls.Add(phoneLabel);
     this.Controls.Add(this.phoneTextBox);
     this.Controls.Add(emailLabel);
     this.Controls.Add(this.emailTextBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmCustomer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Customer";
     this.Load += new System.EventHandler(this.frmCustomer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.techSupportDataSet2C)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }