📄 formeditsingletable.designer.cs
字号:
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "性别";
this.dataGridViewTextBoxColumn3.HeaderText = "性别";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "出生日期";
this.dataGridViewTextBoxColumn4.HeaderText = "出生日期";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "学院编码";
this.dataGridViewTextBoxColumn5.HeaderText = "学院编码";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "成绩";
this.dataGridViewTextBoxColumn6.HeaderText = "成绩";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewImageColumn1
//
this.dataGridViewImageColumn1.DataPropertyName = "照片";
this.dataGridViewImageColumn1.HeaderText = "照片";
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
//
// 学号Label
//
学号Label.AutoSize = true;
学号Label.Location = new System.Drawing.Point(12, 269);
学号Label.Name = "学号Label";
学号Label.Size = new System.Drawing.Size(35, 12);
学号Label.TabIndex = 2;
学号Label.Text = "学号:";
//
// 学号TextBox
//
this.学号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "学号", true));
this.学号TextBox.Location = new System.Drawing.Point(77, 266);
this.学号TextBox.Name = "学号TextBox";
this.学号TextBox.Size = new System.Drawing.Size(200, 21);
this.学号TextBox.TabIndex = 3;
//
// 姓名Label
//
姓名Label.AutoSize = true;
姓名Label.Location = new System.Drawing.Point(12, 296);
姓名Label.Name = "姓名Label";
姓名Label.Size = new System.Drawing.Size(35, 12);
姓名Label.TabIndex = 4;
姓名Label.Text = "姓名:";
//
// 姓名TextBox
//
this.姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "姓名", true));
this.姓名TextBox.Location = new System.Drawing.Point(77, 293);
this.姓名TextBox.Name = "姓名TextBox";
this.姓名TextBox.Size = new System.Drawing.Size(200, 21);
this.姓名TextBox.TabIndex = 5;
//
// 性别Label
//
性别Label.AutoSize = true;
性别Label.Location = new System.Drawing.Point(12, 323);
性别Label.Name = "性别Label";
性别Label.Size = new System.Drawing.Size(35, 12);
性别Label.TabIndex = 6;
性别Label.Text = "性别:";
//
// 性别TextBox
//
this.性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "性别", true));
this.性别TextBox.Location = new System.Drawing.Point(77, 320);
this.性别TextBox.Name = "性别TextBox";
this.性别TextBox.Size = new System.Drawing.Size(200, 21);
this.性别TextBox.TabIndex = 7;
//
// 出生日期Label
//
出生日期Label.AutoSize = true;
出生日期Label.Location = new System.Drawing.Point(12, 351);
出生日期Label.Name = "出生日期Label";
出生日期Label.Size = new System.Drawing.Size(59, 12);
出生日期Label.TabIndex = 8;
出生日期Label.Text = "出生日期:";
//
// 出生日期DateTimePicker
//
this.出生日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.myTable2BindingSource, "出生日期", true));
this.出生日期DateTimePicker.Location = new System.Drawing.Point(77, 347);
this.出生日期DateTimePicker.Name = "出生日期DateTimePicker";
this.出生日期DateTimePicker.Size = new System.Drawing.Size(200, 21);
this.出生日期DateTimePicker.TabIndex = 9;
//
// 学院编码Label
//
学院编码Label.AutoSize = true;
学院编码Label.Location = new System.Drawing.Point(12, 377);
学院编码Label.Name = "学院编码Label";
学院编码Label.Size = new System.Drawing.Size(59, 12);
学院编码Label.TabIndex = 10;
学院编码Label.Text = "学院编码:";
//
// 学院编码TextBox
//
this.学院编码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "学院编码", true));
this.学院编码TextBox.Location = new System.Drawing.Point(77, 374);
this.学院编码TextBox.Name = "学院编码TextBox";
this.学院编码TextBox.Size = new System.Drawing.Size(200, 21);
this.学院编码TextBox.TabIndex = 11;
//
// 成绩Label
//
成绩Label.AutoSize = true;
成绩Label.Location = new System.Drawing.Point(12, 404);
成绩Label.Name = "成绩Label";
成绩Label.Size = new System.Drawing.Size(35, 12);
成绩Label.TabIndex = 12;
成绩Label.Text = "成绩:";
//
// 成绩TextBox
//
this.成绩TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable2BindingSource, "成绩", true));
this.成绩TextBox.Location = new System.Drawing.Point(77, 401);
this.成绩TextBox.Name = "成绩TextBox";
this.成绩TextBox.Size = new System.Drawing.Size(200, 21);
this.成绩TextBox.TabIndex = 13;
//
// 照片Label
//
照片Label.AutoSize = true;
照片Label.Location = new System.Drawing.Point(301, 266);
照片Label.Name = "照片Label";
照片Label.Size = new System.Drawing.Size(35, 12);
照片Label.TabIndex = 14;
照片Label.Text = "照片:";
//
// 照片PictureBox
//
this.照片PictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.myTable2BindingSource, "照片", true));
this.照片PictureBox.Location = new System.Drawing.Point(303, 281);
this.照片PictureBox.Name = "照片PictureBox";
this.照片PictureBox.Size = new System.Drawing.Size(192, 141);
this.照片PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.照片PictureBox.TabIndex = 15;
this.照片PictureBox.TabStop = false;
//
// buttonImportPhoto
//
this.buttonImportPhoto.Location = new System.Drawing.Point(570, 281);
this.buttonImportPhoto.Name = "buttonImportPhoto";
this.buttonImportPhoto.Size = new System.Drawing.Size(102, 37);
this.buttonImportPhoto.TabIndex = 16;
this.buttonImportPhoto.Text = "导入照片";
this.buttonImportPhoto.UseVisualStyleBackColor = true;
//
// buttonRetatePhoto
//
this.buttonRetatePhoto.Location = new System.Drawing.Point(570, 331);
this.buttonRetatePhoto.Name = "buttonRetatePhoto";
this.buttonRetatePhoto.Size = new System.Drawing.Size(102, 37);
this.buttonRetatePhoto.TabIndex = 16;
this.buttonRetatePhoto.Text = "旋转照片";
this.buttonRetatePhoto.UseVisualStyleBackColor = true;
//
// buttonClearPhoto
//
this.buttonClearPhoto.Location = new System.Drawing.Point(570, 379);
this.buttonClearPhoto.Name = "buttonClearPhoto";
this.buttonClearPhoto.Size = new System.Drawing.Size(102, 37);
this.buttonClearPhoto.TabIndex = 16;
this.buttonClearPhoto.Text = "清除照片";
this.buttonClearPhoto.UseVisualStyleBackColor = true;
//
// FormEditSingleTable
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(742, 430);
this.Controls.Add(this.buttonClearPhoto);
this.Controls.Add(this.buttonRetatePhoto);
this.Controls.Add(this.buttonImportPhoto);
this.Controls.Add(学号Label);
this.Controls.Add(this.学号TextBox);
this.Controls.Add(姓名Label);
this.Controls.Add(this.姓名TextBox);
this.Controls.Add(性别Label);
this.Controls.Add(this.性别TextBox);
this.Controls.Add(出生日期Label);
this.Controls.Add(this.出生日期DateTimePicker);
this.Controls.Add(学院编码Label);
this.Controls.Add(this.学院编码TextBox);
this.Controls.Add(成绩Label);
this.Controls.Add(this.成绩TextBox);
this.Controls.Add(照片Label);
this.Controls.Add(this.照片PictureBox);
this.Controls.Add(this.myTable2DataGridView);
this.Controls.Add(this.myTable2BindingNavigator);
this.Name = "FormEditSingleTable";
this.Text = "Form1";
this.Load += new System.EventHandler(this.FormEditSingleTable_Load);
((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).EndInit();
this.myTable2BindingNavigator.ResumeLayout(false);
this.myTable2BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.myTable2DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.照片PictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyDatabaseDataSet myDatabaseDataSet;
private System.Windows.Forms.BindingSource myTable2BindingSource;
private EditSingleMyTable2.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter myTable2TableAdapter;
private System.Windows.Forms.BindingNavigator myTable2BindingNavigator;
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 myTable2BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView myTable2DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
private System.Windows.Forms.TextBox 学号TextBox;
private System.Windows.Forms.TextBox 姓名TextBox;
private System.Windows.Forms.TextBox 性别TextBox;
private System.Windows.Forms.DateTimePicker 出生日期DateTimePicker;
private System.Windows.Forms.TextBox 学院编码TextBox;
private System.Windows.Forms.TextBox 成绩TextBox;
private System.Windows.Forms.PictureBox 照片PictureBox;
private System.Windows.Forms.Button buttonImportPhoto;
private System.Windows.Forms.Button buttonRetatePhoto;
private System.Windows.Forms.Button buttonClearPhoto;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -