PageRenderTime 36ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/TaskService/TaskEditor/OptionPanels/ActionsOptionPanel.Designer.cs

#
C# | 95 lines | 66 code | 6 blank | 23 comment | 3 complexity | 6967f6db0e3326bf87293f70fc8a8bd4 MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.OptionPanels
  2. {
  3. partial class ActionsOptionPanel
  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.actionCollectionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.ActionCollectionUI();
  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.actionCollectionUI1, 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(372, 262);
  48. this.tableLayoutPanel1.TabIndex = 2;
  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(372, 23);
  58. this.optionPanelHeaderLabel1.TabIndex = 0;
  59. this.optionPanelHeaderLabel1.Text = "Add, remove and change actions";
  60. //
  61. // actionCollectionUI1
  62. //
  63. this.actionCollectionUI1.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.actionCollectionUI1.Location = new System.Drawing.Point(0, 29);
  65. this.actionCollectionUI1.Margin = new System.Windows.Forms.Padding(0);
  66. this.actionCollectionUI1.MinimumSize = new System.Drawing.Size(322, 119);
  67. this.actionCollectionUI1.Name = "actionCollectionUI1";
  68. this.actionCollectionUI1.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
  69. this.actionCollectionUI1.Size = new System.Drawing.Size(372, 233);
  70. this.actionCollectionUI1.TabIndex = 1;
  71. this.actionCollectionUI1.UseModernUI = true;
  72. //
  73. // ActionsOptionPanel
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  76. this.Controls.Add(this.tableLayoutPanel1);
  77. this.Name = "ActionsOptionPanel";
  78. this.Size = new System.Drawing.Size(372, 366);
  79. this.Title = "Task Actions";
  80. this.tableLayoutPanel1.ResumeLayout(false);
  81. this.ResumeLayout(false);
  82. this.PerformLayout();
  83. }
  84. #endregion
  85. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  86. private OptionPanelHeaderLabel optionPanelHeaderLabel1;
  87. private UIComponents.ActionCollectionUI actionCollectionUI1;
  88. }
  89. }