naps2/NAPS2.Core/WinForms/FOcrLanguageDownload.Designer.cs
2014-10-19 11:38:21 -04:00

104 lines
4.1 KiB
C#

namespace NAPS2.WinForms
{
partial class FOcrLanguageDownload
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FOcrLanguageDownload));
this.label3 = new System.Windows.Forms.Label();
this.btnDownload = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lvLanguages = new System.Windows.Forms.ListView();
this.label1 = new System.Windows.Forms.Label();
this.labelSizeEstimate = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// btnDownload
//
resources.ApplyResources(this.btnDownload, "btnDownload");
this.btnDownload.Name = "btnDownload";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lvLanguages
//
this.lvLanguages.CheckBoxes = true;
resources.ApplyResources(this.lvLanguages, "lvLanguages");
this.lvLanguages.Name = "lvLanguages";
this.lvLanguages.UseCompatibleStateImageBehavior = false;
this.lvLanguages.View = System.Windows.Forms.View.List;
this.lvLanguages.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvLanguages_ItemChecked);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// labelSizeEstimate
//
resources.ApplyResources(this.labelSizeEstimate, "labelSizeEstimate");
this.labelSizeEstimate.Name = "labelSizeEstimate";
//
// FOcrLanguageDownload
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelSizeEstimate);
this.Controls.Add(this.label1);
this.Controls.Add(this.lvLanguages);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnDownload);
this.Controls.Add(this.label3);
this.Name = "FOcrLanguageDownload";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnDownload;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ListView lvLanguages;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelSizeEstimate;
}
}