namespace AppliedDataBindingSample {
partial class EmployeeItemForm {
///
/// 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 photoPathLabel;
System.Windows.Forms.Label reportsToLabel;
System.Windows.Forms.Label notesLabel;
System.Windows.Forms.Label extensionLabel;
System.Windows.Forms.Label homePhoneLabel;
System.Windows.Forms.Label countryLabel;
System.Windows.Forms.Label postalCodeLabel;
System.Windows.Forms.Label regionLabel;
System.Windows.Forms.Label cityLabel;
System.Windows.Forms.Label addressLabel;
System.Windows.Forms.Label hireDateLabel;
System.Windows.Forms.Label birthDateLabel;
System.Windows.Forms.Label titleOfCourtesyLabel;
System.Windows.Forms.Label titleLabel;
System.Windows.Forms.Label firstNameLabel;
System.Windows.Forms.Label lastNameLabel;
System.Windows.Forms.Label photoLabel;
this.northwindDataSet = new AppliedDataBindingSample.NorthwindDataSet();
this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.employeesTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter();
this.photoPathTextBox = new System.Windows.Forms.TextBox();
this.notesTextBox = new System.Windows.Forms.TextBox();
this.extensionTextBox = new System.Windows.Forms.TextBox();
this.homePhoneTextBox = new System.Windows.Forms.TextBox();
this.countryTextBox = new System.Windows.Forms.TextBox();
this.postalCodeTextBox = new System.Windows.Forms.TextBox();
this.regionTextBox = new System.Windows.Forms.TextBox();
this.cityTextBox = new System.Windows.Forms.TextBox();
this.addressTextBox = new System.Windows.Forms.TextBox();
this.hireDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.birthDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.titleOfCourtesyTextBox = new System.Windows.Forms.TextBox();
this.titleTextBox = new System.Windows.Forms.TextBox();
this.firstNameTextBox = new System.Windows.Forms.TextBox();
this.lastNameTextBox = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.personalTabPage = new System.Windows.Forms.TabPage();
this.contactTabPage = new System.Windows.Forms.TabPage();
this.administrationTabPage = new System.Windows.Forms.TabPage();
this.employeesComboBox = new System.Windows.Forms.ComboBox();
this.photoTabPage = new System.Windows.Forms.TabPage();
this.getPhotoButton = new System.Windows.Forms.Button();
this.photoPictureBox = new System.Windows.Forms.PictureBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
photoPathLabel = new System.Windows.Forms.Label();
reportsToLabel = new System.Windows.Forms.Label();
notesLabel = new System.Windows.Forms.Label();
extensionLabel = new System.Windows.Forms.Label();
homePhoneLabel = new System.Windows.Forms.Label();
countryLabel = new System.Windows.Forms.Label();
postalCodeLabel = new System.Windows.Forms.Label();
regionLabel = new System.Windows.Forms.Label();
cityLabel = new System.Windows.Forms.Label();
addressLabel = new System.Windows.Forms.Label();
hireDateLabel = new System.Windows.Forms.Label();
birthDateLabel = new System.Windows.Forms.Label();
titleOfCourtesyLabel = new System.Windows.Forms.Label();
titleLabel = new System.Windows.Forms.Label();
firstNameLabel = new System.Windows.Forms.Label();
lastNameLabel = new System.Windows.Forms.Label();
photoLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
this.tabControl1.SuspendLayout();
this.personalTabPage.SuspendLayout();
this.contactTabPage.SuspendLayout();
this.administrationTabPage.SuspendLayout();
this.photoTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).BeginInit();
this.SuspendLayout();
//
// photoPathLabel
//
photoPathLabel.AutoSize = true;
photoPathLabel.Location = new System.Drawing.Point(6, 9);
photoPathLabel.Name = "photoPathLabel";
photoPathLabel.Size = new System.Drawing.Size(63, 13);
photoPathLabel.TabIndex = 33;
photoPathLabel.Text = "Photo Path:";
//
// reportsToLabel
//
reportsToLabel.AutoSize = true;
reportsToLabel.Location = new System.Drawing.Point(6, 35);
reportsToLabel.Name = "reportsToLabel";
reportsToLabel.Size = new System.Drawing.Size(63, 13);
reportsToLabel.TabIndex = 31;
reportsToLabel.Text = "Reports To:";
//
// notesLabel
//
notesLabel.AutoSize = true;
notesLabel.Location = new System.Drawing.Point(6, 58);
notesLabel.Name = "notesLabel";
notesLabel.Size = new System.Drawing.Size(38, 13);
notesLabel.TabIndex = 29;
notesLabel.Text = "Notes:";
//
// extensionLabel
//
extensionLabel.AutoSize = true;
extensionLabel.Location = new System.Drawing.Point(6, 195);
extensionLabel.Name = "extensionLabel";
extensionLabel.Size = new System.Drawing.Size(56, 13);
extensionLabel.TabIndex = 27;
extensionLabel.Text = "Extension:";
//
// homePhoneLabel
//
homePhoneLabel.AutoSize = true;
homePhoneLabel.Location = new System.Drawing.Point(6, 168);
homePhoneLabel.Name = "homePhoneLabel";
homePhoneLabel.Size = new System.Drawing.Size(72, 13);
homePhoneLabel.TabIndex = 25;
homePhoneLabel.Text = "Home Phone:";
//
// countryLabel
//
countryLabel.AutoSize = true;
countryLabel.Location = new System.Drawing.Point(6, 141);
countryLabel.Name = "countryLabel";
countryLabel.Size = new System.Drawing.Size(46, 13);
countryLabel.TabIndex = 23;
countryLabel.Text = "Country:";
//
// postalCodeLabel
//
postalCodeLabel.AutoSize = true;
postalCodeLabel.Location = new System.Drawing.Point(6, 114);
postalCodeLabel.Name = "postalCodeLabel";
postalCodeLabel.Size = new System.Drawing.Size(67, 13);
postalCodeLabel.TabIndex = 21;
postalCodeLabel.Text = "Postal Code:";
//
// regionLabel
//
regionLabel.AutoSize = true;
regionLabel.Location = new System.Drawing.Point(6, 87);
regionLabel.Name = "regionLabel";
regionLabel.Size = new System.Drawing.Size(44, 13);
regionLabel.TabIndex = 19;
regionLabel.Text = "Region:";
//
// cityLabel
//
cityLabel.AutoSize = true;
cityLabel.Location = new System.Drawing.Point(6, 60);
cityLabel.Name = "cityLabel";
cityLabel.Size = new System.Drawing.Size(27, 13);
cityLabel.TabIndex = 17;
cityLabel.Text = "City:";
//
// addressLabel
//
addressLabel.AutoSize = true;
addressLabel.Location = new System.Drawing.Point(6, 9);
addressLabel.Name = "addressLabel";
addressLabel.Size = new System.Drawing.Size(48, 13);
addressLabel.TabIndex = 15;
addressLabel.Text = "Address:";
//
// hireDateLabel
//
hireDateLabel.AutoSize = true;
hireDateLabel.Location = new System.Drawing.Point(6, 10);
hireDateLabel.Name = "hireDateLabel";
hireDateLabel.Size = new System.Drawing.Size(55, 13);
hireDateLabel.TabIndex = 13;
hireDateLabel.Text = "Hire Date:";
//
// birthDateLabel
//
birthDateLabel.AutoSize = true;
birthDateLabel.Location = new System.Drawing.Point(6, 114);
birthDateLabel.Name = "birthDateLabel";
birthDateLabel.Size = new System.Drawing.Size(57, 13);
birthDateLabel.TabIndex = 11;
birthDateLabel.Text = "Birth Date:";
//
// titleOfCourtesyLabel
//
titleOfCourtesyLabel.AutoSize = true;
titleOfCourtesyLabel.Location = new System.Drawing.Point(6, 87);
titleOfCourtesyLabel.Name = "titleOfCourtesyLabel";
titleOfCourtesyLabel.Size = new System.Drawing.Size(88, 13);
titleOfCourtesyLabel.TabIndex = 9;
titleOfCourtesyLabel.Text = "Title Of Courtesy:";
//
// titleLabel
//
titleLabel.AutoSize = true;
titleLabel.Location = new System.Drawing.Point(6, 61);
titleLabel.Name = "titleLabel";
titleLabel.Size = new System.Drawing.Size(30, 13);
titleLabel.TabIndex = 7;
titleLabel.Text = "Title:";
//
// firstNameLabel
//
firstNameLabel.AutoSize = true;
firstNameLabel.Location = new System.Drawing.Point(7, 35);
firstNameLabel.Name = "firstNameLabel";
firstNameLabel.Size = new System.Drawing.Size(60, 13);
firstNameLabel.TabIndex = 5;
firstNameLabel.Text = "First Name:";
//
// lastNameLabel
//
lastNameLabel.AutoSize = true;
lastNameLabel.Location = new System.Drawing.Point(6, 9);
lastNameLabel.Name = "lastNameLabel";
lastNameLabel.Size = new System.Drawing.Size(61, 13);
lastNameLabel.TabIndex = 3;
lastNameLabel.Text = "Last Name:";
//
// photoLabel
//
photoLabel.AutoSize = true;
photoLabel.Location = new System.Drawing.Point(6, 32);
photoLabel.Name = "photoLabel";
photoLabel.Size = new System.Drawing.Size(38, 13);
photoLabel.TabIndex = 34;
photoLabel.Text = "Photo:";
//
// 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;
//
// photoPathTextBox
//
this.photoPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.photoPathTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "PhotoPath", true));
this.photoPathTextBox.Location = new System.Drawing.Point(72, 6);
this.photoPathTextBox.Name = "photoPathTextBox";
this.photoPathTextBox.Size = new System.Drawing.Size(409, 20);
this.photoPathTextBox.TabIndex = 34;
//
// notesTextBox
//
this.notesTextBox.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.notesTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Notes", true));
this.notesTextBox.Location = new System.Drawing.Point(72, 58);
this.notesTextBox.Multiline = true;
this.notesTextBox.Name = "notesTextBox";
this.notesTextBox.Size = new System.Drawing.Size(434, 156);
this.notesTextBox.TabIndex = 30;
//
// extensionTextBox
//
this.extensionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.extensionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Extension", true));
this.extensionTextBox.Location = new System.Drawing.Point(80, 192);
this.extensionTextBox.Name = "extensionTextBox";
this.extensionTextBox.Size = new System.Drawing.Size(426, 20);
this.extensionTextBox.TabIndex = 28;
//
// homePhoneTextBox
//
this.homePhoneTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.homePhoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "HomePhone", true));
this.homePhoneTextBox.Location = new System.Drawing.Point(80, 165);
this.homePhoneTextBox.Name = "homePhoneTextBox";
this.homePhoneTextBox.Size = new System.Drawing.Size(426, 20);
this.homePhoneTextBox.TabIndex = 26;
//
// countryTextBox
//
this.countryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.countryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Country", true));
this.countryTextBox.Location = new System.Drawing.Point(80, 138);
this.countryTextBox.Name = "countryTextBox";
this.countryTextBox.Size = new System.Drawing.Size(426, 20);
this.countryTextBox.TabIndex = 24;
//
// postalCodeTextBox
//
this.postalCodeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.postalCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "PostalCode", true));
this.postalCodeTextBox.Location = new System.Drawing.Point(80, 111);
this.postalCodeTextBox.Name = "postalCodeTextBox";
this.postalCodeTextBox.Size = new System.Drawing.Size(426, 20);
this.postalCodeTextBox.TabIndex = 22;
//
// regionTextBox
//
this.regionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.regionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Region", true));
this.regionTextBox.Location = new System.Drawing.Point(80, 84);
this.regionTextBox.Name = "regionTextBox";
this.regionTextBox.Size = new System.Drawing.Size(426, 20);
this.regionTextBox.TabIndex = 20;
//
// cityTextBox
//
this.cityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cityTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "City", true));
this.cityTextBox.Location = new System.Drawing.Point(80, 57);
this.cityTextBox.Name = "cityTextBox";
this.cityTextBox.Size = new System.Drawing.Size(426, 20);
this.cityTextBox.TabIndex = 18;
//
// addressTextBox
//
this.addressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Address", true));
this.addressTextBox.Location = new System.Drawing.Point(80, 6);
this.addressTextBox.Multiline = true;
this.addressTextBox.Name = "addressTextBox";
this.addressTextBox.Size = new System.Drawing.Size(426, 45);
this.addressTextBox.TabIndex = 16;
//
// hireDateDateTimePicker
//
this.hireDateDateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.hireDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "HireDate", true));
this.hireDateDateTimePicker.Location = new System.Drawing.Point(72, 6);
this.hireDateDateTimePicker.Name = "hireDateDateTimePicker";
this.hireDateDateTimePicker.Size = new System.Drawing.Size(434, 20);
this.hireDateDateTimePicker.TabIndex = 14;
//
// birthDateDateTimePicker
//
this.birthDateDateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.birthDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeesBindingSource, "BirthDate", true));
this.birthDateDateTimePicker.Location = new System.Drawing.Point(96, 110);
this.birthDateDateTimePicker.Name = "birthDateDateTimePicker";
this.birthDateDateTimePicker.Size = new System.Drawing.Size(410, 20);
this.birthDateDateTimePicker.TabIndex = 12;
//
// titleOfCourtesyTextBox
//
this.titleOfCourtesyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.titleOfCourtesyTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "TitleOfCourtesy", true));
this.titleOfCourtesyTextBox.Location = new System.Drawing.Point(96, 84);
this.titleOfCourtesyTextBox.Name = "titleOfCourtesyTextBox";
this.titleOfCourtesyTextBox.Size = new System.Drawing.Size(410, 20);
this.titleOfCourtesyTextBox.TabIndex = 10;
//
// titleTextBox
//
this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "Title", true));
this.titleTextBox.Location = new System.Drawing.Point(96, 58);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(410, 20);
this.titleTextBox.TabIndex = 8;
//
// firstNameTextBox
//
this.firstNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "FirstName", true));
this.firstNameTextBox.Location = new System.Drawing.Point(96, 32);
this.firstNameTextBox.Name = "firstNameTextBox";
this.firstNameTextBox.Size = new System.Drawing.Size(410, 20);
this.firstNameTextBox.TabIndex = 6;
//
// lastNameTextBox
//
this.lastNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeesBindingSource, "LastName", true));
this.lastNameTextBox.Location = new System.Drawing.Point(96, 6);
this.lastNameTextBox.Name = "lastNameTextBox";
this.lastNameTextBox.Size = new System.Drawing.Size(410, 20);
this.lastNameTextBox.TabIndex = 4;
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.personalTabPage);
this.tabControl1.Controls.Add(this.contactTabPage);
this.tabControl1.Controls.Add(this.administrationTabPage);
this.tabControl1.Controls.Add(this.photoTabPage);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(520, 259);
this.tabControl1.TabIndex = 35;
//
// personalTabPage
//
this.personalTabPage.Controls.Add(this.lastNameTextBox);
this.personalTabPage.Controls.Add(lastNameLabel);
this.personalTabPage.Controls.Add(firstNameLabel);
this.personalTabPage.Controls.Add(this.birthDateDateTimePicker);
this.personalTabPage.Controls.Add(this.firstNameTextBox);
this.personalTabPage.Controls.Add(birthDateLabel);
this.personalTabPage.Controls.Add(titleLabel);
this.personalTabPage.Controls.Add(this.titleOfCourtesyTextBox);
this.personalTabPage.Controls.Add(this.titleTextBox);
this.personalTabPage.Controls.Add(titleOfCourtesyLabel);
this.personalTabPage.Location = new System.Drawing.Point(4, 22);
this.personalTabPage.Name = "personalTabPage";
this.personalTabPage.Padding = new System.Windows.Forms.Padding(3);
this.personalTabPage.Size = new System.Drawing.Size(512, 233);
this.personalTabPage.TabIndex = 0;
this.personalTabPage.Text = "Personal";
//
// contactTabPage
//
this.contactTabPage.Controls.Add(this.addressTextBox);
this.contactTabPage.Controls.Add(addressLabel);
this.contactTabPage.Controls.Add(this.extensionTextBox);
this.contactTabPage.Controls.Add(extensionLabel);
this.contactTabPage.Controls.Add(cityLabel);
this.contactTabPage.Controls.Add(this.homePhoneTextBox);
this.contactTabPage.Controls.Add(this.cityTextBox);
this.contactTabPage.Controls.Add(homePhoneLabel);
this.contactTabPage.Controls.Add(regionLabel);
this.contactTabPage.Controls.Add(this.countryTextBox);
this.contactTabPage.Controls.Add(this.regionTextBox);
this.contactTabPage.Controls.Add(countryLabel);
this.contactTabPage.Controls.Add(postalCodeLabel);
this.contactTabPage.Controls.Add(this.postalCodeTextBox);
this.contactTabPage.Location = new System.Drawing.Point(4, 22);
this.contactTabPage.Name = "contactTabPage";
this.contactTabPage.Padding = new System.Windows.Forms.Padding(3);
this.contactTabPage.Size = new System.Drawing.Size(512, 233);
this.contactTabPage.TabIndex = 1;
this.contactTabPage.Text = "Contact";
//
// administrationTabPage
//
this.administrationTabPage.AutoScroll = true;
this.administrationTabPage.Controls.Add(this.employeesComboBox);
this.administrationTabPage.Controls.Add(this.hireDateDateTimePicker);
this.administrationTabPage.Controls.Add(notesLabel);
this.administrationTabPage.Controls.Add(hireDateLabel);
this.administrationTabPage.Controls.Add(this.notesTextBox);
this.administrationTabPage.Controls.Add(reportsToLabel);
this.administrationTabPage.Location = new System.Drawing.Point(4, 22);
this.administrationTabPage.Name = "administrationTabPage";
this.administrationTabPage.Padding = new System.Windows.Forms.Padding(3);
this.administrationTabPage.Size = new System.Drawing.Size(512, 233);
this.administrationTabPage.TabIndex = 2;
this.administrationTabPage.Text = "Administration";
//
// employeesComboBox
//
this.employeesComboBox.DataSource = this.employeesBindingSource;
this.employeesComboBox.DisplayMember = "LastName";
this.employeesComboBox.FormattingEnabled = true;
this.employeesComboBox.Location = new System.Drawing.Point(72, 32);
this.employeesComboBox.Name = "employeesComboBox";
this.employeesComboBox.Size = new System.Drawing.Size(434, 21);
this.employeesComboBox.TabIndex = 31;
this.employeesComboBox.ValueMember = "EmployeeID";
//
// photoTabPage
//
this.photoTabPage.Controls.Add(this.getPhotoButton);
this.photoTabPage.Controls.Add(photoLabel);
this.photoTabPage.Controls.Add(this.photoPictureBox);
this.photoTabPage.Controls.Add(this.photoPathTextBox);
this.photoTabPage.Controls.Add(photoPathLabel);
this.photoTabPage.Location = new System.Drawing.Point(4, 22);
this.photoTabPage.Name = "photoTabPage";
this.photoTabPage.Padding = new System.Windows.Forms.Padding(3);
this.photoTabPage.Size = new System.Drawing.Size(512, 233);
this.photoTabPage.TabIndex = 3;
this.photoTabPage.Text = "Photo";
//
// getPhotoButton
//
this.getPhotoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.getPhotoButton.Location = new System.Drawing.Point(487, 6);
this.getPhotoButton.Name = "getPhotoButton";
this.getPhotoButton.Size = new System.Drawing.Size(19, 20);
this.getPhotoButton.TabIndex = 36;
this.getPhotoButton.Text = "...";
this.getPhotoButton.Click += new System.EventHandler(this.getPhotoButton_Click);
//
// photoPictureBox
//
this.photoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.photoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.employeesBindingSource, "Photo", true));
this.photoPictureBox.Location = new System.Drawing.Point(72, 32);
this.photoPictureBox.Name = "photoPictureBox";
this.photoPictureBox.Size = new System.Drawing.Size(169, 154);
this.photoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.photoPictureBox.TabIndex = 35;
this.photoPictureBox.TabStop = false;
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(371, 277);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 36;
this.okButton.Text = "OK";
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(452, 277);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 37;
this.cancelButton.Text = "Cancel";
//
// openFileDialog
//
this.openFileDialog.Filter = "JPEG files|*.jpg|Bitmap files|*.bmp|All files|*.jpg;*.bmp";
this.openFileDialog.FilterIndex = 2;
//
// EmployeeItemForm
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(544, 312);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.tabControl1);
this.Name = "EmployeeItemForm";
this.Text = "Employee Item UI";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EmployeeItemForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
this.tabControl1.ResumeLayout(false);
this.personalTabPage.ResumeLayout(false);
this.personalTabPage.PerformLayout();
this.contactTabPage.ResumeLayout(false);
this.contactTabPage.PerformLayout();
this.administrationTabPage.ResumeLayout(false);
this.administrationTabPage.PerformLayout();
this.photoTabPage.ResumeLayout(false);
this.photoTabPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private NorthwindDataSet northwindDataSet;
private System.Windows.Forms.BindingSource employeesBindingSource;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.EmployeesTableAdapter employeesTableAdapter;
private System.Windows.Forms.TextBox photoPathTextBox;
private System.Windows.Forms.TextBox notesTextBox;
private System.Windows.Forms.TextBox extensionTextBox;
private System.Windows.Forms.TextBox homePhoneTextBox;
private System.Windows.Forms.TextBox countryTextBox;
private System.Windows.Forms.TextBox postalCodeTextBox;
private System.Windows.Forms.TextBox regionTextBox;
private System.Windows.Forms.TextBox cityTextBox;
private System.Windows.Forms.TextBox addressTextBox;
private System.Windows.Forms.DateTimePicker hireDateDateTimePicker;
private System.Windows.Forms.DateTimePicker birthDateDateTimePicker;
private System.Windows.Forms.TextBox titleOfCourtesyTextBox;
private System.Windows.Forms.TextBox titleTextBox;
private System.Windows.Forms.TextBox firstNameTextBox;
private System.Windows.Forms.TextBox lastNameTextBox;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage personalTabPage;
private System.Windows.Forms.TabPage contactTabPage;
private System.Windows.Forms.TabPage administrationTabPage;
private System.Windows.Forms.TabPage photoTabPage;
private System.Windows.Forms.PictureBox photoPictureBox;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button getPhotoButton;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.ComboBox employeesComboBox;
}
}