67 lines
2.4 KiB
C#
67 lines
2.4 KiB
C#
|
namespace FirstPlugin
|
|||
|
{
|
|||
|
partial class PreviewEditor
|
|||
|
{
|
|||
|
/// <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.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel();
|
|||
|
this.contentContainer.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// contentContainer
|
|||
|
//
|
|||
|
this.contentContainer.Controls.Add(this.stPanel1);
|
|||
|
this.contentContainer.Controls.SetChildIndex(this.stPanel1, 0);
|
|||
|
//
|
|||
|
// stPanel1
|
|||
|
//
|
|||
|
this.stPanel1.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.stPanel1.Location = new System.Drawing.Point(3, 27);
|
|||
|
this.stPanel1.Name = "stPanel1";
|
|||
|
this.stPanel1.Size = new System.Drawing.Size(540, 366);
|
|||
|
this.stPanel1.TabIndex = 11;
|
|||
|
//
|
|||
|
// PreviewEditor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(549, 398);
|
|||
|
this.Name = "PreviewEditor";
|
|||
|
this.Text = "PreviewEditor";
|
|||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PreviewEditor_FormClosed);
|
|||
|
this.contentContainer.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Switch_Toolbox.Library.Forms.STPanel stPanel1;
|
|||
|
}
|
|||
|
}
|