Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

247 rader
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.Size = new System.Drawing.Size(701, 524);
  56. this.txtMsg.TabIndex = 0;
  57. this.txtMsg.Text = "";
  58. //
  59. // tlpMisson
  60. //
  61. this.tlpMisson.BackColor = System.Drawing.Color.LightGray;
  62. this.tlpMisson.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tlpMisson.BackgroundImage")));
  63. this.tlpMisson.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  64. this.tlpMisson.ColumnCount = 1;
  65. this.tlpMisson.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  66. this.tlpMisson.Controls.Add(this.btnSumit, 0, 5);
  67. this.tlpMisson.Controls.Add(this.lblStateMsg, 0, 3);
  68. this.tlpMisson.Controls.Add(this.lblState, 0, 4);
  69. this.tlpMisson.Controls.Add(this.picTime, 0, 0);
  70. this.tlpMisson.Controls.Add(this.lblStart, 0, 1);
  71. this.tlpMisson.Controls.Add(this.lblTime, 0, 2);
  72. this.tlpMisson.Location = new System.Drawing.Point(710, 93);
  73. this.tlpMisson.Name = "tlpMisson";
  74. this.tlpMisson.RowCount = 6;
  75. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
  76. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
  77. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F));
  78. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
  79. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
  80. this.tlpMisson.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 59F));
  81. this.tlpMisson.Size = new System.Drawing.Size(179, 524);
  82. this.tlpMisson.TabIndex = 6;
  83. //
  84. // btnSumit
  85. //
  86. this.btnSumit.Anchor = System.Windows.Forms.AnchorStyles.None;
  87. this.btnSumit.BackColor = System.Drawing.Color.Transparent;
  88. this.btnSumit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  89. this.btnSumit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  90. this.btnSumit.FlatAppearance.BorderSize = 0;
  91. this.btnSumit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  92. this.btnSumit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  93. this.btnSumit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.btnSumit.ForeColor = System.Drawing.Color.Transparent;
  95. this.btnSumit.Location = new System.Drawing.Point(46, 381);
  96. this.btnSumit.Name = "btnSumit";
  97. this.btnSumit.Size = new System.Drawing.Size(87, 43);
  98. this.btnSumit.TabIndex = 4;
  99. this.btnSumit.UseVisualStyleBackColor = false;
  100. this.btnSumit.Click += new System.EventHandler(this.btnSumit_Click);
  101. //
  102. // lblStateMsg
  103. //
  104. this.lblStateMsg.Anchor = System.Windows.Forms.AnchorStyles.None;
  105. this.lblStateMsg.AutoSize = true;
  106. this.lblStateMsg.BackColor = System.Drawing.Color.Transparent;
  107. this.lblStateMsg.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.lblStateMsg.Location = new System.Drawing.Point(32, 205);
  109. this.lblStateMsg.Name = "lblStateMsg";
  110. this.lblStateMsg.Size = new System.Drawing.Size(114, 19);
  111. this.lblStateMsg.TabIndex = 0;
  112. this.lblStateMsg.Text = "任务状态:";
  113. //
  114. // lblState
  115. //
  116. this.lblState.Anchor = System.Windows.Forms.AnchorStyles.None;
  117. this.lblState.AutoSize = true;
  118. this.lblState.BackColor = System.Drawing.Color.Transparent;
  119. this.lblState.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.lblState.ForeColor = System.Drawing.Color.Tomato;
  121. this.lblState.Location = new System.Drawing.Point(55, 247);
  122. this.lblState.Name = "lblState";
  123. this.lblState.Size = new System.Drawing.Size(69, 26);
  124. this.lblState.TabIndex = 1;
  125. this.lblState.Text = "进行中";
  126. //
  127. // picTime
  128. //
  129. this.picTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  130. this.picTime.BackColor = System.Drawing.Color.Transparent;
  131. this.picTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  132. this.picTime.Image = ((System.Drawing.Image)(resources.GetObject("picTime.Image")));
  133. this.picTime.Location = new System.Drawing.Point(59, 18);
  134. this.picTime.Name = "picTime";
  135. this.picTime.Size = new System.Drawing.Size(60, 53);
  136. this.picTime.TabIndex = 5;
  137. this.picTime.TabStop = false;
  138. //
  139. // lblStart
  140. //
  141. this.lblStart.Anchor = System.Windows.Forms.AnchorStyles.None;
  142. this.lblStart.AutoSize = true;
  143. this.lblStart.BackColor = System.Drawing.Color.Transparent;
  144. this.lblStart.Font = new System.Drawing.Font("幼圆", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lblStart.Location = new System.Drawing.Point(37, 100);
  146. this.lblStart.Name = "lblStart";
  147. this.lblStart.Size = new System.Drawing.Size(104, 19);
  148. this.lblStart.TabIndex = 1;
  149. this.lblStart.Text = "开始时间:";
  150. //
  151. // lblTime
  152. //
  153. this.lblTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  154. this.lblTime.AutoSize = true;
  155. this.lblTime.BackColor = System.Drawing.Color.Transparent;
  156. this.lblTime.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.lblTime.ForeColor = System.Drawing.Color.Tomato;
  158. this.lblTime.Location = new System.Drawing.Point(31, 148);
  159. this.lblTime.Name = "lblTime";
  160. this.lblTime.Size = new System.Drawing.Size(116, 25);
  161. this.lblTime.TabIndex = 2;
  162. this.lblTime.Text = "2020-12-31";
  163. //
  164. // panMyMission
  165. //
  166. this.panMyMission.BackColor = System.Drawing.Color.Transparent;
  167. this.panMyMission.Controls.Add(this.panHead);
  168. this.panMyMission.Controls.Add(this.tlpMisson);
  169. this.panMyMission.Controls.Add(this.txtMsg);
  170. this.panMyMission.Location = new System.Drawing.Point(4, 2);
  171. this.panMyMission.Name = "panMyMission";
  172. this.panMyMission.Size = new System.Drawing.Size(889, 620);
  173. this.panMyMission.TabIndex = 3;
  174. //
  175. // panHead
  176. //
  177. this.panHead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panHead.BackgroundImage")));
  178. this.panHead.Controls.Add(this.label2);
  179. this.panHead.Controls.Add(this.pictureBox1);
  180. this.panHead.Location = new System.Drawing.Point(3, 3);
  181. this.panHead.Name = "panHead";
  182. this.panHead.Size = new System.Drawing.Size(886, 84);
  183. this.panHead.TabIndex = 10;
  184. //
  185. // label2
  186. //
  187. this.label2.AutoSize = true;
  188. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.label2.ForeColor = System.Drawing.Color.Tomato;
  190. this.label2.Location = new System.Drawing.Point(90, 25);
  191. this.label2.Name = "label2";
  192. this.label2.Size = new System.Drawing.Size(115, 33);
  193. this.label2.TabIndex = 9;
  194. this.label2.Text = "基础学习";
  195. //
  196. // pictureBox1
  197. //
  198. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  199. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  200. this.pictureBox1.Location = new System.Drawing.Point(20, 7);
  201. this.pictureBox1.Name = "pictureBox1";
  202. this.pictureBox1.Size = new System.Drawing.Size(64, 64);
  203. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  204. this.pictureBox1.TabIndex = 7;
  205. this.pictureBox1.TabStop = false;
  206. //
  207. // SelectFrom
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.ClientSize = new System.Drawing.Size(894, 623);
  212. this.Controls.Add(this.panMyMission);
  213. this.DoubleBuffered = true;
  214. this.Name = "SelectFrom";
  215. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  216. this.Text = "任务详情";
  217. this.Load += new System.EventHandler(this.SelectFrom_Load);
  218. this.tlpMisson.ResumeLayout(false);
  219. this.tlpMisson.PerformLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.picTime)).EndInit();
  221. this.panMyMission.ResumeLayout(false);
  222. this.panHead.ResumeLayout(false);
  223. this.panHead.PerformLayout();
  224. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  225. this.ResumeLayout(false);
  226. }
  227. #endregion
  228. private System.Windows.Forms.RichTextBox txtMsg;
  229. private System.Windows.Forms.TableLayoutPanel tlpMisson;
  230. private System.Windows.Forms.Button btnSumit;
  231. private System.Windows.Forms.Label lblStateMsg;
  232. private System.Windows.Forms.Label lblState;
  233. private System.Windows.Forms.PictureBox picTime;
  234. private System.Windows.Forms.Label lblStart;
  235. private System.Windows.Forms.Label lblTime;
  236. private System.Windows.Forms.Panel panMyMission;
  237. private System.Windows.Forms.PictureBox pictureBox1;
  238. private System.Windows.Forms.Panel panHead;
  239. private System.Windows.Forms.Label label2;
  240. }
  241. }