PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/EventActionFilterTimeEditor.Designer.cs

#
C# | 164 lines | 111 code | 6 blank | 47 comment | 3 complexity | c30559c7eca9552149dfbbf5912e97a6 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler
  2. {
  3. partial class EventActionFilterTimeEditor
  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(EventActionFilterTimeEditor));
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.cancelButton = new System.Windows.Forms.Button();
  31. this.okButton = new System.Windows.Forms.Button();
  32. this.fromDatePicker = new Microsoft.Win32.TaskScheduler.FullDateTimePicker();
  33. this.toDatePicker = new Microsoft.Win32.TaskScheduler.FullDateTimePicker();
  34. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.fromCombo = new System.Windows.Forms.ComboBox();
  39. this.toCombo = new System.Windows.Forms.ComboBox();
  40. this.tableLayoutPanel1.SuspendLayout();
  41. this.tableLayoutPanel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // tableLayoutPanel1
  45. //
  46. resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
  47. this.tableLayoutPanel1.Controls.Add(this.cancelButton, 2, 0);
  48. this.tableLayoutPanel1.Controls.Add(this.okButton, 1, 0);
  49. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  50. //
  51. // cancelButton
  52. //
  53. resources.ApplyResources(this.cancelButton, "cancelButton");
  54. this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  55. this.cancelButton.Name = "cancelButton";
  56. this.cancelButton.UseVisualStyleBackColor = true;
  57. this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
  58. //
  59. // okButton
  60. //
  61. resources.ApplyResources(this.okButton, "okButton");
  62. this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  63. this.okButton.Name = "okButton";
  64. this.okButton.UseVisualStyleBackColor = true;
  65. this.okButton.Click += new System.EventHandler(this.okButton_Click);
  66. //
  67. // fromDatePicker
  68. //
  69. resources.ApplyResources(this.fromDatePicker, "fromDatePicker");
  70. this.fromDatePicker.Name = "fromDatePicker";
  71. //
  72. // toDatePicker
  73. //
  74. resources.ApplyResources(this.toDatePicker, "toDatePicker");
  75. this.toDatePicker.Name = "toDatePicker";
  76. //
  77. // tableLayoutPanel2
  78. //
  79. resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
  80. this.tableLayoutPanel2.Controls.Add(this.fromDatePicker, 2, 1);
  81. this.tableLayoutPanel2.Controls.Add(this.toDatePicker, 2, 2);
  82. this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
  83. this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1);
  84. this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
  85. this.tableLayoutPanel2.Controls.Add(this.fromCombo, 1, 1);
  86. this.tableLayoutPanel2.Controls.Add(this.toCombo, 1, 2);
  87. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  88. //
  89. // label1
  90. //
  91. resources.ApplyResources(this.label1, "label1");
  92. this.tableLayoutPanel2.SetColumnSpan(this.label1, 3);
  93. this.label1.Name = "label1";
  94. //
  95. // label2
  96. //
  97. resources.ApplyResources(this.label2, "label2");
  98. this.label2.Name = "label2";
  99. //
  100. // label3
  101. //
  102. resources.ApplyResources(this.label3, "label3");
  103. this.label3.Name = "label3";
  104. //
  105. // fromCombo
  106. //
  107. resources.ApplyResources(this.fromCombo, "fromCombo");
  108. this.fromCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.fromCombo.FormattingEnabled = true;
  110. this.fromCombo.Items.AddRange(new object[] {
  111. resources.GetString("fromCombo.Items"),
  112. resources.GetString("fromCombo.Items1")});
  113. this.fromCombo.Name = "fromCombo";
  114. this.fromCombo.SelectedIndexChanged += new System.EventHandler(this.fromCombo_SelectedIndexChanged);
  115. //
  116. // toCombo
  117. //
  118. resources.ApplyResources(this.toCombo, "toCombo");
  119. this.toCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  120. this.toCombo.FormattingEnabled = true;
  121. this.toCombo.Items.AddRange(new object[] {
  122. resources.GetString("toCombo.Items"),
  123. resources.GetString("toCombo.Items1")});
  124. this.toCombo.Name = "toCombo";
  125. this.toCombo.SelectedIndexChanged += new System.EventHandler(this.toCombo_SelectedIndexChanged);
  126. //
  127. // EventActionFilterTimeEditor
  128. //
  129. this.AcceptButton = this.okButton;
  130. resources.ApplyResources(this, "$this");
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.CancelButton = this.cancelButton;
  133. this.Controls.Add(this.tableLayoutPanel2);
  134. this.Controls.Add(this.tableLayoutPanel1);
  135. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  136. this.Name = "EventActionFilterTimeEditor";
  137. this.ShowInTaskbar = false;
  138. this.Load += new System.EventHandler(this.EventActionFilterTimeEditor_Load);
  139. this.tableLayoutPanel1.ResumeLayout(false);
  140. this.tableLayoutPanel2.ResumeLayout(false);
  141. this.tableLayoutPanel2.PerformLayout();
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  147. private System.Windows.Forms.Button cancelButton;
  148. private System.Windows.Forms.Button okButton;
  149. private FullDateTimePicker fromDatePicker;
  150. private FullDateTimePicker toDatePicker;
  151. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  152. private System.Windows.Forms.Label label1;
  153. private System.Windows.Forms.Label label2;
  154. private System.Windows.Forms.Label label3;
  155. private System.Windows.Forms.ComboBox fromCombo;
  156. private System.Windows.Forms.ComboBox toCombo;
  157. }
  158. }