Commit for development environment setup
This commit is contained in:
155
PROMS/xxxSync/SyncMany/frmAddCompareItem.Designer.cs
generated
Normal file
155
PROMS/xxxSync/SyncMany/frmAddCompareItem.Designer.cs
generated
Normal file
@@ -0,0 +1,155 @@
|
||||
namespace SyncMany
|
||||
{
|
||||
partial class frmAddCompareItem
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.btnSource = new System.Windows.Forms.Button();
|
||||
this.tbSource = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.tbDestination = new System.Windows.Forms.TextBox();
|
||||
this.btnDestination = new System.Windows.Forms.Button();
|
||||
this.btnOK = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.ofd = new System.Windows.Forms.OpenFileDialog();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnSource
|
||||
//
|
||||
this.btnSource.Location = new System.Drawing.Point(634, 11);
|
||||
this.btnSource.Name = "btnSource";
|
||||
this.btnSource.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnSource.TabIndex = 0;
|
||||
this.btnSource.Text = "Browse...";
|
||||
this.btnSource.UseVisualStyleBackColor = true;
|
||||
this.btnSource.Click += new System.EventHandler(this.btnSource_Click);
|
||||
//
|
||||
// tbSource
|
||||
//
|
||||
this.tbSource.Location = new System.Drawing.Point(90, 13);
|
||||
this.tbSource.Name = "tbSource";
|
||||
this.tbSource.Size = new System.Drawing.Size(538, 20);
|
||||
this.tbSource.TabIndex = 1;
|
||||
this.tbSource.TextChanged += new System.EventHandler(this.tbText_TextChanged);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(12, 16);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(41, 13);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "Source";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(12, 42);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(60, 13);
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "Destination";
|
||||
//
|
||||
// tbDestination
|
||||
//
|
||||
this.tbDestination.Location = new System.Drawing.Point(90, 39);
|
||||
this.tbDestination.Name = "tbDestination";
|
||||
this.tbDestination.Size = new System.Drawing.Size(538, 20);
|
||||
this.tbDestination.TabIndex = 4;
|
||||
this.tbDestination.TextChanged += new System.EventHandler(this.tbText_TextChanged);
|
||||
//
|
||||
// btnDestination
|
||||
//
|
||||
this.btnDestination.Location = new System.Drawing.Point(634, 37);
|
||||
this.btnDestination.Name = "btnDestination";
|
||||
this.btnDestination.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnDestination.TabIndex = 3;
|
||||
this.btnDestination.Text = "Browse...";
|
||||
this.btnDestination.UseVisualStyleBackColor = true;
|
||||
this.btnDestination.Click += new System.EventHandler(this.btnDestination_Click);
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOK.Location = new System.Drawing.Point(553, 65);
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOK.TabIndex = 6;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Retry;
|
||||
this.btnCancel.Location = new System.Drawing.Point(634, 65);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 7;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ofd
|
||||
//
|
||||
this.ofd.Filter = "CSharp Files|*.cs|All Files|*.*";
|
||||
//
|
||||
// frmAddCompareItem
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
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(782, 145);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.tbDestination);
|
||||
this.Controls.Add(this.btnDestination);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.tbSource);
|
||||
this.Controls.Add(this.btnSource);
|
||||
this.Name = "frmAddCompareItem";
|
||||
this.Text = "frmAddCompareItem";
|
||||
this.Resize += new System.EventHandler(this.frmAddCompareItem_Resize);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnSource;
|
||||
private System.Windows.Forms.TextBox tbSource;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.TextBox tbDestination;
|
||||
private System.Windows.Forms.Button btnDestination;
|
||||
private System.Windows.Forms.Button btnOK;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.OpenFileDialog ofd;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user