* Can now add multiple tabs when dragging objects onto the designer * Object properties are shown in the propertygrid when tabs are swapped. * Dragging an object onto any tab will create a new tab for that object.
278 lines
13 KiB
C#
278 lines
13 KiB
C#
namespace VisualDesigner
|
|
{
|
|
partial class frmMain
|
|
{
|
|
/// <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.containerMain = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.containerProperties = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.page1 = new System.Windows.Forms.TabPage();
|
|
this.containerLeftPane = new System.Windows.Forms.SplitContainer();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.containerMain.Panel1.SuspendLayout();
|
|
this.containerMain.Panel2.SuspendLayout();
|
|
this.containerMain.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.containerProperties.Panel1.SuspendLayout();
|
|
this.containerProperties.Panel2.SuspendLayout();
|
|
this.containerProperties.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.containerLeftPane.Panel1.SuspendLayout();
|
|
this.containerLeftPane.Panel2.SuspendLayout();
|
|
this.containerLeftPane.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// containerMain
|
|
//
|
|
this.containerMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.containerMain.Location = new System.Drawing.Point(0, 24);
|
|
this.containerMain.Name = "containerMain";
|
|
//
|
|
// containerMain.Panel1
|
|
//
|
|
this.containerMain.Panel1.Controls.Add(this.groupBox1);
|
|
//
|
|
// containerMain.Panel2
|
|
//
|
|
this.containerMain.Panel2.Controls.Add(this.containerProperties);
|
|
this.containerMain.Size = new System.Drawing.Size(1050, 589);
|
|
this.containerMain.SplitterDistance = 133;
|
|
this.containerMain.TabIndex = 0;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.flowLayoutPanel1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(133, 589);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Object Library";
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(127, 570);
|
|
this.flowLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// containerProperties
|
|
//
|
|
this.containerProperties.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.containerProperties.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.containerProperties.Location = new System.Drawing.Point(0, 0);
|
|
this.containerProperties.Name = "containerProperties";
|
|
//
|
|
// containerProperties.Panel1
|
|
//
|
|
this.containerProperties.Panel1.Controls.Add(this.groupBox2);
|
|
//
|
|
// containerProperties.Panel2
|
|
//
|
|
this.containerProperties.Panel2.Controls.Add(this.containerLeftPane);
|
|
this.containerProperties.Size = new System.Drawing.Size(913, 589);
|
|
this.containerProperties.SplitterDistance = 667;
|
|
this.containerProperties.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.tabControl1);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(665, 587);
|
|
this.groupBox2.TabIndex = 0;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Visual Designer";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.AllowDrop = true;
|
|
this.tabControl1.Controls.Add(this.page1);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 16);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(659, 568);
|
|
this.tabControl1.TabIndex = 0;
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// page1
|
|
//
|
|
this.page1.AllowDrop = true;
|
|
this.page1.Location = new System.Drawing.Point(4, 22);
|
|
this.page1.Name = "page1";
|
|
this.page1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.page1.Size = new System.Drawing.Size(651, 542);
|
|
this.page1.TabIndex = 0;
|
|
this.page1.Text = "Empty";
|
|
this.page1.UseVisualStyleBackColor = true;
|
|
this.page1.DragDrop += new System.Windows.Forms.DragEventHandler(this.page1_DragDrop);
|
|
this.page1.DragEnter += new System.Windows.Forms.DragEventHandler(this.page1_DragEnter);
|
|
//
|
|
// containerLeftPane
|
|
//
|
|
this.containerLeftPane.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.containerLeftPane.Location = new System.Drawing.Point(0, 0);
|
|
this.containerLeftPane.Name = "containerLeftPane";
|
|
this.containerLeftPane.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// containerLeftPane.Panel1
|
|
//
|
|
this.containerLeftPane.Panel1.Controls.Add(this.groupBox3);
|
|
//
|
|
// containerLeftPane.Panel2
|
|
//
|
|
this.containerLeftPane.Panel2.Controls.Add(this.groupBox4);
|
|
this.containerLeftPane.Size = new System.Drawing.Size(240, 587);
|
|
this.containerLeftPane.SplitterDistance = 297;
|
|
this.containerLeftPane.TabIndex = 0;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(240, 297);
|
|
this.groupBox3.TabIndex = 1;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Project Explorer";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.propertyGrid1);
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox4.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(240, 286);
|
|
this.groupBox4.TabIndex = 1;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Object Properties";
|
|
//
|
|
// propertyGrid1
|
|
//
|
|
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid1.Location = new System.Drawing.Point(3, 16);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.Size = new System.Drawing.Size(234, 267);
|
|
this.propertyGrid1.TabIndex = 0;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.BackColor = System.Drawing.Color.Silver;
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.menuStrip1.Size = new System.Drawing.Size(1050, 24);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.closeToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// closeToolStripMenuItem
|
|
//
|
|
this.closeToolStripMenuItem.BackColor = System.Drawing.Color.Silver;
|
|
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
|
this.closeToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
|
|
this.closeToolStripMenuItem.Text = "Close";
|
|
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
|
|
//
|
|
// frmMain
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1050, 613);
|
|
this.Controls.Add(this.containerMain);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "frmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Visual Mud Designer";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.frmMain_Load);
|
|
this.containerMain.Panel1.ResumeLayout(false);
|
|
this.containerMain.Panel2.ResumeLayout(false);
|
|
this.containerMain.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.containerProperties.Panel1.ResumeLayout(false);
|
|
this.containerProperties.Panel2.ResumeLayout(false);
|
|
this.containerProperties.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.containerLeftPane.Panel1.ResumeLayout(false);
|
|
this.containerLeftPane.Panel2.ResumeLayout(false);
|
|
this.containerLeftPane.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer containerMain;
|
|
private System.Windows.Forms.SplitContainer containerProperties;
|
|
private System.Windows.Forms.SplitContainer containerLeftPane;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid1;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage page1;
|
|
}
|
|
}
|
|
|