📄 updateadmin.designer.cs
字号:
namespace BMS
{
partial class UpdateAdmin
{
/// <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();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = 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.adidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adpwdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adsexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addegreeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adaddressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adphoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adpeopleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.adminBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.book_manageDataSet = new BMS.Book_manageDataSet();
this.aid = new System.Windows.Forms.TextBox();
this.apwd = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.asexcom = new System.Windows.Forms.ComboBox();
this.aphone = new System.Windows.Forms.TextBox();
this.a_adre = new System.Windows.Forms.TextBox();
this.a_degree = new System.Windows.Forms.TextBox();
this.aname = new System.Windows.Forms.TextBox();
this.apeople = new System.Windows.Forms.TextBox();
this.a_date = new System.Windows.Forms.TextBox();
this.adminTableAdapter = new BMS.Book_manageDataSetTableAdapters.AdminTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.adminBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(427, 177);
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.Location = new System.Drawing.Point(96, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 1;
this.label1.Text = "管理员编号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(108, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "密码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(108, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 3;
this.label3.Text = "性别:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(108, 81);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "姓名:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(297, 14);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 5;
this.label5.Text = "身份证号:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(297, 57);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "联系地址:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(297, 103);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 7;
this.label7.Text = "联系电话:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(72, 180);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 8;
this.label8.Text = "操作人:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(237, 180);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 9;
this.label9.Text = "修改时间:";
//
// 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.Column4,
this.Column3,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.adidDataGridViewTextBoxColumn,
this.adpwdDataGridViewTextBoxColumn,
this.adsexDataGridViewTextBoxColumn,
this.adnameDataGridViewTextBoxColumn,
this.addegreeDataGridViewTextBoxColumn,
this.adaddressDataGridViewTextBoxColumn,
this.adphoneDataGridViewTextBoxColumn,
this.adpeopleDataGridViewTextBoxColumn,
this.addateDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.adminBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(12, 227);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(611, 150);
this.dataGridView1.TabIndex = 10;
this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown);
//
// Column1
//
this.Column1.DataPropertyName = "Ad_id";
this.Column1.HeaderText = "管理员编号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.DataPropertyName = "Ad_pwd";
this.Column2.HeaderText = "密码";
this.Column2.Name = "Column2";
//
// Column4
//
this.Column4.DataPropertyName = "Ad_name";
this.Column4.HeaderText = "姓名";
this.Column4.Name = "Column4";
//
// Column3
//
this.Column3.DataPropertyName = "Ad_sex";
this.Column3.HeaderText = "性别";
this.Column3.Name = "Column3";
//
// Column5
//
this.Column5.DataPropertyName = "Ad_degree";
this.Column5.HeaderText = "身份证号";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.DataPropertyName = "Ad_address";
this.Column6.HeaderText = "联系地址";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.DataPropertyName = "Ad_phone";
this.Column7.HeaderText = "联系电话";
this.Column7.Name = "Column7";
//
// Column8
//
this.Column8.DataPropertyName = "Ad_people";
this.Column8.HeaderText = "修改人";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -