SourceCode/PROMS/TestWndProc/TestWndProc/frmWndProcTest.Designer.cs

75 lines
2.1 KiB
C#

namespace TestWndProc
{
partial class frmWndProcTest
{
/// <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.components = new System.ComponentModel.Container();
this.myPanel1 = new TestWndProc.MyPanel();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// myPanel1
//
this.myPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.myPanel1.Location = new System.Drawing.Point(0, 0);
this.myPanel1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.myPanel1.Name = "myPanel1";
this.myPanel1.ShowDebug = true;
this.myPanel1.Size = new System.Drawing.Size(650, 594);
this.myPanel1.TabIndex = 0;
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(9, 487);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(471, 84);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// frmWndProcTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(650, 594);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.myPanel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "frmWndProcTest";
this.Text = "WndProcTest";
this.ResumeLayout(false);
}
#endregion
private MyPanel myPanel1;
private System.Windows.Forms.RichTextBox richTextBox1;
}
}