/// <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();
			// 
			// connect
			// 
			this.Create_Person_connect = new SampleModelContext.ConnectionDelegate(GetConnection);
			// 
			// testVar
			// 
			this.testVar = new SampleModelContext(Create_Person_connect);
			// 
			// abstractTypeVar
			// 
			this.abstractTypeVar = null;
			// 
			// lbl
			// 
			this.lblCreate = new System.Windows.Forms.Label();
			this.lblCreate.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblCreate.Name = "lblCreate";
			this.lblCreate.Text = "Enter data to Create Person by:";
			// 
			// btn
			// 
			this.btnCreate = new System.Windows.Forms.Button();
			this.btnCreate.Location = new System.Drawing.Point(400, 10);
			this.btnCreate.Name = "btnCreate";
			this.btnCreate.TabIndex = 3;
			this.btnCreate.Text = "Create";
			this.btnCreate.UseVisualStyleBackColor = true;
			this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
			// 
			// dgv
			// 
			this.dgvCreate = new System.Windows.Forms.DataGridView();
			this.dgvCreate.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvCreate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvCreate.Name = "dgvCreate";
			this.dgvCreate.TabIndex = 0;
			this.dgvCreate.Columns.Add("FirstName", "FirstName");
			this.dgvCreate.Columns.Add("Date_YMD", "Date_YMD");
			this.dgvCreate.Columns.Add("LastName", "LastName");
			this.dgvCreate.Columns.Add("OptionalUniqueString", "OptionalUniqueString");
			this.dgvCreate.Columns.Add("HatType_ColorARGB", "HatType_ColorARGB");
			this.dgvCreate.Columns.Add("HatType_HatTypeStyle_HatTypeStyle_Description", "HatType_HatTypeStyle_HatTypeStyle_Description");
			this.dgvCreate.Columns.Add("OwnsCar_vin", "OwnsCar_vin");
			this.dgvCreate.Columns.Add("Gender_Gender_Code", "Gender_Gender_Code");
			this.dgvCreate.Columns.Add("hasParents", "hasParents");
			this.dgvCreate.Columns.Add("OptionalUniqueDecimal", "OptionalUniqueDecimal");
			this.dgvCreate.Columns.Add("MandatoryUniqueDecimal", "MandatoryUniqueDecimal");
			this.dgvCreate.Columns.Add("MandatoryUniqueString", "MandatoryUniqueString");
			this.dgvCreate.Columns.Add("OptionalUniqueTinyInt", "OptionalUniqueTinyInt");
			this.dgvCreate.Columns.Add("MandatoryUniqueTinyInt", "MandatoryUniqueTinyInt");
			this.dgvCreate.Columns.Add("OptionalNonUniqueTinyInt", "OptionalNonUniqueTinyInt");
			this.dgvCreate.Columns.Add("MandatoryNonUniqueTinyInt", "MandatoryNonUniqueTinyInt");
			this.dgvCreate.Columns.Add("MandatoryNonUniqueUnconstrainedDecimal", "MandatoryNonUniqueUnconstrainedDecimal");
			this.dgvCreate.Columns.Add("MandatoryNonUniqueUnconstrainedFloat", "MandatoryNonUniqueUnconstrainedFloat");
			this.dgvCreate.Columns.Add("Husband", "Husband");
			this.dgvCreate.Columns.Add("ValueType1DoesSomethingElseWith", "ValueType1DoesSomethingElseWith");
			this.dgvCreate.Columns.Add("Wife", "Wife");
			this.dgvCreate.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.dgvCreate.Height = 75;
			// 
			// pnlDisplay
			// 
			this.pnlDisplay = new System.Windows.Forms.Panel();
			this.pnlDisplay.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlDisplay.AutoSize = true;
			this.pnlDisplay.Location = new System.Drawing.Point(0, 0);
			this.pnlDisplay.Name = "pnlDisplay";
			this.pnlDisplay.AutoScroll = true;
			this.pnlDisplay.TabIndex = 1;
			this.pnlDisplay.Controls.Add(this.btnCreate);
			// 
			// this
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Controls.Add(this.pnlDisplay);
			this.Controls.Add(this.dgvCreate);
			this.Controls.Add(this.lblCreate);
			this.Name = "icCreatePersonInputControl";
			this.Size = new System.Drawing.Size(530, 490);
			((System.ComponentModel.ISupportInitialize)this.dgvCreate).EndInit();
			this.ResumeLayout(false);
		}
		/// <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();
			// 
			// connect
			// 
			this.Create_Death_connect = new SampleModelContext.ConnectionDelegate(GetConnection);
			// 
			// testVar
			// 
			this.testVar = new SampleModelContext(Create_Death_connect);
			// 
			// abstractTypeVar
			// 
			this.abstractTypeVar = null;
			// 
			// lbl
			// 
			this.lblCreate = new System.Windows.Forms.Label();
			this.lblCreate.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblCreate.Name = "lblCreate";
			this.lblCreate.Text = "Enter data to Create Death by:";
			// 
			// btn
			// 
			this.btnCreate = new System.Windows.Forms.Button();
			this.btnCreate.Location = new System.Drawing.Point(400, 10);
			this.btnCreate.Name = "btnCreate";
			this.btnCreate.TabIndex = 3;
			this.btnCreate.Text = "Create";
			this.btnCreate.UseVisualStyleBackColor = true;
			this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
			// 
			// dgv
			// 
			this.dgvCreate = new System.Windows.Forms.DataGridView();
			this.dgvCreate.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvCreate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvCreate.Name = "dgvCreate";
			this.dgvCreate.TabIndex = 0;
			this.dgvCreate.Columns.Add("Date_YMD", "Date_YMD");
			this.dgvCreate.Columns.Add("DeathCause_DeathCause_Type", "DeathCause_DeathCause_Type");
			this.dgvCreate.Columns.Add("isinvolvedin{1}", "isinvolvedin{1}");
			this.dgvCreate.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.dgvCreate.Height = 75;
			// 
			// pnlDisplay
			// 
			this.pnlDisplay = new System.Windows.Forms.Panel();
			this.pnlDisplay.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlDisplay.AutoSize = true;
			this.pnlDisplay.Location = new System.Drawing.Point(0, 0);
			this.pnlDisplay.Name = "pnlDisplay";
			this.pnlDisplay.AutoScroll = true;
			this.pnlDisplay.TabIndex = 1;
			this.pnlDisplay.Controls.Add(this.btnCreate);
			// 
			// this
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Controls.Add(this.pnlDisplay);
			this.Controls.Add(this.dgvCreate);
			this.Controls.Add(this.lblCreate);
			this.Name = "icCreateDeathInputControl";
			this.Size = new System.Drawing.Size(530, 490);
			((System.ComponentModel.ISupportInitialize)this.dgvCreate).EndInit();
			this.ResumeLayout(false);
		}
		/// <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();
			// 
			// connect
			// 
			this.Collection_PersonBoughtCarFromPersonOnDate_connect = new SampleModelContext.ConnectionDelegate(GetConnection);
			// 
			// testVar
			// 
			this.testVar = new SampleModelContext(Collection_PersonBoughtCarFromPersonOnDate_connect);
			// 
			// abstractTypeVar
			// 
			this.abstractTypeVar = null;
			// 
			// lbl
			// 
			this.lblCollection = new System.Windows.Forms.Label();
			this.lblCollection.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblCollection.Name = "lblCollection";
			this.lblCollection.Text = "Click the Collection button to refresh the list of PersonBoughtCarFromPersonOnDate records.";
			// 
			// btn
			// 
			this.btnCollection = new System.Windows.Forms.Button();
			this.btnCollection.Location = new System.Drawing.Point(400, 10);
			this.btnCollection.Name = "btnCollection";
			this.btnCollection.TabIndex = 3;
			this.btnCollection.Text = "Collection";
			this.btnCollection.UseVisualStyleBackColor = true;
			this.btnCollection.Click += new System.EventHandler(this.btnCollection_Click);
			// 
			// dgv
			// 
			this.dgvCollection = new System.Windows.Forms.DataGridView();
			this.dgvCollection.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvCollection.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvCollection.Name = "dgvCollection";
			this.dgvCollection.TabIndex = 0;
			this.dgvCollection.Columns.Add("CarSold_vin", "CarSold_vin");
			this.dgvCollection.Columns.Add("SaleDate_YMD", "SaleDate_YMD");
			this.dgvCollection.Columns.Add("Buyer(Person_id)", "Buyer(Person_id)");
			this.dgvCollection.Columns.Add("Seller(Person_id)", "Seller(Person_id)");
			this.dgvCollection.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.dgvCollection.Height = 300;
			// 
			// pnlDisplay
			// 
			this.pnlDisplay = new System.Windows.Forms.Panel();
			this.pnlDisplay.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlDisplay.AutoSize = true;
			this.pnlDisplay.Location = new System.Drawing.Point(0, 0);
			this.pnlDisplay.Name = "pnlDisplay";
			this.pnlDisplay.AutoScroll = true;
			this.pnlDisplay.TabIndex = 1;
			this.pnlDisplay.Controls.Add(this.btnCollection);
			// 
			// this
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Controls.Add(this.pnlDisplay);
			this.Controls.Add(this.dgvCollection);
			this.Controls.Add(this.lblCollection);
			this.Name = "icCollectionPersonBoughtCarFromPersonOnDateInputControl";
			this.Size = new System.Drawing.Size(530, 490);
			((System.ComponentModel.ISupportInitialize)this.dgvCollection).EndInit();
			this.ResumeLayout(false);
		}
		/// <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();
			this.editMode = false;
			// 
			// lblNeedToSave
			// 
			this.lblNeedToSave = new System.Windows.Forms.Label();
			this.lblNeedToSave.Location = new System.Drawing.Point(0, 10);
			this.lblNeedToSave.Name = "lblNeedToSave";
			this.lblNeedToSave.Size = new System.Drawing.Size(200, 15);
			this.lblNeedToSave.Text = "";
			// 
			// btnCancel
			// 
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnCancel.Location = new System.Drawing.Point(300, 10);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.TabIndex = 6;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnSave
			// 
			this.btnSave = new System.Windows.Forms.Button();
			this.btnSave.Location = new System.Drawing.Point(400, 10);
			this.btnSave.Name = "btnSave";
			this.btnSave.TabIndex = 7;
			this.btnSave.Text = "Save";
			this.btnSave.UseVisualStyleBackColor = true;
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// pnlSave
			// 
			this.pnlSave = new System.Windows.Forms.Panel();
			this.pnlSave.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlSave.AutoSize = true;
			this.pnlSave.Location = new System.Drawing.Point(0, 0);
			this.pnlSave.Name = "pnlSave";
			this.pnlSave.AutoScroll = true;
			this.pnlSave.TabIndex = 5;
			this.pnlSave.Controls.Add(this.btnSave);
			this.pnlSave.Controls.Add(this.btnCancel);
			this.pnlSave.Controls.Add(this.lblNeedToSave);
			this.pnlSave.Visible = false;
			// 
			// lblSelectionMode
			// 
			this.lblSelectionMode = new System.Windows.Forms.Label();
			this.lblSelectionMode.Location = new System.Drawing.Point(0, 10);
			this.lblSelectionMode.Name = "lblSelectionMode";
			this.lblSelectionMode.Text = "SelectionMode:";
			// 
			// cbxSelectionMode
			// 
			this.cbxSelectionMode = new System.Windows.Forms.ComboBox();
			this.cbxSelectionMode.Location = new System.Drawing.Point(100, 10);
			this.cbxSelectionMode.Name = "cbxSelectionMode";
			this.cbxSelectionMode.Size = new System.Drawing.Size(200, 15);
			this.cbxSelectionMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbxSelectionMode.TabIndex = 2;
			this.cbxSelectionMode.SelectedIndexChanged += new System.EventHandler(this.cbxSelectionMode_SelectedIndexChanged);
			this.cbxSelectionMode.Items.Add("InternalUniquenessConstraint23");
			this.cbxSelectionMode.Items.Add("InternalUniquenessConstraint24");
			this.cbxSelectionMode.Items.Add("InternalUniquenessConstraint25");
			// 
			// lblCurrentObject
			// 
			this.lblCurrentObject = new System.Windows.Forms.Label();
			this.lblCurrentObject.Location = new System.Drawing.Point(0, 45);
			this.lblCurrentObject.Width = 300;
			this.lblCurrentObject.Name = "lblCurrentObject";
			this.lblCurrentObject.Text = "There is no selected PersonBoughtCarFromPersonOnDate.";
			// 
			// dgvCurrentObject
			// 
			this.dgvCurrentObject = new System.Windows.Forms.DataGridView();
			this.dgvCurrentObject.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvCurrentObject.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvCurrentObject.Location = new System.Drawing.Point(0, 265);
			this.dgvCurrentObject.Name = "dgvCurrentObject";
			this.dgvCurrentObject.Size = new System.Drawing.Size(500, 150);
			this.dgvCurrentObject.TabIndex = 4;
			this.dgvCurrentObject.Columns.Add("CarSold_vin", "CarSold_vin");
			this.dgvCurrentObject.Columns["CarSold_vin"].Visible = false;
			this.dgvCurrentObject.Columns.Add("SaleDate_YMD", "SaleDate_YMD");
			this.dgvCurrentObject.Columns["SaleDate_YMD"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Buyer(Person_id)", "Buyer(Person_id)");
			this.dgvCurrentObject.Columns["Buyer(Person_id)"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Seller(Person_id)", "Seller(Person_id)");
			this.dgvCurrentObject.Columns["Seller(Person_id)"].Visible = false;
			this.dgvCurrentObject.Visible = false;
			this.dgvCurrentObject.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCurrentObject_CellBeginEdit);
			this.Controls.Add(this.pnlSave);
			this.Controls.Add(this.dgvCurrentObject);
			// 
			// connect
			// 
			this.Select_PersonBoughtCarFromPersonOnDate_connect = new SampleModelContext.ConnectionDelegate(GetConnection);
			// 
			// testVar
			// 
			this.testVar = new SampleModelContext(Select_PersonBoughtCarFromPersonOnDate_connect);
			// 
			// abstractTypeVar
			// 
			this.abstractTypeVar = null;
			// 
			// lbl
			// 
			this.lblSelect = new System.Windows.Forms.Label();
			this.lblSelect.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblSelect.Name = "lblSelect";
			this.lblSelect.Text = "Enter data to Select PersonBoughtCarFromPersonOnDate by:";
			// 
			// btn
			// 
			this.btnSelect = new System.Windows.Forms.Button();
			this.btnSelect.Location = new System.Drawing.Point(400, 10);
			this.btnSelect.Name = "btnSelect";
			this.btnSelect.TabIndex = 3;
			this.btnSelect.Text = "Select";
			this.btnSelect.UseVisualStyleBackColor = true;
			this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
			// 
			// dgv
			// 
			this.dgvSelect = new System.Windows.Forms.DataGridView();
			this.dgvSelect.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvSelect.Name = "dgvSelect";
			this.dgvSelect.TabIndex = 0;
			this.dgvSelect.Columns.Add("CarSold_vin", "CarSold_vin");
			this.dgvSelect.Columns.Add("SaleDate_YMD", "SaleDate_YMD");
			this.dgvSelect.Columns.Add("Buyer(Person_id)", "Buyer(Person_id)");
			this.dgvSelect.Columns.Add("Seller(Person_id)", "Seller(Person_id)");
			this.dgvSelect.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.dgvSelect.Height = 75;
			// 
			// pnlDisplay
			// 
			this.pnlDisplay = new System.Windows.Forms.Panel();
			this.pnlDisplay.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlDisplay.AutoSize = true;
			this.pnlDisplay.Location = new System.Drawing.Point(0, 0);
			this.pnlDisplay.Name = "pnlDisplay";
			this.pnlDisplay.AutoScroll = true;
			this.pnlDisplay.TabIndex = 1;
			this.pnlDisplay.Controls.Add(this.btnSelect);
			// 
			// this
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Controls.Add(this.pnlDisplay);
			this.Controls.Add(this.dgvSelect);
			this.Controls.Add(this.lblSelect);
			this.Name = "icSelectPersonBoughtCarFromPersonOnDateInputControl";
			this.Size = new System.Drawing.Size(530, 490);
			((System.ComponentModel.ISupportInitialize)this.dgvSelect).EndInit();
			this.ResumeLayout(false);
			this.dgvCurrentObject.Height = this.dgvSelect.Height;
			this.pnlDisplay.Controls.Add(this.lblCurrentObject);
			this.pnlDisplay.Controls.Add(this.cbxSelectionMode);
			this.pnlDisplay.Controls.Add(this.lblSelectionMode);

			if (this.cbxSelectionMode.Items.Count > 0)
			{
				this.cbxSelectionMode.SelectedIndex = 0;
			}
		}
		/// <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();
			this.editMode = false;
			// 
			// lblNeedToSave
			// 
			this.lblNeedToSave = new System.Windows.Forms.Label();
			this.lblNeedToSave.Location = new System.Drawing.Point(0, 10);
			this.lblNeedToSave.Name = "lblNeedToSave";
			this.lblNeedToSave.Size = new System.Drawing.Size(200, 15);
			this.lblNeedToSave.Text = "";
			// 
			// btnCancel
			// 
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnCancel.Location = new System.Drawing.Point(300, 10);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.TabIndex = 6;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnSave
			// 
			this.btnSave = new System.Windows.Forms.Button();
			this.btnSave.Location = new System.Drawing.Point(400, 10);
			this.btnSave.Name = "btnSave";
			this.btnSave.TabIndex = 7;
			this.btnSave.Text = "Save";
			this.btnSave.UseVisualStyleBackColor = true;
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// pnlSave
			// 
			this.pnlSave = new System.Windows.Forms.Panel();
			this.pnlSave.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlSave.AutoSize = true;
			this.pnlSave.Location = new System.Drawing.Point(0, 0);
			this.pnlSave.Name = "pnlSave";
			this.pnlSave.AutoScroll = true;
			this.pnlSave.TabIndex = 5;
			this.pnlSave.Controls.Add(this.btnSave);
			this.pnlSave.Controls.Add(this.btnCancel);
			this.pnlSave.Controls.Add(this.lblNeedToSave);
			this.pnlSave.Visible = false;
			// 
			// lblSelectionMode
			// 
			this.lblSelectionMode = new System.Windows.Forms.Label();
			this.lblSelectionMode.Location = new System.Drawing.Point(0, 10);
			this.lblSelectionMode.Name = "lblSelectionMode";
			this.lblSelectionMode.Text = "SelectionMode:";
			// 
			// cbxSelectionMode
			// 
			this.cbxSelectionMode = new System.Windows.Forms.ComboBox();
			this.cbxSelectionMode.Location = new System.Drawing.Point(100, 10);
			this.cbxSelectionMode.Name = "cbxSelectionMode";
			this.cbxSelectionMode.Size = new System.Drawing.Size(200, 15);
			this.cbxSelectionMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbxSelectionMode.TabIndex = 2;
			this.cbxSelectionMode.SelectedIndexChanged += new System.EventHandler(this.cbxSelectionMode_SelectedIndexChanged);
			this.cbxSelectionMode.Items.Add("ExternalUniquenessConstraint1");
			this.cbxSelectionMode.Items.Add("ExternalUniquenessConstraint2");
			this.cbxSelectionMode.Items.Add("MandatoryUniqueDecimal");
			this.cbxSelectionMode.Items.Add("MandatoryUniqueString");
			this.cbxSelectionMode.Items.Add("MandatoryUniqueTinyInt");
			this.cbxSelectionMode.Items.Add("OptionalUniqueDecimal");
			this.cbxSelectionMode.Items.Add("OptionalUniqueString");
			this.cbxSelectionMode.Items.Add("OptionalUniqueTinyInt");
			this.cbxSelectionMode.Items.Add("OwnsCar_vin");
			// 
			// lblCurrentObject
			// 
			this.lblCurrentObject = new System.Windows.Forms.Label();
			this.lblCurrentObject.Location = new System.Drawing.Point(0, 45);
			this.lblCurrentObject.Width = 300;
			this.lblCurrentObject.Name = "lblCurrentObject";
			this.lblCurrentObject.Text = "There is no selected Person.";
			// 
			// dgvCurrentObject
			// 
			this.dgvCurrentObject = new System.Windows.Forms.DataGridView();
			this.dgvCurrentObject.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvCurrentObject.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvCurrentObject.Location = new System.Drawing.Point(0, 265);
			this.dgvCurrentObject.Name = "dgvCurrentObject";
			this.dgvCurrentObject.Size = new System.Drawing.Size(500, 150);
			this.dgvCurrentObject.TabIndex = 4;
			this.dgvCurrentObject.Columns.Add("FirstName", "FirstName");
			this.dgvCurrentObject.Columns["FirstName"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Date_YMD", "Date_YMD");
			this.dgvCurrentObject.Columns["Date_YMD"].Visible = false;
			this.dgvCurrentObject.Columns.Add("LastName", "LastName");
			this.dgvCurrentObject.Columns["LastName"].Visible = false;
			this.dgvCurrentObject.Columns.Add("OptionalUniqueString", "OptionalUniqueString");
			this.dgvCurrentObject.Columns["OptionalUniqueString"].Visible = false;
			this.dgvCurrentObject.Columns.Add("HatType_ColorARGB", "HatType_ColorARGB");
			this.dgvCurrentObject.Columns["HatType_ColorARGB"].Visible = false;
			this.dgvCurrentObject.Columns.Add("HatType_HatTypeStyle_HatTypeStyle_Description", "HatType_HatTypeStyle_HatTypeStyle_Description");
			this.dgvCurrentObject.Columns["HatType_HatTypeStyle_HatTypeStyle_Description"].Visible = false;
			this.dgvCurrentObject.Columns.Add("OwnsCar_vin", "OwnsCar_vin");
			this.dgvCurrentObject.Columns["OwnsCar_vin"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Gender_Gender_Code", "Gender_Gender_Code");
			this.dgvCurrentObject.Columns["Gender_Gender_Code"].Visible = false;
			this.dgvCurrentObject.Columns.Add("hasParents", "hasParents");
			this.dgvCurrentObject.Columns["hasParents"].Visible = false;
			this.dgvCurrentObject.Columns.Add("OptionalUniqueDecimal", "OptionalUniqueDecimal");
			this.dgvCurrentObject.Columns["OptionalUniqueDecimal"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryUniqueDecimal", "MandatoryUniqueDecimal");
			this.dgvCurrentObject.Columns["MandatoryUniqueDecimal"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryUniqueString", "MandatoryUniqueString");
			this.dgvCurrentObject.Columns["MandatoryUniqueString"].Visible = false;
			this.dgvCurrentObject.Columns.Add("OptionalUniqueTinyInt", "OptionalUniqueTinyInt");
			this.dgvCurrentObject.Columns["OptionalUniqueTinyInt"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryUniqueTinyInt", "MandatoryUniqueTinyInt");
			this.dgvCurrentObject.Columns["MandatoryUniqueTinyInt"].Visible = false;
			this.dgvCurrentObject.Columns.Add("OptionalNonUniqueTinyInt", "OptionalNonUniqueTinyInt");
			this.dgvCurrentObject.Columns["OptionalNonUniqueTinyInt"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryNonUniqueTinyInt", "MandatoryNonUniqueTinyInt");
			this.dgvCurrentObject.Columns["MandatoryNonUniqueTinyInt"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryNonUniqueUnconstrainedDecimal", "MandatoryNonUniqueUnconstrainedDecimal");
			this.dgvCurrentObject.Columns["MandatoryNonUniqueUnconstrainedDecimal"].Visible = false;
			this.dgvCurrentObject.Columns.Add("MandatoryNonUniqueUnconstrainedFloat", "MandatoryNonUniqueUnconstrainedFloat");
			this.dgvCurrentObject.Columns["MandatoryNonUniqueUnconstrainedFloat"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Husband", "Husband");
			this.dgvCurrentObject.Columns["Husband"].Visible = false;
			this.dgvCurrentObject.Columns.Add("ValueType1DoesSomethingElseWith", "ValueType1DoesSomethingElseWith");
			this.dgvCurrentObject.Columns["ValueType1DoesSomethingElseWith"].Visible = false;
			this.dgvCurrentObject.Columns.Add("Wife", "Wife");
			this.dgvCurrentObject.Columns["Wife"].Visible = false;
			this.dgvCurrentObject.Visible = false;
			this.dgvCurrentObject.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvCurrentObject_CellBeginEdit);
			this.Controls.Add(this.pnlSave);
			this.Controls.Add(this.dgvCurrentObject);
			// 
			// connect
			// 
			this.Select_Person_connect = new SampleModelContext.ConnectionDelegate(GetConnection);
			// 
			// testVar
			// 
			this.testVar = new SampleModelContext(Select_Person_connect);
			// 
			// abstractTypeVar
			// 
			this.abstractTypeVar = null;
			// 
			// lbl
			// 
			this.lblSelect = new System.Windows.Forms.Label();
			this.lblSelect.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblSelect.Name = "lblSelect";
			this.lblSelect.Text = "Enter data to Select Person by:";
			// 
			// btn
			// 
			this.btnSelect = new System.Windows.Forms.Button();
			this.btnSelect.Location = new System.Drawing.Point(400, 10);
			this.btnSelect.Name = "btnSelect";
			this.btnSelect.TabIndex = 3;
			this.btnSelect.Text = "Select";
			this.btnSelect.UseVisualStyleBackColor = true;
			this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
			// 
			// dgv
			// 
			this.dgvSelect = new System.Windows.Forms.DataGridView();
			this.dgvSelect.Dock = System.Windows.Forms.DockStyle.Top;
			this.dgvSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dgvSelect.Name = "dgvSelect";
			this.dgvSelect.TabIndex = 0;
			this.dgvSelect.Columns.Add("FirstName", "FirstName");
			this.dgvSelect.Columns.Add("Date_YMD", "Date_YMD");
			this.dgvSelect.Columns.Add("LastName", "LastName");
			this.dgvSelect.Columns.Add("OptionalUniqueString", "OptionalUniqueString");
			this.dgvSelect.Columns.Add("HatType_ColorARGB", "HatType_ColorARGB");
			this.dgvSelect.Columns.Add("HatType_HatTypeStyle_HatTypeStyle_Description", "HatType_HatTypeStyle_HatTypeStyle_Description");
			this.dgvSelect.Columns.Add("OwnsCar_vin", "OwnsCar_vin");
			this.dgvSelect.Columns.Add("Gender_Gender_Code", "Gender_Gender_Code");
			this.dgvSelect.Columns.Add("hasParents", "hasParents");
			this.dgvSelect.Columns.Add("OptionalUniqueDecimal", "OptionalUniqueDecimal");
			this.dgvSelect.Columns.Add("MandatoryUniqueDecimal", "MandatoryUniqueDecimal");
			this.dgvSelect.Columns.Add("MandatoryUniqueString", "MandatoryUniqueString");
			this.dgvSelect.Columns.Add("OptionalUniqueTinyInt", "OptionalUniqueTinyInt");
			this.dgvSelect.Columns.Add("MandatoryUniqueTinyInt", "MandatoryUniqueTinyInt");
			this.dgvSelect.Columns.Add("OptionalNonUniqueTinyInt", "OptionalNonUniqueTinyInt");
			this.dgvSelect.Columns.Add("MandatoryNonUniqueTinyInt", "MandatoryNonUniqueTinyInt");
			this.dgvSelect.Columns.Add("MandatoryNonUniqueUnconstrainedDecimal", "MandatoryNonUniqueUnconstrainedDecimal");
			this.dgvSelect.Columns.Add("MandatoryNonUniqueUnconstrainedFloat", "MandatoryNonUniqueUnconstrainedFloat");
			this.dgvSelect.Columns.Add("Husband", "Husband");
			this.dgvSelect.Columns.Add("ValueType1DoesSomethingElseWith", "ValueType1DoesSomethingElseWith");
			this.dgvSelect.Columns.Add("Wife", "Wife");
			this.dgvSelect.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.dgvSelect.Height = 75;
			// 
			// pnlDisplay
			// 
			this.pnlDisplay = new System.Windows.Forms.Panel();
			this.pnlDisplay.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnlDisplay.AutoSize = true;
			this.pnlDisplay.Location = new System.Drawing.Point(0, 0);
			this.pnlDisplay.Name = "pnlDisplay";
			this.pnlDisplay.AutoScroll = true;
			this.pnlDisplay.TabIndex = 1;
			this.pnlDisplay.Controls.Add(this.btnSelect);
			// 
			// this
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Controls.Add(this.pnlDisplay);
			this.Controls.Add(this.dgvSelect);
			this.Controls.Add(this.lblSelect);
			this.Name = "icSelectPersonInputControl";
			this.Size = new System.Drawing.Size(530, 490);
			((System.ComponentModel.ISupportInitialize)this.dgvSelect).EndInit();
			this.ResumeLayout(false);
			this.dgvCurrentObject.Height = this.dgvSelect.Height;
			this.pnlDisplay.Controls.Add(this.lblCurrentObject);
			this.pnlDisplay.Controls.Add(this.cbxSelectionMode);
			this.pnlDisplay.Controls.Add(this.lblSelectionMode);

			if (this.cbxSelectionMode.Items.Count > 0)
			{
				this.cbxSelectionMode.SelectedIndex = 0;
			}
		}