namespace TIProDevExtension
{
partial class MicroProxyDebugDumpViewer
{
///
/// 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.mainTextBox = new System.Windows.Forms.TextBox();
this.copyOriginalButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// mainTextBox
//
this.mainTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mainTextBox.Location = new System.Drawing.Point(12, 12);
this.mainTextBox.Multiline = true;
this.mainTextBox.Name = "mainTextBox";
this.mainTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.mainTextBox.Size = new System.Drawing.Size(609, 315);
this.mainTextBox.TabIndex = 0;
this.mainTextBox.WordWrap = false;
//
// copyOriginalButton
//
this.copyOriginalButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.copyOriginalButton.Location = new System.Drawing.Point(12, 333);
this.copyOriginalButton.Name = "copyOriginalButton";
this.copyOriginalButton.Size = new System.Drawing.Size(82, 23);
this.copyOriginalButton.TabIndex = 1;
this.copyOriginalButton.Text = "Copy Original";
this.copyOriginalButton.UseVisualStyleBackColor = true;
this.copyOriginalButton.Click += new System.EventHandler(this.copyOriginalButton_Click);
//
// MicroProxyDebugDumpViewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(633, 368);
this.Controls.Add(this.copyOriginalButton);
this.Controls.Add(this.mainTextBox);
this.Name = "MicroProxyDebugDumpViewer";
this.Text = "MicroProxyDebugDumpViewer";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox mainTextBox;
private System.Windows.Forms.Button copyOriginalButton;
}
}