📄 praiseandpunish.designer.cs
字号:
namespace StudentInfoMS
{
partial class praiseandpunish
{
/// <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.lbl_sid = new System.Windows.Forms.Label();
this.txt_sid = new System.Windows.Forms.TextBox();
this.lbl_praise = new System.Windows.Forms.Label();
this.txt_praise = new System.Windows.Forms.TextBox();
this.lbl_punish = new System.Windows.Forms.Label();
this.txt_punish = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.sidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.praiseDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.punishDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.beizhuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.beizhuBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.mystuInfoDBDataSet3 = new StudentInfoMS.mystuInfoDBDataSet3();
this.lbl_beizhu = new System.Windows.Forms.Label();
this.txt_beizhu = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_reset = new System.Windows.Forms.Button();
this.btn_save = new System.Windows.Forms.Button();
this.beizhuTableAdapter = new StudentInfoMS.mystuInfoDBDataSet3TableAdapters.beizhuTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.beizhuBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet3)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// lbl_sid
//
this.lbl_sid.AutoSize = true;
this.lbl_sid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_sid.Location = new System.Drawing.Point(1, 16);
this.lbl_sid.Name = "lbl_sid";
this.lbl_sid.Size = new System.Drawing.Size(42, 16);
this.lbl_sid.TabIndex = 0;
this.lbl_sid.Text = "学号";
//
// txt_sid
//
this.txt_sid.Location = new System.Drawing.Point(61, 11);
this.txt_sid.Name = "txt_sid";
this.txt_sid.Size = new System.Drawing.Size(82, 21);
this.txt_sid.TabIndex = 1;
//
// lbl_praise
//
this.lbl_praise.AutoSize = true;
this.lbl_praise.Location = new System.Drawing.Point(1, 47);
this.lbl_praise.Name = "lbl_praise";
this.lbl_praise.Size = new System.Drawing.Size(53, 12);
this.lbl_praise.TabIndex = 2;
this.lbl_praise.Text = "奖励信息";
//
// txt_praise
//
this.txt_praise.Location = new System.Drawing.Point(61, 38);
this.txt_praise.Name = "txt_praise";
this.txt_praise.Size = new System.Drawing.Size(454, 21);
this.txt_praise.TabIndex = 3;
//
// lbl_punish
//
this.lbl_punish.AutoSize = true;
this.lbl_punish.Location = new System.Drawing.Point(1, 72);
this.lbl_punish.Name = "lbl_punish";
this.lbl_punish.Size = new System.Drawing.Size(53, 12);
this.lbl_punish.TabIndex = 4;
this.lbl_punish.Text = "处罚信息";
//
// txt_punish
//
this.txt_punish.Location = new System.Drawing.Point(60, 69);
this.txt_punish.Name = "txt_punish";
this.txt_punish.Size = new System.Drawing.Size(455, 21);
this.txt_punish.TabIndex = 5;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.sidDataGridViewTextBoxColumn,
this.praiseDataGridViewTextBoxColumn,
this.punishDataGridViewTextBoxColumn,
this.beizhuDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.beizhuBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(10, 174);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(526, 197);
this.dataGridView1.TabIndex = 6;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// sidDataGridViewTextBoxColumn
//
this.sidDataGridViewTextBoxColumn.DataPropertyName = "sid";
this.sidDataGridViewTextBoxColumn.HeaderText = "学号";
this.sidDataGridViewTextBoxColumn.Name = "sidDataGridViewTextBoxColumn";
//
// praiseDataGridViewTextBoxColumn
//
this.praiseDataGridViewTextBoxColumn.DataPropertyName = "praise";
this.praiseDataGridViewTextBoxColumn.HeaderText = "奖励";
this.praiseDataGridViewTextBoxColumn.Name = "praiseDataGridViewTextBoxColumn";
//
// punishDataGridViewTextBoxColumn
//
this.punishDataGridViewTextBoxColumn.DataPropertyName = "punish";
this.punishDataGridViewTextBoxColumn.HeaderText = "处罚";
this.punishDataGridViewTextBoxColumn.Name = "punishDataGridViewTextBoxColumn";
//
// beizhuDataGridViewTextBoxColumn
//
this.beizhuDataGridViewTextBoxColumn.DataPropertyName = "beizhu";
this.beizhuDataGridViewTextBoxColumn.HeaderText = "备注";
this.beizhuDataGridViewTextBoxColumn.Name = "beizhuDataGridViewTextBoxColumn";
//
// beizhuBindingSource
//
this.beizhuBindingSource.DataMember = "beizhu";
this.beizhuBindingSource.DataSource = this.mystuInfoDBDataSet3;
//
// mystuInfoDBDataSet3
//
this.mystuInfoDBDataSet3.DataSetName = "mystuInfoDBDataSet3";
this.mystuInfoDBDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// lbl_beizhu
//
this.lbl_beizhu.AutoSize = true;
this.lbl_beizhu.Location = new System.Drawing.Point(2, 100);
this.lbl_beizhu.Name = "lbl_beizhu";
this.lbl_beizhu.Size = new System.Drawing.Size(53, 12);
this.lbl_beizhu.TabIndex = 7;
this.lbl_beizhu.Text = "备注信息";
//
// txt_beizhu
//
this.txt_beizhu.Location = new System.Drawing.Point(61, 97);
this.txt_beizhu.Name = "txt_beizhu";
this.txt_beizhu.Size = new System.Drawing.Size(454, 21);
this.txt_beizhu.TabIndex = 8;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_reset);
this.groupBox1.Controls.Add(this.btn_save);
this.groupBox1.Controls.Add(this.txt_beizhu);
this.groupBox1.Controls.Add(this.lbl_beizhu);
this.groupBox1.Controls.Add(this.txt_punish);
this.groupBox1.Controls.Add(this.lbl_punish);
this.groupBox1.Controls.Add(this.txt_praise);
this.groupBox1.Controls.Add(this.lbl_praise);
this.groupBox1.Controls.Add(this.txt_sid);
this.groupBox1.Controls.Add(this.lbl_sid);
this.groupBox1.Location = new System.Drawing.Point(11, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(525, 164);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "奖励处罚信息编辑";
//
// btn_reset
//
this.btn_reset.Location = new System.Drawing.Point(286, 124);
this.btn_reset.Name = "btn_reset";
this.btn_reset.Size = new System.Drawing.Size(139, 32);
this.btn_reset.TabIndex = 10;
this.btn_reset.Text = "重置";
this.btn_reset.UseVisualStyleBackColor = true;
this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);
//
// btn_save
//
this.btn_save.Location = new System.Drawing.Point(61, 124);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(129, 33);
this.btn_save.TabIndex = 9;
this.btn_save.Text = "保存";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// beizhuTableAdapter
//
this.beizhuTableAdapter.ClearBeforeFill = true;
//
// praiseandpunish
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(549, 383);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Name = "praiseandpunish";
this.Text = "奖励处罚管理";
this.Load += new System.EventHandler(this.praiseandpunish_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.beizhuBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet3)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lbl_sid;
private System.Windows.Forms.TextBox txt_sid;
private System.Windows.Forms.Label lbl_praise;
private System.Windows.Forms.TextBox txt_praise;
private System.Windows.Forms.Label lbl_punish;
private System.Windows.Forms.TextBox txt_punish;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label lbl_beizhu;
private System.Windows.Forms.TextBox txt_beizhu;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btn_reset;
private System.Windows.Forms.Button btn_save;
private mystuInfoDBDataSet3 mystuInfoDBDataSet3;
private System.Windows.Forms.BindingSource beizhuBindingSource;
private StudentInfoMS.mystuInfoDBDataSet3TableAdapters.beizhuTableAdapter beizhuTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn sidDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn praiseDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn punishDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn beizhuDataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -