📄 formeditsingletable.designer.cs
字号:
namespace EditSingleMyTable2
{
partial class FormEditSingleTable
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditSingleTable));
System.Windows.Forms.Label 学号Label;
System.Windows.Forms.Label 姓名Label;
System.Windows.Forms.Label 性别Label;
System.Windows.Forms.Label 出生日期Label;
System.Windows.Forms.Label 学院编码Label;
System.Windows.Forms.Label 成绩Label;
System.Windows.Forms.Label 照片Label;
this.myDatabaseDataSet = new EditSingleMyTable2.MyDatabaseDataSet();
this.myTable2BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.myTable2TableAdapter = new EditSingleMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter();
this.myTable2BindingNavigator = 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.myTable2BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.myTable2DataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.学号TextBox = new System.Windows.Forms.TextBox();
this.姓名TextBox = new System.Windows.Forms.TextBox();
this.性别TextBox = new System.Windows.Forms.TextBox();
this.出生日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.学院编码TextBox = new System.Windows.Forms.TextBox();
this.成绩TextBox = new System.Windows.Forms.TextBox();
this.照片PictureBox = new System.Windows.Forms.PictureBox();
this.buttonImportPhoto = new System.Windows.Forms.Button();
this.buttonRetatePhoto = new System.Windows.Forms.Button();
this.buttonClearPhoto = new System.Windows.Forms.Button();
学号Label = new System.Windows.Forms.Label();
姓名Label = new System.Windows.Forms.Label();
性别Label = new System.Windows.Forms.Label();
出生日期Label = new System.Windows.Forms.Label();
学院编码Label = new System.Windows.Forms.Label();
成绩Label = new System.Windows.Forms.Label();
照片Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).BeginInit();
this.myTable2BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.myTable2DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.照片PictureBox)).BeginInit();
this.SuspendLayout();
//
// myDatabaseDataSet
//
this.myDatabaseDataSet.DataSetName = "MyDatabaseDataSet";
this.myDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// myTable2BindingSource
//
this.myTable2BindingSource.DataMember = "MyTable2";
this.myTable2BindingSource.DataSource = this.myDatabaseDataSet;
//
// myTable2TableAdapter
//
this.myTable2TableAdapter.ClearBeforeFill = true;
//
// myTable2BindingNavigator
//
this.myTable2BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.myTable2BindingNavigator.BindingSource = this.myTable2BindingSource;
this.myTable2BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.myTable2BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.myTable2BindingNavigator.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.myTable2BindingNavigatorSaveItem});
this.myTable2BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.myTable2BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.myTable2BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.myTable2BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.myTable2BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.myTable2BindingNavigator.Name = "myTable2BindingNavigator";
this.myTable2BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.myTable2BindingNavigator.Size = new System.Drawing.Size(742, 25);
this.myTable2BindingNavigator.TabIndex = 0;
this.myTable2BindingNavigator.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);
//
// myTable2BindingNavigatorSaveItem
//
this.myTable2BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.myTable2BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("myTable2BindingNavigatorSaveItem.Image")));
this.myTable2BindingNavigatorSaveItem.Name = "myTable2BindingNavigatorSaveItem";
this.myTable2BindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.myTable2BindingNavigatorSaveItem.Text = "保存数据";
this.myTable2BindingNavigatorSaveItem.Click += new System.EventHandler(this.myTable2BindingNavigatorSaveItem_Click);
//
// myTable2DataGridView
//
this.myTable2DataGridView.AutoGenerateColumns = false;
this.myTable2DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewImageColumn1});
this.myTable2DataGridView.DataSource = this.myTable2BindingSource;
this.myTable2DataGridView.Dock = System.Windows.Forms.DockStyle.Top;
this.myTable2DataGridView.Location = new System.Drawing.Point(0, 25);
this.myTable2DataGridView.Name = "myTable2DataGridView";
this.myTable2DataGridView.RowTemplate.Height = 23;
this.myTable2DataGridView.Size = new System.Drawing.Size(742, 222);
this.myTable2DataGridView.TabIndex = 1;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "学号";
this.dataGridViewTextBoxColumn1.HeaderText = "学号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "姓名";
this.dataGridViewTextBoxColumn2.HeaderText = "姓名";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -