代码拉取完成,页面将自动刷新
namespace WindowsFormsApp1
{
partial class OwnInformation
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelTeacher1 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Teacherpanel3 = new System.Windows.Forms.Panel();
this.buttonDelete = new System.Windows.Forms.Button();
this.buttonModiy = new System.Windows.Forms.Button();
this.buttonAdd = new System.Windows.Forms.Button();
this.Teahcherpanel1 = new System.Windows.Forms.Panel();
this.TeacherQuery = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panelTeacher1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.Teacherpanel3.SuspendLayout();
this.Teahcherpanel1.SuspendLayout();
this.SuspendLayout();
//
// panelTeacher1
//
this.panelTeacher1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelTeacher1.Controls.Add(this.dataGridView1);
this.panelTeacher1.Location = new System.Drawing.Point(7, 65);
this.panelTeacher1.Margin = new System.Windows.Forms.Padding(4);
this.panelTeacher1.Name = "panelTeacher1";
this.panelTeacher1.Size = new System.Drawing.Size(918, 409);
this.panelTeacher1.TabIndex = 6;
//
// dataGridView1
//
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle5;
this.dataGridView1.Location = new System.Drawing.Point(0, 20);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(914, 389);
this.dataGridView1.TabIndex = 1;
//
// Teacherpanel3
//
this.Teacherpanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Teacherpanel3.Controls.Add(this.buttonDelete);
this.Teacherpanel3.Controls.Add(this.buttonModiy);
this.Teacherpanel3.Controls.Add(this.buttonAdd);
this.Teacherpanel3.Location = new System.Drawing.Point(7, 482);
this.Teacherpanel3.Margin = new System.Windows.Forms.Padding(4);
this.Teacherpanel3.Name = "Teacherpanel3";
this.Teacherpanel3.Size = new System.Drawing.Size(901, 66);
this.Teacherpanel3.TabIndex = 5;
//
// buttonDelete
//
this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonDelete.Location = new System.Drawing.Point(307, 16);
this.buttonDelete.Margin = new System.Windows.Forms.Padding(4);
this.buttonDelete.Name = "buttonDelete";
this.buttonDelete.Size = new System.Drawing.Size(100, 29);
this.buttonDelete.TabIndex = 2;
this.buttonDelete.Text = "删除";
this.buttonDelete.UseVisualStyleBackColor = true;
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
//
// buttonModiy
//
this.buttonModiy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonModiy.Location = new System.Drawing.Point(155, 16);
this.buttonModiy.Margin = new System.Windows.Forms.Padding(4);
this.buttonModiy.Name = "buttonModiy";
this.buttonModiy.Size = new System.Drawing.Size(100, 29);
this.buttonModiy.TabIndex = 1;
this.buttonModiy.Text = "修改";
this.buttonModiy.UseVisualStyleBackColor = true;
this.buttonModiy.Click += new System.EventHandler(this.buttonModiy_Click);
//
// buttonAdd
//
this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonAdd.Location = new System.Drawing.Point(4, 16);
this.buttonAdd.Margin = new System.Windows.Forms.Padding(4);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(100, 29);
this.buttonAdd.TabIndex = 0;
this.buttonAdd.Text = "新增";
this.buttonAdd.UseVisualStyleBackColor = true;
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
//
// Teahcherpanel1
//
this.Teahcherpanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Teahcherpanel1.Controls.Add(this.TeacherQuery);
this.Teahcherpanel1.Controls.Add(this.textBox1);
this.Teahcherpanel1.Controls.Add(this.label1);
this.Teahcherpanel1.Location = new System.Drawing.Point(7, 2);
this.Teahcherpanel1.Margin = new System.Windows.Forms.Padding(4);
this.Teahcherpanel1.Name = "Teahcherpanel1";
this.Teahcherpanel1.Size = new System.Drawing.Size(901, 55);
this.Teahcherpanel1.TabIndex = 4;
//
// TeacherQuery
//
this.TeacherQuery.Location = new System.Drawing.Point(227, 15);
this.TeacherQuery.Margin = new System.Windows.Forms.Padding(4);
this.TeacherQuery.Name = "TeacherQuery";
this.TeacherQuery.Size = new System.Drawing.Size(117, 29);
this.TeacherQuery.TabIndex = 2;
this.TeacherQuery.Text = "查询";
this.TeacherQuery.UseVisualStyleBackColor = true;
this.TeacherQuery.Click += new System.EventHandler(this.TeacherQuery_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(61, 15);
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(137, 25);
this.textBox1.TabIndex = 1;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(4, 21);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 15);
this.label1.TabIndex = 0;
this.label1.Text = "姓名:";
//
// OwnInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(921, 551);
this.Controls.Add(this.panelTeacher1);
this.Controls.Add(this.Teacherpanel3);
this.Controls.Add(this.Teahcherpanel1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "OwnInformation";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "用户信息";
this.Load += new System.EventHandler(this.OwnInformation_Load);
this.panelTeacher1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.Teacherpanel3.ResumeLayout(false);
this.Teahcherpanel1.ResumeLayout(false);
this.Teahcherpanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelTeacher1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel Teacherpanel3;
private System.Windows.Forms.Button buttonDelete;
private System.Windows.Forms.Button buttonModiy;
private System.Windows.Forms.Button buttonAdd;
private System.Windows.Forms.Panel Teahcherpanel1;
private System.Windows.Forms.Button TeacherQuery;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。