PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/TaskService/TaskEditor/UIComponents/CalendarTriggerUI.Designer.cs

#
C# | 210 lines | 141 code | 7 blank | 62 comment | 3 complexity | 291d69b6d91bc21868d634bcc0ca1089 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.UIComponents
  2. {
  3. partial class CalendarTriggerUI
  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 Component 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(CalendarTriggerUI));
  29. this.schedStartDatePicker = new Microsoft.Win32.TaskScheduler.FullDateTimePicker();
  30. this.groupBox3 = new System.Windows.Forms.GroupBox();
  31. this.schedGroup = new System.Windows.Forms.GroupBox();
  32. this.schedTabControl = new System.Windows.Forms.TabControl();
  33. this.oneTimeTab = new System.Windows.Forms.TabPage();
  34. this.dailyTab = new System.Windows.Forms.TabPage();
  35. this.dailyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.DailyTriggerUI();
  36. this.weeklyTab = new System.Windows.Forms.TabPage();
  37. this.weeklyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.WeeklyTriggerUI();
  38. this.monthlyTab = new System.Windows.Forms.TabPage();
  39. this.monthlyTriggerUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.MonthlyTriggerUI();
  40. this.schedStartLabel = new System.Windows.Forms.Label();
  41. this.schedMonthlyRadio = new System.Windows.Forms.RadioButton();
  42. this.schedWeeklyRadio = new System.Windows.Forms.RadioButton();
  43. this.schedDailyRadio = new System.Windows.Forms.RadioButton();
  44. this.schedOneRadio = new System.Windows.Forms.RadioButton();
  45. this.schedGroup.SuspendLayout();
  46. this.schedTabControl.SuspendLayout();
  47. this.dailyTab.SuspendLayout();
  48. this.weeklyTab.SuspendLayout();
  49. this.monthlyTab.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // schedStartDatePicker
  53. //
  54. resources.ApplyResources(this.schedStartDatePicker, "schedStartDatePicker");
  55. this.schedStartDatePicker.Name = "schedStartDatePicker";
  56. this.schedStartDatePicker.Value = new System.DateTime(2009, 7, 30, 13, 10, 46, 672);
  57. this.schedStartDatePicker.ValueChanged += new System.EventHandler(this.schedStartDatePicker_ValueChanged);
  58. //
  59. // groupBox3
  60. //
  61. resources.ApplyResources(this.groupBox3, "groupBox3");
  62. this.groupBox3.Name = "groupBox3";
  63. this.groupBox3.TabStop = false;
  64. //
  65. // schedGroup
  66. //
  67. resources.ApplyResources(this.schedGroup, "schedGroup");
  68. this.schedGroup.Controls.Add(this.schedTabControl);
  69. this.schedGroup.Name = "schedGroup";
  70. this.schedGroup.TabStop = false;
  71. //
  72. // schedTabControl
  73. //
  74. resources.ApplyResources(this.schedTabControl, "schedTabControl");
  75. this.schedTabControl.Controls.Add(this.oneTimeTab);
  76. this.schedTabControl.Controls.Add(this.dailyTab);
  77. this.schedTabControl.Controls.Add(this.weeklyTab);
  78. this.schedTabControl.Controls.Add(this.monthlyTab);
  79. this.schedTabControl.Name = "schedTabControl";
  80. this.schedTabControl.SelectedIndex = 0;
  81. this.schedTabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  82. this.schedTabControl.TabStop = false;
  83. //
  84. // oneTimeTab
  85. //
  86. resources.ApplyResources(this.oneTimeTab, "oneTimeTab");
  87. this.oneTimeTab.Name = "oneTimeTab";
  88. this.oneTimeTab.UseVisualStyleBackColor = true;
  89. //
  90. // dailyTab
  91. //
  92. resources.ApplyResources(this.dailyTab, "dailyTab");
  93. this.dailyTab.Controls.Add(this.dailyTriggerUI1);
  94. this.dailyTab.Name = "dailyTab";
  95. this.dailyTab.UseVisualStyleBackColor = true;
  96. //
  97. // dailyTriggerUI1
  98. //
  99. resources.ApplyResources(this.dailyTriggerUI1, "dailyTriggerUI1");
  100. this.dailyTriggerUI1.Name = "dailyTriggerUI1";
  101. this.dailyTriggerUI1.ShowStartBoundary = false;
  102. //
  103. // weeklyTab
  104. //
  105. resources.ApplyResources(this.weeklyTab, "weeklyTab");
  106. this.weeklyTab.Controls.Add(this.weeklyTriggerUI1);
  107. this.weeklyTab.Name = "weeklyTab";
  108. this.weeklyTab.UseVisualStyleBackColor = true;
  109. //
  110. // weeklyTriggerUI1
  111. //
  112. resources.ApplyResources(this.weeklyTriggerUI1, "weeklyTriggerUI1");
  113. this.weeklyTriggerUI1.Name = "weeklyTriggerUI1";
  114. this.weeklyTriggerUI1.ShowStartBoundary = false;
  115. //
  116. // monthlyTab
  117. //
  118. resources.ApplyResources(this.monthlyTab, "monthlyTab");
  119. this.monthlyTab.Controls.Add(this.monthlyTriggerUI1);
  120. this.monthlyTab.Name = "monthlyTab";
  121. this.monthlyTab.UseVisualStyleBackColor = true;
  122. //
  123. // monthlyTriggerUI1
  124. //
  125. resources.ApplyResources(this.monthlyTriggerUI1, "monthlyTriggerUI1");
  126. this.monthlyTriggerUI1.Name = "monthlyTriggerUI1";
  127. this.monthlyTriggerUI1.ShowStartBoundary = false;
  128. this.monthlyTriggerUI1.TriggerTypeChanged += new System.EventHandler(this.monthlyTriggerUI1_TriggerTypeChanged);
  129. //
  130. // schedStartLabel
  131. //
  132. resources.ApplyResources(this.schedStartLabel, "schedStartLabel");
  133. this.schedStartLabel.Name = "schedStartLabel";
  134. //
  135. // schedMonthlyRadio
  136. //
  137. resources.ApplyResources(this.schedMonthlyRadio, "schedMonthlyRadio");
  138. this.schedMonthlyRadio.Name = "schedMonthlyRadio";
  139. this.schedMonthlyRadio.UseVisualStyleBackColor = true;
  140. this.schedMonthlyRadio.CheckedChanged += new System.EventHandler(this.schedOneRadio_CheckedChanged);
  141. //
  142. // schedWeeklyRadio
  143. //
  144. resources.ApplyResources(this.schedWeeklyRadio, "schedWeeklyRadio");
  145. this.schedWeeklyRadio.Name = "schedWeeklyRadio";
  146. this.schedWeeklyRadio.UseVisualStyleBackColor = true;
  147. this.schedWeeklyRadio.CheckedChanged += new System.EventHandler(this.schedOneRadio_CheckedChanged);
  148. //
  149. // schedDailyRadio
  150. //
  151. resources.ApplyResources(this.schedDailyRadio, "schedDailyRadio");
  152. this.schedDailyRadio.Name = "schedDailyRadio";
  153. this.schedDailyRadio.UseVisualStyleBackColor = true;
  154. this.schedDailyRadio.CheckedChanged += new System.EventHandler(this.schedOneRadio_CheckedChanged);
  155. //
  156. // schedOneRadio
  157. //
  158. resources.ApplyResources(this.schedOneRadio, "schedOneRadio");
  159. this.schedOneRadio.Name = "schedOneRadio";
  160. this.schedOneRadio.UseVisualStyleBackColor = true;
  161. this.schedOneRadio.CheckedChanged += new System.EventHandler(this.schedOneRadio_CheckedChanged);
  162. //
  163. // CalendarTriggerUI
  164. //
  165. resources.ApplyResources(this, "$this");
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.Controls.Add(this.schedStartDatePicker);
  168. this.Controls.Add(this.groupBox3);
  169. this.Controls.Add(this.schedGroup);
  170. this.Controls.Add(this.schedStartLabel);
  171. this.Controls.Add(this.schedMonthlyRadio);
  172. this.Controls.Add(this.schedWeeklyRadio);
  173. this.Controls.Add(this.schedDailyRadio);
  174. this.Controls.Add(this.schedOneRadio);
  175. this.MinimumSize = new System.Drawing.Size(512, 161);
  176. this.Name = "CalendarTriggerUI";
  177. this.schedGroup.ResumeLayout(false);
  178. this.schedTabControl.ResumeLayout(false);
  179. this.dailyTab.ResumeLayout(false);
  180. this.weeklyTab.ResumeLayout(false);
  181. this.monthlyTab.ResumeLayout(false);
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private FullDateTimePicker schedStartDatePicker;
  187. private System.Windows.Forms.GroupBox groupBox3;
  188. private System.Windows.Forms.GroupBox schedGroup;
  189. private System.Windows.Forms.TabControl schedTabControl;
  190. private System.Windows.Forms.TabPage oneTimeTab;
  191. private System.Windows.Forms.TabPage dailyTab;
  192. private DailyTriggerUI dailyTriggerUI1;
  193. private System.Windows.Forms.TabPage weeklyTab;
  194. private WeeklyTriggerUI weeklyTriggerUI1;
  195. private System.Windows.Forms.TabPage monthlyTab;
  196. private MonthlyTriggerUI monthlyTriggerUI1;
  197. private System.Windows.Forms.Label schedStartLabel;
  198. private System.Windows.Forms.RadioButton schedMonthlyRadio;
  199. private System.Windows.Forms.RadioButton schedWeeklyRadio;
  200. private System.Windows.Forms.RadioButton schedDailyRadio;
  201. private System.Windows.Forms.RadioButton schedOneRadio;
  202. }
  203. }