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

📄 form1.designer.cs

📁 csharp课本的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.buttonExchangeColumn.TabIndex = 3;
            this.buttonExchangeColumn.Text = "交换学号和姓名的显示顺序";
            this.buttonExchangeColumn.UseVisualStyleBackColor = true;
            this.buttonExchangeColumn.Click += new System.EventHandler(this.buttonExchangeColumn_Click);
            // 
            // buttonAutoAdjustWidth
            // 
            this.buttonAutoAdjustWidth.Location = new System.Drawing.Point(1, 334);
            this.buttonAutoAdjustWidth.Name = "buttonAutoAdjustWidth";
            this.buttonAutoAdjustWidth.Size = new System.Drawing.Size(160, 22);
            this.buttonAutoAdjustWidth.TabIndex = 3;
            this.buttonAutoAdjustWidth.Text = "自动调整各列宽度";
            this.buttonAutoAdjustWidth.UseVisualStyleBackColor = true;
            this.buttonAutoAdjustWidth.Click += new System.EventHandler(this.buttonAutoAdjustWidth_Click);
            // 
            // buttonSetAlternatingStyle
            // 
            this.buttonSetAlternatingStyle.Location = new System.Drawing.Point(1, 373);
            this.buttonSetAlternatingStyle.Name = "buttonSetAlternatingStyle";
            this.buttonSetAlternatingStyle.Size = new System.Drawing.Size(160, 22);
            this.buttonSetAlternatingStyle.TabIndex = 3;
            this.buttonSetAlternatingStyle.Text = "设置/取消隔行背景色";
            this.buttonSetAlternatingStyle.UseVisualStyleBackColor = true;
            this.buttonSetAlternatingStyle.Click += new System.EventHandler(this.buttonSetAlternatingStyle_Click);
            // 
            // butttonFixFieldPosition
            // 
            this.butttonFixFieldPosition.Location = new System.Drawing.Point(167, 206);
            this.butttonFixFieldPosition.Name = "butttonFixFieldPosition";
            this.butttonFixFieldPosition.Size = new System.Drawing.Size(160, 22);
            this.butttonFixFieldPosition.TabIndex = 3;
            this.butttonFixFieldPosition.Text = "固定/解除固定字段位置";
            this.butttonFixFieldPosition.UseVisualStyleBackColor = true;
            this.butttonFixFieldPosition.Click += new System.EventHandler(this.butttonFixFieldPosition_Click);
            // 
            // buttonShowSelectedCells
            // 
            this.buttonShowSelectedCells.Location = new System.Drawing.Point(333, 206);
            this.buttonShowSelectedCells.Name = "buttonShowSelectedCells";
            this.buttonShowSelectedCells.Size = new System.Drawing.Size(199, 22);
            this.buttonShowSelectedCells.TabIndex = 3;
            this.buttonShowSelectedCells.Text = "显示选择的所有单元格";
            this.buttonShowSelectedCells.UseVisualStyleBackColor = true;
            this.buttonShowSelectedCells.Click += new System.EventHandler(this.buttonShowSelectedCells_Click);
            // 
            // buttonCellValidating
            // 
            this.buttonCellValidating.Location = new System.Drawing.Point(538, 206);
            this.buttonCellValidating.Name = "buttonCellValidating";
            this.buttonCellValidating.Size = new System.Drawing.Size(230, 22);
            this.buttonCellValidating.TabIndex = 3;
            this.buttonCellValidating.Text = "触发CellValidating事件捕获出现的异常";
            this.buttonCellValidating.UseVisualStyleBackColor = true;
            this.buttonCellValidating.Click += new System.EventHandler(this.buttonCellValidating_Click);
            // 
            // buttonChangeCurrentCell
            // 
            this.buttonChangeCurrentCell.Location = new System.Drawing.Point(167, 249);
            this.buttonChangeCurrentCell.Name = "buttonChangeCurrentCell";
            this.buttonChangeCurrentCell.Size = new System.Drawing.Size(160, 22);
            this.buttonChangeCurrentCell.TabIndex = 3;
            this.buttonChangeCurrentCell.Text = "随机更改当前单元格";
            this.buttonChangeCurrentCell.UseVisualStyleBackColor = true;
            this.buttonChangeCurrentCell.Click += new System.EventHandler(this.buttonChangeCurrentCell_Click);
            // 
            // buttonModifyHeaderText
            // 
            this.buttonModifyHeaderText.Location = new System.Drawing.Point(167, 290);
            this.buttonModifyHeaderText.Name = "buttonModifyHeaderText";
            this.buttonModifyHeaderText.Size = new System.Drawing.Size(160, 22);
            this.buttonModifyHeaderText.TabIndex = 3;
            this.buttonModifyHeaderText.Text = "修改/还原学号字段的标题";
            this.buttonModifyHeaderText.UseVisualStyleBackColor = true;
            this.buttonModifyHeaderText.Click += new System.EventHandler(this.buttonModifyHeaderText_Click);
            // 
            // buttonShowSelectedRows
            // 
            this.buttonShowSelectedRows.Location = new System.Drawing.Point(167, 334);
            this.buttonShowSelectedRows.Name = "buttonShowSelectedRows";
            this.buttonShowSelectedRows.Size = new System.Drawing.Size(160, 22);
            this.buttonShowSelectedRows.TabIndex = 3;
            this.buttonShowSelectedRows.Text = "显示选择的行信息";
            this.buttonShowSelectedRows.UseVisualStyleBackColor = true;
            this.buttonShowSelectedRows.Click += new System.EventHandler(this.buttonShowSelectedRows_Click);
            // 
            // buttonDeleteCurrentColumn
            // 
            this.buttonDeleteCurrentColumn.Location = new System.Drawing.Point(167, 373);
            this.buttonDeleteCurrentColumn.Name = "buttonDeleteCurrentColumn";
            this.buttonDeleteCurrentColumn.Size = new System.Drawing.Size(160, 22);
            this.buttonDeleteCurrentColumn.TabIndex = 3;
            this.buttonDeleteCurrentColumn.Text = "删除当前单元格所在的列";
            this.buttonDeleteCurrentColumn.UseVisualStyleBackColor = true;
            this.buttonDeleteCurrentColumn.Click += new System.EventHandler(this.buttonDeleteCurrentColumn_Click);
            // 
            // buttonFormattedShow
            // 
            this.buttonFormattedShow.Location = new System.Drawing.Point(333, 249);
            this.buttonFormattedShow.Name = "buttonFormattedShow";
            this.buttonFormattedShow.Size = new System.Drawing.Size(199, 22);
            this.buttonFormattedShow.TabIndex = 3;
            this.buttonFormattedShow.Text = "设置出生日期显示的格式";
            this.buttonFormattedShow.UseVisualStyleBackColor = true;
            this.buttonFormattedShow.Click += new System.EventHandler(this.buttonFormattedShow_Click);
            // 
            // buttonFilter
            // 
            this.buttonFilter.Location = new System.Drawing.Point(333, 290);
            this.buttonFilter.Name = "buttonFilter";
            this.buttonFilter.Size = new System.Drawing.Size(199, 22);
            this.buttonFilter.TabIndex = 3;
            this.buttonFilter.Text = "选择所有性别为男的行";
            this.buttonFilter.UseVisualStyleBackColor = true;
            this.buttonFilter.Click += new System.EventHandler(this.buttonFilter_Click);
            // 
            // buttonSetCellFormat
            // 
            this.buttonSetCellFormat.Location = new System.Drawing.Point(333, 334);
            this.buttonSetCellFormat.Name = "buttonSetCellFormat";
            this.buttonSetCellFormat.Size = new System.Drawing.Size(199, 22);
            this.buttonSetCellFormat.TabIndex = 3;
            this.buttonSetCellFormat.Text = "触发事件突发显示不及格学生成绩";
            this.buttonSetCellFormat.UseVisualStyleBackColor = true;
            this.buttonSetCellFormat.Click += new System.EventHandler(this.buttonSetCellFormat_Click);
            // 
            // buttonCatchException
            // 
            this.buttonCatchException.Location = new System.Drawing.Point(333, 373);
            this.buttonCatchException.Name = "buttonCatchException";
            this.buttonCatchException.Size = new System.Drawing.Size(199, 22);
            this.buttonCatchException.TabIndex = 3;
            this.buttonCatchException.Text = "触发DataError事件捕获出现的异常";
            this.buttonCatchException.UseVisualStyleBackColor = true;
            this.buttonCatchException.Click += new System.EventHandler(this.buttonCatchException_Click);
            // 
            // buttonUsingComboBox
            // 
            this.buttonUsingComboBox.Location = new System.Drawing.Point(538, 249);
            this.buttonUsingComboBox.Name = "buttonUsingComboBox";
            this.buttonUsingComboBox.Size = new System.Drawing.Size(230, 22);
            this.buttonUsingComboBox.TabIndex = 3;
            this.buttonUsingComboBox.Text = "更改学院编码录入方式";
            this.buttonUsingComboBox.UseVisualStyleBackColor = true;
            this.buttonUsingComboBox.Click += new System.EventHandler(this.buttonUsingComboBox_Click);
            // 
            // buttonUpdate
            // 
            this.buttonUpdate.Location = new System.Drawing.Point(538, 373);
            this.buttonUpdate.Name = "buttonUpdate";
            this.buttonUpdate.Size = new System.Drawing.Size(230, 22);
            this.buttonUpdate.TabIndex = 3;
            this.buttonUpdate.Text = "保存对数据库表的修改";
            this.buttonUpdate.UseVisualStyleBackColor = true;
            this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(772, 419);
            this.Controls.Add(this.buttonSetAlternatingStyle);
            this.Controls.Add(this.buttonAutoAdjustWidth);
            this.Controls.Add(this.buttonExchangeColumn);
            this.Controls.Add(this.buttonShowExpectedField);
            this.Controls.Add(this.buttonUpdate);
            this.Controls.Add(this.buttonUsingComboBox);
            this.Controls.Add(this.buttonCellValidating);
            this.Controls.Add(this.buttonCatchException);
            this.Controls.Add(this.buttonSetCellFormat);
            this.Controls.Add(this.buttonFilter);
            this.Controls.Add(this.buttonFormattedShow);
            this.Controls.Add(this.buttonShowSelectedCells);
            this.Controls.Add(this.buttonDeleteCurrentColumn);
            this.Controls.Add(this.buttonShowSelectedRows);
            this.Controls.Add(this.buttonModifyHeaderText);
            this.Controls.Add(this.buttonChangeCurrentCell);
            this.Controls.Add(this.butttonFixFieldPosition);
            this.Controls.Add(this.buttonBindingDataSource);
            this.Controls.Add(this.bindingNavigator1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.BindingSource bindingSource1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private MyDatabaseDataSet myDatabaseDataSet1;
        private DataGridViewExample.MyDatabaseDataSetTableAdapters.MyTable1TableAdapter myTable1TableAdapter1;
        private DataGridViewExample.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter myTable2TableAdapter1;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        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.Button buttonBindingDataSource;
        private System.Windows.Forms.Button buttonShowExpectedField;
        private System.Windows.Forms.Button buttonExchangeColumn;
        private System.Windows.Forms.Button buttonAutoAdjustWidth;
        private System.Windows.Forms.Button buttonSetAlternatingStyle;
        private System.Windows.Forms.Button butttonFixFieldPosition;
        private System.Windows.Forms.Button buttonShowSelectedCells;
        private System.Windows.Forms.Button buttonCellValidating;
        private System.Windows.Forms.Button buttonChangeCurrentCell;
        private System.Windows.Forms.Button buttonModifyHeaderText;
        private System.Windows.Forms.Button buttonShowSelectedRows;
        private System.Windows.Forms.Button buttonDeleteCurrentColumn;
        private System.Windows.Forms.Button buttonFormattedShow;
        private System.Windows.Forms.Button buttonFilter;
        private System.Windows.Forms.Button buttonSetCellFormat;
        private System.Windows.Forms.Button buttonCatchException;
        private System.Windows.Forms.Button buttonUsingComboBox;
        private System.Windows.Forms.Button buttonUpdate;
    }
}

⌨️ 快捷键说明

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