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

/TaskService/TaskEditor/TaskSchedulerWizard.Designer.cs

#
C# | 514 lines | 355 code | 7 blank | 152 comment | 3 complexity | 205c1d4d0ffd63e592981ece4f465198 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler
  2. {
  3. partial class TaskSchedulerWizard
  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(TaskSchedulerWizard));
  29. this.wizardControl1 = new AeroWizard.WizardControl();
  30. this.introPage = new AeroWizard.WizardPage();
  31. this.nameText = new System.Windows.Forms.TextBox();
  32. this.descText = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.triggerSelectPage = new AeroWizard.WizardPage();
  36. this.triggerSelectionList = new GroupControls.RadioButtonList();
  37. this.dailyTriggerPage = new AeroWizard.WizardPage();
  38. this.dailyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.DailyTriggerUI();
  39. this.oneTimeTriggerPage = new AeroWizard.WizardPage();
  40. this.oneTimeStartTimePicker = new Microsoft.Win32.TaskScheduler.FullDateTimePicker();
  41. this.oneTimeStartLabel = new System.Windows.Forms.Label();
  42. this.weeklyTriggerPage = new AeroWizard.WizardPage();
  43. this.weeklyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.WeeklyTriggerUI();
  44. this.monthlyTriggerPage = new AeroWizard.WizardPage();
  45. this.monthlyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.MonthlyTriggerUI();
  46. this.onEventTriggerPage = new AeroWizard.WizardPage();
  47. this.eventTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.EventTriggerUI();
  48. this.triggerPropPage = new AeroWizard.WizardPage();
  49. this.triggerPropText = new System.Windows.Forms.Label();
  50. this.durationSpan = new System.Windows.Forms.TimeSpanPicker();
  51. this.repeatSpan = new System.Windows.Forms.TimeSpanPicker();
  52. this.durationLabel = new System.Windows.Forms.Label();
  53. this.enabledCheckBox = new System.Windows.Forms.CheckBox();
  54. this.repeatCheckBox = new System.Windows.Forms.CheckBox();
  55. this.actionSelectPage = new AeroWizard.WizardPage();
  56. this.actionSelectionList = new GroupControls.RadioButtonList();
  57. this.runActionPage = new AeroWizard.WizardPage();
  58. this.execActionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.ExecActionUI();
  59. this.emailActionPage = new AeroWizard.WizardPage();
  60. this.emailActionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.EmailActionUI();
  61. this.msgActionPage = new AeroWizard.WizardPage();
  62. this.showMessageActionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.ShowMessageActionUI();
  63. this.secOptPage = new AeroWizard.WizardPage();
  64. this.taskLocalOnlyCheck = new System.Windows.Forms.CheckBox();
  65. this.taskLoggedOptionalRadio = new System.Windows.Forms.RadioButton();
  66. this.taskLoggedOnRadio = new System.Windows.Forms.RadioButton();
  67. this.taskPrincipalText = new System.Windows.Forms.TextBox();
  68. this.changePrincipalButton = new System.Windows.Forms.Button();
  69. this.taskUserAcctLabel = new System.Windows.Forms.Label();
  70. this.summaryPage = new AeroWizard.WizardPage();
  71. this.sumText = new System.Windows.Forms.TextBox();
  72. this.openDlgAfterCheck = new System.Windows.Forms.CheckBox();
  73. this.summaryPrompt = new System.Windows.Forms.Label();
  74. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  75. ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit();
  76. this.introPage.SuspendLayout();
  77. this.triggerSelectPage.SuspendLayout();
  78. this.triggerSelectionList.SuspendLayout();
  79. this.dailyTriggerPage.SuspendLayout();
  80. this.oneTimeTriggerPage.SuspendLayout();
  81. this.weeklyTriggerPage.SuspendLayout();
  82. this.monthlyTriggerPage.SuspendLayout();
  83. this.onEventTriggerPage.SuspendLayout();
  84. this.triggerPropPage.SuspendLayout();
  85. this.actionSelectPage.SuspendLayout();
  86. this.actionSelectionList.SuspendLayout();
  87. this.runActionPage.SuspendLayout();
  88. this.emailActionPage.SuspendLayout();
  89. this.msgActionPage.SuspendLayout();
  90. this.secOptPage.SuspendLayout();
  91. this.summaryPage.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // wizardControl1
  95. //
  96. resources.ApplyResources(this.wizardControl1, "wizardControl1");
  97. this.wizardControl1.Name = "wizardControl1";
  98. this.wizardControl1.Pages.Add(this.introPage);
  99. this.wizardControl1.Pages.Add(this.triggerSelectPage);
  100. this.wizardControl1.Pages.Add(this.dailyTriggerPage);
  101. this.wizardControl1.Pages.Add(this.oneTimeTriggerPage);
  102. this.wizardControl1.Pages.Add(this.weeklyTriggerPage);
  103. this.wizardControl1.Pages.Add(this.monthlyTriggerPage);
  104. this.wizardControl1.Pages.Add(this.onEventTriggerPage);
  105. this.wizardControl1.Pages.Add(this.triggerPropPage);
  106. this.wizardControl1.Pages.Add(this.actionSelectPage);
  107. this.wizardControl1.Pages.Add(this.runActionPage);
  108. this.wizardControl1.Pages.Add(this.emailActionPage);
  109. this.wizardControl1.Pages.Add(this.msgActionPage);
  110. this.wizardControl1.Pages.Add(this.secOptPage);
  111. this.wizardControl1.Pages.Add(this.summaryPage);
  112. this.wizardControl1.Finished += new System.EventHandler(this.wizardControl1_Finished);
  113. //
  114. // introPage
  115. //
  116. resources.ApplyResources(this.introPage, "introPage");
  117. this.introPage.AllowNext = false;
  118. this.introPage.Controls.Add(this.nameText);
  119. this.introPage.Controls.Add(this.descText);
  120. this.introPage.Controls.Add(this.label2);
  121. this.introPage.Controls.Add(this.label1);
  122. this.introPage.Name = "introPage";
  123. //
  124. // nameText
  125. //
  126. resources.ApplyResources(this.nameText, "nameText");
  127. this.nameText.Name = "nameText";
  128. this.nameText.TextChanged += new System.EventHandler(this.nameText_TextChanged);
  129. //
  130. // descText
  131. //
  132. resources.ApplyResources(this.descText, "descText");
  133. this.descText.Name = "descText";
  134. //
  135. // label2
  136. //
  137. resources.ApplyResources(this.label2, "label2");
  138. this.label2.Name = "label2";
  139. //
  140. // label1
  141. //
  142. resources.ApplyResources(this.label1, "label1");
  143. this.label1.Name = "label1";
  144. //
  145. // triggerSelectPage
  146. //
  147. resources.ApplyResources(this.triggerSelectPage, "triggerSelectPage");
  148. this.triggerSelectPage.AllowNext = false;
  149. this.triggerSelectPage.Controls.Add(this.triggerSelectionList);
  150. this.triggerSelectPage.Name = "triggerSelectPage";
  151. this.triggerSelectPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.triggerSelectPage_Commit);
  152. this.triggerSelectPage.Initialize += new System.EventHandler<AeroWizard.WizardPageInitEventArgs>(this.triggerSelectPage_Initialize);
  153. //
  154. // triggerSelectionList
  155. //
  156. resources.ApplyResources(this.triggerSelectionList, "triggerSelectionList");
  157. this.triggerSelectionList.Name = "triggerSelectionList";
  158. this.triggerSelectionList.SubtextForeColor = System.Drawing.SystemColors.GrayText;
  159. this.triggerSelectionList.SelectedIndexChanged += new System.EventHandler(this.triggerSelectionList_SelectedIndexChanged);
  160. //
  161. // dailyTriggerPage
  162. //
  163. resources.ApplyResources(this.dailyTriggerPage, "dailyTriggerPage");
  164. this.dailyTriggerPage.Controls.Add(this.dailyTriggerUI1);
  165. this.dailyTriggerPage.Name = "dailyTriggerPage";
  166. this.dailyTriggerPage.NextPage = this.oneTimeTriggerPage;
  167. //
  168. // dailyTriggerUI1
  169. //
  170. resources.ApplyResources(this.dailyTriggerUI1, "dailyTriggerUI1");
  171. this.dailyTriggerUI1.Name = "dailyTriggerUI1";
  172. //
  173. // oneTimeTriggerPage
  174. //
  175. resources.ApplyResources(this.oneTimeTriggerPage, "oneTimeTriggerPage");
  176. this.oneTimeTriggerPage.Controls.Add(this.oneTimeStartTimePicker);
  177. this.oneTimeTriggerPage.Controls.Add(this.oneTimeStartLabel);
  178. this.oneTimeTriggerPage.Name = "oneTimeTriggerPage";
  179. this.oneTimeTriggerPage.NextPage = this.weeklyTriggerPage;
  180. this.oneTimeTriggerPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.oneTimeTriggerPage_Commit);
  181. //
  182. // oneTimeStartTimePicker
  183. //
  184. resources.ApplyResources(this.oneTimeStartTimePicker, "oneTimeStartTimePicker");
  185. this.oneTimeStartTimePicker.Name = "oneTimeStartTimePicker";
  186. this.oneTimeStartTimePicker.UtcCheckBehavior = Microsoft.Win32.TaskScheduler.FullDateTimePicker.FieldConversionUtcCheckBehavior.AssumeLocal;
  187. //
  188. // oneTimeStartLabel
  189. //
  190. resources.ApplyResources(this.oneTimeStartLabel, "oneTimeStartLabel");
  191. this.oneTimeStartLabel.Name = "oneTimeStartLabel";
  192. //
  193. // weeklyTriggerPage
  194. //
  195. resources.ApplyResources(this.weeklyTriggerPage, "weeklyTriggerPage");
  196. this.weeklyTriggerPage.Controls.Add(this.weeklyTriggerUI1);
  197. this.weeklyTriggerPage.Name = "weeklyTriggerPage";
  198. this.weeklyTriggerPage.NextPage = this.monthlyTriggerPage;
  199. //
  200. // weeklyTriggerUI1
  201. //
  202. resources.ApplyResources(this.weeklyTriggerUI1, "weeklyTriggerUI1");
  203. this.weeklyTriggerUI1.Name = "weeklyTriggerUI1";
  204. //
  205. // monthlyTriggerPage
  206. //
  207. resources.ApplyResources(this.monthlyTriggerPage, "monthlyTriggerPage");
  208. this.monthlyTriggerPage.Controls.Add(this.monthlyTriggerUI1);
  209. this.monthlyTriggerPage.Name = "monthlyTriggerPage";
  210. this.monthlyTriggerPage.NextPage = this.onEventTriggerPage;
  211. //
  212. // monthlyTriggerUI1
  213. //
  214. resources.ApplyResources(this.monthlyTriggerUI1, "monthlyTriggerUI1");
  215. this.monthlyTriggerUI1.Name = "monthlyTriggerUI1";
  216. this.monthlyTriggerUI1.TriggerTypeChanged += new System.EventHandler(this.monthlyTriggerUI1_TriggerTypeChanged);
  217. //
  218. // onEventTriggerPage
  219. //
  220. resources.ApplyResources(this.onEventTriggerPage, "onEventTriggerPage");
  221. this.onEventTriggerPage.AllowNext = false;
  222. this.onEventTriggerPage.Controls.Add(this.eventTriggerUI1);
  223. this.onEventTriggerPage.Name = "onEventTriggerPage";
  224. this.onEventTriggerPage.NextPage = this.triggerPropPage;
  225. this.onEventTriggerPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.onEventTriggerPage_Commit);
  226. this.onEventTriggerPage.Initialize += new System.EventHandler<AeroWizard.WizardPageInitEventArgs>(this.onEventTriggerPage_Initialize);
  227. //
  228. // eventTriggerUI1
  229. //
  230. resources.ApplyResources(this.eventTriggerUI1, "eventTriggerUI1");
  231. this.eventTriggerUI1.Name = "eventTriggerUI1";
  232. this.eventTriggerUI1.TriggerChanged += new System.ComponentModel.PropertyChangedEventHandler(this.eventTriggerUI1_TriggerChanged);
  233. //
  234. // triggerPropPage
  235. //
  236. resources.ApplyResources(this.triggerPropPage, "triggerPropPage");
  237. this.triggerPropPage.Controls.Add(this.triggerPropText);
  238. this.triggerPropPage.Controls.Add(this.durationSpan);
  239. this.triggerPropPage.Controls.Add(this.repeatSpan);
  240. this.triggerPropPage.Controls.Add(this.durationLabel);
  241. this.triggerPropPage.Controls.Add(this.enabledCheckBox);
  242. this.triggerPropPage.Controls.Add(this.repeatCheckBox);
  243. this.triggerPropPage.Name = "triggerPropPage";
  244. this.triggerPropPage.Initialize += new System.EventHandler<AeroWizard.WizardPageInitEventArgs>(this.triggerPropPage_Initialize);
  245. //
  246. // triggerPropText
  247. //
  248. resources.ApplyResources(this.triggerPropText, "triggerPropText");
  249. this.triggerPropText.Name = "triggerPropText";
  250. //
  251. // durationSpan
  252. //
  253. resources.ApplyResources(this.durationSpan, "durationSpan");
  254. this.durationSpan.Name = "durationSpan";
  255. this.durationSpan.ValueChanged += new System.EventHandler(this.durationSpan_ValueChanged);
  256. //
  257. // repeatSpan
  258. //
  259. resources.ApplyResources(this.repeatSpan, "repeatSpan");
  260. this.repeatSpan.Name = "repeatSpan";
  261. this.repeatSpan.ValueChanged += new System.EventHandler(this.repeatSpan_ValueChanged);
  262. //
  263. // durationLabel
  264. //
  265. resources.ApplyResources(this.durationLabel, "durationLabel");
  266. this.durationLabel.Name = "durationLabel";
  267. //
  268. // enabledCheckBox
  269. //
  270. resources.ApplyResources(this.enabledCheckBox, "enabledCheckBox");
  271. this.enabledCheckBox.Name = "enabledCheckBox";
  272. this.enabledCheckBox.UseVisualStyleBackColor = true;
  273. this.enabledCheckBox.CheckedChanged += new System.EventHandler(this.enabledCheckBox_CheckedChanged);
  274. //
  275. // repeatCheckBox
  276. //
  277. resources.ApplyResources(this.repeatCheckBox, "repeatCheckBox");
  278. this.repeatCheckBox.Name = "repeatCheckBox";
  279. this.repeatCheckBox.UseVisualStyleBackColor = true;
  280. this.repeatCheckBox.CheckedChanged += new System.EventHandler(this.repeatCheckBox_CheckedChanged);
  281. //
  282. // actionSelectPage
  283. //
  284. resources.ApplyResources(this.actionSelectPage, "actionSelectPage");
  285. this.actionSelectPage.AllowNext = false;
  286. this.actionSelectPage.Controls.Add(this.actionSelectionList);
  287. this.actionSelectPage.Name = "actionSelectPage";
  288. this.actionSelectPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.actionSelectPage_Commit);
  289. //
  290. // actionSelectionList
  291. //
  292. resources.ApplyResources(this.actionSelectionList, "actionSelectionList");
  293. this.actionSelectionList.Name = "actionSelectionList";
  294. this.actionSelectionList.SubtextForeColor = System.Drawing.SystemColors.GrayText;
  295. this.actionSelectionList.SelectedIndexChanged += new System.EventHandler(this.actionSelectionList_SelectedIndexChanged);
  296. //
  297. // runActionPage
  298. //
  299. resources.ApplyResources(this.runActionPage, "runActionPage");
  300. this.runActionPage.AllowNext = false;
  301. this.runActionPage.Controls.Add(this.execActionUI1);
  302. this.runActionPage.Name = "runActionPage";
  303. this.runActionPage.NextPage = this.emailActionPage;
  304. this.runActionPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.runActionPage_Commit);
  305. //
  306. // execActionUI1
  307. //
  308. resources.ApplyResources(this.execActionUI1, "execActionUI1");
  309. this.execActionUI1.Name = "execActionUI1";
  310. this.execActionUI1.KeyValueChanged += new System.EventHandler(this.execActionUI1_KeyValueChanged);
  311. //
  312. // emailActionPage
  313. //
  314. resources.ApplyResources(this.emailActionPage, "emailActionPage");
  315. this.emailActionPage.AllowNext = false;
  316. this.emailActionPage.Controls.Add(this.emailActionUI1);
  317. this.emailActionPage.Name = "emailActionPage";
  318. this.emailActionPage.NextPage = this.msgActionPage;
  319. this.emailActionPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.emailActionPage_Commit);
  320. //
  321. // emailActionUI1
  322. //
  323. resources.ApplyResources(this.emailActionUI1, "emailActionUI1");
  324. this.emailActionUI1.Name = "emailActionUI1";
  325. this.emailActionUI1.KeyValueChanged += new System.EventHandler(this.emailActionUI1_KeyValueChanged);
  326. //
  327. // msgActionPage
  328. //
  329. resources.ApplyResources(this.msgActionPage, "msgActionPage");
  330. this.msgActionPage.AllowNext = false;
  331. this.msgActionPage.Controls.Add(this.showMessageActionUI1);
  332. this.msgActionPage.Name = "msgActionPage";
  333. this.msgActionPage.NextPage = this.secOptPage;
  334. this.msgActionPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.msgActionPage_Commit);
  335. //
  336. // showMessageActionUI1
  337. //
  338. resources.ApplyResources(this.showMessageActionUI1, "showMessageActionUI1");
  339. this.showMessageActionUI1.Name = "showMessageActionUI1";
  340. this.showMessageActionUI1.KeyValueChanged += new System.EventHandler(this.showMessageActionUI1_KeyValueChanged);
  341. //
  342. // secOptPage
  343. //
  344. resources.ApplyResources(this.secOptPage, "secOptPage");
  345. this.secOptPage.Controls.Add(this.taskLocalOnlyCheck);
  346. this.secOptPage.Controls.Add(this.taskLoggedOptionalRadio);
  347. this.secOptPage.Controls.Add(this.taskLoggedOnRadio);
  348. this.secOptPage.Controls.Add(this.taskPrincipalText);
  349. this.secOptPage.Controls.Add(this.changePrincipalButton);
  350. this.secOptPage.Controls.Add(this.taskUserAcctLabel);
  351. this.secOptPage.Name = "secOptPage";
  352. this.secOptPage.Commit += new System.EventHandler<AeroWizard.WizardPageConfirmEventArgs>(this.secOptPage_Commit);
  353. //
  354. // taskLocalOnlyCheck
  355. //
  356. resources.ApplyResources(this.taskLocalOnlyCheck, "taskLocalOnlyCheck");
  357. this.taskLocalOnlyCheck.Name = "taskLocalOnlyCheck";
  358. this.taskLocalOnlyCheck.UseVisualStyleBackColor = true;
  359. this.taskLocalOnlyCheck.CheckedChanged += new System.EventHandler(this.taskLocalOnlyCheck_CheckedChanged);
  360. //
  361. // taskLoggedOptionalRadio
  362. //
  363. resources.ApplyResources(this.taskLoggedOptionalRadio, "taskLoggedOptionalRadio");
  364. this.taskLoggedOptionalRadio.Name = "taskLoggedOptionalRadio";
  365. this.taskLoggedOptionalRadio.TabStop = true;
  366. this.taskLoggedOptionalRadio.UseVisualStyleBackColor = true;
  367. this.taskLoggedOptionalRadio.CheckedChanged += new System.EventHandler(this.taskLoggedOptionalRadio_CheckedChanged);
  368. //
  369. // taskLoggedOnRadio
  370. //
  371. resources.ApplyResources(this.taskLoggedOnRadio, "taskLoggedOnRadio");
  372. this.taskLoggedOnRadio.Name = "taskLoggedOnRadio";
  373. this.taskLoggedOnRadio.TabStop = true;
  374. this.taskLoggedOnRadio.UseVisualStyleBackColor = true;
  375. this.taskLoggedOnRadio.CheckedChanged += new System.EventHandler(this.taskLoggedOnRadio_CheckedChanged);
  376. //
  377. // taskPrincipalText
  378. //
  379. resources.ApplyResources(this.taskPrincipalText, "taskPrincipalText");
  380. this.taskPrincipalText.Name = "taskPrincipalText";
  381. this.taskPrincipalText.ReadOnly = true;
  382. //
  383. // changePrincipalButton
  384. //
  385. resources.ApplyResources(this.changePrincipalButton, "changePrincipalButton");
  386. this.changePrincipalButton.Name = "changePrincipalButton";
  387. this.changePrincipalButton.UseVisualStyleBackColor = true;
  388. this.changePrincipalButton.Click += new System.EventHandler(this.changePrincipalButton_Click);
  389. //
  390. // taskUserAcctLabel
  391. //
  392. resources.ApplyResources(this.taskUserAcctLabel, "taskUserAcctLabel");
  393. this.taskUserAcctLabel.Name = "taskUserAcctLabel";
  394. //
  395. // summaryPage
  396. //
  397. resources.ApplyResources(this.summaryPage, "summaryPage");
  398. this.summaryPage.Controls.Add(this.sumText);
  399. this.summaryPage.Controls.Add(this.openDlgAfterCheck);
  400. this.summaryPage.Controls.Add(this.summaryPrompt);
  401. this.summaryPage.IsFinishPage = true;
  402. this.summaryPage.Name = "summaryPage";
  403. this.summaryPage.Initialize += new System.EventHandler<AeroWizard.WizardPageInitEventArgs>(this.summaryPage_Initialize);
  404. //
  405. // sumText
  406. //
  407. resources.ApplyResources(this.sumText, "sumText");
  408. this.sumText.Name = "sumText";
  409. this.sumText.ReadOnly = true;
  410. //
  411. // openDlgAfterCheck
  412. //
  413. resources.ApplyResources(this.openDlgAfterCheck, "openDlgAfterCheck");
  414. this.openDlgAfterCheck.Name = "openDlgAfterCheck";
  415. this.openDlgAfterCheck.UseVisualStyleBackColor = true;
  416. //
  417. // summaryPrompt
  418. //
  419. resources.ApplyResources(this.summaryPrompt, "summaryPrompt");
  420. this.summaryPrompt.Name = "summaryPrompt";
  421. //
  422. // openFileDialog1
  423. //
  424. this.openFileDialog1.FileName = "openFileDialog";
  425. resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
  426. //
  427. // TaskSchedulerWizard
  428. //
  429. resources.ApplyResources(this, "$this");
  430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  431. this.Controls.Add(this.wizardControl1);
  432. this.Name = "TaskSchedulerWizard";
  433. this.ShowIcon = false;
  434. ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit();
  435. this.introPage.ResumeLayout(false);
  436. this.introPage.PerformLayout();
  437. this.triggerSelectPage.ResumeLayout(false);
  438. this.triggerSelectionList.ResumeLayout(true);
  439. this.dailyTriggerPage.ResumeLayout(false);
  440. this.oneTimeTriggerPage.ResumeLayout(false);
  441. this.oneTimeTriggerPage.PerformLayout();
  442. this.weeklyTriggerPage.ResumeLayout(false);
  443. this.monthlyTriggerPage.ResumeLayout(false);
  444. this.onEventTriggerPage.ResumeLayout(false);
  445. this.triggerPropPage.ResumeLayout(false);
  446. this.triggerPropPage.PerformLayout();
  447. this.actionSelectPage.ResumeLayout(false);
  448. this.actionSelectPage.PerformLayout();
  449. this.actionSelectionList.ResumeLayout(true);
  450. this.runActionPage.ResumeLayout(false);
  451. this.emailActionPage.ResumeLayout(false);
  452. this.msgActionPage.ResumeLayout(false);
  453. this.secOptPage.ResumeLayout(false);
  454. this.secOptPage.PerformLayout();
  455. this.summaryPage.ResumeLayout(false);
  456. this.summaryPage.PerformLayout();
  457. this.ResumeLayout(false);
  458. }
  459. #endregion
  460. private AeroWizard.WizardControl wizardControl1;
  461. private AeroWizard.WizardPage introPage;
  462. private System.Windows.Forms.TextBox descText;
  463. private System.Windows.Forms.Label label2;
  464. private System.Windows.Forms.Label label1;
  465. private AeroWizard.WizardPage triggerSelectPage;
  466. private GroupControls.RadioButtonList triggerSelectionList;
  467. private AeroWizard.WizardPage actionSelectPage;
  468. private GroupControls.RadioButtonList actionSelectionList;
  469. private AeroWizard.WizardPage summaryPage;
  470. private System.Windows.Forms.CheckBox openDlgAfterCheck;
  471. private System.Windows.Forms.Label summaryPrompt;
  472. private System.Windows.Forms.TextBox sumText;
  473. private AeroWizard.WizardPage dailyTriggerPage;
  474. private AeroWizard.WizardPage oneTimeTriggerPage;
  475. private AeroWizard.WizardPage weeklyTriggerPage;
  476. private AeroWizard.WizardPage monthlyTriggerPage;
  477. private AeroWizard.WizardPage onEventTriggerPage;
  478. private AeroWizard.WizardPage runActionPage;
  479. private AeroWizard.WizardPage emailActionPage;
  480. private AeroWizard.WizardPage msgActionPage;
  481. private System.Windows.Forms.TextBox nameText;
  482. private System.Windows.Forms.Label oneTimeStartLabel;
  483. private FullDateTimePicker oneTimeStartTimePicker;
  484. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  485. private AeroWizard.WizardPage secOptPage;
  486. private System.Windows.Forms.CheckBox taskLocalOnlyCheck;
  487. private System.Windows.Forms.RadioButton taskLoggedOptionalRadio;
  488. private System.Windows.Forms.RadioButton taskLoggedOnRadio;
  489. private System.Windows.Forms.TextBox taskPrincipalText;
  490. private System.Windows.Forms.Button changePrincipalButton;
  491. private System.Windows.Forms.Label taskUserAcctLabel;
  492. private AeroWizard.WizardPage triggerPropPage;
  493. private System.Windows.Forms.TimeSpanPicker durationSpan;
  494. private System.Windows.Forms.TimeSpanPicker repeatSpan;
  495. private System.Windows.Forms.Label durationLabel;
  496. private System.Windows.Forms.CheckBox enabledCheckBox;
  497. private System.Windows.Forms.CheckBox repeatCheckBox;
  498. private System.Windows.Forms.Label triggerPropText;
  499. private UIComponents.ExecActionUI execActionUI1;
  500. private UIComponents.EmailActionUI emailActionUI1;
  501. private UIComponents.ShowMessageActionUI showMessageActionUI1;
  502. private UIComponents.DailyTriggerUI dailyTriggerUI1;
  503. private UIComponents.WeeklyTriggerUI weeklyTriggerUI1;
  504. private UIComponents.MonthlyTriggerUI monthlyTriggerUI1;
  505. private UIComponents.EventTriggerUI eventTriggerUI1;
  506. }
  507. }