Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

222 řádky
11 KiB

  1. namespace StuMgmClient
  2. {
  3. partial class SetForm
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.lblName = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.lblMission = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.comboBox2 = new System.Windows.Forms.ComboBox();
  34. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // panel1
  43. //
  44. this.panel1.BackColor = System.Drawing.Color.Transparent;
  45. this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  46. this.panel1.Controls.Add(this.lblName);
  47. this.panel1.Controls.Add(this.label3);
  48. this.panel1.Controls.Add(this.lblMission);
  49. this.panel1.Controls.Add(this.label4);
  50. this.panel1.Controls.Add(this.comboBox2);
  51. this.panel1.Controls.Add(this.dateTimePicker1);
  52. this.panel1.Controls.Add(this.button2);
  53. this.panel1.Controls.Add(this.button1);
  54. this.panel1.Controls.Add(this.label2);
  55. this.panel1.Controls.Add(this.label1);
  56. this.panel1.Location = new System.Drawing.Point(-2, 12);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(433, 374);
  59. this.panel1.TabIndex = 1;
  60. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  61. //
  62. // lblName
  63. //
  64. this.lblName.AutoSize = true;
  65. this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.lblName.ForeColor = System.Drawing.Color.DarkSlateGray;
  67. this.lblName.Location = new System.Drawing.Point(222, 30);
  68. this.lblName.Name = "lblName";
  69. this.lblName.Size = new System.Drawing.Size(51, 26);
  70. this.lblName.TabIndex = 12;
  71. this.lblName.Text = "XXX";
  72. //
  73. // label3
  74. //
  75. this.label3.AutoSize = true;
  76. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label3.ForeColor = System.Drawing.Color.DarkSlateGray;
  78. this.label3.Location = new System.Drawing.Point(80, 30);
  79. this.label3.Name = "label3";
  80. this.label3.Size = new System.Drawing.Size(55, 26);
  81. this.label3.TabIndex = 11;
  82. this.label3.Text = "姓名:";
  83. //
  84. // lblMission
  85. //
  86. this.lblMission.AutoSize = true;
  87. this.lblMission.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.lblMission.ForeColor = System.Drawing.Color.DarkSlateGray;
  89. this.lblMission.Location = new System.Drawing.Point(222, 92);
  90. this.lblMission.Name = "lblMission";
  91. this.lblMission.Size = new System.Drawing.Size(51, 26);
  92. this.lblMission.TabIndex = 10;
  93. this.lblMission.Text = "XXX";
  94. //
  95. // label4
  96. //
  97. this.label4.AutoSize = true;
  98. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label4.ForeColor = System.Drawing.Color.DarkSlateGray;
  100. this.label4.Location = new System.Drawing.Point(80, 92);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(93, 26);
  103. this.label4.TabIndex = 9;
  104. this.label4.Text = "任务名称:";
  105. //
  106. // comboBox2
  107. //
  108. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.comboBox2.FormattingEnabled = true;
  112. this.comboBox2.Items.AddRange(new object[] {
  113. "未开始",
  114. "进行中",
  115. "待验收",
  116. "等待验收中",
  117. "验收中",
  118. "验收完成",
  119. "超时",
  120. "预习"});
  121. this.comboBox2.Location = new System.Drawing.Point(213, 146);
  122. this.comboBox2.Name = "comboBox2";
  123. this.comboBox2.Size = new System.Drawing.Size(124, 32);
  124. this.comboBox2.TabIndex = 8;
  125. //
  126. // dateTimePicker1
  127. //
  128. this.dateTimePicker1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
  130. this.dateTimePicker1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  132. this.dateTimePicker1.Location = new System.Drawing.Point(213, 214);
  133. this.dateTimePicker1.Name = "dateTimePicker1";
  134. this.dateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  135. this.dateTimePicker1.Size = new System.Drawing.Size(124, 27);
  136. this.dateTimePicker1.TabIndex = 6;
  137. this.dateTimePicker1.Value = new System.DateTime(2020, 12, 25, 9, 11, 55, 0);
  138. //
  139. // button2
  140. //
  141. this.button2.BackColor = System.Drawing.Color.AliceBlue;
  142. this.button2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.button2.Location = new System.Drawing.Point(259, 289);
  144. this.button2.Name = "button2";
  145. this.button2.Size = new System.Drawing.Size(78, 43);
  146. this.button2.TabIndex = 5;
  147. this.button2.Text = "取消";
  148. this.button2.UseVisualStyleBackColor = false;
  149. this.button2.Click += new System.EventHandler(this.button2_Click);
  150. //
  151. // button1
  152. //
  153. this.button1.BackColor = System.Drawing.Color.AliceBlue;
  154. this.button1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.button1.Location = new System.Drawing.Point(85, 289);
  156. this.button1.Name = "button1";
  157. this.button1.Size = new System.Drawing.Size(78, 43);
  158. this.button1.TabIndex = 4;
  159. this.button1.Text = "确定";
  160. this.button1.UseVisualStyleBackColor = false;
  161. this.button1.Click += new System.EventHandler(this.button1_Click);
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label2.ForeColor = System.Drawing.Color.DarkSlateGray;
  168. this.label2.Location = new System.Drawing.Point(80, 214);
  169. this.label2.Name = "label2";
  170. this.label2.Size = new System.Drawing.Size(93, 26);
  171. this.label2.TabIndex = 2;
  172. this.label2.Text = "开始时间:";
  173. //
  174. // label1
  175. //
  176. this.label1.AutoSize = true;
  177. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.label1.ForeColor = System.Drawing.Color.DarkSlateGray;
  179. this.label1.Location = new System.Drawing.Point(80, 146);
  180. this.label1.Name = "label1";
  181. this.label1.Size = new System.Drawing.Size(93, 26);
  182. this.label1.TabIndex = 1;
  183. this.label1.Text = "任务状态:";
  184. //
  185. // SetForm
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.BackColor = System.Drawing.Color.LightSteelBlue;
  190. this.ClientSize = new System.Drawing.Size(430, 386);
  191. this.ControlBox = false;
  192. this.Controls.Add(this.panel1);
  193. this.DoubleBuffered = true;
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  195. this.Name = "SetForm";
  196. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  197. this.Text = "SetForm";
  198. this.Load += new System.EventHandler(this.SetForm_Load);
  199. this.panel1.ResumeLayout(false);
  200. this.panel1.PerformLayout();
  201. this.ResumeLayout(false);
  202. }
  203. #endregion
  204. private System.Windows.Forms.Panel panel1;
  205. private System.Windows.Forms.Label label2;
  206. private System.Windows.Forms.Label label1;
  207. private System.Windows.Forms.Button button2;
  208. private System.Windows.Forms.Button button1;
  209. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  210. private System.Windows.Forms.ComboBox comboBox2;
  211. private System.Windows.Forms.Label label4;
  212. private System.Windows.Forms.Label lblMission;
  213. private System.Windows.Forms.Label lblName;
  214. private System.Windows.Forms.Label label3;
  215. }
  216. }