namespace Maestro.Editors.Diff
{
partial class CompareResourceDialog
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompareResourceDialog));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtSource = new System.Windows.Forms.TextBox();
this.txtTarget = new System.Windows.Forms.TextBox();
this.btnSource = new System.Windows.Forms.Button();
this.btnTarget = new System.Windows.Forms.Button();
this.btnCompare = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// txtSource
//
resources.ApplyResources(this.txtSource, "txtSource");
this.txtSource.Name = "txtSource";
this.txtSource.ReadOnly = true;
//
// txtTarget
//
resources.ApplyResources(this.txtTarget, "txtTarget");
this.txtTarget.Name = "txtTarget";
this.txtTarget.ReadOnly = true;
//
// btnSource
//
resources.ApplyResources(this.btnSource, "btnSource");
this.btnSource.Name = "btnSource";
this.btnSource.UseVisualStyleBackColor = true;
this.btnSource.Click += new System.EventHandler(this.btnSource_Click);
//
// btnTarget
//
resources.ApplyResources(this.btnTarget, "btnTarget");
this.btnTarget.Name = "btnTarget";
this.btnTarget.UseVisualStyleBackColor = true;
this.btnTarget.Click += new System.EventHandler(this.btnTarget_Click);
//
// btnCompare
//
resources.ApplyResources(this.btnCompare, "btnCompare");
this.btnCompare.Name = "btnCompare";
this.btnCompare.UseVisualStyleBackColor = true;
this.btnCompare.Click += new System.EventHandler(this.btnCompare_Click);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
//
// CompareResourceDialog
//
this.AcceptButton = this.btnCompare;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ControlBox = false;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnCompare);
this.Controls.Add(this.btnTarget);
this.Controls.Add(this.btnSource);
this.Controls.Add(this.txtTarget);
this.Controls.Add(this.txtSource);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "CompareResourceDialog";
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSource;
private System.Windows.Forms.TextBox txtTarget;
private System.Windows.Forms.Button btnSource;
private System.Windows.Forms.Button btnTarget;
private System.Windows.Forms.Button btnCompare;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ErrorProvider errorProvider;
}
}