📄 sendpaper.designer.cs
字号:
namespace WindowsApplication1.KaowuManage
{
partial class SendPaper
{
/// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.btnSend = new System.Windows.Forms.Button();
this.btnLook = new System.Windows.Forms.Button();
this.btnQuit = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ctxtMStripRright = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tSMItemLook = new System.Windows.Forms.ToolStripMenuItem();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.btnOutAll = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.ctxtMStripRright.SuspendLayout();
this.SuspendLayout();
//
// btnSend
//
this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSend.Location = new System.Drawing.Point(44, 530);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(85, 23);
this.btnSend.TabIndex = 1;
this.btnSend.Text = "发放试卷";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// btnLook
//
this.btnLook.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnLook.Location = new System.Drawing.Point(159, 530);
this.btnLook.Name = "btnLook";
this.btnLook.Size = new System.Drawing.Size(81, 23);
this.btnLook.TabIndex = 2;
this.btnLook.Text = "查看试卷";
this.btnLook.UseVisualStyleBackColor = true;
this.btnLook.Click += new System.EventHandler(this.btnLook_Click);
//
// btnQuit
//
this.btnQuit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnQuit.Location = new System.Drawing.Point(406, 530);
this.btnQuit.Name = "btnQuit";
this.btnQuit.Size = new System.Drawing.Size(81, 23);
this.btnQuit.TabIndex = 3;
this.btnQuit.Text = "返回";
this.btnQuit.UseVisualStyleBackColor = true;
this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.ContextMenuStrip = this.ctxtMStripRright;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.LightSlateGray;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.Location = new System.Drawing.Point(28, 12);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(485, 508);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// ctxtMStripRright
//
this.ctxtMStripRright.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSMItemLook});
this.ctxtMStripRright.Name = "contextMenuStrip1";
this.ctxtMStripRright.Size = new System.Drawing.Size(119, 26);
//
// tSMItemLook
//
this.tSMItemLook.Name = "tSMItemLook";
this.tSMItemLook.Size = new System.Drawing.Size(118, 22);
this.tSMItemLook.Text = "查看试卷";
this.tSMItemLook.Click += new System.EventHandler(this.tSMItemLook_Click);
//
// btnOutAll
//
this.btnOutAll.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnOutAll.Location = new System.Drawing.Point(265, 530);
this.btnOutAll.Name = "btnOutAll";
this.btnOutAll.Size = new System.Drawing.Size(104, 23);
this.btnOutAll.TabIndex = 5;
this.btnOutAll.Text = "导出所有试卷";
this.btnOutAll.UseVisualStyleBackColor = true;
this.btnOutAll.Click += new System.EventHandler(this.btnOutAll_Click);
//
// SendPaper
//
this.AcceptButton = this.btnSend;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(540, 562);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.btnLook);
this.Controls.Add(this.btnOutAll);
this.Controls.Add(this.btnQuit);
this.MaximizeBox = false;
this.Name = "SendPaper";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "发放试卷";
this.Load += new System.EventHandler(this.SendPaper_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ctxtMStripRright.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.Button btnLook;
private System.Windows.Forms.Button btnQuit;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ContextMenuStrip ctxtMStripRright;
private System.Windows.Forms.ToolStripMenuItem tSMItemLook;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button btnOutAll;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -