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

📄 form1.designer.cs

📁 本压缩包包括了VC++基础例子编程,可以为您提供方便.
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 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 = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 学生成绩BindingNavigatorSaveItem
            // 
            this.学生成绩BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.学生成绩BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("学生成绩BindingNavigatorSaveItem.Image")));
            this.学生成绩BindingNavigatorSaveItem.Name = "学生成绩BindingNavigatorSaveItem";
            this.学生成绩BindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
            this.学生成绩BindingNavigatorSaveItem.Text = "保存数据";
            this.学生成绩BindingNavigatorSaveItem.Click += new System.EventHandler(this.学生成绩BindingNavigatorSaveItem_Click);
            // 
            // 学号TextBox
            // 
            this.学号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "学号", true));
            this.学号TextBox.Location = new System.Drawing.Point(63, 37);
            this.学号TextBox.Name = "学号TextBox";
            this.学号TextBox.Size = new System.Drawing.Size(100, 25);
            this.学号TextBox.TabIndex = 2;
            this.学号TextBox.TextChanged += new System.EventHandler(this.学号TextBox_TextChanged);
            // 
            // 姓名TextBox
            // 
            this.姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "姓名", true));
            this.姓名TextBox.Location = new System.Drawing.Point(63, 68);
            this.姓名TextBox.Name = "姓名TextBox";
            this.姓名TextBox.Size = new System.Drawing.Size(100, 25);
            this.姓名TextBox.TabIndex = 4;
            // 
            // 性别TextBox
            // 
            this.性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "性别", true));
            this.性别TextBox.Location = new System.Drawing.Point(63, 99);
            this.性别TextBox.Name = "性别TextBox";
            this.性别TextBox.Size = new System.Drawing.Size(100, 25);
            this.性别TextBox.TabIndex = 6;
            // 
            // 班级TextBox
            // 
            this.班级TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "班级", true));
            this.班级TextBox.Location = new System.Drawing.Point(63, 132);
            this.班级TextBox.Name = "班级TextBox";
            this.班级TextBox.Size = new System.Drawing.Size(100, 25);
            this.班级TextBox.TabIndex = 8;
            // 
            // 数学TextBox
            // 
            this.数学TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "数学", true));
            this.数学TextBox.Location = new System.Drawing.Point(287, 37);
            this.数学TextBox.Name = "数学TextBox";
            this.数学TextBox.Size = new System.Drawing.Size(100, 25);
            this.数学TextBox.TabIndex = 10;
            // 
            // 语文TextBox
            // 
            this.语文TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "语文", true));
            this.语文TextBox.Location = new System.Drawing.Point(287, 68);
            this.语文TextBox.Name = "语文TextBox";
            this.语文TextBox.Size = new System.Drawing.Size(100, 25);
            this.语文TextBox.TabIndex = 12;
            // 
            // 英语TextBox
            // 
            this.英语TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.学生成绩BindingSource, "英语", true));
            this.英语TextBox.Location = new System.Drawing.Point(287, 99);
            this.英语TextBox.Name = "英语TextBox";
            this.英语TextBox.Size = new System.Drawing.Size(100, 25);
            this.英语TextBox.TabIndex = 14;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(413, 180);
            this.Controls.Add(学号Label);
            this.Controls.Add(this.学号TextBox);
            this.Controls.Add(姓名Label);
            this.Controls.Add(this.姓名TextBox);
            this.Controls.Add(性别Label);
            this.Controls.Add(this.性别TextBox);
            this.Controls.Add(班级Label);
            this.Controls.Add(this.班级TextBox);
            this.Controls.Add(数学Label);
            this.Controls.Add(this.数学TextBox);
            this.Controls.Add(语文Label);
            this.Controls.Add(this.语文TextBox);
            this.Controls.Add(英语Label);
            this.Controls.Add(this.英语TextBox);
            this.Controls.Add(this.学生成绩BindingNavigator);
            this.Name = "Form1";
            this.Text = "学生成绩表";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.学生成绩BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.学生成绩BindingNavigator)).EndInit();
            this.学生成绩BindingNavigator.ResumeLayout(false);
            this.学生成绩BindingNavigator.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private StudentsDataSet studentsDataSet;
        private System.Windows.Forms.BindingSource 学生成绩BindingSource;
        private XT12_7.StudentsDataSetTableAdapters.学生成绩TableAdapter 学生成绩TableAdapter;
        private System.Windows.Forms.BindingNavigator 学生成绩BindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton 学生成绩BindingNavigatorSaveItem;
        private System.Windows.Forms.TextBox 学号TextBox;
        private System.Windows.Forms.TextBox 姓名TextBox;
        private System.Windows.Forms.TextBox 性别TextBox;
        private System.Windows.Forms.TextBox 班级TextBox;
        private System.Windows.Forms.TextBox 数学TextBox;
        private System.Windows.Forms.TextBox 语文TextBox;
        private System.Windows.Forms.TextBox 英语TextBox;
    }
}

⌨️ 快捷键说明

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