📄 frmdetailsviewtestview.designer.cs
字号:
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);
//
// vEmployeeDepartmentBindingNavigatorSaveItem
//
this.vEmployeeDepartmentBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.vEmployeeDepartmentBindingNavigatorSaveItem.Enabled = false;
this.vEmployeeDepartmentBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("vEmployeeDepartmentBindingNavigatorSaveItem.Image")));
this.vEmployeeDepartmentBindingNavigatorSaveItem.Name = "vEmployeeDepartmentBindingNavigatorSaveItem";
this.vEmployeeDepartmentBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.vEmployeeDepartmentBindingNavigatorSaveItem.Text = "Save Data";
//
// employeeIDTextBox
//
this.employeeIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "EmployeeID", true));
this.employeeIDTextBox.Location = new System.Drawing.Point(102, 53);
this.employeeIDTextBox.Name = "employeeIDTextBox";
this.employeeIDTextBox.Size = new System.Drawing.Size(200, 20);
this.employeeIDTextBox.TabIndex = 2;
//
// titleTextBox
//
this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "Title", true));
this.titleTextBox.Location = new System.Drawing.Point(102, 79);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(200, 20);
this.titleTextBox.TabIndex = 4;
//
// firstNameTextBox
//
this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "FirstName", true));
this.firstNameTextBox.Location = new System.Drawing.Point(102, 105);
this.firstNameTextBox.Name = "firstNameTextBox";
this.firstNameTextBox.Size = new System.Drawing.Size(200, 20);
this.firstNameTextBox.TabIndex = 6;
//
// middleNameTextBox
//
this.middleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "MiddleName", true));
this.middleNameTextBox.Location = new System.Drawing.Point(102, 131);
this.middleNameTextBox.Name = "middleNameTextBox";
this.middleNameTextBox.Size = new System.Drawing.Size(200, 20);
this.middleNameTextBox.TabIndex = 8;
//
// lastNameTextBox
//
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "LastName", true));
this.lastNameTextBox.Location = new System.Drawing.Point(102, 157);
this.lastNameTextBox.Name = "lastNameTextBox";
this.lastNameTextBox.Size = new System.Drawing.Size(200, 20);
this.lastNameTextBox.TabIndex = 10;
//
// suffixTextBox
//
this.suffixTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "Suffix", true));
this.suffixTextBox.Location = new System.Drawing.Point(102, 183);
this.suffixTextBox.Name = "suffixTextBox";
this.suffixTextBox.Size = new System.Drawing.Size(200, 20);
this.suffixTextBox.TabIndex = 12;
//
// jobTitleTextBox
//
this.jobTitleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "JobTitle", true));
this.jobTitleTextBox.Location = new System.Drawing.Point(102, 209);
this.jobTitleTextBox.Name = "jobTitleTextBox";
this.jobTitleTextBox.Size = new System.Drawing.Size(200, 20);
this.jobTitleTextBox.TabIndex = 14;
//
// departmentTextBox
//
this.departmentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "Department", true));
this.departmentTextBox.Location = new System.Drawing.Point(102, 235);
this.departmentTextBox.Name = "departmentTextBox";
this.departmentTextBox.Size = new System.Drawing.Size(200, 20);
this.departmentTextBox.TabIndex = 16;
//
// groupNameTextBox
//
this.groupNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.vEmployeeDepartmentBindingSource, "GroupName", true));
this.groupNameTextBox.Location = new System.Drawing.Point(102, 261);
this.groupNameTextBox.Name = "groupNameTextBox";
this.groupNameTextBox.Size = new System.Drawing.Size(200, 20);
this.groupNameTextBox.TabIndex = 18;
//
// startDateDateTimePicker
//
this.startDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.vEmployeeDepartmentBindingSource, "StartDate", true));
this.startDateDateTimePicker.Location = new System.Drawing.Point(102, 287);
this.startDateDateTimePicker.Name = "startDateDateTimePicker";
this.startDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.startDateDateTimePicker.TabIndex = 20;
//
// frmDetailsViewTestView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 327);
this.Controls.Add(employeeIDLabel);
this.Controls.Add(this.employeeIDTextBox);
this.Controls.Add(titleLabel);
this.Controls.Add(this.titleTextBox);
this.Controls.Add(firstNameLabel);
this.Controls.Add(this.firstNameTextBox);
this.Controls.Add(middleNameLabel);
this.Controls.Add(this.middleNameTextBox);
this.Controls.Add(lastNameLabel);
this.Controls.Add(this.lastNameTextBox);
this.Controls.Add(suffixLabel);
this.Controls.Add(this.suffixTextBox);
this.Controls.Add(jobTitleLabel);
this.Controls.Add(this.jobTitleTextBox);
this.Controls.Add(departmentLabel);
this.Controls.Add(this.departmentTextBox);
this.Controls.Add(groupNameLabel);
this.Controls.Add(this.groupNameTextBox);
this.Controls.Add(startDateLabel);
this.Controls.Add(this.startDateDateTimePicker);
this.Controls.Add(this.vEmployeeDepartmentBindingNavigator);
this.Name = "frmDetailsViewTestView";
this.Text = "DB View Demo";
this.Load += new System.EventHandler(this.DetailsViewTestView_Load);
((System.ComponentModel.ISupportInitialize)(this.adventureWorks)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vEmployeeDepartmentBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vEmployeeDepartmentBindingNavigator)).EndInit();
this.vEmployeeDepartmentBindingNavigator.ResumeLayout(false);
this.vEmployeeDepartmentBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private AdventureWorks adventureWorks;
private System.Windows.Forms.BindingSource vEmployeeDepartmentBindingSource;
private Chapter08.AdventureWorksTableAdapters.vEmployeeDepartmentTableAdapter vEmployeeDepartmentTableAdapter;
private System.Windows.Forms.BindingNavigator vEmployeeDepartmentBindingNavigator;
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 vEmployeeDepartmentBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox employeeIDTextBox;
private System.Windows.Forms.TextBox titleTextBox;
private System.Windows.Forms.TextBox firstNameTextBox;
private System.Windows.Forms.TextBox middleNameTextBox;
private System.Windows.Forms.TextBox lastNameTextBox;
private System.Windows.Forms.TextBox suffixTextBox;
private System.Windows.Forms.TextBox jobTitleTextBox;
private System.Windows.Forms.TextBox departmentTextBox;
private System.Windows.Forms.TextBox groupNameTextBox;
private System.Windows.Forms.DateTimePicker startDateDateTimePicker;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -