PageRenderTime 62ms CodeModel.GetById 37ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/OptionPanels/TriggersOptionPanel.Designer.cs

#
C# | 94 lines | 65 code | 6 blank | 23 comment | 3 complexity | 1bc1c2c9d50a297b15acecc2a6f5156b MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.OptionPanels
  2. {
  3. partial class TriggersOptionPanel
  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.optionPanelHeaderLabel1 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  30. this.triggerCollectionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.TriggerCollectionUI();
  31. this.tableLayoutPanel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // tableLayoutPanel1
  35. //
  36. this.tableLayoutPanel1.AutoSize = true;
  37. this.tableLayoutPanel1.ColumnCount = 1;
  38. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  39. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel1, 0, 0);
  40. this.tableLayoutPanel1.Controls.Add(this.triggerCollectionUI1, 0, 1);
  41. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  43. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  44. this.tableLayoutPanel1.RowCount = 2;
  45. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  46. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  47. this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 262);
  48. this.tableLayoutPanel1.TabIndex = 1;
  49. //
  50. // optionPanelHeaderLabel1
  51. //
  52. this.optionPanelHeaderLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.optionPanelHeaderLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  54. this.optionPanelHeaderLabel1.Location = new System.Drawing.Point(0, 0);
  55. this.optionPanelHeaderLabel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 6);
  56. this.optionPanelHeaderLabel1.Name = "optionPanelHeaderLabel1";
  57. this.optionPanelHeaderLabel1.Size = new System.Drawing.Size(330, 23);
  58. this.optionPanelHeaderLabel1.TabIndex = 0;
  59. this.optionPanelHeaderLabel1.Text = "Add, remove and change triggers";
  60. //
  61. // triggerCollectionUI1
  62. //
  63. this.triggerCollectionUI1.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.triggerCollectionUI1.Location = new System.Drawing.Point(0, 29);
  65. this.triggerCollectionUI1.Margin = new System.Windows.Forms.Padding(0);
  66. this.triggerCollectionUI1.Name = "triggerCollectionUI1";
  67. this.triggerCollectionUI1.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
  68. this.triggerCollectionUI1.Size = new System.Drawing.Size(330, 233);
  69. this.triggerCollectionUI1.TabIndex = 1;
  70. this.triggerCollectionUI1.UseModernUI = true;
  71. //
  72. // TriggersOptionPanel
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  75. this.Controls.Add(this.tableLayoutPanel1);
  76. this.Name = "TriggersOptionPanel";
  77. this.Size = new System.Drawing.Size(330, 412);
  78. this.Title = "Trigger Options";
  79. this.tableLayoutPanel1.ResumeLayout(false);
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  85. private OptionPanelHeaderLabel optionPanelHeaderLabel1;
  86. private UIComponents.TriggerCollectionUI triggerCollectionUI1;
  87. }
  88. }