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

/TaskService/TaskEditor/UIComponents/MonthlyTriggerUI.Designer.cs

#
C# | 140 lines | 96 code | 6 blank | 38 comment | 3 complexity | a26025550b5f47d4fb2dfb6c4fe77df2 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.UIComponents
  2. {
  3. partial class MonthlyTriggerUI
  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(MonthlyTriggerUI));
  29. this.monthlyOnRadio = new System.Windows.Forms.RadioButton();
  30. this.monthlyDaysRadio = new System.Windows.Forms.RadioButton();
  31. this.monthlyMonthsLabel = new System.Windows.Forms.Label();
  32. this.monthlyDaysDropDown = new Microsoft.Win32.TaskScheduler.DropDownCheckList();
  33. this.monthlyOnDOWDropDown = new Microsoft.Win32.TaskScheduler.DropDownCheckList();
  34. this.monthlyOnWeekDropDown = new Microsoft.Win32.TaskScheduler.DropDownCheckList();
  35. this.monthlyMonthsDropDown = new Microsoft.Win32.TaskScheduler.DropDownCheckList();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.panel2.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // monthlyOnRadio
  41. //
  42. resources.ApplyResources(this.monthlyOnRadio, "monthlyOnRadio");
  43. this.monthlyOnRadio.Name = "monthlyOnRadio";
  44. this.monthlyOnRadio.UseVisualStyleBackColor = true;
  45. //
  46. // monthlyDaysRadio
  47. //
  48. resources.ApplyResources(this.monthlyDaysRadio, "monthlyDaysRadio");
  49. this.monthlyDaysRadio.Checked = true;
  50. this.monthlyDaysRadio.Name = "monthlyDaysRadio";
  51. this.monthlyDaysRadio.TabStop = true;
  52. this.monthlyDaysRadio.UseVisualStyleBackColor = true;
  53. this.monthlyDaysRadio.CheckedChanged += new System.EventHandler(this.monthlyDaysRadio_CheckedChanged);
  54. //
  55. // monthlyMonthsLabel
  56. //
  57. resources.ApplyResources(this.monthlyMonthsLabel, "monthlyMonthsLabel");
  58. this.monthlyMonthsLabel.Name = "monthlyMonthsLabel";
  59. //
  60. // monthlyDaysDropDown
  61. //
  62. resources.ApplyResources(this.monthlyDaysDropDown, "monthlyDaysDropDown");
  63. this.monthlyDaysDropDown.BackColor = System.Drawing.Color.White;
  64. this.monthlyDaysDropDown.ControlSize = new System.Drawing.Size(187, 105);
  65. this.monthlyDaysDropDown.DropSize = new System.Drawing.Size(121, 106);
  66. this.monthlyDaysDropDown.Name = "monthlyDaysDropDown";
  67. this.monthlyDaysDropDown.RequireAtLeastOneCheckedItem = true;
  68. this.monthlyDaysDropDown.SelectedIndexChanged += new System.EventHandler(this.monthlyDaysDropDown_SelectedItemsChanged);
  69. //
  70. // monthlyOnDOWDropDown
  71. //
  72. resources.ApplyResources(this.monthlyOnDOWDropDown, "monthlyOnDOWDropDown");
  73. this.monthlyOnDOWDropDown.BackColor = System.Drawing.Color.White;
  74. this.monthlyOnDOWDropDown.ControlSize = new System.Drawing.Size(187, 105);
  75. this.monthlyOnDOWDropDown.DropSize = new System.Drawing.Size(121, 106);
  76. this.monthlyOnDOWDropDown.Name = "monthlyOnDOWDropDown";
  77. this.monthlyOnDOWDropDown.RequireAtLeastOneCheckedItem = true;
  78. this.monthlyOnDOWDropDown.SelectedIndexChanged += new System.EventHandler(this.monthlyOnDOWDropDown_SelectedItemsChanged);
  79. //
  80. // monthlyOnWeekDropDown
  81. //
  82. this.monthlyOnWeekDropDown.BackColor = System.Drawing.Color.White;
  83. this.monthlyOnWeekDropDown.ControlSize = new System.Drawing.Size(187, 105);
  84. this.monthlyOnWeekDropDown.DropSize = new System.Drawing.Size(121, 106);
  85. resources.ApplyResources(this.monthlyOnWeekDropDown, "monthlyOnWeekDropDown");
  86. this.monthlyOnWeekDropDown.Name = "monthlyOnWeekDropDown";
  87. this.monthlyOnWeekDropDown.RequireAtLeastOneCheckedItem = true;
  88. this.monthlyOnWeekDropDown.SelectedIndexChanged += new System.EventHandler(this.monthlyOnWeekDropDown_SelectedItemsChanged);
  89. //
  90. // monthlyMonthsDropDown
  91. //
  92. resources.ApplyResources(this.monthlyMonthsDropDown, "monthlyMonthsDropDown");
  93. this.monthlyMonthsDropDown.BackColor = System.Drawing.Color.White;
  94. this.monthlyMonthsDropDown.ControlSize = new System.Drawing.Size(187, 105);
  95. this.monthlyMonthsDropDown.DropSize = new System.Drawing.Size(121, 106);
  96. this.monthlyMonthsDropDown.Name = "monthlyMonthsDropDown";
  97. this.monthlyMonthsDropDown.RequireAtLeastOneCheckedItem = true;
  98. this.monthlyMonthsDropDown.SelectedIndexChanged += new System.EventHandler(this.monthlyMonthsDropDown_SelectedItemsChanged);
  99. //
  100. // panel2
  101. //
  102. resources.ApplyResources(this.panel2, "panel2");
  103. this.panel2.Controls.Add(this.monthlyOnWeekDropDown);
  104. this.panel2.Controls.Add(this.monthlyDaysRadio);
  105. this.panel2.Controls.Add(this.monthlyOnDOWDropDown);
  106. this.panel2.Controls.Add(this.monthlyMonthsDropDown);
  107. this.panel2.Controls.Add(this.monthlyMonthsLabel);
  108. this.panel2.Controls.Add(this.monthlyOnRadio);
  109. this.panel2.Controls.Add(this.monthlyDaysDropDown);
  110. this.panel2.Name = "panel2";
  111. //
  112. // MonthlyTriggerUI
  113. //
  114. resources.ApplyResources(this, "$this");
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.Controls.Add(this.panel2);
  117. this.Name = "MonthlyTriggerUI";
  118. this.Controls.SetChildIndex(this.panel2, 0);
  119. this.panel2.ResumeLayout(false);
  120. this.panel2.PerformLayout();
  121. this.ResumeLayout(false);
  122. this.PerformLayout();
  123. }
  124. #endregion
  125. private System.Windows.Forms.RadioButton monthlyOnRadio;
  126. private System.Windows.Forms.RadioButton monthlyDaysRadio;
  127. private System.Windows.Forms.Label monthlyMonthsLabel;
  128. private DropDownCheckList monthlyDaysDropDown;
  129. private DropDownCheckList monthlyOnDOWDropDown;
  130. private DropDownCheckList monthlyOnWeekDropDown;
  131. private DropDownCheckList monthlyMonthsDropDown;
  132. private System.Windows.Forms.Panel panel2;
  133. }
  134. }