📄 form1.designer.cs
字号:
namespace LT12_1
{
partial class Form1
{
/// <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();
System.Windows.Forms.Label stuNoLabel;
System.Windows.Forms.Label stuNameLabel;
System.Windows.Forms.Label stuSexLabel;
System.Windows.Forms.Label stuAgeLabel;
System.Windows.Forms.Label stuPolityLabel;
System.Windows.Forms.Label stuHomeLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.stuInfoBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.stuInfoBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.stuNoTextBox = new System.Windows.Forms.TextBox();
this.stuNameTextBox = new System.Windows.Forms.TextBox();
this.stuSexComboBox = new System.Windows.Forms.ComboBox();
this.stuAgeTextBox = new System.Windows.Forms.TextBox();
this.stuPolityTextBox = new System.Windows.Forms.TextBox();
this.stuHomeTextBox = new System.Windows.Forms.TextBox();
this.stuInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.studentDataSet = new LT12_1.studentDataSet();
this.stuInfoTableAdapter = new LT12_1.studentDataSetTableAdapters.StuInfoTableAdapter();
stuNoLabel = new System.Windows.Forms.Label();
stuNameLabel = new System.Windows.Forms.Label();
stuSexLabel = new System.Windows.Forms.Label();
stuAgeLabel = new System.Windows.Forms.Label();
stuPolityLabel = new System.Windows.Forms.Label();
stuHomeLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.stuInfoBindingNavigator)).BeginInit();
this.stuInfoBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stuInfoBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.studentDataSet)).BeginInit();
this.SuspendLayout();
//
// stuNoLabel
//
stuNoLabel.AutoSize = true;
stuNoLabel.Location = new System.Drawing.Point(29, 39);
stuNoLabel.Name = "stuNoLabel";
stuNoLabel.Size = new System.Drawing.Size(37, 15);
stuNoLabel.TabIndex = 1;
stuNoLabel.Text = "学号";
//
// stuNameLabel
//
stuNameLabel.AutoSize = true;
stuNameLabel.Location = new System.Drawing.Point(29, 70);
stuNameLabel.Name = "stuNameLabel";
stuNameLabel.Size = new System.Drawing.Size(37, 15);
stuNameLabel.TabIndex = 3;
stuNameLabel.Text = "姓名";
//
// stuSexLabel
//
stuSexLabel.AutoSize = true;
stuSexLabel.Location = new System.Drawing.Point(29, 101);
stuSexLabel.Name = "stuSexLabel";
stuSexLabel.Size = new System.Drawing.Size(37, 15);
stuSexLabel.TabIndex = 5;
stuSexLabel.Text = "性别";
//
// stuAgeLabel
//
stuAgeLabel.AutoSize = true;
stuAgeLabel.Location = new System.Drawing.Point(230, 39);
stuAgeLabel.Name = "stuAgeLabel";
stuAgeLabel.Size = new System.Drawing.Size(37, 15);
stuAgeLabel.TabIndex = 7;
stuAgeLabel.Text = "年龄";
//
// stuPolityLabel
//
stuPolityLabel.AutoSize = true;
stuPolityLabel.Location = new System.Drawing.Point(230, 70);
stuPolityLabel.Name = "stuPolityLabel";
stuPolityLabel.Size = new System.Drawing.Size(67, 15);
stuPolityLabel.TabIndex = 9;
stuPolityLabel.Text = "政治面貌";
//
// stuHomeLabel
//
stuHomeLabel.AutoSize = true;
stuHomeLabel.Location = new System.Drawing.Point(230, 101);
stuHomeLabel.Name = "stuHomeLabel";
stuHomeLabel.Size = new System.Drawing.Size(37, 15);
stuHomeLabel.TabIndex = 11;
stuHomeLabel.Text = "籍贯";
//
// stuInfoBindingNavigator
//
this.stuInfoBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.stuInfoBindingNavigator.BindingSource = this.stuInfoBindingSource;
this.stuInfoBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.stuInfoBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.stuInfoBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.stuInfoBindingNavigatorSaveItem});
this.stuInfoBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.stuInfoBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.stuInfoBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.stuInfoBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.stuInfoBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.stuInfoBindingNavigator.Name = "stuInfoBindingNavigator";
this.stuInfoBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.stuInfoBindingNavigator.Size = new System.Drawing.Size(459, 25);
this.stuInfoBindingNavigator.TabIndex = 0;
this.stuInfoBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "新添";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(47, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "删除";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -