📄 formscoreimport.designer.cs
字号:
namespace StudentManager
{
partial class FormScoreImport
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.comboBoxCourse = new System.Windows.Forms.ComboBox();
this.labelSName = new System.Windows.Forms.Label();
this.buttonClose = new System.Windows.Forms.Button();
this.dataGridViewPreView = new System.Windows.Forms.DataGridView();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.buttonOpenFile = new System.Windows.Forms.Button();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(8, 18);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.comboBoxCourse);
this.splitContainer1.Panel1.Controls.Add(this.buttonOpenFile);
this.splitContainer1.Panel1.Controls.Add(this.labelSName);
this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.buttonClose);
this.splitContainer1.Panel2.Controls.Add(this.dataGridViewPreView);
this.splitContainer1.Size = new System.Drawing.Size(871, 507);
this.splitContainer1.SplitterDistance = 261;
this.splitContainer1.TabIndex = 15;
//
// comboBoxCourse
//
this.comboBoxCourse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxCourse.FormattingEnabled = true;
this.comboBoxCourse.Location = new System.Drawing.Point(85, 80);
this.comboBoxCourse.Name = "comboBoxCourse";
this.comboBoxCourse.Size = new System.Drawing.Size(163, 20);
this.comboBoxCourse.TabIndex = 3;
//
// labelSName
//
this.labelSName.AutoSize = true;
this.labelSName.Location = new System.Drawing.Point(11, 83);
this.labelSName.Name = "labelSName";
this.labelSName.Size = new System.Drawing.Size(53, 12);
this.labelSName.TabIndex = 2;
this.labelSName.Text = "课程名称";
//
// buttonClose
//
this.buttonClose.Location = new System.Drawing.Point(528, 472);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(75, 23);
this.buttonClose.TabIndex = 8;
this.buttonClose.Text = "关闭";
this.buttonClose.UseVisualStyleBackColor = true;
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// dataGridViewPreView
//
this.dataGridViewPreView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dataGridViewPreView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridViewPreView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewPreView.Location = new System.Drawing.Point(6, 3);
this.dataGridViewPreView.Name = "dataGridViewPreView";
this.dataGridViewPreView.RowTemplate.Height = 23;
this.dataGridViewPreView.Size = new System.Drawing.Size(597, 459);
this.dataGridViewPreView.TabIndex = 0;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// buttonOpenFile
//
this.buttonOpenFile.Location = new System.Drawing.Point(13, 131);
this.buttonOpenFile.Name = "buttonOpenFile";
this.buttonOpenFile.Size = new System.Drawing.Size(235, 23);
this.buttonOpenFile.TabIndex = 4;
this.buttonOpenFile.Text = "打开文件并导入数据库...";
this.buttonOpenFile.UseVisualStyleBackColor = true;
this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click);
//
// FormScoreImport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(886, 543);
this.Controls.Add(this.splitContainer1);
this.Name = "FormScoreImport";
this.Text = "导入成绩";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormScoreImport_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ComboBox comboBoxCourse;
private System.Windows.Forms.Label labelSName;
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.DataGridView dataGridViewPreView;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button buttonOpenFile;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -