📄 updateoperator.designer.cs
字号:
this.label3.Text = "密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "操作员编号:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(531, 122);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "修改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label10.Location = new System.Drawing.Point(70, 128);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 2;
this.label10.Text = "操作人:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label11.Location = new System.Drawing.Point(280, 122);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 3;
this.label11.Text = "修改时间:";
//
// oaddpe
//
this.oaddpe.Location = new System.Drawing.Point(153, 119);
this.oaddpe.Name = "oaddpe";
this.oaddpe.ReadOnly = true;
this.oaddpe.Size = new System.Drawing.Size(100, 21);
this.oaddpe.TabIndex = 4;
//
// oadda
//
this.oadda.Location = new System.Drawing.Point(358, 119);
this.oadda.Name = "oadda";
this.oadda.ReadOnly = true;
this.oadda.Size = new System.Drawing.Size(121, 21);
this.oadda.TabIndex = 5;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
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.operateBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(53, 158);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(619, 150);
this.dataGridView1.TabIndex = 6;
this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "Id号";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
this.nameDataGridViewTextBoxColumn.HeaderText = "姓名";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
//
// passwordDataGridViewTextBoxColumn
//
this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password";
this.passwordDataGridViewTextBoxColumn.HeaderText = "密码";
this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn";
//
// sexDataGridViewTextBoxColumn
//
this.sexDataGridViewTextBoxColumn.DataPropertyName = "sex";
this.sexDataGridViewTextBoxColumn.HeaderText = "性别";
this.sexDataGridViewTextBoxColumn.Name = "sexDataGridViewTextBoxColumn";
//
// ageDataGridViewTextBoxColumn
//
this.ageDataGridViewTextBoxColumn.DataPropertyName = "age";
this.ageDataGridViewTextBoxColumn.HeaderText = "年龄";
this.ageDataGridViewTextBoxColumn.Name = "ageDataGridViewTextBoxColumn";
//
// schoolDataGridViewTextBoxColumn
//
this.schoolDataGridViewTextBoxColumn.DataPropertyName = "school";
this.schoolDataGridViewTextBoxColumn.HeaderText = "学历";
this.schoolDataGridViewTextBoxColumn.Name = "schoolDataGridViewTextBoxColumn";
//
// degreenumDataGridViewTextBoxColumn
//
this.degreenumDataGridViewTextBoxColumn.DataPropertyName = "degreenum";
this.degreenumDataGridViewTextBoxColumn.HeaderText = "身份证号";
this.degreenumDataGridViewTextBoxColumn.Name = "degreenumDataGridViewTextBoxColumn";
//
// addressDataGridViewTextBoxColumn
//
this.addressDataGridViewTextBoxColumn.DataPropertyName = "address";
this.addressDataGridViewTextBoxColumn.HeaderText = "联系地址";
this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn";
//
// phoneDataGridViewTextBoxColumn
//
this.phoneDataGridViewTextBoxColumn.DataPropertyName = "phone";
this.phoneDataGridViewTextBoxColumn.HeaderText = "联系电话";
this.phoneDataGridViewTextBoxColumn.Name = "phoneDataGridViewTextBoxColumn";
//
// addpeopleDataGridViewTextBoxColumn
//
this.addpeopleDataGridViewTextBoxColumn.DataPropertyName = "addpeople";
this.addpeopleDataGridViewTextBoxColumn.HeaderText = "修改人";
this.addpeopleDataGridViewTextBoxColumn.Name = "addpeopleDataGridViewTextBoxColumn";
//
// addateDataGridViewTextBoxColumn
//
this.addateDataGridViewTextBoxColumn.DataPropertyName = "addate";
this.addateDataGridViewTextBoxColumn.HeaderText = "修改时间";
this.addateDataGridViewTextBoxColumn.Name = "addateDataGridViewTextBoxColumn";
//
// operateBindingSource
//
this.operateBindingSource.DataMember = "Operate";
this.operateBindingSource.DataSource = this.book_manageDataSet;
//
// book_manageDataSet
//
this.book_manageDataSet.DataSetName = "Book_manageDataSet";
this.book_manageDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// operateTableAdapter
//
this.operateTableAdapter.ClearBeforeFill = true;
//
// UpdateOperator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(725, 331);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.oadda);
this.Controls.Add(this.oaddpe);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel1);
this.Name = "UpdateOperator";
this.Text = "UpdataOperator";
this.Load += new System.EventHandler(this.UpdateOperator_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.operateBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox ophon;
private System.Windows.Forms.TextBox oaddre;
private System.Windows.Forms.TextBox odegree;
private System.Windows.Forms.ComboBox scomb;
private System.Windows.Forms.ComboBox sexcomb;
private System.Windows.Forms.TextBox opwd;
private System.Windows.Forms.TextBox oage;
private System.Windows.Forms.TextBox oname;
private System.Windows.Forms.TextBox oid;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox oaddpe;
private System.Windows.Forms.TextBox oadda;
private System.Windows.Forms.DataGridView dataGridView1;
private Book_manageDataSet book_manageDataSet;
private System.Windows.Forms.BindingSource operateBindingSource;
private BMS.Book_manageDataSetTableAdapters.OperateTableAdapter operateTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn passwordDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn sexDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ageDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn schoolDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn degreenumDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn addressDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn phoneDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn addpeopleDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn addateDataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -