📄 frmdetailsviewmasterdetaillookup.designer.cs
字号:
modifiedDateLabel.Text = "Modified Date:";
//
// adventureWorks
//
this.adventureWorks.DataSetName = "AdventureWorks";
this.adventureWorks.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// employeeBindingSource
//
this.employeeBindingSource.DataMember = "Employee";
this.employeeBindingSource.DataSource = this.adventureWorks;
//
// employeeTableAdapter
//
this.employeeTableAdapter.ClearBeforeFill = true;
//
// employeeBindingNavigator
//
this.employeeBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.employeeBindingNavigator.BindingSource = this.employeeBindingSource;
this.employeeBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.employeeBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.employeeBindingNavigator.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.employeeBindingNavigatorSaveItem});
this.employeeBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.employeeBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.employeeBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.employeeBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.employeeBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.employeeBindingNavigator.Name = "employeeBindingNavigator";
this.employeeBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.employeeBindingNavigator.Size = new System.Drawing.Size(679, 25);
this.employeeBindingNavigator.TabIndex = 0;
this.employeeBindingNavigator.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);
//
// employeeBindingNavigatorSaveItem
//
this.employeeBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.employeeBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("employeeBindingNavigatorSaveItem.Image")));
this.employeeBindingNavigatorSaveItem.Name = "employeeBindingNavigatorSaveItem";
this.employeeBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.employeeBindingNavigatorSaveItem.Text = "Save Data";
this.employeeBindingNavigatorSaveItem.Click += new System.EventHandler(this.employeeBindingNavigatorSaveItem_Click);
//
// employeeIDTextBox
//
this.employeeIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "EmployeeID", true));
this.employeeIDTextBox.Location = new System.Drawing.Point(131, 44);
this.employeeIDTextBox.Name = "employeeIDTextBox";
this.employeeIDTextBox.Size = new System.Drawing.Size(200, 20);
this.employeeIDTextBox.TabIndex = 2;
//
// nationalIDNumberTextBox
//
this.nationalIDNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "NationalIDNumber", true));
this.nationalIDNumberTextBox.Location = new System.Drawing.Point(131, 70);
this.nationalIDNumberTextBox.Name = "nationalIDNumberTextBox";
this.nationalIDNumberTextBox.Size = new System.Drawing.Size(200, 20);
this.nationalIDNumberTextBox.TabIndex = 4;
//
// contactIDComboBox
//
this.contactIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.employeeBindingSource, "ContactID", true));
this.contactIDComboBox.DataSource = this.contactBindingSource;
this.contactIDComboBox.DisplayMember = "FullName";
this.contactIDComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.contactIDComboBox.FormattingEnabled = true;
this.contactIDComboBox.Location = new System.Drawing.Point(131, 96);
this.contactIDComboBox.Name = "contactIDComboBox";
this.contactIDComboBox.Size = new System.Drawing.Size(200, 21);
this.contactIDComboBox.TabIndex = 6;
this.contactIDComboBox.ValueMember = "ContactID";
//
// contactBindingSource
//
this.contactBindingSource.DataMember = "Contact";
this.contactBindingSource.DataSource = this.adventureWorks;
//
// loginIDTextBox
//
this.loginIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "LoginID", true));
this.loginIDTextBox.Location = new System.Drawing.Point(131, 123);
this.loginIDTextBox.Name = "loginIDTextBox";
this.loginIDTextBox.Size = new System.Drawing.Size(200, 20);
this.loginIDTextBox.TabIndex = 8;
//
// managerIDTextBox
//
this.managerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "ManagerID", true));
this.managerIDTextBox.Location = new System.Drawing.Point(131, 149);
this.managerIDTextBox.Name = "managerIDTextBox";
this.managerIDTextBox.Size = new System.Drawing.Size(200, 20);
this.managerIDTextBox.TabIndex = 10;
//
// titleTextBox
//
this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "Title", true));
this.titleTextBox.Location = new System.Drawing.Point(131, 175);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(200, 20);
this.titleTextBox.TabIndex = 12;
//
// birthDateDateTimePicker
//
this.birthDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeeBindingSource, "BirthDate", true));
this.birthDateDateTimePicker.Location = new System.Drawing.Point(131, 201);
this.birthDateDateTimePicker.Name = "birthDateDateTimePicker";
this.birthDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.birthDateDateTimePicker.TabIndex = 14;
//
// maritalStatusTextBox
//
this.maritalStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "MaritalStatus", true));
this.maritalStatusTextBox.Location = new System.Drawing.Point(131, 227);
this.maritalStatusTextBox.Name = "maritalStatusTextBox";
this.maritalStatusTextBox.Size = new System.Drawing.Size(200, 20);
this.maritalStatusTextBox.TabIndex = 16;
//
// genderTextBox
//
this.genderTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "Gender", true));
this.genderTextBox.Location = new System.Drawing.Point(131, 253);
this.genderTextBox.Name = "genderTextBox";
this.genderTextBox.Size = new System.Drawing.Size(200, 20);
this.genderTextBox.TabIndex = 18;
//
// hireDateDateTimePicker
//
this.hireDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.employeeBindingSource, "HireDate", true));
this.hireDateDateTimePicker.Location = new System.Drawing.Point(131, 279);
this.hireDateDateTimePicker.Name = "hireDateDateTimePicker";
this.hireDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.hireDateDateTimePicker.TabIndex = 20;
//
// salariedFlagCheckBox
//
this.salariedFlagCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.employeeBindingSource, "SalariedFlag", true));
this.salariedFlagCheckBox.Location = new System.Drawing.Point(131, 305);
this.salariedFlagCheckBox.Name = "salariedFlagCheckBox";
this.salariedFlagCheckBox.Size = new System.Drawing.Size(200, 24);
this.salariedFlagCheckBox.TabIndex = 22;
//
// vacationHoursTextBox
//
this.vacationHoursTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "VacationHours", true));
this.vacationHoursTextBox.Location = new System.Drawing.Point(131, 335);
this.vacationHoursTextBox.Name = "vacationHoursTextBox";
this.vacationHoursTextBox.Size = new System.Drawing.Size(200, 20);
this.vacationHoursTextBox.TabIndex = 24;
//
// sickLeaveHoursTextBox
//
this.sickLeaveHoursTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "SickLeaveHours", true));
this.sickLeaveHoursTextBox.Location = new System.Drawing.Point(131, 361);
this.sickLeaveHoursTextBox.Name = "sickLeaveHoursTextBox";
this.sickLeaveHoursTextBox.Size = new System.Drawing.Size(200, 20);
this.sickLeaveHoursTextBox.TabIndex = 26;
//
// currentFlagCheckBox
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -