📄 proctstuinfo.designer.cs
字号:
this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
this.toolStripLabel2.Text = "关键字";
//
// tstxtKeyWord
//
this.tstxtKeyWord.Name = "tstxtKeyWord";
this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// ToolStripBtnIn
//
this.ToolStripBtnIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripBtnIn.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripBtnIn.Image")));
this.ToolStripBtnIn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripBtnIn.Name = "ToolStripBtnIn";
this.ToolStripBtnIn.Size = new System.Drawing.Size(23, 22);
this.ToolStripBtnIn.Text = "打开(&O)";
this.ToolStripBtnIn.ToolTipText = "导入学生信息";
this.ToolStripBtnIn.Click += new System.EventHandler(this.ToolStripBtnIn_Click);
//
// toolStripBtnOut
//
this.toolStripBtnOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripBtnOut.Image = global::WindowsApplication1.Properties.Resources._out;
this.toolStripBtnOut.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripBtnOut.Name = "toolStripBtnOut";
this.toolStripBtnOut.Size = new System.Drawing.Size(23, 22);
this.toolStripBtnOut.Text = "导出学生信息";
this.toolStripBtnOut.Click += new System.EventHandler(this.toolStripBtnOut_Click);
//
// toolStripBtnSave
//
this.toolStripBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripBtnSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnSave.Image")));
this.toolStripBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripBtnSave.Name = "toolStripBtnSave";
this.toolStripBtnSave.Size = new System.Drawing.Size(23, 22);
this.toolStripBtnSave.Text = "添加到数据库";
this.toolStripBtnSave.Click += new System.EventHandler(this.toolStripBtnSave_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel3
//
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(77, 22);
this.toolStripLabel3.Text = "显示所有信息";
//
// toolStripBtnAll
//
this.toolStripBtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripBtnAll.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnAll.Image")));
this.toolStripBtnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripBtnAll.Name = "toolStripBtnAll";
this.toolStripBtnAll.Size = new System.Drawing.Size(23, 22);
this.toolStripBtnAll.Text = "显示所有信息";
this.toolStripBtnAll.Click += new System.EventHandler(this.toolStripBtnAll_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.tscboxCondition,
this.toolStripSeparator6,
this.toolStripLabel2,
this.tstxtKeyWord,
this.toolStripSeparator7,
this.tsbtnLook,
this.ToolStripBtnIn,
this.toolStripBtnOut,
this.toolStripBtnSave,
this.toolStripSeparator1,
this.toolStripLabel3,
this.toolStripBtnAll,
this.toolStripSeparator2,
this.tsbtnExit});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(940, 25);
this.bindingNavigator1.TabIndex = 26;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// ProctStuInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(940, 506);
this.Controls.Add(this.bindingNavigator1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "ProctStuInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "学生信息维护";
this.Load += new System.EventHandler(this.ProctStuInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TextBox txtStuName;
private System.Windows.Forms.TextBox txtStuNum;
private System.Windows.Forms.ComboBox comBDeparture;
private System.Windows.Forms.ComboBox comBClass;
private System.Windows.Forms.Button btnUpdata;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.DataGridViewTextBoxColumn snumberDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn snameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn departmentDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn classDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn idStuDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn sphotoDataGridViewTextBoxColumn;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox comBoxProfession;
private System.Windows.Forms.Label labelnum;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ErrorProvider errorPnum;
private System.Windows.Forms.OpenFileDialog openFDInport;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripButton ToolStripBtnIn;
private System.Windows.Forms.ToolStripButton toolStripBtnOut;
private System.Windows.Forms.ToolStripButton toolStripBtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
private System.Windows.Forms.ToolStripButton toolStripBtnAll;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem tSMItemDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -