⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 本压缩包包括了VC++基础例子编程,可以为您提供方便.
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace XT12_7
{
    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 学号Label;
            System.Windows.Forms.Label 姓名Label;
            System.Windows.Forms.Label 性别Label;
            System.Windows.Forms.Label 班级Label;
            System.Windows.Forms.Label 数学Label;
            System.Windows.Forms.Label 语文Label;
            System.Windows.Forms.Label 英语Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.studentsDataSet = new XT12_7.StudentsDataSet();
            this.学生成绩BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.学生成绩TableAdapter = new XT12_7.StudentsDataSetTableAdapters.学生成绩TableAdapter();
            this.学生成绩BindingNavigator = 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.学生成绩BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.学号TextBox = new System.Windows.Forms.TextBox();
            this.姓名TextBox = new System.Windows.Forms.TextBox();
            this.性别TextBox = new System.Windows.Forms.TextBox();
            this.班级TextBox = new System.Windows.Forms.TextBox();
            this.数学TextBox = new System.Windows.Forms.TextBox();
            this.语文TextBox = new System.Windows.Forms.TextBox();
            this.英语TextBox = new System.Windows.Forms.TextBox();
            学号Label = new System.Windows.Forms.Label();
            姓名Label = new System.Windows.Forms.Label();
            性别Label = new System.Windows.Forms.Label();
            班级Label = new System.Windows.Forms.Label();
            数学Label = new System.Windows.Forms.Label();
            语文Label = new System.Windows.Forms.Label();
            英语Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.学生成绩BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.学生成绩BindingNavigator)).BeginInit();
            this.学生成绩BindingNavigator.SuspendLayout();
            this.SuspendLayout();
            // 
            // 学号Label
            // 
            学号Label.AutoSize = true;
            学号Label.Location = new System.Drawing.Point(12, 40);
            学号Label.Name = "学号Label";
            学号Label.Size = new System.Drawing.Size(45, 15);
            学号Label.TabIndex = 1;
            学号Label.Text = "学号:";
            // 
            // 姓名Label
            // 
            姓名Label.AutoSize = true;
            姓名Label.Location = new System.Drawing.Point(12, 71);
            姓名Label.Name = "姓名Label";
            姓名Label.Size = new System.Drawing.Size(45, 15);
            姓名Label.TabIndex = 3;
            姓名Label.Text = "姓名:";
            // 
            // 性别Label
            // 
            性别Label.AutoSize = true;
            性别Label.Location = new System.Drawing.Point(12, 102);
            性别Label.Name = "性别Label";
            性别Label.Size = new System.Drawing.Size(45, 15);
            性别Label.TabIndex = 5;
            性别Label.Text = "性别:";
            // 
            // 班级Label
            // 
            班级Label.AutoSize = true;
            班级Label.Location = new System.Drawing.Point(12, 135);
            班级Label.Name = "班级Label";
            班级Label.Size = new System.Drawing.Size(45, 15);
            班级Label.TabIndex = 7;
            班级Label.Text = "班级:";
            // 
            // 数学Label
            // 
            数学Label.AutoSize = true;
            数学Label.Location = new System.Drawing.Point(236, 40);
            数学Label.Name = "数学Label";
            数学Label.Size = new System.Drawing.Size(45, 15);
            数学Label.TabIndex = 9;
            数学Label.Text = "数学:";
            // 
            // 语文Label
            // 
            语文Label.AutoSize = true;
            语文Label.Location = new System.Drawing.Point(236, 71);
            语文Label.Name = "语文Label";
            语文Label.Size = new System.Drawing.Size(45, 15);
            语文Label.TabIndex = 11;
            语文Label.Text = "语文:";
            // 
            // 英语Label
            // 
            英语Label.AutoSize = true;
            英语Label.Location = new System.Drawing.Point(236, 102);
            英语Label.Name = "英语Label";
            英语Label.Size = new System.Drawing.Size(45, 15);
            英语Label.TabIndex = 13;
            英语Label.Text = "英语:";
            // 
            // studentsDataSet
            // 
            this.studentsDataSet.DataSetName = "StudentsDataSet";
            this.studentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 学生成绩BindingSource
            // 
            this.学生成绩BindingSource.DataMember = "学生成绩";
            this.学生成绩BindingSource.DataSource = this.studentsDataSet;
            // 
            // 学生成绩TableAdapter
            // 
            this.学生成绩TableAdapter.ClearBeforeFill = true;
            // 
            // 学生成绩BindingNavigator
            // 
            this.学生成绩BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.学生成绩BindingNavigator.BindingSource = this.学生成绩BindingSource;
            this.学生成绩BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.学生成绩BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.学生成绩BindingNavigator.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.学生成绩BindingNavigatorSaveItem});
            this.学生成绩BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.学生成绩BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.学生成绩BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.学生成绩BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.学生成绩BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.学生成绩BindingNavigator.Name = "学生成绩BindingNavigator";
            this.学生成绩BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.学生成绩BindingNavigator.Size = new System.Drawing.Size(413, 25);
            this.学生成绩BindingNavigator.TabIndex = 0;
            this.学生成绩BindingNavigator.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 = "总项数";
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -