namespace AyaNova.PlugIn.Merger
{
partial class MergeClients
{
///
/// 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.btnCancel = new System.Windows.Forms.Button();
this.btnMerge = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cbSource = new System.Windows.Forms.ComboBox();
this.cbDest = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 80);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnMerge
//
this.btnMerge.Location = new System.Drawing.Point(467, 81);
this.btnMerge.Name = "btnMerge";
this.btnMerge.Size = new System.Drawing.Size(75, 23);
this.btnMerge.TabIndex = 1;
this.btnMerge.Text = "Merge";
this.btnMerge.UseVisualStyleBackColor = true;
this.btnMerge.Click += new System.EventHandler(this.btnMerge_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 13);
this.label1.TabIndex = 4;
this.label1.Text = "From";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(292, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 13);
this.label2.TabIndex = 5;
this.label2.Text = "To";
//
// cbSource
//
this.cbSource.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbSource.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbSource.FormattingEnabled = true;
this.cbSource.Location = new System.Drawing.Point(12, 35);
this.cbSource.MaxDropDownItems = 30;
this.cbSource.Name = "cbSource";
this.cbSource.Size = new System.Drawing.Size(254, 21);
this.cbSource.Sorted = true;
this.cbSource.TabIndex = 6;
//
// cbDest
//
this.cbDest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbDest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbDest.FormattingEnabled = true;
this.cbDest.Location = new System.Drawing.Point(295, 35);
this.cbDest.MaxDropDownItems = 30;
this.cbDest.Name = "cbDest";
this.cbDest.Size = new System.Drawing.Size(247, 21);
this.cbDest.Sorted = true;
this.cbDest.TabIndex = 7;
//
// MergeClients
//
this.AcceptButton = this.btnMerge;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(554, 126);
this.Controls.Add(this.cbDest);
this.Controls.Add(this.cbSource);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnMerge);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MergeClients";
this.Text = "Merge client";
this.Load += new System.EventHandler(this.MergeClients_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnMerge;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbSource;
private System.Windows.Forms.ComboBox cbDest;
}
}