namespace StuMgmClient
{
partial class TeacherForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TeacherForm));
this.panStudent = new System.Windows.Forms.Panel();
this.lblStudentHead = new System.Windows.Forms.Label();
this.btnSelectStudent = new System.Windows.Forms.Button();
this.txtStudent = new System.Windows.Forms.TextBox();
this.dgvStudent = new System.Windows.Forms.DataGridView();
this.姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.任务名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.任务状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.操作 = new System.Windows.Forms.DataGridViewButtonColumn();
this.panLeft = new System.Windows.Forms.Panel();
this.btnUserInfo = new System.Windows.Forms.Button();
this.btnSwAccount = new System.Windows.Forms.Button();
this.btnFile = new System.Windows.Forms.Button();
this.btnStudent = new System.Windows.Forms.Button();
this.panManagement = new System.Windows.Forms.Panel();
this.lblMissionHead = new System.Windows.Forms.Label();
this.btnEditMTxt = new System.Windows.Forms.Button();
this.btnSavaTxt = new System.Windows.Forms.Button();
this.cboMission = new System.Windows.Forms.ComboBox();
this.rtxMission = new System.Windows.Forms.RichTextBox();
this.panHead = new System.Windows.Forms.Panel();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.bntNext = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnIndex = new System.Windows.Forms.Button();
this.lblHeadTwo = new System.Windows.Forms.Label();
this.picHead = new System.Windows.Forms.PictureBox();
this.lblHead = new System.Windows.Forms.Label();
this.panUserInfo = new System.Windows.Forms.Panel();
this.tlpUserInfo = new System.Windows.Forms.TableLayoutPanel();
this.lblUserzhiwuV = new System.Windows.Forms.Label();
this.lblUserbumenV = new System.Windows.Forms.Label();
this.lblUserName = new System.Windows.Forms.Label();
this.lblUsershenfenV = new System.Windows.Forms.Label();
this.lblUserNameV = new System.Windows.Forms.Label();
this.lblUserbumen = new System.Windows.Forms.Label();
this.lblUserzhiwu = new System.Windows.Forms.Label();
this.lblUsershenfen = new System.Windows.Forms.Label();
this.panStudent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStudent)).BeginInit();
this.panLeft.SuspendLayout();
this.panManagement.SuspendLayout();
this.panHead.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picHead)).BeginInit();
this.panUserInfo.SuspendLayout();
this.tlpUserInfo.SuspendLayout();
this.SuspendLayout();
//
// panStudent
//
this.panStudent.BackColor = System.Drawing.Color.Transparent;
this.panStudent.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panStudent.Controls.Add(this.lblStudentHead);
this.panStudent.Controls.Add(this.btnSelectStudent);
this.panStudent.Controls.Add(this.txtStudent);
this.panStudent.Controls.Add(this.dgvStudent);
this.panStudent.Location = new System.Drawing.Point(213, 99);
this.panStudent.Name = "panStudent";
this.panStudent.Size = new System.Drawing.Size(790, 534);
this.panStudent.TabIndex = 5;
//
// lblStudentHead
//
this.lblStudentHead.AutoSize = true;
this.lblStudentHead.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStudentHead.Location = new System.Drawing.Point(14, 8);
this.lblStudentHead.Name = "lblStudentHead";
this.lblStudentHead.Size = new System.Drawing.Size(131, 25);
this.lblStudentHead.TabIndex = 7;
this.lblStudentHead.Text = "学生任务详情:";
//
// btnSelectStudent
//
this.btnSelectStudent.BackColor = System.Drawing.Color.CornflowerBlue;
this.btnSelectStudent.Font = new System.Drawing.Font("幼圆", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectStudent.ForeColor = System.Drawing.Color.WhiteSmoke;
this.btnSelectStudent.Location = new System.Drawing.Point(677, 5);
this.btnSelectStudent.Name = "btnSelectStudent";
this.btnSelectStudent.Size = new System.Drawing.Size(106, 38);
this.btnSelectStudent.TabIndex = 6;
this.btnSelectStudent.Text = "查找学员";
this.btnSelectStudent.UseVisualStyleBackColor = false;
this.btnSelectStudent.Click += new System.EventHandler(this.BtnSelectStudent_Click);
//
// txtStudent
//
this.txtStudent.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStudent.Location = new System.Drawing.Point(461, 8);
this.txtStudent.Multiline = true;
this.txtStudent.Name = "txtStudent";
this.txtStudent.Size = new System.Drawing.Size(205, 33);
this.txtStudent.TabIndex = 5;
//
// dgvStudent
//
this.dgvStudent.AllowUserToResizeColumns = false;
this.dgvStudent.AllowUserToResizeRows = false;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvStudent.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvStudent.BackgroundColor = System.Drawing.Color.Gainsboro;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.CornflowerBlue;
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.DarkSlateGray;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvStudent.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvStudent.ColumnHeadersHeight = 40;
this.dgvStudent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.姓名,
this.任务名称,
this.任务状态,
this.操作});
this.dgvStudent.EnableHeadersVisualStyles = false;
this.dgvStudent.Location = new System.Drawing.Point(4, 46);
this.dgvStudent.MultiSelect = false;
this.dgvStudent.Name = "dgvStudent";
dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.WhiteSmoke;
this.dgvStudent.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvStudent.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.dgvStudent.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.SystemColors.Highlight;
this.dgvStudent.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.WhiteSmoke;
this.dgvStudent.RowTemplate.Height = 33;
this.dgvStudent.RowTemplate.ReadOnly = true;
this.dgvStudent.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.dgvStudent.Size = new System.Drawing.Size(784, 481);
this.dgvStudent.TabIndex = 0;
this.dgvStudent.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
this.dgvStudent.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DataGridView1_CellFormatting);
this.dgvStudent.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView1_RowPostPaint);
//
// 姓名
//
this.姓名.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.姓名.DataPropertyName = "Name";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.姓名.DefaultCellStyle = dataGridViewCellStyle3;
this.姓名.HeaderText = "姓名";
this.姓名.Name = "姓名";
this.姓名.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// 任务名称
//
this.任务名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.任务名称.DataPropertyName = "MissionId";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F);
this.任务名称.DefaultCellStyle = dataGridViewCellStyle4;
this.任务名称.HeaderText = "任务名称";
this.任务名称.Name = "任务名称";
//
// 任务状态
//
this.任务状态.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.任务状态.DataPropertyName = "State";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F);
this.任务状态.DefaultCellStyle = dataGridViewCellStyle5;
this.任务状态.HeaderText = "任务状态";
this.任务状态.Name = "任务状态";
//
// 操作
//
this.操作.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.DarkSeaGreen;
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Transparent;
dataGridViewCellStyle6.NullValue = "修改";
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Transparent;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Transparent;
this.操作.DefaultCellStyle = dataGridViewCellStyle6;
this.操作.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.操作.HeaderText = "操作";
this.操作.Name = "操作";
this.操作.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.操作.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.操作.Text = "";
//
// panLeft
//
this.panLeft.BackColor = System.Drawing.Color.AliceBlue;
this.panLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panLeft.BackgroundImage")));
this.panLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panLeft.Controls.Add(this.btnUserInfo);
this.panLeft.Controls.Add(this.btnSwAccount);
this.panLeft.Controls.Add(this.btnFile);
this.panLeft.Controls.Add(this.btnStudent);
this.panLeft.Location = new System.Drawing.Point(4, 99);
this.panLeft.Name = "panLeft";
this.panLeft.Size = new System.Drawing.Size(203, 534);
this.panLeft.TabIndex = 4;
//
// btnUserInfo
//
this.btnUserInfo.BackColor = System.Drawing.Color.Transparent;
this.btnUserInfo.FlatAppearance.BorderSize = 0;
this.btnUserInfo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnUserInfo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnUserInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnUserInfo.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUserInfo.ForeColor = System.Drawing.Color.Transparent;
this.btnUserInfo.Location = new System.Drawing.Point(4, 115);
this.btnUserInfo.Name = "btnUserInfo";
this.btnUserInfo.Size = new System.Drawing.Size(194, 48);
this.btnUserInfo.TabIndex = 4;
this.btnUserInfo.Text = "个人信息";
this.btnUserInfo.UseVisualStyleBackColor = false;
this.btnUserInfo.Click += new System.EventHandler(this.BtnUserInfo_Click);
//
// btnSwAccount
//
this.btnSwAccount.BackColor = System.Drawing.Color.Transparent;
this.btnSwAccount.FlatAppearance.BorderSize = 0;
this.btnSwAccount.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnSwAccount.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnSwAccount.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnSwAccount.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSwAccount.ForeColor = System.Drawing.Color.Transparent;
this.btnSwAccount.Location = new System.Drawing.Point(4, 169);
this.btnSwAccount.Name = "btnSwAccount";
this.btnSwAccount.Size = new System.Drawing.Size(194, 48);
this.btnSwAccount.TabIndex = 3;
this.btnSwAccount.Text = "切换账号";
this.btnSwAccount.UseVisualStyleBackColor = false;
this.btnSwAccount.Click += new System.EventHandler(this.BtnSwAccount_Click);
//
// btnFile
//
this.btnFile.BackColor = System.Drawing.Color.Transparent;
this.btnFile.FlatAppearance.BorderSize = 0;
this.btnFile.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnFile.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnFile.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnFile.ForeColor = System.Drawing.Color.Transparent;
this.btnFile.Location = new System.Drawing.Point(4, 61);
this.btnFile.Name = "btnFile";
this.btnFile.Size = new System.Drawing.Size(194, 48);
this.btnFile.TabIndex = 2;
this.btnFile.Text = "任务管理";
this.btnFile.UseVisualStyleBackColor = false;
this.btnFile.Click += new System.EventHandler(this.BtnFile_Click);
//
// btnStudent
//
this.btnStudent.BackColor = System.Drawing.Color.Transparent;
this.btnStudent.FlatAppearance.BorderSize = 0;
this.btnStudent.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnStudent.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnStudent.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnStudent.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStudent.ForeColor = System.Drawing.Color.Transparent;
this.btnStudent.Location = new System.Drawing.Point(4, 11);
this.btnStudent.Name = "btnStudent";
this.btnStudent.Size = new System.Drawing.Size(194, 45);
this.btnStudent.TabIndex = 0;
this.btnStudent.Text = "学员详情";
this.btnStudent.UseVisualStyleBackColor = false;
this.btnStudent.Click += new System.EventHandler(this.BtnStudent_Click);
//
// panManagement
//
this.panManagement.BackColor = System.Drawing.Color.LightGray;
this.panManagement.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panManagement.BackgroundImage")));
this.panManagement.Controls.Add(this.lblMissionHead);
this.panManagement.Controls.Add(this.btnEditMTxt);
this.panManagement.Controls.Add(this.btnSavaTxt);
this.panManagement.Controls.Add(this.cboMission);
this.panManagement.Controls.Add(this.rtxMission);
this.panManagement.Enabled = false;
this.panManagement.Location = new System.Drawing.Point(213, 99);
this.panManagement.Name = "panManagement";
this.panManagement.Size = new System.Drawing.Size(790, 534);
this.panManagement.TabIndex = 8;
this.panManagement.Visible = false;
//
// lblMissionHead
//
this.lblMissionHead.AutoSize = true;
this.lblMissionHead.BackColor = System.Drawing.Color.Transparent;
this.lblMissionHead.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMissionHead.Location = new System.Drawing.Point(5, 7);
this.lblMissionHead.Name = "lblMissionHead";
this.lblMissionHead.Size = new System.Drawing.Size(131, 25);
this.lblMissionHead.TabIndex = 14;
this.lblMissionHead.Text = "修改任务内容:";
//
// btnEditMTxt
//
this.btnEditMTxt.BackColor = System.Drawing.Color.LightGray;
this.btnEditMTxt.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnEditMTxt.Location = new System.Drawing.Point(625, 3);
this.btnEditMTxt.Name = "btnEditMTxt";
this.btnEditMTxt.Size = new System.Drawing.Size(78, 33);
this.btnEditMTxt.TabIndex = 13;
this.btnEditMTxt.Text = "编辑";
this.btnEditMTxt.UseVisualStyleBackColor = false;
this.btnEditMTxt.Click += new System.EventHandler(this.BtnEditMTxt_Click);
//
// btnSavaTxt
//
this.btnSavaTxt.BackColor = System.Drawing.Color.LightGray;
this.btnSavaTxt.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSavaTxt.Location = new System.Drawing.Point(707, 3);
this.btnSavaTxt.Name = "btnSavaTxt";
this.btnSavaTxt.Size = new System.Drawing.Size(78, 33);
this.btnSavaTxt.TabIndex = 12;
this.btnSavaTxt.Text = "保存";
this.btnSavaTxt.UseVisualStyleBackColor = false;
this.btnSavaTxt.Click += new System.EventHandler(this.BtnSavaTxt_Click);
//
// cboMission
//
this.cboMission.Anchor = System.Windows.Forms.AnchorStyles.None;
this.cboMission.BackColor = System.Drawing.Color.WhiteSmoke;
this.cboMission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMission.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.cboMission.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cboMission.Items.AddRange(new object[] {
"基础学习",
"四则运算",
"算法题",
"Modbus"});
this.cboMission.Location = new System.Drawing.Point(449, 4);
this.cboMission.Name = "cboMission";
this.cboMission.Size = new System.Drawing.Size(170, 28);
this.cboMission.TabIndex = 9;
this.cboMission.SelectedIndexChanged += new System.EventHandler(this.CboMission_SelectedIndexChanged);
//
// rtxMission
//
this.rtxMission.Anchor = System.Windows.Forms.AnchorStyles.None;
this.rtxMission.Enabled = false;
this.rtxMission.Font = new System.Drawing.Font("微软雅黑", 10.8F);
this.rtxMission.Location = new System.Drawing.Point(5, 38);
this.rtxMission.Name = "rtxMission";
this.rtxMission.Size = new System.Drawing.Size(780, 490);
this.rtxMission.TabIndex = 10;
this.rtxMission.Text = "";
//
// panHead
//
this.panHead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panHead.BackgroundImage")));
this.panHead.Controls.Add(this.btnRefresh);
this.panHead.Controls.Add(this.btnBack);
this.panHead.Controls.Add(this.bntNext);
this.panHead.Controls.Add(this.btnClose);
this.panHead.Controls.Add(this.btnIndex);
this.panHead.Controls.Add(this.lblHeadTwo);
this.panHead.Controls.Add(this.picHead);
this.panHead.Controls.Add(this.lblHead);
this.panHead.Location = new System.Drawing.Point(3, 8);
this.panHead.Name = "panHead";
this.panHead.Size = new System.Drawing.Size(1002, 89);
this.panHead.TabIndex = 9;
//
// btnRefresh
//
this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
this.btnRefresh.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.BackgroundImage")));
this.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnRefresh.FlatAppearance.BorderSize = 0;
this.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRefresh.ForeColor = System.Drawing.Color.Transparent;
this.btnRefresh.Location = new System.Drawing.Point(746, 28);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(40, 40);
this.btnRefresh.TabIndex = 7;
this.btnRefresh.UseVisualStyleBackColor = false;
//
// btnBack
//
this.btnBack.BackColor = System.Drawing.Color.Transparent;
this.btnBack.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBack.BackgroundImage")));
this.btnBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnBack.FlatAppearance.BorderSize = 0;
this.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBack.ForeColor = System.Drawing.Color.Transparent;
this.btnBack.Location = new System.Drawing.Point(811, 28);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(40, 40);
this.btnBack.TabIndex = 6;
this.btnBack.UseVisualStyleBackColor = false;
//
// bntNext
//
this.bntNext.BackColor = System.Drawing.Color.Transparent;
this.bntNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bntNext.BackgroundImage")));
this.bntNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.bntNext.FlatAppearance.BorderSize = 0;
this.bntNext.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.bntNext.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.bntNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bntNext.ForeColor = System.Drawing.Color.Transparent;
this.bntNext.Location = new System.Drawing.Point(877, 28);
this.bntNext.Name = "bntNext";
this.bntNext.Size = new System.Drawing.Size(40, 40);
this.bntNext.TabIndex = 5;
this.bntNext.UseVisualStyleBackColor = false;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.ForeColor = System.Drawing.Color.Transparent;
this.btnClose.Location = new System.Drawing.Point(940, 28);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(40, 40);
this.btnClose.TabIndex = 4;
this.btnClose.UseVisualStyleBackColor = false;
//
// btnIndex
//
this.btnIndex.BackColor = System.Drawing.Color.Transparent;
this.btnIndex.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnIndex.BackgroundImage")));
this.btnIndex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnIndex.FlatAppearance.BorderSize = 0;
this.btnIndex.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnIndex.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnIndex.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIndex.ForeColor = System.Drawing.Color.Transparent;
this.btnIndex.Location = new System.Drawing.Point(675, 28);
this.btnIndex.Name = "btnIndex";
this.btnIndex.Size = new System.Drawing.Size(40, 40);
this.btnIndex.TabIndex = 3;
this.btnIndex.UseVisualStyleBackColor = false;
//
// lblHeadTwo
//
this.lblHeadTwo.AutoSize = true;
this.lblHeadTwo.BackColor = System.Drawing.Color.Transparent;
this.lblHeadTwo.Font = new System.Drawing.Font("华文琥珀", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblHeadTwo.ForeColor = System.Drawing.Color.DodgerBlue;
this.lblHeadTwo.Location = new System.Drawing.Point(109, 59);
this.lblHeadTwo.Name = "lblHeadTwo";
this.lblHeadTwo.Size = new System.Drawing.Size(112, 26);
this.lblHeadTwo.TabIndex = 2;
this.lblHeadTwo.Text = "教师平台";
//
// picHead
//
this.picHead.Anchor = System.Windows.Forms.AnchorStyles.None;
this.picHead.BackColor = System.Drawing.Color.Transparent;
this.picHead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.picHead.Image = ((System.Drawing.Image)(resources.GetObject("picHead.Image")));
this.picHead.Location = new System.Drawing.Point(18, 21);
this.picHead.Name = "picHead";
this.picHead.Size = new System.Drawing.Size(65, 57);
this.picHead.TabIndex = 1;
this.picHead.TabStop = false;
//
// lblHead
//
this.lblHead.AutoSize = true;
this.lblHead.BackColor = System.Drawing.Color.Transparent;
this.lblHead.Font = new System.Drawing.Font("华文琥珀", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblHead.ForeColor = System.Drawing.Color.DodgerBlue;
this.lblHead.Location = new System.Drawing.Point(89, 26);
this.lblHead.Name = "lblHead";
this.lblHead.Size = new System.Drawing.Size(155, 31);
this.lblHead.TabIndex = 0;
this.lblHead.Text = "信 捷 电 气";
//
// panUserInfo
//
this.panUserInfo.Anchor = System.Windows.Forms.AnchorStyles.None;
this.panUserInfo.BackColor = System.Drawing.Color.WhiteSmoke;
this.panUserInfo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panUserInfo.Controls.Add(this.tlpUserInfo);
this.panUserInfo.Enabled = false;
this.panUserInfo.Location = new System.Drawing.Point(213, 99);
this.panUserInfo.Name = "panUserInfo";
this.panUserInfo.Size = new System.Drawing.Size(790, 531);
this.panUserInfo.TabIndex = 16;
this.panUserInfo.Visible = false;
this.panUserInfo.Paint += new System.Windows.Forms.PaintEventHandler(this.PanUserInfo_Paint);
//
// tlpUserInfo
//
this.tlpUserInfo.ColumnCount = 2;
this.tlpUserInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 108F));
this.tlpUserInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 128F));
this.tlpUserInfo.Controls.Add(this.lblUserzhiwuV, 1, 2);
this.tlpUserInfo.Controls.Add(this.lblUserbumenV, 1, 1);
this.tlpUserInfo.Controls.Add(this.lblUserName, 0, 0);
this.tlpUserInfo.Controls.Add(this.lblUsershenfenV, 1, 3);
this.tlpUserInfo.Controls.Add(this.lblUserNameV, 1, 0);
this.tlpUserInfo.Controls.Add(this.lblUserbumen, 0, 1);
this.tlpUserInfo.Controls.Add(this.lblUserzhiwu, 0, 2);
this.tlpUserInfo.Controls.Add(this.lblUsershenfen, 0, 3);
this.tlpUserInfo.Location = new System.Drawing.Point(45, 46);
this.tlpUserInfo.Name = "tlpUserInfo";
this.tlpUserInfo.RowCount = 4;
this.tlpUserInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpUserInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpUserInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpUserInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tlpUserInfo.Size = new System.Drawing.Size(236, 297);
this.tlpUserInfo.TabIndex = 6;
//
// lblUserzhiwuV
//
this.lblUserzhiwuV.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserzhiwuV.AutoSize = true;
this.lblUserzhiwuV.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserzhiwuV.Location = new System.Drawing.Point(120, 175);
this.lblUserzhiwuV.Name = "lblUserzhiwuV";
this.lblUserzhiwuV.Size = new System.Drawing.Size(104, 19);
this.lblUserzhiwuV.TabIndex = 7;
this.lblUserzhiwuV.Text = "软件工程师";
//
// lblUserbumenV
//
this.lblUserbumenV.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserbumenV.AutoSize = true;
this.lblUserbumenV.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserbumenV.Location = new System.Drawing.Point(120, 101);
this.lblUserbumenV.Name = "lblUserbumenV";
this.lblUserbumenV.Size = new System.Drawing.Size(104, 19);
this.lblUserbumenV.TabIndex = 6;
this.lblUserbumenV.Text = "研发训练营";
//
// lblUserName
//
this.lblUserName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserName.AutoSize = true;
this.lblUserName.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserName.Location = new System.Drawing.Point(25, 27);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(57, 19);
this.lblUserName.TabIndex = 0;
this.lblUserName.Text = "姓名:";
//
// lblUsershenfenV
//
this.lblUsershenfenV.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUsershenfenV.AutoSize = true;
this.lblUsershenfenV.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUsershenfenV.Location = new System.Drawing.Point(172, 250);
this.lblUsershenfenV.Name = "lblUsershenfenV";
this.lblUsershenfenV.Size = new System.Drawing.Size(0, 19);
this.lblUsershenfenV.TabIndex = 5;
//
// lblUserNameV
//
this.lblUserNameV.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserNameV.AutoSize = true;
this.lblUserNameV.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserNameV.Location = new System.Drawing.Point(172, 27);
this.lblUserNameV.Name = "lblUserNameV";
this.lblUserNameV.Size = new System.Drawing.Size(0, 19);
this.lblUserNameV.TabIndex = 4;
//
// lblUserbumen
//
this.lblUserbumen.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserbumen.AutoSize = true;
this.lblUserbumen.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserbumen.Location = new System.Drawing.Point(6, 101);
this.lblUserbumen.Name = "lblUserbumen";
this.lblUserbumen.Size = new System.Drawing.Size(95, 19);
this.lblUserbumen.TabIndex = 1;
this.lblUserbumen.Text = "所属部门:";
this.lblUserbumen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblUserzhiwu
//
this.lblUserzhiwu.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUserzhiwu.AutoSize = true;
this.lblUserzhiwu.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserzhiwu.Location = new System.Drawing.Point(6, 175);
this.lblUserzhiwu.Name = "lblUserzhiwu";
this.lblUserzhiwu.Size = new System.Drawing.Size(95, 19);
this.lblUserzhiwu.TabIndex = 2;
this.lblUserzhiwu.Text = "所属职务:";
//
// lblUsershenfen
//
this.lblUsershenfen.Anchor = System.Windows.Forms.AnchorStyles.None;
this.lblUsershenfen.AutoSize = true;
this.lblUsershenfen.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUsershenfen.Location = new System.Drawing.Point(6, 250);
this.lblUsershenfen.Name = "lblUsershenfen";
this.lblUsershenfen.Size = new System.Drawing.Size(95, 19);
this.lblUsershenfen.TabIndex = 3;
this.lblUsershenfen.Text = "当前身份:";
//
// TeacherForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1010, 639);
this.Controls.Add(this.panHead);
this.Controls.Add(this.panLeft);
this.Controls.Add(this.panStudent);
this.Controls.Add(this.panUserInfo);
this.Controls.Add(this.panManagement);
this.DoubleBuffered = true;
this.Name = "TeacherForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "TeacherForm";
this.Load += new System.EventHandler(this.TeacherForm_Load);
this.panStudent.ResumeLayout(false);
this.panStudent.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStudent)).EndInit();
this.panLeft.ResumeLayout(false);
this.panManagement.ResumeLayout(false);
this.panManagement.PerformLayout();
this.panHead.ResumeLayout(false);
this.panHead.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picHead)).EndInit();
this.panUserInfo.ResumeLayout(false);
this.tlpUserInfo.ResumeLayout(false);
this.tlpUserInfo.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnUserInfo;
private System.Windows.Forms.Button btnSwAccount;
private System.Windows.Forms.Button btnFile;
private System.Windows.Forms.Button btnStudent;
private System.Windows.Forms.Panel panLeft;
private System.Windows.Forms.Panel panStudent;
private System.Windows.Forms.DataGridView dgvStudent;
private System.Windows.Forms.TextBox txtStudent;
private System.Windows.Forms.Button btnSelectStudent;
private System.Windows.Forms.DataGridViewTextBoxColumn 姓名;
private System.Windows.Forms.DataGridViewTextBoxColumn 任务名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 任务状态;
private System.Windows.Forms.DataGridViewButtonColumn 操作;
private System.Windows.Forms.Label lblStudentHead;
private System.Windows.Forms.Panel panManagement;
private System.Windows.Forms.Panel panHead;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button bntNext;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnIndex;
private System.Windows.Forms.Label lblHeadTwo;
private System.Windows.Forms.PictureBox picHead;
private System.Windows.Forms.Label lblHead;
private System.Windows.Forms.RichTextBox rtxMission;
private System.Windows.Forms.ComboBox cboMission;
private System.Windows.Forms.Button btnSavaTxt;
private System.Windows.Forms.Button btnEditMTxt;
private System.Windows.Forms.Label lblMissionHead;
private System.Windows.Forms.Panel panUserInfo;
private System.Windows.Forms.Label lblUsershenfen;
private System.Windows.Forms.Label lblUserzhiwu;
private System.Windows.Forms.Label lblUserbumen;
private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.Label lblUsershenfenV;
private System.Windows.Forms.Label lblUserNameV;
private System.Windows.Forms.TableLayoutPanel tlpUserInfo;
private System.Windows.Forms.Label lblUserzhiwuV;
private System.Windows.Forms.Label lblUserbumenV;
}
}