namespace FirstPlugin { partial class PreviewEditor { /// /// 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.dockPanel1 = new Switch_Toolbox.Library.Forms.DockPanelCustom(); this.SuspendLayout(); // // dockPanel1 // this.dockPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel1.DockBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); this.dockPanel1.Location = new System.Drawing.Point(0, 0); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Padding = new System.Windows.Forms.Padding(6); this.dockPanel1.ShowAutoHideContentOnHover = false; this.dockPanel1.Size = new System.Drawing.Size(800, 450); this.dockPanel1.TabIndex = 0; // // PreviewEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dockPanel1); this.IsMdiContainer = true; this.Name = "PreviewEditor"; this.Text = "PreviewEditor"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PreviewEditor_FormClosed); this.ResumeLayout(false); } #endregion private Switch_Toolbox.Library.Forms.DockPanelCustom dockPanel1; } }