📄 formedittable.designer.cs
字号:
this.buttonImportPhoto.Click += new System.EventHandler(this.buttonImportPhoto_Click);
//
// 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;
this.buttonRetatePhoto.Click += new System.EventHandler(this.buttonRetatePhoto_Click);
//
// 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;
this.buttonClearPhoto.Click += new System.EventHandler(this.buttonClearPhoto_Click);
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.myTable1BindingSource, "名称", true));
this.textBox1.Location = new System.Drawing.Point(141, 377);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(136, 21);
this.textBox1.TabIndex = 17;
//
// myTable2BindingSource
//
this.myTable2BindingSource.DataMember = "MyTable2";
this.myTable2BindingSource.DataSource = this.myDatabaseDataSet;
//
// myDatabaseDataSet
//
this.myDatabaseDataSet.DataSetName = "MyDatabaseDataSet";
this.myDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "学号";
this.dataGridViewTextBoxColumn1.HeaderText = "学号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "姓名";
this.dataGridViewTextBoxColumn2.HeaderText = "姓名";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// 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";
//
// myTable2TableAdapter
//
this.myTable2TableAdapter.ClearBeforeFill = true;
//
// myTable1BindingSource
//
this.myTable1BindingSource.DataMember = "MyTable2_MyTable1";
this.myTable1BindingSource.DataSource = this.myTable2BindingSource;
//
// myTable1TableAdapter
//
this.myTable1TableAdapter.ClearBeforeFill = true;
//
// FormEditTable
//
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.textBox1);
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.pictureBoxPhoto);
this.Controls.Add(this.myTable2DataGridView);
this.Controls.Add(this.myTable2BindingNavigator);
this.Name = "FormEditTable";
this.Text = "Form1";
this.Load += new System.EventHandler(this.FormEditSingleTable_Load);
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingNavigator)).EndInit();
this.myTable2BindingNavigator.ResumeLayout(false);
this.myTable2BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.myTable2DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myTable1BindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyDatabaseDataSet myDatabaseDataSet;
private System.Windows.Forms.BindingSource myTable2BindingSource;
private EditMyTable2.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 pictureBoxPhoto;
private System.Windows.Forms.Button buttonImportPhoto;
private System.Windows.Forms.Button buttonRetatePhoto;
private System.Windows.Forms.Button buttonClearPhoto;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.BindingSource myTable1BindingSource;
private EditMyTable2.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter myTable1TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -