63 lines
2.3 KiB
C#
63 lines
2.3 KiB
C#
|
namespace FirstPlugin.Forms
|
|||
|
{
|
|||
|
partial class TurboMunntEditor
|
|||
|
{
|
|||
|
/// <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 Component 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
this.splitContainer1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// splitContainer1
|
|||
|
//
|
|||
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
this.splitContainer1.Size = new System.Drawing.Size(780, 492);
|
|||
|
this.splitContainer1.SplitterDistance = 170;
|
|||
|
this.splitContainer1.TabIndex = 1;
|
|||
|
//
|
|||
|
// TurboMunntEditor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.splitContainer1);
|
|||
|
this.Name = "TurboMunntEditor";
|
|||
|
this.Size = new System.Drawing.Size(780, 492);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
}
|
|||
|
}
|