You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

249 line
13 KiB

  1. namespace StuMgmClient
  2. {
  3. partial class SelectFrom
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectFrom));
  29. this.txtMsg = new System.Windows.Forms.RichTextBox();
  30. this.tlpMisson = new System.Windows.Forms.TableLayoutPanel();
  31. this.btnSumit = new System.Windows.Forms.Button();
  32. this.lblStateMsg = new System.Windows.Forms.Label();
  33. this.lblState = new System.Windows.Forms.Label();
  34. this.picTime = new System.Windows.Forms.PictureBox();
  35. this.lblStart = new System.Windows.Forms.Label();
  36. this.lblTime = new System.Windows.Forms.Label();
  37. this.panMyMission = new System.Windows.Forms.Panel();
  38. this.panHead = new System.Windows.Forms.Panel();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.tlpMisson.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.picTime)).BeginInit();
  43. this.panMyMission.SuspendLayout();
  44. this.panHead.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // txtMsg
  49. //
  50. this.txtMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  51. this.txtMsg.BackColor = System.Drawing.Color.WhiteSmoke;
  52. this.txtMsg.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.txtMsg.Location = new System.Drawing.Point(3, 93);
  54. this.txtMsg.Name = "txtMsg";
  55. this.txtMsg.ReadOnly = true;
  56. this.txtMsg.Size = new System.Drawing.Size(701, 524);
  57. this.txtMsg.TabIndex = 0;
  58. this.txtMsg.Text = "";
  59. //
  60. // tlpMisson
  61. //
  62. this.tlpMisson.BackColor = System.Drawing.Color.LightGray;
  63. this.tlpMisson.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tlpMisson.BackgroundImage")));
  64. this.tlpMisson.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  65. this.tlpMisson.ColumnCount = 1;
  66. this.tlpMisson.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  67. this.tlpMisson.Controls.Add(this.btnSumit, 0, 5);
  68. this.tlpMisson.Controls.Add(this.lblStateMsg, 0, 3);
  69. this.tlpMisson.Controls.Add(this.lblState, 0, 4);
  70. this.tlpMisson.Controls.Add(this.picTime, 0, 0);
  71. this.tlpMisson.Controls.Add(this.lblStart, 0, 1);
  72. this.tlpMisson.Controls.Add(this.lblTime, 0, 2);
  73. this.tlpMisson.Location = new System.Drawing.Point(710, 93);
  74. this.tlpMisson.Name = "tlpMisson";
  75. this.tlpMisson.RowCount = 6;
  76. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
  77. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
  78. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
  79. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  80. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
  81. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 59F));
  82. this.tlpMisson.Size = new System.Drawing.Size(179, 524);
  83. this.tlpMisson.TabIndex = 6;
  84. //
  85. // btnSumit
  86. //
  87. this.btnSumit.Anchor = System.Windows.Forms.AnchorStyles.None;
  88. this.btnSumit.BackColor = System.Drawing.Color.Transparent;
  89. this.btnSumit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSumit.BackgroundImage")));
  90. this.btnSumit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  91. this.btnSumit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  92. this.btnSumit.FlatAppearance.BorderSize = 0;
  93. this.btnSumit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  94. this.btnSumit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  95. this.btnSumit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.btnSumit.ForeColor = System.Drawing.Color.Transparent;
  97. this.btnSumit.Location = new System.Drawing.Point(46, 381);
  98. this.btnSumit.Name = "btnSumit";
  99. this.btnSumit.Size = new System.Drawing.Size(87, 43);
  100. this.btnSumit.TabIndex = 4;
  101. this.btnSumit.UseVisualStyleBackColor = false;
  102. this.btnSumit.Click += new System.EventHandler(this.btnSumit_Click);
  103. //
  104. // lblStateMsg
  105. //
  106. this.lblStateMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  107. this.lblStateMsg.AutoSize = true;
  108. this.lblStateMsg.BackColor = System.Drawing.Color.Transparent;
  109. this.lblStateMsg.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.lblStateMsg.Location = new System.Drawing.Point(32, 205);
  111. this.lblStateMsg.Name = "lblStateMsg";
  112. this.lblStateMsg.Size = new System.Drawing.Size(114, 19);
  113. this.lblStateMsg.TabIndex = 0;
  114. this.lblStateMsg.Text = "任务状态:";
  115. //
  116. // lblState
  117. //
  118. this.lblState.Anchor = System.Windows.Forms.AnchorStyles.None;
  119. this.lblState.AutoSize = true;
  120. this.lblState.BackColor = System.Drawing.Color.Transparent;
  121. this.lblState.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblState.ForeColor = System.Drawing.Color.Tomato;
  123. this.lblState.Location = new System.Drawing.Point(55, 247);
  124. this.lblState.Name = "lblState";
  125. this.lblState.Size = new System.Drawing.Size(69, 26);
  126. this.lblState.TabIndex = 1;
  127. this.lblState.Text = "进行中";
  128. //
  129. // picTime
  130. //
  131. this.picTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  132. this.picTime.BackColor = System.Drawing.Color.Transparent;
  133. this.picTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  134. this.picTime.Image = ((System.Drawing.Image)(resources.GetObject("picTime.Image")));
  135. this.picTime.Location = new System.Drawing.Point(59, 18);
  136. this.picTime.Name = "picTime";
  137. this.picTime.Size = new System.Drawing.Size(60, 53);
  138. this.picTime.TabIndex = 5;
  139. this.picTime.TabStop = false;
  140. //
  141. // lblStart
  142. //
  143. this.lblStart.Anchor = System.Windows.Forms.AnchorStyles.None;
  144. this.lblStart.AutoSize = true;
  145. this.lblStart.BackColor = System.Drawing.Color.Transparent;
  146. this.lblStart.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.lblStart.Location = new System.Drawing.Point(37, 100);
  148. this.lblStart.Name = "lblStart";
  149. this.lblStart.Size = new System.Drawing.Size(104, 19);
  150. this.lblStart.TabIndex = 1;
  151. this.lblStart.Text = "开始时间:";
  152. //
  153. // lblTime
  154. //
  155. this.lblTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  156. this.lblTime.AutoSize = true;
  157. this.lblTime.BackColor = System.Drawing.Color.Transparent;
  158. this.lblTime.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblTime.ForeColor = System.Drawing.Color.Tomato;
  160. this.lblTime.Location = new System.Drawing.Point(31, 148);
  161. this.lblTime.Name = "lblTime";
  162. this.lblTime.Size = new System.Drawing.Size(116, 25);
  163. this.lblTime.TabIndex = 2;
  164. this.lblTime.Text = "2020-12-31";
  165. //
  166. // panMyMission
  167. //
  168. this.panMyMission.BackColor = System.Drawing.Color.Transparent;
  169. this.panMyMission.Controls.Add(this.panHead);
  170. this.panMyMission.Controls.Add(this.tlpMisson);
  171. this.panMyMission.Controls.Add(this.txtMsg);
  172. this.panMyMission.Location = new System.Drawing.Point(4, 2);
  173. this.panMyMission.Name = "panMyMission";
  174. this.panMyMission.Size = new System.Drawing.Size(889, 620);
  175. this.panMyMission.TabIndex = 3;
  176. //
  177. // panHead
  178. //
  179. this.panHead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panHead.BackgroundImage")));
  180. this.panHead.Controls.Add(this.label2);
  181. this.panHead.Controls.Add(this.pictureBox1);
  182. this.panHead.Location = new System.Drawing.Point(3, 3);
  183. this.panHead.Name = "panHead";
  184. this.panHead.Size = new System.Drawing.Size(886, 84);
  185. this.panHead.TabIndex = 10;
  186. //
  187. // label2
  188. //
  189. this.label2.AutoSize = true;
  190. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.label2.ForeColor = System.Drawing.Color.Tomato;
  192. this.label2.Location = new System.Drawing.Point(90, 25);
  193. this.label2.Name = "label2";
  194. this.label2.Size = new System.Drawing.Size(115, 33);
  195. this.label2.TabIndex = 9;
  196. this.label2.Text = "基础学习";
  197. //
  198. // pictureBox1
  199. //
  200. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  201. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  202. this.pictureBox1.Location = new System.Drawing.Point(20, 7);
  203. this.pictureBox1.Name = "pictureBox1";
  204. this.pictureBox1.Size = new System.Drawing.Size(64, 64);
  205. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  206. this.pictureBox1.TabIndex = 7;
  207. this.pictureBox1.TabStop = false;
  208. //
  209. // SelectFrom
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.ClientSize = new System.Drawing.Size(899, 624);
  214. this.Controls.Add(this.panMyMission);
  215. this.DoubleBuffered = true;
  216. this.Name = "SelectFrom";
  217. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  218. this.Text = "任务详情";
  219. this.Load += new System.EventHandler(this.SelectFrom_Load);
  220. this.tlpMisson.ResumeLayout(false);
  221. this.tlpMisson.PerformLayout();
  222. ((System.ComponentModel.ISupportInitialize)(this.picTime)).EndInit();
  223. this.panMyMission.ResumeLayout(false);
  224. this.panHead.ResumeLayout(false);
  225. this.panHead.PerformLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  227. this.ResumeLayout(false);
  228. }
  229. #endregion
  230. private System.Windows.Forms.RichTextBox txtMsg;
  231. private System.Windows.Forms.TableLayoutPanel tlpMisson;
  232. private System.Windows.Forms.Button btnSumit;
  233. private System.Windows.Forms.Label lblStateMsg;
  234. private System.Windows.Forms.Label lblState;
  235. private System.Windows.Forms.PictureBox picTime;
  236. private System.Windows.Forms.Label lblStart;
  237. private System.Windows.Forms.Label lblTime;
  238. private System.Windows.Forms.Panel panMyMission;
  239. private System.Windows.Forms.PictureBox pictureBox1;
  240. private System.Windows.Forms.Panel panHead;
  241. private System.Windows.Forms.Label label2;
  242. }
  243. }