namespace MyDownloader.Spider.UI
{
partial class StartAutoDownloadsForm
{
///
/// 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.scheduledDownloadEnabler1 = new MyDownloader.Extension.AutoDownloads.UI.ScheduledDownloadEnabler();
this.label1 = new System.Windows.Forms.Label();
this.btnNo = new System.Windows.Forms.Button();
this.btnYes = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// scheduledDownloadEnabler1
//
this.scheduledDownloadEnabler1.Location = new System.Drawing.Point(8, 56);
this.scheduledDownloadEnabler1.Name = "scheduledDownloadEnabler1";
this.scheduledDownloadEnabler1.Size = new System.Drawing.Size(346, 163);
this.scheduledDownloadEnabler1.TabIndex = 1;
//
// label1
//
this.label1.Location = new System.Drawing.Point(8, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(344, 48);
this.label1.TabIndex = 0;
this.label1.Text = "The auto-downloads mode is not enabled. To Web Spider work correcly the auto-down" +
"loads mode must to be enabled. Do you want to enable it now?";
//
// btnNo
//
this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No;
this.btnNo.Location = new System.Drawing.Point(280, 224);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(75, 23);
this.btnNo.TabIndex = 3;
this.btnNo.Text = "No";
this.btnNo.UseVisualStyleBackColor = true;
//
// btnYes
//
this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
this.btnYes.Location = new System.Drawing.Point(200, 224);
this.btnYes.Name = "btnYes";
this.btnYes.Size = new System.Drawing.Size(75, 23);
this.btnYes.TabIndex = 2;
this.btnYes.Text = "Yes";
this.btnYes.UseVisualStyleBackColor = true;
//
// StartAutoDownloadsForm
//
this.AcceptButton = this.btnYes;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnNo;
this.ClientSize = new System.Drawing.Size(360, 252);
this.Controls.Add(this.btnYes);
this.Controls.Add(this.btnNo);
this.Controls.Add(this.label1);
this.Controls.Add(this.scheduledDownloadEnabler1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "StartAutoDownloadsForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Start Auto-downloads?";
this.ResumeLayout(false);
}
#endregion
private MyDownloader.Extension.AutoDownloads.UI.ScheduledDownloadEnabler scheduledDownloadEnabler1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnNo;
private System.Windows.Forms.Button btnYes;
}
}