PageRenderTime 61ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/OptionPanels/StartupOptionPanel.Designer.cs

#
C# | 374 lines | 300 code | 6 blank | 68 comment | 3 complexity | 5caf41cf7581a107bb399ee230db8abb MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.OptionPanels
  2. {
  3. partial class StartupOptionPanel
  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.taskIdleDurationCombo = new System.Windows.Forms.TimeSpanPicker();
  30. this.availableConnectionsCombo = new System.Windows.Forms.ComboBox();
  31. this.taskIdleDurationCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  32. this.taskWakeToRunCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  33. this.taskStartIfConnectionCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  34. this.taskStopIfGoingOnBatteriesCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  35. this.taskRestartOnIdleCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  36. this.taskDisallowStartOnRemoteAppSessionCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  37. this.taskDisallowStartIfOnBatteriesCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  38. this.optionPanelHeaderLabel1 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  39. this.optionPanelHeaderLabel2 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  40. this.taskStopOnIdleEndCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  41. this.optionPanelHeaderLabel3 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  42. this.optionPanelHeaderLabel4 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  43. this.taskIdleWaitTimeoutCombo = new System.Windows.Forms.TimeSpanPicker();
  44. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  45. this.taskIdleWaitTimeoutLabel = new System.Windows.Forms.Label();
  46. this.helpProvider = new System.Windows.Forms.HelpProvider();
  47. this.tableLayoutPanel1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // tableLayoutPanel1
  51. //
  52. this.tableLayoutPanel1.AutoSize = true;
  53. this.tableLayoutPanel1.ColumnCount = 2;
  54. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 129F));
  56. this.tableLayoutPanel1.Controls.Add(this.taskIdleDurationCombo, 1, 3);
  57. this.tableLayoutPanel1.Controls.Add(this.availableConnectionsCombo, 0, 13);
  58. this.tableLayoutPanel1.Controls.Add(this.taskIdleDurationCheck, 0, 3);
  59. this.tableLayoutPanel1.Controls.Add(this.taskWakeToRunCheck, 0, 10);
  60. this.tableLayoutPanel1.Controls.Add(this.taskStartIfConnectionCheck, 0, 12);
  61. this.tableLayoutPanel1.Controls.Add(this.taskStopIfGoingOnBatteriesCheck, 0, 9);
  62. this.tableLayoutPanel1.Controls.Add(this.taskRestartOnIdleCheck, 0, 6);
  63. this.tableLayoutPanel1.Controls.Add(this.taskDisallowStartOnRemoteAppSessionCheck, 0, 1);
  64. this.tableLayoutPanel1.Controls.Add(this.taskDisallowStartIfOnBatteriesCheck, 0, 8);
  65. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel1, 0, 0);
  66. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel2, 0, 2);
  67. this.tableLayoutPanel1.Controls.Add(this.taskStopOnIdleEndCheck, 0, 5);
  68. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel3, 0, 7);
  69. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel4, 0, 11);
  70. this.tableLayoutPanel1.Controls.Add(this.taskIdleWaitTimeoutCombo, 1, 4);
  71. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 5);
  72. this.tableLayoutPanel1.Controls.Add(this.taskIdleWaitTimeoutLabel, 0, 4);
  73. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  75. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  76. this.tableLayoutPanel1.RowCount = 14;
  77. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  78. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  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(319, 421);
  93. this.tableLayoutPanel1.TabIndex = 1;
  94. //
  95. // taskIdleDurationCombo
  96. //
  97. this.taskIdleDurationCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  98. this.taskIdleDurationCombo.Location = new System.Drawing.Point(190, 107);
  99. this.taskIdleDurationCombo.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  100. this.taskIdleDurationCombo.Name = "taskIdleDurationCombo";
  101. this.taskIdleDurationCombo.Size = new System.Drawing.Size(126, 23);
  102. this.taskIdleDurationCombo.TabIndex = 2;
  103. this.taskIdleDurationCombo.ValueChanged += new System.EventHandler(this.taskIdleDurationCombo_ValueChanged);
  104. //
  105. // availableConnectionsCombo
  106. //
  107. this.availableConnectionsCombo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.tableLayoutPanel1.SetColumnSpan(this.availableConnectionsCombo, 2);
  110. this.availableConnectionsCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  111. this.availableConnectionsCombo.FormattingEnabled = true;
  112. this.availableConnectionsCombo.Location = new System.Drawing.Point(25, 397);
  113. this.availableConnectionsCombo.Margin = new System.Windows.Forms.Padding(25, 3, 3, 3);
  114. this.availableConnectionsCombo.Name = "availableConnectionsCombo";
  115. this.availableConnectionsCombo.Size = new System.Drawing.Size(291, 23);
  116. this.availableConnectionsCombo.TabIndex = 1;
  117. this.availableConnectionsCombo.SelectedIndexChanged += new System.EventHandler(this.availableConnectionsCombo_SelectedIndexChanged);
  118. //
  119. // taskIdleDurationCheck
  120. //
  121. this.taskIdleDurationCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  122. this.taskIdleDurationCheck.AutoSize = true;
  123. this.taskIdleDurationCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  124. this.taskIdleDurationCheck.Location = new System.Drawing.Point(7, 101);
  125. this.taskIdleDurationCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  126. this.taskIdleDurationCheck.Name = "taskIdleDurationCheck";
  127. this.taskIdleDurationCheck.Size = new System.Drawing.Size(180, 34);
  128. this.taskIdleDurationCheck.TabIndex = 1;
  129. this.taskIdleDurationCheck.Text = "Start the task only if the &computer is idle for:";
  130. this.taskIdleDurationCheck.UseVisualStyleBackColor = true;
  131. this.taskIdleDurationCheck.CheckedChanged += new System.EventHandler(this.taskIdleDurationCheck_CheckedChanged);
  132. //
  133. // taskWakeToRunCheck
  134. //
  135. this.taskWakeToRunCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  136. | System.Windows.Forms.AnchorStyles.Right)));
  137. this.taskWakeToRunCheck.AutoSize = true;
  138. this.tableLayoutPanel1.SetColumnSpan(this.taskWakeToRunCheck, 2);
  139. this.taskWakeToRunCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  140. this.taskWakeToRunCheck.Location = new System.Drawing.Point(7, 303);
  141. this.taskWakeToRunCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  142. this.taskWakeToRunCheck.Name = "taskWakeToRunCheck";
  143. this.taskWakeToRunCheck.Size = new System.Drawing.Size(309, 19);
  144. this.taskWakeToRunCheck.TabIndex = 2;
  145. this.taskWakeToRunCheck.Text = "&Wake the computer to run this task";
  146. this.taskWakeToRunCheck.UseVisualStyleBackColor = true;
  147. this.taskWakeToRunCheck.CheckedChanged += new System.EventHandler(this.taskWakeToRunCheck_CheckedChanged);
  148. //
  149. // taskStartIfConnectionCheck
  150. //
  151. this.taskStartIfConnectionCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152. | System.Windows.Forms.AnchorStyles.Right)));
  153. this.taskStartIfConnectionCheck.AutoSize = true;
  154. this.tableLayoutPanel1.SetColumnSpan(this.taskStartIfConnectionCheck, 2);
  155. this.taskStartIfConnectionCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  156. this.taskStartIfConnectionCheck.Location = new System.Drawing.Point(7, 360);
  157. this.taskStartIfConnectionCheck.Margin = new System.Windows.Forms.Padding(7, 0, 3, 0);
  158. this.taskStartIfConnectionCheck.Name = "taskStartIfConnectionCheck";
  159. this.taskStartIfConnectionCheck.Size = new System.Drawing.Size(309, 34);
  160. this.taskStartIfConnectionCheck.TabIndex = 0;
  161. this.taskStartIfConnectionCheck.Text = "Start onl&y if the following network connection is available:";
  162. this.taskStartIfConnectionCheck.UseVisualStyleBackColor = true;
  163. this.taskStartIfConnectionCheck.CheckedChanged += new System.EventHandler(this.taskStartIfConnectionCheck_CheckedChanged);
  164. //
  165. // taskStopIfGoingOnBatteriesCheck
  166. //
  167. this.taskStopIfGoingOnBatteriesCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.taskStopIfGoingOnBatteriesCheck.AutoSize = true;
  170. this.tableLayoutPanel1.SetColumnSpan(this.taskStopIfGoingOnBatteriesCheck, 2);
  171. this.taskStopIfGoingOnBatteriesCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  172. this.taskStopIfGoingOnBatteriesCheck.Location = new System.Drawing.Point(7, 278);
  173. this.taskStopIfGoingOnBatteriesCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  174. this.taskStopIfGoingOnBatteriesCheck.Name = "taskStopIfGoingOnBatteriesCheck";
  175. this.taskStopIfGoingOnBatteriesCheck.Padding = new System.Windows.Forms.Padding(18, 0, 0, 0);
  176. this.taskStopIfGoingOnBatteriesCheck.Size = new System.Drawing.Size(309, 19);
  177. this.taskStopIfGoingOnBatteriesCheck.TabIndex = 1;
  178. this.taskStopIfGoingOnBatteriesCheck.Text = "Stop if the computer switches to &battery power";
  179. this.taskStopIfGoingOnBatteriesCheck.UseVisualStyleBackColor = true;
  180. this.taskStopIfGoingOnBatteriesCheck.CheckedChanged += new System.EventHandler(this.taskStopIfGoingOnBatteriesCheck_CheckedChanged);
  181. //
  182. // taskRestartOnIdleCheck
  183. //
  184. this.taskRestartOnIdleCheck.AutoSize = true;
  185. this.tableLayoutPanel1.SetColumnSpan(this.taskRestartOnIdleCheck, 2);
  186. this.taskRestartOnIdleCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  187. this.taskRestartOnIdleCheck.Location = new System.Drawing.Point(7, 193);
  188. this.taskRestartOnIdleCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  189. this.taskRestartOnIdleCheck.Name = "taskRestartOnIdleCheck";
  190. this.taskRestartOnIdleCheck.Padding = new System.Windows.Forms.Padding(36, 0, 0, 0);
  191. this.taskRestartOnIdleCheck.Size = new System.Drawing.Size(225, 19);
  192. this.taskRestartOnIdleCheck.TabIndex = 6;
  193. this.taskRestartOnIdleCheck.Text = "Restart if the idle state res&umes";
  194. this.taskRestartOnIdleCheck.UseVisualStyleBackColor = true;
  195. this.taskRestartOnIdleCheck.CheckedChanged += new System.EventHandler(this.taskRestartOnIdleCheck_CheckedChanged);
  196. //
  197. // taskDisallowStartOnRemoteAppSessionCheck
  198. //
  199. this.taskDisallowStartOnRemoteAppSessionCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  200. | System.Windows.Forms.AnchorStyles.Right)));
  201. this.taskDisallowStartOnRemoteAppSessionCheck.AutoSize = true;
  202. this.tableLayoutPanel1.SetColumnSpan(this.taskDisallowStartOnRemoteAppSessionCheck, 2);
  203. this.taskDisallowStartOnRemoteAppSessionCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  204. this.taskDisallowStartOnRemoteAppSessionCheck.Location = new System.Drawing.Point(7, 29);
  205. this.taskDisallowStartOnRemoteAppSessionCheck.Margin = new System.Windows.Forms.Padding(7, 0, 0, 0);
  206. this.taskDisallowStartOnRemoteAppSessionCheck.Name = "taskDisallowStartOnRemoteAppSessionCheck";
  207. this.taskDisallowStartOnRemoteAppSessionCheck.Size = new System.Drawing.Size(312, 34);
  208. this.taskDisallowStartOnRemoteAppSessionCheck.TabIndex = 5;
  209. this.taskDisallowStartOnRemoteAppSessionCheck.Text = "&Disallow start if in a Remote Applications Integrated Locally (RAIL) session";
  210. this.taskDisallowStartOnRemoteAppSessionCheck.UseVisualStyleBackColor = true;
  211. this.taskDisallowStartOnRemoteAppSessionCheck.CheckedChanged += new System.EventHandler(this.taskDisallowStartOnRemoteAppSessionCheck_CheckedChanged);
  212. //
  213. // taskDisallowStartIfOnBatteriesCheck
  214. //
  215. this.taskDisallowStartIfOnBatteriesCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  216. | System.Windows.Forms.AnchorStyles.Right)));
  217. this.taskDisallowStartIfOnBatteriesCheck.AutoSize = true;
  218. this.tableLayoutPanel1.SetColumnSpan(this.taskDisallowStartIfOnBatteriesCheck, 2);
  219. this.taskDisallowStartIfOnBatteriesCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  220. this.taskDisallowStartIfOnBatteriesCheck.Location = new System.Drawing.Point(7, 253);
  221. this.taskDisallowStartIfOnBatteriesCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  222. this.taskDisallowStartIfOnBatteriesCheck.Name = "taskDisallowStartIfOnBatteriesCheck";
  223. this.helpProvider.SetShowHelp(this.taskDisallowStartIfOnBatteriesCheck, true);
  224. this.taskDisallowStartIfOnBatteriesCheck.Size = new System.Drawing.Size(309, 19);
  225. this.taskDisallowStartIfOnBatteriesCheck.TabIndex = 0;
  226. this.taskDisallowStartIfOnBatteriesCheck.Text = "Start the task only if the computer is on AC &power";
  227. this.taskDisallowStartIfOnBatteriesCheck.UseVisualStyleBackColor = true;
  228. this.taskDisallowStartIfOnBatteriesCheck.CheckedChanged += new System.EventHandler(this.taskDisallowStartIfOnBatteriesCheck_CheckedChanged);
  229. //
  230. // optionPanelHeaderLabel1
  231. //
  232. this.tableLayoutPanel1.SetColumnSpan(this.optionPanelHeaderLabel1, 2);
  233. this.optionPanelHeaderLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  234. this.optionPanelHeaderLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  235. this.optionPanelHeaderLabel1.Location = new System.Drawing.Point(0, 0);
  236. this.optionPanelHeaderLabel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 6);
  237. this.optionPanelHeaderLabel1.Name = "optionPanelHeaderLabel1";
  238. this.optionPanelHeaderLabel1.Size = new System.Drawing.Size(319, 23);
  239. this.optionPanelHeaderLabel1.TabIndex = 0;
  240. this.optionPanelHeaderLabel1.Text = "Options";
  241. //
  242. // optionPanelHeaderLabel2
  243. //
  244. this.tableLayoutPanel1.SetColumnSpan(this.optionPanelHeaderLabel2, 2);
  245. this.optionPanelHeaderLabel2.Dock = System.Windows.Forms.DockStyle.Top;
  246. this.optionPanelHeaderLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  247. this.optionPanelHeaderLabel2.Location = new System.Drawing.Point(0, 69);
  248. this.optionPanelHeaderLabel2.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
  249. this.optionPanelHeaderLabel2.Name = "optionPanelHeaderLabel2";
  250. this.optionPanelHeaderLabel2.Size = new System.Drawing.Size(319, 23);
  251. this.optionPanelHeaderLabel2.TabIndex = 1;
  252. this.optionPanelHeaderLabel2.Text = "Idle";
  253. //
  254. // taskStopOnIdleEndCheck
  255. //
  256. this.taskStopOnIdleEndCheck.AutoSize = true;
  257. this.taskStopOnIdleEndCheck.Checked = true;
  258. this.taskStopOnIdleEndCheck.CheckState = System.Windows.Forms.CheckState.Checked;
  259. this.tableLayoutPanel1.SetColumnSpan(this.taskStopOnIdleEndCheck, 2);
  260. this.taskStopOnIdleEndCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  261. this.taskStopOnIdleEndCheck.Location = new System.Drawing.Point(7, 168);
  262. this.taskStopOnIdleEndCheck.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
  263. this.taskStopOnIdleEndCheck.Name = "taskStopOnIdleEndCheck";
  264. this.taskStopOnIdleEndCheck.Padding = new System.Windows.Forms.Padding(18, 0, 0, 0);
  265. this.taskStopOnIdleEndCheck.Size = new System.Drawing.Size(242, 19);
  266. this.taskStopOnIdleEndCheck.TabIndex = 5;
  267. this.taskStopOnIdleEndCheck.Text = "Stop if the comput&er ceases to be idle";
  268. this.taskStopOnIdleEndCheck.UseVisualStyleBackColor = true;
  269. this.taskStopOnIdleEndCheck.CheckedChanged += new System.EventHandler(this.taskStopOnIdleEndCheck_CheckedChanged);
  270. //
  271. // optionPanelHeaderLabel3
  272. //
  273. this.tableLayoutPanel1.SetColumnSpan(this.optionPanelHeaderLabel3, 2);
  274. this.optionPanelHeaderLabel3.Dock = System.Windows.Forms.DockStyle.Top;
  275. this.optionPanelHeaderLabel3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  276. this.optionPanelHeaderLabel3.Location = new System.Drawing.Point(0, 221);
  277. this.optionPanelHeaderLabel3.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
  278. this.optionPanelHeaderLabel3.Name = "optionPanelHeaderLabel3";
  279. this.optionPanelHeaderLabel3.Size = new System.Drawing.Size(319, 23);
  280. this.optionPanelHeaderLabel3.TabIndex = 2;
  281. this.optionPanelHeaderLabel3.Text = "Power";
  282. //
  283. // optionPanelHeaderLabel4
  284. //
  285. this.tableLayoutPanel1.SetColumnSpan(this.optionPanelHeaderLabel4, 2);
  286. this.optionPanelHeaderLabel4.Dock = System.Windows.Forms.DockStyle.Top;
  287. this.optionPanelHeaderLabel4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  288. this.optionPanelHeaderLabel4.Location = new System.Drawing.Point(0, 331);
  289. this.optionPanelHeaderLabel4.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
  290. this.optionPanelHeaderLabel4.Name = "optionPanelHeaderLabel4";
  291. this.optionPanelHeaderLabel4.Size = new System.Drawing.Size(319, 23);
  292. this.optionPanelHeaderLabel4.TabIndex = 3;
  293. this.optionPanelHeaderLabel4.Text = "Network";
  294. //
  295. // taskIdleWaitTimeoutCombo
  296. //
  297. this.taskIdleWaitTimeoutCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  298. this.taskIdleWaitTimeoutCombo.Location = new System.Drawing.Point(190, 141);
  299. this.taskIdleWaitTimeoutCombo.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  300. this.taskIdleWaitTimeoutCombo.Name = "taskIdleWaitTimeoutCombo";
  301. this.taskIdleWaitTimeoutCombo.Size = new System.Drawing.Size(126, 23);
  302. this.taskIdleWaitTimeoutCombo.TabIndex = 4;
  303. this.taskIdleWaitTimeoutCombo.ValueChanged += new System.EventHandler(this.taskIdleWaitTimeoutCombo_ValueChanged);
  304. //
  305. // tableLayoutPanel3
  306. //
  307. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  308. | System.Windows.Forms.AnchorStyles.Right)));
  309. this.tableLayoutPanel3.AutoSize = true;
  310. this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  311. this.tableLayoutPanel3.ColumnCount = 2;
  312. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.87356F));
  313. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.12644F));
  314. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 190);
  315. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
  316. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  317. this.tableLayoutPanel3.RowCount = 1;
  318. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  319. this.tableLayoutPanel3.Size = new System.Drawing.Size(190, 0);
  320. this.tableLayoutPanel3.TabIndex = 9;
  321. //
  322. // taskIdleWaitTimeoutLabel
  323. //
  324. this.taskIdleWaitTimeoutLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  325. this.taskIdleWaitTimeoutLabel.AutoSize = true;
  326. this.taskIdleWaitTimeoutLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  327. this.taskIdleWaitTimeoutLabel.Location = new System.Drawing.Point(7, 144);
  328. this.taskIdleWaitTimeoutLabel.Margin = new System.Windows.Forms.Padding(7, 0, 3, 0);
  329. this.taskIdleWaitTimeoutLabel.Name = "taskIdleWaitTimeoutLabel";
  330. this.taskIdleWaitTimeoutLabel.Padding = new System.Windows.Forms.Padding(16, 0, 0, 0);
  331. this.taskIdleWaitTimeoutLabel.Size = new System.Drawing.Size(108, 15);
  332. this.taskIdleWaitTimeoutLabel.TabIndex = 3;
  333. this.taskIdleWaitTimeoutLabel.Text = "W&ait for idle for:";
  334. //
  335. // StartupOptionPanel
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  338. this.Controls.Add(this.tableLayoutPanel1);
  339. this.Name = "StartupOptionPanel";
  340. this.Size = new System.Drawing.Size(319, 412);
  341. this.Title = "Task Start Options";
  342. this.tableLayoutPanel1.ResumeLayout(false);
  343. this.tableLayoutPanel1.PerformLayout();
  344. this.ResumeLayout(false);
  345. this.PerformLayout();
  346. }
  347. #endregion
  348. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  349. private OptionPanelHeaderLabel optionPanelHeaderLabel1;
  350. private OptionPanelHeaderLabel optionPanelHeaderLabel2;
  351. private OptionPanelHeaderLabel optionPanelHeaderLabel3;
  352. private OptionPanelHeaderLabel optionPanelHeaderLabel4;
  353. private WrappingCheckBox taskDisallowStartOnRemoteAppSessionCheck;
  354. private WrappingCheckBox taskIdleDurationCheck;
  355. private System.Windows.Forms.TimeSpanPicker taskIdleDurationCombo;
  356. private System.Windows.Forms.Label taskIdleWaitTimeoutLabel;
  357. private WrappingCheckBox taskStopOnIdleEndCheck;
  358. private WrappingCheckBox taskRestartOnIdleCheck;
  359. private WrappingCheckBox taskDisallowStartIfOnBatteriesCheck;
  360. private System.Windows.Forms.HelpProvider helpProvider;
  361. private WrappingCheckBox taskStopIfGoingOnBatteriesCheck;
  362. private WrappingCheckBox taskWakeToRunCheck;
  363. private WrappingCheckBox taskStartIfConnectionCheck;
  364. private System.Windows.Forms.ComboBox availableConnectionsCombo;
  365. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  366. private System.Windows.Forms.TimeSpanPicker taskIdleWaitTimeoutCombo;
  367. }
  368. }