Files
ayanova7/source/Plugins/AyaNova.Plugin.RepairTek5/CopyDataForm.Designer.cs
2018-06-29 19:47:36 +00:00

114 lines
4.8 KiB
C#

namespace AyaNova.Plugin.RepairTekCPC
{
partial class CopyDataForm
{
/// <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.tbFirst = new System.Windows.Forms.TextBox();
this.tbSecond = new System.Windows.Forms.TextBox();
this.btnCopyFirst = new System.Windows.Forms.Button();
this.btnCopySecond = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// tbFirst
//
this.tbFirst.Location = new System.Drawing.Point(3, 12);
this.tbFirst.Multiline = true;
this.tbFirst.Name = "tbFirst";
this.tbFirst.ReadOnly = true;
this.tbFirst.Size = new System.Drawing.Size(489, 100);
this.tbFirst.TabIndex = 0;
//
// tbSecond
//
this.tbSecond.Location = new System.Drawing.Point(3, 154);
this.tbSecond.Multiline = true;
this.tbSecond.Name = "tbSecond";
this.tbSecond.ReadOnly = true;
this.tbSecond.Size = new System.Drawing.Size(489, 100);
this.tbSecond.TabIndex = 1;
//
// btnCopyFirst
//
this.btnCopyFirst.Location = new System.Drawing.Point(508, 12);
this.btnCopyFirst.Name = "btnCopyFirst";
this.btnCopyFirst.Size = new System.Drawing.Size(92, 60);
this.btnCopyFirst.TabIndex = 2;
this.btnCopyFirst.Text = "COPY";
this.btnCopyFirst.UseVisualStyleBackColor = true;
this.btnCopyFirst.Click += new System.EventHandler(this.btnCopyFirst_Click);
//
// btnCopySecond
//
this.btnCopySecond.Location = new System.Drawing.Point(508, 154);
this.btnCopySecond.Name = "btnCopySecond";
this.btnCopySecond.Size = new System.Drawing.Size(92, 60);
this.btnCopySecond.TabIndex = 3;
this.btnCopySecond.Text = "COPY";
this.btnCopySecond.UseVisualStyleBackColor = true;
this.btnCopySecond.Click += new System.EventHandler(this.btnCopySecond_Click);
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Location = new System.Drawing.Point(508, 272);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(92, 32);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "EXIT";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// CopyDataForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(612, 309);
this.ControlBox = false;
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnCopySecond);
this.Controls.Add(this.btnCopyFirst);
this.Controls.Add(this.tbSecond);
this.Controls.Add(this.tbFirst);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "CopyDataForm";
this.Text = "Pulse/Assign Output";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbFirst;
private System.Windows.Forms.TextBox tbSecond;
private System.Windows.Forms.Button btnCopyFirst;
private System.Windows.Forms.Button btnCopySecond;
private System.Windows.Forms.Button btnClose;
}
}