namespace Microsoft.Win32.TaskScheduler
{
partial class TaskRunTimesDialog
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskRunTimesDialog));
this.cancelButton = new System.Windows.Forms.Button();
this.taskRunTimesControl1 = new Microsoft.Win32.TaskScheduler.TaskRunTimesControl();
((System.ComponentModel.ISupportInitialize)(this.taskRunTimesControl1)).BeginInit();
this.SuspendLayout();
//
// cancelButton
//
resources.ApplyResources(this.cancelButton, "cancelButton");
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Name = "cancelButton";
this.cancelButton.UseVisualStyleBackColor = true;
//
// taskRunTimesControl1
//
resources.ApplyResources(this.taskRunTimesControl1, "taskRunTimesControl1");
this.taskRunTimesControl1.Name = "taskRunTimesControl1";
//
// TaskRunTimesDialog
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.Controls.Add(this.taskRunTimesControl1);
this.Controls.Add(this.cancelButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "TaskRunTimesDialog";
((System.ComponentModel.ISupportInitialize)(this.taskRunTimesControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cancelButton;
private TaskRunTimesControl taskRunTimesControl1;
}
}