namespace StuMgmClient { partial class SelectFrom { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectFrom)); this.txtMsg = new System.Windows.Forms.RichTextBox(); this.tlpMisson = new System.Windows.Forms.TableLayoutPanel(); this.btnSumit = new System.Windows.Forms.Button(); this.lblStateMsg = new System.Windows.Forms.Label(); this.lblState = new System.Windows.Forms.Label(); this.picTime = new System.Windows.Forms.PictureBox(); this.lblStart = new System.Windows.Forms.Label(); this.lblTime = new System.Windows.Forms.Label(); this.panMyMission = new System.Windows.Forms.Panel(); this.panHead = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tlpMisson.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picTime)).BeginInit(); this.panMyMission.SuspendLayout(); this.panHead.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // txtMsg // this.txtMsg.Anchor = System.Windows.Forms.AnchorStyles.None; this.txtMsg.BackColor = System.Drawing.Color.WhiteSmoke; this.txtMsg.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMsg.Location = new System.Drawing.Point(3, 93); this.txtMsg.Name = "txtMsg"; this.txtMsg.Size = new System.Drawing.Size(701, 524); this.txtMsg.TabIndex = 0; this.txtMsg.Text = ""; // // tlpMisson // this.tlpMisson.BackColor = System.Drawing.Color.LightGray; this.tlpMisson.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tlpMisson.BackgroundImage"))); this.tlpMisson.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.tlpMisson.ColumnCount = 1; this.tlpMisson.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpMisson.Controls.Add(this.btnSumit, 0, 5); this.tlpMisson.Controls.Add(this.lblStateMsg, 0, 3); this.tlpMisson.Controls.Add(this.lblState, 0, 4); this.tlpMisson.Controls.Add(this.picTime, 0, 0); this.tlpMisson.Controls.Add(this.lblStart, 0, 1); this.tlpMisson.Controls.Add(this.lblTime, 0, 2); this.tlpMisson.Location = new System.Drawing.Point(710, 93); this.tlpMisson.Name = "tlpMisson"; this.tlpMisson.RowCount = 6; this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F)); this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F)); this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F)); this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F)); this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 59F)); this.tlpMisson.Size = new System.Drawing.Size(179, 524); this.tlpMisson.TabIndex = 6; // // btnSumit // this.btnSumit.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnSumit.BackColor = System.Drawing.Color.Transparent; this.btnSumit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnSumit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnSumit.FlatAppearance.BorderSize = 0; this.btnSumit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnSumit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnSumit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSumit.ForeColor = System.Drawing.Color.Transparent; this.btnSumit.Location = new System.Drawing.Point(46, 381); this.btnSumit.Name = "btnSumit"; this.btnSumit.Size = new System.Drawing.Size(87, 43); this.btnSumit.TabIndex = 4; this.btnSumit.UseVisualStyleBackColor = false; this.btnSumit.Click += new System.EventHandler(this.btnSumit_Click); // // lblStateMsg // this.lblStateMsg.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblStateMsg.AutoSize = true; this.lblStateMsg.BackColor = System.Drawing.Color.Transparent; this.lblStateMsg.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStateMsg.Location = new System.Drawing.Point(32, 205); this.lblStateMsg.Name = "lblStateMsg"; this.lblStateMsg.Size = new System.Drawing.Size(114, 19); this.lblStateMsg.TabIndex = 0; this.lblStateMsg.Text = "任务状态:"; // // lblState // this.lblState.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblState.AutoSize = true; this.lblState.BackColor = System.Drawing.Color.Transparent; this.lblState.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblState.ForeColor = System.Drawing.Color.Tomato; this.lblState.Location = new System.Drawing.Point(55, 247); this.lblState.Name = "lblState"; this.lblState.Size = new System.Drawing.Size(69, 26); this.lblState.TabIndex = 1; this.lblState.Text = "进行中"; // // picTime // this.picTime.Anchor = System.Windows.Forms.AnchorStyles.None; this.picTime.BackColor = System.Drawing.Color.Transparent; this.picTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picTime.Image = ((System.Drawing.Image)(resources.GetObject("picTime.Image"))); this.picTime.Location = new System.Drawing.Point(59, 18); this.picTime.Name = "picTime"; this.picTime.Size = new System.Drawing.Size(60, 53); this.picTime.TabIndex = 5; this.picTime.TabStop = false; // // lblStart // this.lblStart.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblStart.AutoSize = true; this.lblStart.BackColor = System.Drawing.Color.Transparent; this.lblStart.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblStart.Location = new System.Drawing.Point(37, 100); this.lblStart.Name = "lblStart"; this.lblStart.Size = new System.Drawing.Size(104, 19); this.lblStart.TabIndex = 1; this.lblStart.Text = "开始时间:"; // // lblTime // this.lblTime.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblTime.AutoSize = true; this.lblTime.BackColor = System.Drawing.Color.Transparent; this.lblTime.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTime.ForeColor = System.Drawing.Color.Tomato; this.lblTime.Location = new System.Drawing.Point(31, 148); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(116, 25); this.lblTime.TabIndex = 2; this.lblTime.Text = "2020-12-31"; // // panMyMission // this.panMyMission.BackColor = System.Drawing.Color.Transparent; this.panMyMission.Controls.Add(this.panHead); this.panMyMission.Controls.Add(this.tlpMisson); this.panMyMission.Controls.Add(this.txtMsg); this.panMyMission.Location = new System.Drawing.Point(4, 2); this.panMyMission.Name = "panMyMission"; this.panMyMission.Size = new System.Drawing.Size(889, 620); this.panMyMission.TabIndex = 3; // // panHead // this.panHead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panHead.BackgroundImage"))); this.panHead.Controls.Add(this.label2); this.panHead.Controls.Add(this.pictureBox1); this.panHead.Location = new System.Drawing.Point(3, 3); this.panHead.Name = "panHead"; this.panHead.Size = new System.Drawing.Size(886, 84); this.panHead.TabIndex = 10; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Tomato; this.label2.Location = new System.Drawing.Point(90, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(115, 33); this.label2.TabIndex = 9; this.label2.Text = "基础学习"; // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(20, 7); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(64, 64); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // SelectFrom // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(894, 623); this.Controls.Add(this.panMyMission); this.DoubleBuffered = true; this.Name = "SelectFrom"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "任务详情"; this.Load += new System.EventHandler(this.SelectFrom_Load); this.tlpMisson.ResumeLayout(false); this.tlpMisson.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picTime)).EndInit(); this.panMyMission.ResumeLayout(false); this.panHead.ResumeLayout(false); this.panHead.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox txtMsg; private System.Windows.Forms.TableLayoutPanel tlpMisson; private System.Windows.Forms.Button btnSumit; private System.Windows.Forms.Label lblStateMsg; private System.Windows.Forms.Label lblState; private System.Windows.Forms.PictureBox picTime; private System.Windows.Forms.Label lblStart; private System.Windows.Forms.Label lblTime; private System.Windows.Forms.Panel panMyMission; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panHead; private System.Windows.Forms.Label label2; } }