代码拉取完成,页面将自动刷新
namespace WindowsFormsApp1
{
partial class SubjectArchives
{
/// <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 dataGridViewCellStyle1 = 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.SubjectDelete = new System.Windows.Forms.Button();
this.SubjectModiy = new System.Windows.Forms.Button();
this.SubjectAdd = new System.Windows.Forms.Button();
this.Teahcherpanel1 = new System.Windows.Forms.Panel();
this.SubjectQuery = new System.Windows.Forms.Button();
this.textBoxSubject = 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(3, 60);
this.panelTeacher1.Margin = new System.Windows.Forms.Padding(4);
this.panelTeacher1.Name = "panelTeacher1";
this.panelTeacher1.Size = new System.Drawing.Size(1048, 398);
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;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
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(1048, 394);
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.SubjectDelete);
this.Teacherpanel3.Controls.Add(this.SubjectModiy);
this.Teacherpanel3.Controls.Add(this.SubjectAdd);
this.Teacherpanel3.Location = new System.Drawing.Point(3, 465);
this.Teacherpanel3.Margin = new System.Windows.Forms.Padding(4);
this.Teacherpanel3.Name = "Teacherpanel3";
this.Teacherpanel3.Size = new System.Drawing.Size(1041, 96);
this.Teacherpanel3.TabIndex = 5;
//
// SubjectDelete
//
this.SubjectDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SubjectDelete.Location = new System.Drawing.Point(301, 30);
this.SubjectDelete.Margin = new System.Windows.Forms.Padding(4);
this.SubjectDelete.Name = "SubjectDelete";
this.SubjectDelete.Size = new System.Drawing.Size(100, 29);
this.SubjectDelete.TabIndex = 2;
this.SubjectDelete.Text = "删除";
this.SubjectDelete.UseVisualStyleBackColor = true;
this.SubjectDelete.Click += new System.EventHandler(this.SubjectDelete_Click);
//
// SubjectModiy
//
this.SubjectModiy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SubjectModiy.Location = new System.Drawing.Point(145, 30);
this.SubjectModiy.Margin = new System.Windows.Forms.Padding(4);
this.SubjectModiy.Name = "SubjectModiy";
this.SubjectModiy.Size = new System.Drawing.Size(100, 29);
this.SubjectModiy.TabIndex = 1;
this.SubjectModiy.Text = "修改";
this.SubjectModiy.UseVisualStyleBackColor = true;
this.SubjectModiy.Click += new System.EventHandler(this.SubjectModiy_Click);
//
// SubjectAdd
//
this.SubjectAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SubjectAdd.Location = new System.Drawing.Point(13, 28);
this.SubjectAdd.Margin = new System.Windows.Forms.Padding(4);
this.SubjectAdd.Name = "SubjectAdd";
this.SubjectAdd.Size = new System.Drawing.Size(100, 29);
this.SubjectAdd.TabIndex = 0;
this.SubjectAdd.Text = "新增";
this.SubjectAdd.UseVisualStyleBackColor = true;
this.SubjectAdd.Click += new System.EventHandler(this.SubjectAdd_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.SubjectQuery);
this.Teahcherpanel1.Controls.Add(this.textBoxSubject);
this.Teahcherpanel1.Controls.Add(this.label1);
this.Teahcherpanel1.Location = new System.Drawing.Point(3, -2);
this.Teahcherpanel1.Margin = new System.Windows.Forms.Padding(4);
this.Teahcherpanel1.Name = "Teahcherpanel1";
this.Teahcherpanel1.Size = new System.Drawing.Size(1041, 55);
this.Teahcherpanel1.TabIndex = 4;
//
// SubjectQuery
//
this.SubjectQuery.Location = new System.Drawing.Point(227, 15);
this.SubjectQuery.Margin = new System.Windows.Forms.Padding(4);
this.SubjectQuery.Name = "SubjectQuery";
this.SubjectQuery.Size = new System.Drawing.Size(117, 29);
this.SubjectQuery.TabIndex = 2;
this.SubjectQuery.Text = "查询";
this.SubjectQuery.UseVisualStyleBackColor = true;
this.SubjectQuery.Click += new System.EventHandler(this.SubjectQuery_Click);
//
// textBoxSubject
//
this.textBoxSubject.Location = new System.Drawing.Point(61, 15);
this.textBoxSubject.Margin = new System.Windows.Forms.Padding(4);
this.textBoxSubject.Name = "textBoxSubject";
this.textBoxSubject.Size = new System.Drawing.Size(137, 25);
this.textBoxSubject.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 = "姓名:";
//
// SubjectArchives
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1043, 562);
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 = "SubjectArchives";
this.Text = "SubjectArchives";
this.Load += new System.EventHandler(this.SubjectArchives_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 SubjectDelete;
private System.Windows.Forms.Button SubjectModiy;
private System.Windows.Forms.Button SubjectAdd;
private System.Windows.Forms.Panel Teahcherpanel1;
private System.Windows.Forms.Button SubjectQuery;
private System.Windows.Forms.TextBox textBoxSubject;
private System.Windows.Forms.Label label1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。