namespace Microsoft.Win32.TaskScheduler.OptionPanels { partial class ActionsOptionPanel { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.optionPanelHeaderLabel1 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel(); this.actionCollectionUI1 = new Microsoft.Win32.TaskScheduler.UIComponents.ActionCollectionUI(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.actionCollectionUI1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(372, 262); this.tableLayoutPanel1.TabIndex = 2; // // optionPanelHeaderLabel1 // this.optionPanelHeaderLabel1.Dock = System.Windows.Forms.DockStyle.Top; this.optionPanelHeaderLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.optionPanelHeaderLabel1.Location = new System.Drawing.Point(0, 0); this.optionPanelHeaderLabel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 6); this.optionPanelHeaderLabel1.Name = "optionPanelHeaderLabel1"; this.optionPanelHeaderLabel1.Size = new System.Drawing.Size(372, 23); this.optionPanelHeaderLabel1.TabIndex = 0; this.optionPanelHeaderLabel1.Text = "Add, remove and change actions"; // // actionCollectionUI1 // this.actionCollectionUI1.Dock = System.Windows.Forms.DockStyle.Top; this.actionCollectionUI1.Location = new System.Drawing.Point(0, 29); this.actionCollectionUI1.Margin = new System.Windows.Forms.Padding(0); this.actionCollectionUI1.MinimumSize = new System.Drawing.Size(322, 119); this.actionCollectionUI1.Name = "actionCollectionUI1"; this.actionCollectionUI1.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0); this.actionCollectionUI1.Size = new System.Drawing.Size(372, 233); this.actionCollectionUI1.TabIndex = 1; this.actionCollectionUI1.UseModernUI = true; // // ActionsOptionPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.Controls.Add(this.tableLayoutPanel1); this.Name = "ActionsOptionPanel"; this.Size = new System.Drawing.Size(372, 366); this.Title = "Task Actions"; this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private OptionPanelHeaderLabel optionPanelHeaderLabel1; private UIComponents.ActionCollectionUI actionCollectionUI1; } }