📄 deleteoperator.designer.cs
字号:
namespace BMS
{
partial class DeleteOperator
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeleteOperator));
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Colum4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Colum5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.schoolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.degreenumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addpeopleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operateBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.book_manageDataSet = new BMS.Book_manageDataSet();
this.button2 = new System.Windows.Forms.Button();
this.operateBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.operateTableAdapter = new BMS.Book_manageDataSetTableAdapters.OperateTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.operateBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.operateBindingSource)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(244, 27);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(51, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 1;
this.label1.Text = "操作员编号:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(136, 28);
this.textBox1.MaxLength = 8;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 2;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Colum4,
this.Colum5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.Column11,
this.idDataGridViewTextBoxColumn,
this.nameDataGridViewTextBoxColumn,
this.passwordDataGridViewTextBoxColumn,
this.sexDataGridViewTextBoxColumn,
this.ageDataGridViewTextBoxColumn,
this.schoolDataGridViewTextBoxColumn,
this.degreenumDataGridViewTextBoxColumn,
this.addressDataGridViewTextBoxColumn,
this.phoneDataGridViewTextBoxColumn,
this.addpeopleDataGridViewTextBoxColumn,
this.addateDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.operateBindingSource1;
this.dataGridView1.Location = new System.Drawing.Point(53, 71);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(553, 183);
this.dataGridView1.TabIndex = 3;
this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick);
//
// Column1
//
this.Column1.DataPropertyName = "id";
this.Column1.HeaderText = "Id号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.DataPropertyName = "name";
this.Column2.HeaderText = "姓名";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.DataPropertyName = "password";
this.Column3.HeaderText = "密码";
this.Column3.Name = "Column3";
//
// Colum4
//
this.Colum4.DataPropertyName = "sex";
this.Colum4.HeaderText = "性别";
this.Colum4.Name = "Colum4";
//
// Colum5
//
this.Colum5.DataPropertyName = "age";
this.Colum5.HeaderText = "年龄";
this.Colum5.Name = "Colum5";
//
// Column6
//
this.Column6.DataPropertyName = "school";
this.Column6.HeaderText = "学历";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.DataPropertyName = "degreenum";
this.Column7.HeaderText = "身份证号";
this.Column7.Name = "Column7";
//
// Column8
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -