namespace AppliedDataBindingSample {
partial class DragAndDropDetailsViewForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label lastNameLabel;
System.Windows.Forms.Label firstNameLabel;
System.Windows.Forms.Label titleLabel;
System.Windows.Forms.Label titleOfCourtesyLabel;
System.Windows.Forms.Label birthDateLabel;
System.Windows.Forms.Label hireDateLabel;
System.Windows.Forms.Label addressLabel;
System.Windows.Forms.Label cityLabel;
System.Windows.Forms.Label regionLabel;
System.Windows.Forms.Label postalCodeLabel;
System.Windows.Forms.Label countryLabel;
System.Windows.Forms.Label homePhoneLabel;
System.Windows.Forms.Label extensionLabel;
System.Windows.Forms.Label notesLabel;
System.Windows.Forms.Label reportsToLabel;
System.Windows.Forms.Label photoPathLabel1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DragAndDropDetailsViewForm));
System.Windows.Forms.Label employeeIDLabel;
this.northwindDataSet = new AppliedDataBindingSample.NorthwindDataSet();
this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.employeesTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter();
this.employeesBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
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.employeesBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.lastNameTextBox = new System.Windows.Forms.TextBox();
this.firstNameTextBox = new System.Windows.Forms.TextBox();
this.titleTextBox = new System.Windows.Forms.TextBox();
this.titleOfCourtesyTextBox = new System.Windows.Forms.TextBox();
this.birthDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.hireDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.addressTextBox = new System.Windows.Forms.TextBox();
this.cityTextBox = new System.Windows.Forms.TextBox();
this.regionTextBox = new System.Windows.Forms.TextBox();
this.postalCodeTextBox = new System.Windows.Forms.TextBox();
this.countryTextBox = new System.Windows.Forms.TextBox();
this.homePhoneTextBox = new System.Windows.Forms.TextBox();
this.extensionTextBox = new System.Windows.Forms.TextBox();
this.notesTextBox = new System.Windows.Forms.TextBox();
this.reportsToLinkLabel = new System.Windows.Forms.LinkLabel();
this.photoPathTextBox1 = new System.Windows.Forms.TextBox();
this.employeeIDNumericUpDown = new System.Windows.Forms.NumericUpDown();
lastNameLabel = new System.Windows.Forms.Label();
firstNameLabel = new System.Windows.Forms.Label();
titleLabel = new System.Windows.Forms.Label();
titleOfCourtesyLabel = new System.Windows.Forms.Label();
birthDateLabel = new System.Windows.Forms.Label();
hireDateLabel = new System.Windows.Forms.Label();
addressLabel = new System.Windows.Forms.Label();
cityLabel = new System.Windows.Forms.Label();
regionLabel = new System.Windows.Forms.Label();
postalCodeLabel = new System.Windows.Forms.Label();
countryLabel = new System.Windows.Forms.Label();
homePhoneLabel = new System.Windows.Forms.Label();
extensionLabel = new System.Windows.Forms.Label();
notesLabel = new System.Windows.Forms.Label();
reportsToLabel = new System.Windows.Forms.Label();
photoPathLabel1 = new System.Windows.Forms.Label();
employeeIDLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingNavigator)).BeginInit();
this.employeesBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.employeeIDNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// lastNameLabel
//
lastNameLabel.AutoSize = true;
lastNameLabel.Location = new System.Drawing.Point(13, 62);
lastNameLabel.Name = "lastNameLabel";
lastNameLabel.Size = new System.Drawing.Size(61, 13);
lastNameLabel.TabIndex = 37;
lastNameLabel.Text = "Last Name:";
//
// firstNameLabel
//
firstNameLabel.AutoSize = true;
firstNameLabel.Location = new System.Drawing.Point(13, 88);
firstNameLabel.Name = "firstNameLabel";
firstNameLabel.Size = new System.Drawing.Size(60, 13);
firstNameLabel.TabIndex = 39;
firstNameLabel.Text = "First Name:";
//
// titleLabel
//
titleLabel.AutoSize = true;
titleLabel.Location = new System.Drawing.Point(13, 114);
titleLabel.Name = "titleLabel";
titleLabel.Size = new System.Drawing.Size(30, 13);
titleLabel.TabIndex = 41;
titleLabel.Text = "Title:";
//
// titleOfCourtesyLabel
//
titleOfCourtesyLabel.AutoSize = true;
titleOfCourtesyLabel.Location = new System.Drawing.Point(13, 140);
titleOfCourtesyLabel.Name = "titleOfCourtesyLabel";
titleOfCourtesyLabel.Size = new System.Drawing.Size(88, 13);
titleOfCourtesyLabel.TabIndex = 43;
titleOfCourtesyLabel.Text = "Title Of Courtesy:";
//
// birthDateLabel
//
birthDateLabel.AutoSize = true;
birthDateLabel.Location = new System.Drawing.Point(13, 167);
birthDateLabel.Name = "birthDateLabel";
birthDateLabel.Size = new System.Drawing.Size(57, 13);
birthDateLabel.TabIndex = 45;
birthDateLabel.Text = "Birth Date:";
//
// hireDateLabel
//
hireDateLabel.AutoSize = true;
hireDateLabel.Location = new System.Drawing.Point(13, 193);
hireDateLabel.Name = "hireDateLabel";
hireDateLabel.Size = new System.Drawing.Size(55, 13);
hireDateLabel.TabIndex = 47;
hireDateLabel.Text = "Hire Date:";
//
// addressLabel
//
addressLabel.AutoSize = true;
addressLabel.Location = new System.Drawing.Point(13, 218);
addressLabel.Name = "addressLabel";
addressLabel.Size = new System.Drawing.Size(48, 13);
addressLabel.TabIndex = 49;
addressLabel.Text = "Address:";
//
// cityLabel
//
cityLabel.AutoSize = true;
cityLabel.Location = new System.Drawing.Point(13, 244);
cityLabel.Name = "cityLabel";
cityLabel.Size = new System.Drawing.Size(27, 13);
cityLabel.TabIndex = 51;
cityLabel.Text = "City:";
//
// regionLabel
//
regionLabel.AutoSize = true;
regionLabel.Location = new System.Drawing.Point(13, 270);
regionLabel.Name = "regionLabel";
regionLabel.Size = new System.Drawing.Size(44, 13);
regionLabel.TabIndex = 53;
regionLabel.Text = "Region:";
//
// postalCodeLabel
//
postalCodeLabel.AutoSize = true;
postalCodeLabel.Location = new System.Drawing.Point(13, 296);
postalCodeLabel.Name = "postalCodeLabel";
postalCodeLabel.Size = new System.Drawing.Size(67, 13);
postalCodeLabel.TabIndex = 55;
postalCodeLabel.Text = "Postal Code:";
//
// countryLabel
//
countryLabel.AutoSize = true;
countryLabel.Location = new System.Drawing.Point(13, 322);
countryLabel.Name = "countryLabel";
countryLabel.Size = new System.Drawing.Size(46, 13);
countryLabel.TabIndex = 57;
countryLabel.Text = "Country:";
//
// homePhoneLabel
//
homePhoneLabel.AutoSize = true;
homePhoneLabel.Location = new System.Drawing.Point(13, 348);
homePhoneLabel.Name = "homePhoneLabel";
homePhoneLabel.Size = new System.Drawing.Size(72, 13);
homePhoneLabel.TabIndex = 59;
homePhoneLabel.Text = "Home Phone:";
//
// extensionLabel
//
extensionLabel.AutoSize = true;
extensionLabel.Location = new System.Drawing.Point(13, 374);
extensionLabel.Name = "extensionLabel";
extensionLabel.Size = new System.Drawing.Size(56, 13);
extensionLabel.TabIndex = 61;
extensionLabel.Text = "Extension:";
//
// notesLabel
//
notesLabel.AutoSize = true;
notesLabel.Location = new System.Drawing.Point(13, 400);
notesLabel.Name = "notesLabel";
notesLabel.Size = new System.Drawing.Size(38, 13);
notesLabel.TabIndex = 63;
notesLabel.Text = "Notes:";
//
// reportsToLabel
//
reportsToLabel.AutoSize = true;
reportsToLabel.Location = new System.Drawing.Point(13, 420);
reportsToLabel.Name = "reportsToLabel";
reportsToLabel.Size = new System.Drawing.Size(63, 13);
reportsToLabel.TabIndex = 65;
reportsToLabel.Text = "Reports To:";
//
// photoPathLabel1
//
photoPathLabel1.AutoSize = true;
photoPathLabel1.Location = new System.Drawing.Point(13, 449);
photoPathLabel1.Name = "photoPathLabel1";
photoPathLabel1.Size = new System.Drawing.Size(63, 13);
photoPathLabel1.TabIndex = 67;
photoPathLabel1.Text = "Photo Path:";
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
this.northwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// employeesBindingSource
//
this.employeesBindingSource.DataMember = "Employees";
this.employeesBindingSource.DataSource = this.northwindDataSet;
//
// employeesTableAdapter
//
this.employeesTableAdapter.ClearBeforeFill = true;
//
// employeesBindingNavigator
//
this.employeesBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.employeesBindingNavigator.BindingSource = this.employeesBindingSource;
this.employeesBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.employeesBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.employeesBindingNavigator.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.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.employeesBindingNavigatorSaveItem});
this.employeesBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.employeesBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.employeesBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.employeesBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.employeesBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.employeesBindingNavigator.Name = "employeesBindingNavigator";
this.employeesBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.employeesBindingNavigator.Size = new System.Drawing.Size(327, 25);
this.employeesBindingNavigator.TabIndex = 35;
this.employeesBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Add new";
//
// 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";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "Delete";
//
// 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);
//
// employeesBindingNavigatorSaveItem
//
this.employeesBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.employeesBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("employeesBindingNavigatorSaveItem.Image")));
this.employeesBindingNavigatorSaveItem.Name = "employeesBindingNavigatorSaveItem";
this.employeesBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.employeesBindingNavigatorSaveItem.Text = "Save Data";
this.employeesBindingNavigatorSaveItem.Click += new System.EventHandler(this.employeesBindingNavigatorSaveItem_Click);
//
// lastNameTextBox
//
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "LastName", true));
this.lastNameTextBox.Location = new System.Drawing.Point(107, 59);
this.lastNameTextBox.Name = "lastNameTextBox";
this.lastNameTextBox.Size = new System.Drawing.Size(200, 20);
this.lastNameTextBox.TabIndex = 38;
//
// firstNameTextBox
//
this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "FirstName", true));
this.firstNameTextBox.Location = new System.Drawing.Point(107, 85);
this.firstNameTextBox.Name = "firstNameTextBox";
this.firstNameTextBox.Size = new System.Drawing.Size(200, 20);
this.firstNameTextBox.TabIndex = 40;
//
// titleTextBox
//
this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Title", true));
this.titleTextBox.Location = new System.Drawing.Point(107, 111);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(200, 20);
this.titleTextBox.TabIndex = 42;
//
// titleOfCourtesyTextBox
//
this.titleOfCourtesyTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "TitleOfCourtesy", true));
this.titleOfCourtesyTextBox.Location = new System.Drawing.Point(107, 137);
this.titleOfCourtesyTextBox.Name = "titleOfCourtesyTextBox";
this.titleOfCourtesyTextBox.Size = new System.Drawing.Size(200, 20);
this.titleOfCourtesyTextBox.TabIndex = 44;
//
// birthDateDateTimePicker
//
this.birthDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "BirthDate", true));
this.birthDateDateTimePicker.Location = new System.Drawing.Point(107, 163);
this.birthDateDateTimePicker.Name = "birthDateDateTimePicker";
this.birthDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.birthDateDateTimePicker.TabIndex = 46;
//
// hireDateDateTimePicker
//
this.hireDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "HireDate", true));
this.hireDateDateTimePicker.Location = new System.Drawing.Point(107, 189);
this.hireDateDateTimePicker.Name = "hireDateDateTimePicker";
this.hireDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.hireDateDateTimePicker.TabIndex = 48;
//
// addressTextBox
//
this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Address", true));
this.addressTextBox.Location = new System.Drawing.Point(107, 215);
this.addressTextBox.Name = "addressTextBox";
this.addressTextBox.Size = new System.Drawing.Size(200, 20);
this.addressTextBox.TabIndex = 50;
//
// cityTextBox
//
this.cityTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "City", true));
this.cityTextBox.Location = new System.Drawing.Point(107, 241);
this.cityTextBox.Name = "cityTextBox";
this.cityTextBox.Size = new System.Drawing.Size(200, 20);
this.cityTextBox.TabIndex = 52;
//
// regionTextBox
//
this.regionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Region", true));
this.regionTextBox.Location = new System.Drawing.Point(107, 267);
this.regionTextBox.Name = "regionTextBox";
this.regionTextBox.Size = new System.Drawing.Size(200, 20);
this.regionTextBox.TabIndex = 54;
//
// postalCodeTextBox
//
this.postalCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "PostalCode", true));
this.postalCodeTextBox.Location = new System.Drawing.Point(107, 293);
this.postalCodeTextBox.Name = "postalCodeTextBox";
this.postalCodeTextBox.Size = new System.Drawing.Size(200, 20);
this.postalCodeTextBox.TabIndex = 56;
//
// countryTextBox
//
this.countryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Country", true));
this.countryTextBox.Location = new System.Drawing.Point(107, 319);
this.countryTextBox.Name = "countryTextBox";
this.countryTextBox.Size = new System.Drawing.Size(200, 20);
this.countryTextBox.TabIndex = 58;
//
// homePhoneTextBox
//
this.homePhoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "HomePhone", true));
this.homePhoneTextBox.Location = new System.Drawing.Point(107, 345);
this.homePhoneTextBox.Name = "homePhoneTextBox";
this.homePhoneTextBox.Size = new System.Drawing.Size(200, 20);
this.homePhoneTextBox.TabIndex = 60;
//
// extensionTextBox
//
this.extensionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Extension", true));
this.extensionTextBox.Location = new System.Drawing.Point(107, 371);
this.extensionTextBox.Name = "extensionTextBox";
this.extensionTextBox.Size = new System.Drawing.Size(200, 20);
this.extensionTextBox.TabIndex = 62;
//
// notesTextBox
//
this.notesTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Notes", true));
this.notesTextBox.Location = new System.Drawing.Point(107, 397);
this.notesTextBox.Name = "notesTextBox";
this.notesTextBox.Size = new System.Drawing.Size(200, 20);
this.notesTextBox.TabIndex = 64;
//
// reportsToLinkLabel
//
this.reportsToLinkLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "ReportsTo", true));
this.reportsToLinkLabel.Location = new System.Drawing.Point(107, 420);
this.reportsToLinkLabel.Name = "reportsToLinkLabel";
this.reportsToLinkLabel.Size = new System.Drawing.Size(200, 23);
this.reportsToLinkLabel.TabIndex = 66;
//
// photoPathTextBox1
//
this.photoPathTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "PhotoPath", true));
this.photoPathTextBox1.Location = new System.Drawing.Point(107, 446);
this.photoPathTextBox1.Name = "photoPathTextBox1";
this.photoPathTextBox1.Size = new System.Drawing.Size(200, 20);
this.photoPathTextBox1.TabIndex = 68;
//
// employeeIDLabel
//
employeeIDLabel.AutoSize = true;
employeeIDLabel.Location = new System.Drawing.Point(13, 35);
employeeIDLabel.Name = "employeeIDLabel";
employeeIDLabel.Size = new System.Drawing.Size(70, 13);
employeeIDLabel.TabIndex = 68;
employeeIDLabel.Text = "Employee ID:";
//
// employeeIDNumericUpDown
//
this.employeeIDNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "EmployeeID", true));
this.employeeIDNumericUpDown.Location = new System.Drawing.Point(107, 33);
this.employeeIDNumericUpDown.Name = "employeeIDNumericUpDown";
this.employeeIDNumericUpDown.Size = new System.Drawing.Size(200, 20);
this.employeeIDNumericUpDown.TabIndex = 69;
//
// DragAndDropDetailsViewForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(327, 486);
this.Controls.Add(employeeIDLabel);
this.Controls.Add(this.employeeIDNumericUpDown);
this.Controls.Add(lastNameLabel);
this.Controls.Add(this.lastNameTextBox);
this.Controls.Add(firstNameLabel);
this.Controls.Add(this.firstNameTextBox);
this.Controls.Add(titleLabel);
this.Controls.Add(this.titleTextBox);
this.Controls.Add(titleOfCourtesyLabel);
this.Controls.Add(this.titleOfCourtesyTextBox);
this.Controls.Add(birthDateLabel);
this.Controls.Add(this.birthDateDateTimePicker);
this.Controls.Add(hireDateLabel);
this.Controls.Add(this.hireDateDateTimePicker);
this.Controls.Add(addressLabel);
this.Controls.Add(this.addressTextBox);
this.Controls.Add(cityLabel);
this.Controls.Add(this.cityTextBox);
this.Controls.Add(regionLabel);
this.Controls.Add(this.regionTextBox);
this.Controls.Add(postalCodeLabel);
this.Controls.Add(this.postalCodeTextBox);
this.Controls.Add(countryLabel);
this.Controls.Add(this.countryTextBox);
this.Controls.Add(homePhoneLabel);
this.Controls.Add(this.homePhoneTextBox);
this.Controls.Add(extensionLabel);
this.Controls.Add(this.extensionTextBox);
this.Controls.Add(notesLabel);
this.Controls.Add(this.notesTextBox);
this.Controls.Add(reportsToLabel);
this.Controls.Add(this.reportsToLinkLabel);
this.Controls.Add(photoPathLabel1);
this.Controls.Add(this.photoPathTextBox1);
this.Controls.Add(this.employeesBindingNavigator);
this.Name = "DragAndDropDetailsViewForm";
this.Text = "Drag And Drop Details View UI";
this.Load += new System.EventHandler(this.DragAndDropDetailsViewForm_Load);
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingNavigator)).EndInit();
this.employeesBindingNavigator.ResumeLayout(false);
this.employeesBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.employeeIDNumericUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private NorthwindDataSet northwindDataSet;
private System.Windows.Forms.BindingSource employeesBindingSource;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
private System.Windows.Forms.BindingNavigator employeesBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton employeesBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox lastNameTextBox;
private System.Windows.Forms.TextBox firstNameTextBox;
private System.Windows.Forms.TextBox titleTextBox;
private System.Windows.Forms.TextBox titleOfCourtesyTextBox;
private System.Windows.Forms.DateTimePicker birthDateDateTimePicker;
private System.Windows.Forms.DateTimePicker hireDateDateTimePicker;
private System.Windows.Forms.TextBox addressTextBox;
private System.Windows.Forms.TextBox cityTextBox;
private System.Windows.Forms.TextBox regionTextBox;
private System.Windows.Forms.TextBox postalCodeTextBox;
private System.Windows.Forms.TextBox countryTextBox;
private System.Windows.Forms.TextBox homePhoneTextBox;
private System.Windows.Forms.TextBox extensionTextBox;
private System.Windows.Forms.TextBox notesTextBox;
private System.Windows.Forms.LinkLabel reportsToLinkLabel;
private System.Windows.Forms.TextBox photoPathTextBox1;
private System.Windows.Forms.NumericUpDown employeeIDNumericUpDown;
}
}