PageRenderTime 59ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/OptionPanels/RuntimeOptionPanel.Designer.cs

#
C# | 363 lines | 286 code | 6 blank | 71 comment | 3 complexity | 67de2b14373f5649e3fcedaab76b1004 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.OptionPanels
  2. {
  3. partial class RuntimeOptionPanel
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.taskMultInstCombo = new System.Windows.Forms.ComboBox();
  30. this.taskPriorityCombo = new System.Windows.Forms.ComboBox();
  31. this.taskRunningRuleLabel = new System.Windows.Forms.Label();
  32. this.label8 = new System.Windows.Forms.Label();
  33. this.taskDeleteAfterCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  34. this.taskRestartCountLabel = new System.Windows.Forms.Label();
  35. this.taskAllowHardTerminateCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  36. this.taskExecutionTimeLimitCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  37. this.taskDeleteAfterCombo = new System.Windows.Forms.TimeSpanPicker();
  38. this.optionPanelHeaderLabel1 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  39. this.taskRestartIntervalCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  40. this.taskExecutionTimeLimitCombo = new System.Windows.Forms.TimeSpanPicker();
  41. this.taskRestartIntervalCombo = new System.Windows.Forms.TimeSpanPicker();
  42. this.taskAllowDemandStartCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  43. this.taskStartWhenAvailableCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  44. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  45. this.taskRestartCountText = new System.Windows.Forms.NumericUpDown();
  46. this.taskRestartAttemptTimesLabel = new System.Windows.Forms.Label();
  47. this.helpProvider = new System.Windows.Forms.HelpProvider();
  48. this.tableLayoutPanel1.SuspendLayout();
  49. this.flowLayoutPanel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.taskRestartCountText)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // tableLayoutPanel1
  54. //
  55. this.tableLayoutPanel1.AutoSize = true;
  56. this.tableLayoutPanel1.ColumnCount = 2;
  57. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  58. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 158F));
  59. this.tableLayoutPanel1.Controls.Add(this.taskMultInstCombo, 0, 9);
  60. this.tableLayoutPanel1.Controls.Add(this.taskPriorityCombo, 0, 11);
  61. this.tableLayoutPanel1.Controls.Add(this.taskRunningRuleLabel, 0, 8);
  62. this.tableLayoutPanel1.Controls.Add(this.label8, 0, 10);
  63. this.tableLayoutPanel1.Controls.Add(this.taskDeleteAfterCheck, 0, 7);
  64. this.tableLayoutPanel1.Controls.Add(this.taskRestartCountLabel, 0, 4);
  65. this.tableLayoutPanel1.Controls.Add(this.taskAllowHardTerminateCheck, 0, 6);
  66. this.tableLayoutPanel1.Controls.Add(this.taskExecutionTimeLimitCheck, 0, 5);
  67. this.tableLayoutPanel1.Controls.Add(this.taskDeleteAfterCombo, 1, 7);
  68. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel1, 0, 0);
  69. this.tableLayoutPanel1.Controls.Add(this.taskRestartIntervalCheck, 0, 3);
  70. this.tableLayoutPanel1.Controls.Add(this.taskExecutionTimeLimitCombo, 1, 5);
  71. this.tableLayoutPanel1.Controls.Add(this.taskRestartIntervalCombo, 1, 3);
  72. this.tableLayoutPanel1.Controls.Add(this.taskAllowDemandStartCheck, 0, 1);
  73. this.tableLayoutPanel1.Controls.Add(this.taskStartWhenAvailableCheck, 0, 2);
  74. this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 4);
  75. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  77. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  78. this.tableLayoutPanel1.RowCount = 12;
  79. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  80. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  81. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  86. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  87. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  88. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  89. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  91. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  92. this.tableLayoutPanel1.Size = new System.Drawing.Size(381, 331);
  93. this.tableLayoutPanel1.TabIndex = 1;
  94. //
  95. // taskMultInstCombo
  96. //
  97. this.taskMultInstCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.tableLayoutPanel1.SetColumnSpan(this.taskMultInstCombo, 2);
  100. this.taskMultInstCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  101. this.taskMultInstCombo.FormattingEnabled = true;
  102. this.taskMultInstCombo.Location = new System.Drawing.Point(7, 255);
  103. this.taskMultInstCombo.Margin = new System.Windows.Forms.Padding(7, 3, 0, 3);
  104. this.taskMultInstCombo.Name = "taskMultInstCombo";
  105. this.taskMultInstCombo.Size = new System.Drawing.Size(374, 23);
  106. this.taskMultInstCombo.TabIndex = 14;
  107. this.taskMultInstCombo.SelectedIndexChanged += new System.EventHandler(this.taskMultInstCombo_SelectedIndexChanged);
  108. //
  109. // taskPriorityCombo
  110. //
  111. this.taskPriorityCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  113. this.tableLayoutPanel1.SetColumnSpan(this.taskPriorityCombo, 2);
  114. this.taskPriorityCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  115. this.taskPriorityCombo.Location = new System.Drawing.Point(7, 305);
  116. this.taskPriorityCombo.Margin = new System.Windows.Forms.Padding(7, 3, 0, 3);
  117. this.taskPriorityCombo.Name = "taskPriorityCombo";
  118. this.taskPriorityCombo.Size = new System.Drawing.Size(374, 23);
  119. this.taskPriorityCombo.TabIndex = 3;
  120. this.taskPriorityCombo.SelectedIndexChanged += new System.EventHandler(this.taskPriorityCombo_SelectedIndexChanged);
  121. //
  122. // taskRunningRuleLabel
  123. //
  124. this.taskRunningRuleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  125. this.taskRunningRuleLabel.AutoSize = true;
  126. this.tableLayoutPanel1.SetColumnSpan(this.taskRunningRuleLabel, 2);
  127. this.taskRunningRuleLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  128. this.taskRunningRuleLabel.Location = new System.Drawing.Point(5, 234);
  129. this.taskRunningRuleLabel.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
  130. this.taskRunningRuleLabel.Name = "taskRunningRuleLabel";
  131. this.taskRunningRuleLabel.Size = new System.Drawing.Size(373, 15);
  132. this.taskRunningRuleLabel.TabIndex = 13;
  133. this.taskRunningRuleLabel.Text = "If the task is already ru&nning, then the following rule applies:";
  134. //
  135. // label8
  136. //
  137. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  138. this.label8.AutoSize = true;
  139. this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  140. this.label8.Location = new System.Drawing.Point(5, 284);
  141. this.label8.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
  142. this.label8.Name = "label8";
  143. this.label8.Size = new System.Drawing.Size(215, 15);
  144. this.label8.TabIndex = 2;
  145. this.label8.Text = "Priority &Level:";
  146. //
  147. // taskDeleteAfterCheck
  148. //
  149. this.taskDeleteAfterCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  150. this.taskDeleteAfterCheck.AutoSize = true;
  151. this.taskDeleteAfterCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  152. this.taskDeleteAfterCheck.Location = new System.Drawing.Point(7, 194);
  153. this.taskDeleteAfterCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  154. this.taskDeleteAfterCheck.Name = "taskDeleteAfterCheck";
  155. this.taskDeleteAfterCheck.Size = new System.Drawing.Size(213, 34);
  156. this.taskDeleteAfterCheck.TabIndex = 11;
  157. this.taskDeleteAfterCheck.Text = "If the task is not scheduled to run again, &delete it after:";
  158. this.taskDeleteAfterCheck.UseVisualStyleBackColor = true;
  159. this.taskDeleteAfterCheck.CheckedChanged += new System.EventHandler(this.taskDeleteAfterCheck_CheckedChanged);
  160. //
  161. // taskRestartCountLabel
  162. //
  163. this.taskRestartCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  164. this.taskRestartCountLabel.AutoSize = true;
  165. this.taskRestartCountLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  166. this.taskRestartCountLabel.Location = new System.Drawing.Point(7, 115);
  167. this.taskRestartCountLabel.Margin = new System.Windows.Forms.Padding(7, 0, 3, 0);
  168. this.taskRestartCountLabel.Name = "taskRestartCountLabel";
  169. this.taskRestartCountLabel.Padding = new System.Windows.Forms.Padding(16, 0, 0, 0);
  170. this.taskRestartCountLabel.Size = new System.Drawing.Size(213, 15);
  171. this.taskRestartCountLabel.TabIndex = 5;
  172. this.taskRestartCountLabel.Text = "Attempt &restart up to:";
  173. //
  174. // taskAllowHardTerminateCheck
  175. //
  176. this.taskAllowHardTerminateCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  177. this.taskAllowHardTerminateCheck.AutoSize = true;
  178. this.tableLayoutPanel1.SetColumnSpan(this.taskAllowHardTerminateCheck, 2);
  179. this.taskAllowHardTerminateCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  180. this.taskAllowHardTerminateCheck.Location = new System.Drawing.Point(7, 169);
  181. this.taskAllowHardTerminateCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  182. this.taskAllowHardTerminateCheck.Name = "taskAllowHardTerminateCheck";
  183. this.taskAllowHardTerminateCheck.Size = new System.Drawing.Size(371, 19);
  184. this.taskAllowHardTerminateCheck.TabIndex = 10;
  185. this.taskAllowHardTerminateCheck.Text = "If the running task does not end when requested, &force it to stop";
  186. this.taskAllowHardTerminateCheck.UseVisualStyleBackColor = true;
  187. this.taskAllowHardTerminateCheck.CheckedChanged += new System.EventHandler(this.taskAllowHardTerminateCheck_CheckedChanged);
  188. //
  189. // taskExecutionTimeLimitCheck
  190. //
  191. this.taskExecutionTimeLimitCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  192. this.taskExecutionTimeLimitCheck.AutoSize = true;
  193. this.taskExecutionTimeLimitCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  194. this.taskExecutionTimeLimitCheck.Location = new System.Drawing.Point(7, 142);
  195. this.taskExecutionTimeLimitCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  196. this.taskExecutionTimeLimitCheck.Name = "taskExecutionTimeLimitCheck";
  197. this.taskExecutionTimeLimitCheck.Size = new System.Drawing.Size(213, 19);
  198. this.taskExecutionTimeLimitCheck.TabIndex = 8;
  199. this.taskExecutionTimeLimitCheck.Text = "Stop the tas&k if it runs longer than:";
  200. this.taskExecutionTimeLimitCheck.UseVisualStyleBackColor = true;
  201. //
  202. // taskDeleteAfterCombo
  203. //
  204. this.taskDeleteAfterCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  205. this.taskDeleteAfterCombo.Location = new System.Drawing.Point(226, 200);
  206. this.taskDeleteAfterCombo.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  207. this.taskDeleteAfterCombo.Name = "taskDeleteAfterCombo";
  208. this.taskDeleteAfterCombo.Size = new System.Drawing.Size(155, 23);
  209. this.taskDeleteAfterCombo.TabIndex = 12;
  210. this.taskDeleteAfterCombo.ValueChanged += new System.EventHandler(this.taskDeleteAfterCombo_ValueChanged);
  211. //
  212. // optionPanelHeaderLabel1
  213. //
  214. this.tableLayoutPanel1.SetColumnSpan(this.optionPanelHeaderLabel1, 2);
  215. this.optionPanelHeaderLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  216. this.optionPanelHeaderLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  217. this.optionPanelHeaderLabel1.Location = new System.Drawing.Point(0, 0);
  218. this.optionPanelHeaderLabel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 6);
  219. this.optionPanelHeaderLabel1.Name = "optionPanelHeaderLabel1";
  220. this.optionPanelHeaderLabel1.Size = new System.Drawing.Size(381, 23);
  221. this.optionPanelHeaderLabel1.TabIndex = 0;
  222. this.optionPanelHeaderLabel1.Text = "Options";
  223. //
  224. // taskRestartIntervalCheck
  225. //
  226. this.taskRestartIntervalCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  227. this.taskRestartIntervalCheck.AutoSize = true;
  228. this.taskRestartIntervalCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  229. this.taskRestartIntervalCheck.Location = new System.Drawing.Point(7, 84);
  230. this.taskRestartIntervalCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  231. this.taskRestartIntervalCheck.Name = "taskRestartIntervalCheck";
  232. this.taskRestartIntervalCheck.Size = new System.Drawing.Size(213, 19);
  233. this.taskRestartIntervalCheck.TabIndex = 3;
  234. this.taskRestartIntervalCheck.Text = "If the &task fails, restart every:";
  235. this.taskRestartIntervalCheck.UseVisualStyleBackColor = true;
  236. this.taskRestartIntervalCheck.CheckedChanged += new System.EventHandler(this.taskRestartIntervalCheck_CheckedChanged);
  237. //
  238. // taskExecutionTimeLimitCombo
  239. //
  240. this.taskExecutionTimeLimitCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  241. this.taskExecutionTimeLimitCombo.Location = new System.Drawing.Point(226, 140);
  242. this.taskExecutionTimeLimitCombo.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  243. this.taskExecutionTimeLimitCombo.Name = "taskExecutionTimeLimitCombo";
  244. this.taskExecutionTimeLimitCombo.Size = new System.Drawing.Size(155, 23);
  245. this.taskExecutionTimeLimitCombo.TabIndex = 9;
  246. this.taskExecutionTimeLimitCombo.ValueChanged += new System.EventHandler(this.taskExecutionTimeLimitCombo_ValueChanged);
  247. //
  248. // taskRestartIntervalCombo
  249. //
  250. this.taskRestartIntervalCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  251. this.taskRestartIntervalCombo.Location = new System.Drawing.Point(226, 82);
  252. this.taskRestartIntervalCombo.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  253. this.taskRestartIntervalCombo.Name = "taskRestartIntervalCombo";
  254. this.taskRestartIntervalCombo.Size = new System.Drawing.Size(155, 23);
  255. this.taskRestartIntervalCombo.TabIndex = 4;
  256. this.taskRestartIntervalCombo.ValueChanged += new System.EventHandler(this.taskRestartIntervalCombo_ValueChanged);
  257. //
  258. // taskAllowDemandStartCheck
  259. //
  260. this.taskAllowDemandStartCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  261. this.taskAllowDemandStartCheck.AutoSize = true;
  262. this.tableLayoutPanel1.SetColumnSpan(this.taskAllowDemandStartCheck, 2);
  263. this.taskAllowDemandStartCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  264. this.taskAllowDemandStartCheck.Location = new System.Drawing.Point(7, 32);
  265. this.taskAllowDemandStartCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  266. this.taskAllowDemandStartCheck.Name = "taskAllowDemandStartCheck";
  267. this.taskAllowDemandStartCheck.Size = new System.Drawing.Size(371, 19);
  268. this.taskAllowDemandStartCheck.TabIndex = 1;
  269. this.taskAllowDemandStartCheck.Text = "A&llow task to be run on demand";
  270. this.taskAllowDemandStartCheck.UseVisualStyleBackColor = true;
  271. this.taskAllowDemandStartCheck.CheckedChanged += new System.EventHandler(this.taskAllowDemandStartCheck_CheckedChanged);
  272. //
  273. // taskStartWhenAvailableCheck
  274. //
  275. this.taskStartWhenAvailableCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  276. this.taskStartWhenAvailableCheck.AutoSize = true;
  277. this.tableLayoutPanel1.SetColumnSpan(this.taskStartWhenAvailableCheck, 2);
  278. this.taskStartWhenAvailableCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  279. this.taskStartWhenAvailableCheck.Location = new System.Drawing.Point(7, 57);
  280. this.taskStartWhenAvailableCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  281. this.taskStartWhenAvailableCheck.Name = "taskStartWhenAvailableCheck";
  282. this.taskStartWhenAvailableCheck.Size = new System.Drawing.Size(371, 19);
  283. this.taskStartWhenAvailableCheck.TabIndex = 2;
  284. this.taskStartWhenAvailableCheck.Text = "Run task as soon as possible after a &scheduled start is missed";
  285. this.taskStartWhenAvailableCheck.UseVisualStyleBackColor = true;
  286. this.taskStartWhenAvailableCheck.CheckedChanged += new System.EventHandler(this.taskStartWhenAvailableCheck_CheckedChanged);
  287. //
  288. // flowLayoutPanel1
  289. //
  290. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  291. this.flowLayoutPanel1.AutoSize = true;
  292. this.flowLayoutPanel1.Controls.Add(this.taskRestartCountText);
  293. this.flowLayoutPanel1.Controls.Add(this.taskRestartAttemptTimesLabel);
  294. this.flowLayoutPanel1.Location = new System.Drawing.Point(223, 108);
  295. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  296. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  297. this.flowLayoutPanel1.Size = new System.Drawing.Size(158, 29);
  298. this.flowLayoutPanel1.TabIndex = 15;
  299. //
  300. // taskRestartCountText
  301. //
  302. this.taskRestartCountText.Location = new System.Drawing.Point(3, 3);
  303. this.taskRestartCountText.Name = "taskRestartCountText";
  304. this.taskRestartCountText.Size = new System.Drawing.Size(48, 23);
  305. this.taskRestartCountText.TabIndex = 6;
  306. this.taskRestartCountText.ValueChanged += new System.EventHandler(this.taskRestartCountText_ValueChanged);
  307. //
  308. // taskRestartAttemptTimesLabel
  309. //
  310. this.taskRestartAttemptTimesLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  311. this.taskRestartAttemptTimesLabel.AutoSize = true;
  312. this.taskRestartAttemptTimesLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  313. this.taskRestartAttemptTimesLabel.Location = new System.Drawing.Point(54, 7);
  314. this.taskRestartAttemptTimesLabel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
  315. this.taskRestartAttemptTimesLabel.Name = "taskRestartAttemptTimesLabel";
  316. this.taskRestartAttemptTimesLabel.Size = new System.Drawing.Size(36, 15);
  317. this.taskRestartAttemptTimesLabel.TabIndex = 7;
  318. this.taskRestartAttemptTimesLabel.Text = "times";
  319. //
  320. // RuntimeOptionPanel
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  323. this.Controls.Add(this.tableLayoutPanel1);
  324. this.Name = "RuntimeOptionPanel";
  325. this.Size = new System.Drawing.Size(381, 412);
  326. this.Title = "Run-time Options";
  327. this.tableLayoutPanel1.ResumeLayout(false);
  328. this.tableLayoutPanel1.PerformLayout();
  329. this.flowLayoutPanel1.ResumeLayout(false);
  330. this.flowLayoutPanel1.PerformLayout();
  331. ((System.ComponentModel.ISupportInitialize)(this.taskRestartCountText)).EndInit();
  332. this.ResumeLayout(false);
  333. this.PerformLayout();
  334. }
  335. #endregion
  336. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  337. private OptionPanelHeaderLabel optionPanelHeaderLabel1;
  338. private System.Windows.Forms.HelpProvider helpProvider;
  339. private WrappingCheckBox taskAllowDemandStartCheck;
  340. private WrappingCheckBox taskStartWhenAvailableCheck;
  341. private WrappingCheckBox taskRestartIntervalCheck;
  342. private System.Windows.Forms.TimeSpanPicker taskRestartIntervalCombo;
  343. private System.Windows.Forms.Label taskRestartCountLabel;
  344. private System.Windows.Forms.NumericUpDown taskRestartCountText;
  345. private WrappingCheckBox taskExecutionTimeLimitCheck;
  346. private System.Windows.Forms.TimeSpanPicker taskExecutionTimeLimitCombo;
  347. private WrappingCheckBox taskAllowHardTerminateCheck;
  348. private WrappingCheckBox taskDeleteAfterCheck;
  349. private System.Windows.Forms.TimeSpanPicker taskDeleteAfterCombo;
  350. private System.Windows.Forms.Label taskRunningRuleLabel;
  351. private System.Windows.Forms.ComboBox taskMultInstCombo;
  352. private System.Windows.Forms.Label label8;
  353. private System.Windows.Forms.ComboBox taskPriorityCombo;
  354. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  355. private System.Windows.Forms.Label taskRestartAttemptTimesLabel;
  356. }
  357. }