/// <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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); TickDream.WinUI.Docking.DockPanelSkin dockPanelSkin1 = new TickDream.WinUI.Docking.DockPanelSkin(); TickDream.WinUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new TickDream.WinUI.Docking.AutoHideStripSkin(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient1 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient1 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new TickDream.WinUI.Docking.DockPaneStripSkin(); TickDream.WinUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new TickDream.WinUI.Docking.DockPaneStripGradient(); TickDream.WinUI.Docking.TabGradient tabGradient2 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient2 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient3 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new TickDream.WinUI.Docking.DockPaneStripToolWindowGradient(); TickDream.WinUI.Docking.TabGradient tabGradient4 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.TabGradient tabGradient5 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient3 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient6 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.TabGradient tabGradient7 = new TickDream.WinUI.Docking.TabGradient(); this.mainMenu = new System.Windows.Forms.MenuStrip(); this.menuItemFile = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemNewProject = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemOpen = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemClose = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemCloseAll = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemSave = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemSaveAll = new System.Windows.Forms.ToolStripMenuItem(); this.menuItem4 = new System.Windows.Forms.ToolStripSeparator(); this.menuItemExit = new System.Windows.Forms.ToolStripMenuItem(); this.exitWithoutSavingLayout = new System.Windows.Forms.ToolStripMenuItem(); this.EditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.menuItemCopy = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemPaste = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemView = new System.Windows.Forms.ToolStripMenuItem(); this.objectDockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.resourceDockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.propDockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.PreViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.menuItemToolBar = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemStatusBar = new System.Windows.Forms.ToolStripMenuItem(); this.menuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.menuItemLayoutByCode = new System.Windows.Forms.ToolStripMenuItem(); this.lockLayoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemWindow = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemAbout = new System.Windows.Forms.ToolStripMenuItem(); this.statusBar = new System.Windows.Forms.StatusStrip(); this.tipStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.tipInfo = new System.Windows.Forms.ToolStripStatusLabel(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.toolBar = new System.Windows.Forms.ToolStrip(); this.toolBarButtonNew = new System.Windows.Forms.ToolStripButton(); this.toolBarButtonSave = new System.Windows.Forms.ToolStripButton(); this.toolBarButtonSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolBarButtonLayoutByCode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.toolBarButtonCopy = new System.Windows.Forms.ToolStripButton(); this.toolBarButtonPaste = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.dockPanel = new TickDream.WinUI.Docking.DockPanel(); this.vS2005Theme1 = new TickDream.WinUI.Docking.VS2005Theme(); this.vS2003Theme1 = new TickDream.WinUI.Docking.VS2003Theme(); this.vS2012LightTheme1 = new TickDream.WinUI.Docking.VS2012LightTheme(); this.vS2012ToolStripExtender1 = new TDEditor.VS2012ToolStripExtender(this.components); this.mainMenu.SuspendLayout(); this.statusBar.SuspendLayout(); this.toolBar.SuspendLayout(); this.SuspendLayout(); // // mainMenu // this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemFile, this.EditorToolStripMenuItem, this.menuItemView, this.menuItemWindow, this.menuItemHelp }); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.MdiWindowListItem = this.menuItemWindow; this.mainMenu.Name = "mainMenu"; this.mainMenu.Size = new System.Drawing.Size(579, 28); this.mainMenu.TabIndex = 7; // // menuItemFile // this.menuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemNewProject, this.menuItemOpen, this.menuItemClose, this.menuItemCloseAll, this.menuItemSave, this.menuItemSaveAll, this.menuItem4, this.menuItemExit, this.exitWithoutSavingLayout }); this.menuItemFile.Name = "menuItemFile"; this.menuItemFile.Size = new System.Drawing.Size(69, 24); this.menuItemFile.Text = "文件(&F)"; this.menuItemFile.DropDownOpening += new System.EventHandler(this.menuItemFile_Popup); // // menuItemNewProject // this.menuItemNewProject.Name = "menuItemNewProject"; this.menuItemNewProject.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.N))); this.menuItemNewProject.Size = new System.Drawing.Size(262, 24); this.menuItemNewProject.Text = "新建项目(&N)"; this.menuItemNewProject.Click += new System.EventHandler(this.menuItemNew_Click); // // menuItemOpen // this.menuItemOpen.Name = "menuItemOpen"; this.menuItemOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.menuItemOpen.Size = new System.Drawing.Size(262, 24); this.menuItemOpen.Text = "打开项目(&O)"; this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click); // // menuItemClose // this.menuItemClose.Name = "menuItemClose"; this.menuItemClose.Size = new System.Drawing.Size(262, 24); this.menuItemClose.Text = "关闭(&C)"; this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click); // // menuItemCloseAll // this.menuItemCloseAll.Name = "menuItemCloseAll"; this.menuItemCloseAll.Size = new System.Drawing.Size(262, 24); this.menuItemCloseAll.Text = "关闭所有(&A)"; this.menuItemCloseAll.Click += new System.EventHandler(this.menuItemCloseAll_Click); // // menuItemSave // this.menuItemSave.Name = "menuItemSave"; this.menuItemSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.menuItemSave.Size = new System.Drawing.Size(262, 24); this.menuItemSave.Text = "保存(&S)"; this.menuItemSave.Click += new System.EventHandler(this.menuItemSave_click); // // menuItemSaveAll // this.menuItemSaveAll.Name = "menuItemSaveAll"; this.menuItemSaveAll.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.menuItemSaveAll.Size = new System.Drawing.Size(262, 24); this.menuItemSaveAll.Text = "保存所有"; this.menuItemSaveAll.Click += new System.EventHandler(this.menuItemSaveAll_Click); // // menuItem4 // this.menuItem4.Name = "menuItem4"; this.menuItem4.Size = new System.Drawing.Size(259, 6); // // menuItemExit // this.menuItemExit.Name = "menuItemExit"; this.menuItemExit.Size = new System.Drawing.Size(262, 24); this.menuItemExit.Text = "退出(&X)"; this.menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click); // // exitWithoutSavingLayout // this.exitWithoutSavingLayout.Name = "exitWithoutSavingLayout"; this.exitWithoutSavingLayout.Size = new System.Drawing.Size(262, 24); this.exitWithoutSavingLayout.Text = "退出不保存"; this.exitWithoutSavingLayout.Click += new System.EventHandler(this.exitWithoutSavingLayout_Click); // // EditorToolStripMenuItem // this.EditorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem, this.toolStripSeparator2, this.menuItemCopy, this.menuItemPaste }); this.EditorToolStripMenuItem.Name = "EditorToolStripMenuItem"; this.EditorToolStripMenuItem.Size = new System.Drawing.Size(69, 24); this.EditorToolStripMenuItem.Text = "编辑(&E)"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.undoToolStripMenuItem.Size = new System.Drawing.Size(184, 24); this.undoToolStripMenuItem.Text = "撤消(&U)"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); // // redoToolStripMenuItem // this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.redoToolStripMenuItem.Size = new System.Drawing.Size(184, 24); this.redoToolStripMenuItem.Text = "重做(&R)"; this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(181, 6); // // menuItemCopy // this.menuItemCopy.Name = "menuItemCopy"; this.menuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.menuItemCopy.Size = new System.Drawing.Size(184, 24); this.menuItemCopy.Text = "复制(&C)"; this.menuItemCopy.Click += new System.EventHandler(this.menuItemCopy_Click); // // menuItemPaste // this.menuItemPaste.Name = "menuItemPaste"; this.menuItemPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.menuItemPaste.Size = new System.Drawing.Size(184, 24); this.menuItemPaste.Text = "粘贴(&V)"; this.menuItemPaste.Click += new System.EventHandler(this.menuItemPaste_Click); // // menuItemView // this.menuItemView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.objectDockToolStripMenuItem, this.resourceDockToolStripMenuItem, this.propDockToolStripMenuItem, this.PreViewToolStripMenuItem, this.menuItem1, this.menuItemToolBar, this.menuItemStatusBar, this.menuItem2, this.menuItemLayoutByCode, this.lockLayoutToolStripMenuItem }); this.menuItemView.MergeIndex = 1; this.menuItemView.Name = "menuItemView"; this.menuItemView.Size = new System.Drawing.Size(76, 24); this.menuItemView.Text = "窗口(&W)"; // // objectDockToolStripMenuItem // this.objectDockToolStripMenuItem.Name = "objectDockToolStripMenuItem"; this.objectDockToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.objectDockToolStripMenuItem.Text = "对象"; this.objectDockToolStripMenuItem.Click += new System.EventHandler(this.objectDockToolStripMenuItem_Click); // // resourceDockToolStripMenuItem // this.resourceDockToolStripMenuItem.Name = "resourceDockToolStripMenuItem"; this.resourceDockToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.resourceDockToolStripMenuItem.Text = "资源"; this.resourceDockToolStripMenuItem.Click += new System.EventHandler(this.resourceDockToolStripMenuItem_Click); // // propDockToolStripMenuItem // this.propDockToolStripMenuItem.Name = "propDockToolStripMenuItem"; this.propDockToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.propDockToolStripMenuItem.Text = "属性"; this.propDockToolStripMenuItem.Click += new System.EventHandler(this.propDockToolStripMenuItem_Click); // // PreViewToolStripMenuItem // this.PreViewToolStripMenuItem.Name = "PreViewToolStripMenuItem"; this.PreViewToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.PreViewToolStripMenuItem.Text = "预览"; this.PreViewToolStripMenuItem.Click += new System.EventHandler(this.PreViewToolStripMenuItem_Click); // // menuItem1 // this.menuItem1.Name = "menuItem1"; this.menuItem1.Size = new System.Drawing.Size(135, 6); // // menuItemToolBar // this.menuItemToolBar.Checked = true; this.menuItemToolBar.CheckState = System.Windows.Forms.CheckState.Checked; this.menuItemToolBar.Name = "menuItemToolBar"; this.menuItemToolBar.Size = new System.Drawing.Size(138, 24); this.menuItemToolBar.Text = "工具栏"; this.menuItemToolBar.Click += new System.EventHandler(this.menuItemToolBar_Click); // // menuItemStatusBar // this.menuItemStatusBar.Checked = true; this.menuItemStatusBar.CheckState = System.Windows.Forms.CheckState.Checked; this.menuItemStatusBar.Name = "menuItemStatusBar"; this.menuItemStatusBar.Size = new System.Drawing.Size(138, 24); this.menuItemStatusBar.Text = "状态栏"; this.menuItemStatusBar.Click += new System.EventHandler(this.menuItemStatusBar_Click); // // menuItem2 // this.menuItem2.Name = "menuItem2"; this.menuItem2.Size = new System.Drawing.Size(135, 6); // // menuItemLayoutByCode // this.menuItemLayoutByCode.Name = "menuItemLayoutByCode"; this.menuItemLayoutByCode.Size = new System.Drawing.Size(138, 24); this.menuItemLayoutByCode.Text = "默认排列"; this.menuItemLayoutByCode.Click += new System.EventHandler(this.menuItemLayoutByCode_Click); // // lockLayoutToolStripMenuItem // this.lockLayoutToolStripMenuItem.Name = "lockLayoutToolStripMenuItem"; this.lockLayoutToolStripMenuItem.Size = new System.Drawing.Size(138, 24); this.lockLayoutToolStripMenuItem.Text = "锁定布局"; this.lockLayoutToolStripMenuItem.Click += new System.EventHandler(this.lockLayoutToolStripMenuItem_Click); // // menuItemWindow // this.menuItemWindow.MergeIndex = 2; this.menuItemWindow.Name = "menuItemWindow"; this.menuItemWindow.Size = new System.Drawing.Size(71, 24); this.menuItemWindow.Text = "视图(&V)"; // // menuItemHelp // this.menuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemAbout }); this.menuItemHelp.MergeIndex = 3; this.menuItemHelp.Name = "menuItemHelp"; this.menuItemHelp.Size = new System.Drawing.Size(73, 24); this.menuItemHelp.Text = "帮助(&H)"; // // menuItemAbout // this.menuItemAbout.Name = "menuItemAbout"; this.menuItemAbout.Size = new System.Drawing.Size(108, 24); this.menuItemAbout.Text = "关于"; this.menuItemAbout.Click += new System.EventHandler(this.menuItemAbout_Click); // // statusBar // this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tipStatus, this.tipInfo }); this.statusBar.Location = new System.Drawing.Point(0, 384); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(579, 25); this.statusBar.TabIndex = 4; // // tipStatus // this.tipStatus.Name = "tipStatus"; this.tipStatus.Size = new System.Drawing.Size(54, 20); this.tipStatus.Text = "状态:"; // // tipInfo // this.tipInfo.Name = "tipInfo"; this.tipInfo.Size = new System.Drawing.Size(54, 20); this.tipInfo.Text = "已启动"; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, ""); this.imageList.Images.SetKeyName(1, ""); this.imageList.Images.SetKeyName(2, ""); this.imageList.Images.SetKeyName(3, ""); this.imageList.Images.SetKeyName(4, ""); this.imageList.Images.SetKeyName(5, ""); this.imageList.Images.SetKeyName(6, ""); this.imageList.Images.SetKeyName(7, ""); this.imageList.Images.SetKeyName(8, ""); // // toolBar // this.toolBar.ImageList = this.imageList; this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolBarButtonNew, this.toolBarButtonSave, this.toolBarButtonSeparator1, this.toolBarButtonLayoutByCode, this.toolStripSeparator, this.toolBarButtonCopy, this.toolBarButtonPaste, this.toolStripSeparator1 }); this.toolBar.Location = new System.Drawing.Point(0, 28); this.toolBar.Name = "toolBar"; this.toolBar.Size = new System.Drawing.Size(579, 25); this.toolBar.TabIndex = 6; this.toolBar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolBar_ButtonClick); // // toolBarButtonNew // this.toolBarButtonNew.ImageIndex = 0; this.toolBarButtonNew.Name = "toolBarButtonNew"; this.toolBarButtonNew.Size = new System.Drawing.Size(23, 22); this.toolBarButtonNew.ToolTipText = "Show Layout From XML"; this.toolBarButtonNew.Click += new System.EventHandler(this.toolBarButtonNew_Click); // // toolBarButtonSave // this.toolBarButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolBarButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonSave.Image"))); this.toolBarButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolBarButtonSave.Name = "toolBarButtonSave"; this.toolBarButtonSave.Size = new System.Drawing.Size(23, 22); this.toolBarButtonSave.Text = "保存(&S)"; // // toolBarButtonSeparator1 // this.toolBarButtonSeparator1.Name = "toolBarButtonSeparator1"; this.toolBarButtonSeparator1.Size = new System.Drawing.Size(6, 25); // // toolBarButtonLayoutByCode // this.toolBarButtonLayoutByCode.ImageIndex = 7; this.toolBarButtonLayoutByCode.Name = "toolBarButtonLayoutByCode"; this.toolBarButtonLayoutByCode.Size = new System.Drawing.Size(23, 22); this.toolBarButtonLayoutByCode.ToolTipText = "Show Layout By Code"; // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // toolBarButtonCopy // this.toolBarButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolBarButtonCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonCopy.Image"))); this.toolBarButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolBarButtonCopy.Name = "toolBarButtonCopy"; this.toolBarButtonCopy.Size = new System.Drawing.Size(23, 22); this.toolBarButtonCopy.Text = "复制(&C)"; // // toolBarButtonPaste // this.toolBarButtonPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolBarButtonPaste.Image = ((System.Drawing.Image)(resources.GetObject("toolBarButtonPaste.Image"))); this.toolBarButtonPaste.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolBarButtonPaste.Name = "toolBarButtonPaste"; this.toolBarButtonPaste.Size = new System.Drawing.Size(23, 22); this.toolBarButtonPaste.Text = "粘贴(&P)"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // dockPanel // this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel.DockBackColor = System.Drawing.SystemColors.AppWorkspace; this.dockPanel.DockBottomPortion = 150D; this.dockPanel.DockLeftPortion = 200D; this.dockPanel.DockRightPortion = 200D; this.dockPanel.DockTopPortion = 150D; this.dockPanel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0))); this.dockPanel.Location = new System.Drawing.Point(0, 53); this.dockPanel.Name = "dockPanel"; this.dockPanel.RightToLeftLayout = true; this.dockPanel.Size = new System.Drawing.Size(579, 331); dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin1.DockStripGradient = dockPanelGradient1; tabGradient1.EndColor = System.Drawing.SystemColors.Control; tabGradient1.StartColor = System.Drawing.SystemColors.Control; tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; autoHideStripSkin1.TabGradient = tabGradient1; autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1; tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient1.ActiveTabGradient = tabGradient2; dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; dockPaneStripGradient1.DockStripGradient = dockPanelGradient2; tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient1.InactiveTabGradient = tabGradient3; dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1; dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4; tabGradient5.EndColor = System.Drawing.SystemColors.Control; tabGradient5.StartColor = System.Drawing.SystemColors.Control; tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5; dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3; tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption; tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText; dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6; tabGradient7.EndColor = System.Drawing.Color.Transparent; tabGradient7.StartColor = System.Drawing.Color.Transparent; tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7; dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1; dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1; this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 0; // // vS2012ToolStripExtender1 // this.vS2012ToolStripExtender1.DefaultRenderer = null; this.vS2012ToolStripExtender1.VS2012Renderer = null; // // MainForm // this.ClientSize = new System.Drawing.Size(579, 409); this.Controls.Add(this.dockPanel); this.Controls.Add(this.toolBar); this.Controls.Add(this.mainMenu); this.Controls.Add(this.statusBar); this.IsMdiContainer = true; this.MainMenuStrip = this.mainMenu; this.Name = "MainForm"; this.Text = "滴答UI编辑器"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing); this.Load += new System.EventHandler(this.MainForm_Load); this.mainMenu.ResumeLayout(false); this.mainMenu.PerformLayout(); this.statusBar.ResumeLayout(false); this.statusBar.PerformLayout(); this.toolBar.ResumeLayout(false); this.toolBar.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenderDock)); TickDream.WinUI.Docking.DockPanelSkin dockPanelSkin2 = new TickDream.WinUI.Docking.DockPanelSkin(); TickDream.WinUI.Docking.AutoHideStripSkin autoHideStripSkin2 = new TickDream.WinUI.Docking.AutoHideStripSkin(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient4 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient8 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPaneStripSkin dockPaneStripSkin2 = new TickDream.WinUI.Docking.DockPaneStripSkin(); TickDream.WinUI.Docking.DockPaneStripGradient dockPaneStripGradient2 = new TickDream.WinUI.Docking.DockPaneStripGradient(); TickDream.WinUI.Docking.TabGradient tabGradient9 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient5 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient10 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient2 = new TickDream.WinUI.Docking.DockPaneStripToolWindowGradient(); TickDream.WinUI.Docking.TabGradient tabGradient11 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.TabGradient tabGradient12 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.DockPanelGradient dockPanelGradient6 = new TickDream.WinUI.Docking.DockPanelGradient(); TickDream.WinUI.Docking.TabGradient tabGradient13 = new TickDream.WinUI.Docking.TabGradient(); TickDream.WinUI.Docking.TabGradient tabGradient14 = new TickDream.WinUI.Docking.TabGradient(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.design = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.source = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.reset = new System.Windows.Forms.ToolStripButton(); this.renderBase1 = new TDEditor.Widgets.RenderScene(); this.vS2003Theme1 = new TickDream.WinUI.Docking.VS2003Theme(); this.dockPanel1 = new TickDream.WinUI.Docking.DockPanel(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.design, this.toolStripSeparator1, this.source, this.toolStripSeparator2, this.reset }); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(414, 27); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // design // this.design.Image = ((System.Drawing.Image)(resources.GetObject("design.Image"))); this.design.ImageTransparentColor = System.Drawing.Color.Magenta; this.design.Name = "design"; this.design.Size = new System.Drawing.Size(59, 24); this.design.Text = "设计"; this.design.Click += new System.EventHandler(this.design_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27); // // source // this.source.Image = ((System.Drawing.Image)(resources.GetObject("source.Image"))); this.source.ImageTransparentColor = System.Drawing.Color.Magenta; this.source.Name = "source"; this.source.Size = new System.Drawing.Size(59, 24); this.source.Text = "源码"; this.source.Click += new System.EventHandler(this.source_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27); // // reset // this.reset.Image = ((System.Drawing.Image)(resources.GetObject("reset.Image"))); this.reset.ImageTransparentColor = System.Drawing.Color.Magenta; this.reset.Name = "reset"; this.reset.Size = new System.Drawing.Size(59, 24); this.reset.Text = "重设"; this.reset.Click += new System.EventHandler(this.reset_Click); // // renderBase1 // this.renderBase1.AllowDrop = true; this.renderBase1.anchorPos = ((System.Drawing.PointF)(resources.GetObject("renderBase1.anchorPos"))); this.renderBase1.Dock = System.Windows.Forms.DockStyle.Fill; this.renderBase1.Location = new System.Drawing.Point(0, 0); this.renderBase1.Name = "renderBase1"; this.renderBase1.oriAnchorPos = ((System.Drawing.PointF)(resources.GetObject("renderBase1.oriAnchorPos"))); this.renderBase1.oriPos = ((System.Drawing.PointF)(resources.GetObject("renderBase1.oriPos"))); this.renderBase1.oriScale = ((System.Drawing.PointF)(resources.GetObject("renderBase1.oriScale"))); this.renderBase1.oriSize = new System.Drawing.SizeF(0F, 0F); this.renderBase1.pos = ((System.Drawing.PointF)(resources.GetObject("renderBase1.pos"))); this.renderBase1.renderCenterPos = ((System.Drawing.PointF)(resources.GetObject("renderBase1.renderCenterPos"))); this.renderBase1.renderScale = 1F; this.renderBase1.rotation = 0F; this.renderBase1.scale = ((System.Drawing.PointF)(resources.GetObject("renderBase1.scale"))); this.renderBase1.sceneSize = new System.Drawing.Size(800, 600); this.renderBase1.size = new System.Drawing.SizeF(100F, 100F); this.renderBase1.Size = new System.Drawing.Size(414, 324); this.renderBase1.TabIndex = 0; this.renderBase1.Tag = ""; this.renderBase1.uniqueName = "Scene-ccec412c-ae25-4144-a04c-9a7e9fd60778"; this.renderBase1.visible = true; // // dockPanel1 // this.dockPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel1.Location = new System.Drawing.Point(0, 27); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Size = new System.Drawing.Size(414, 297); dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin2.DockStripGradient = dockPanelGradient4; tabGradient8.EndColor = System.Drawing.SystemColors.Control; tabGradient8.StartColor = System.Drawing.SystemColors.Control; tabGradient8.TextColor = System.Drawing.SystemColors.ControlDarkDark; autoHideStripSkin2.TabGradient = tabGradient8; autoHideStripSkin2.TextFont = new System.Drawing.Font("微软雅黑", 9F); dockPanelSkin2.AutoHideStripSkin = autoHideStripSkin2; tabGradient9.EndColor = System.Drawing.SystemColors.ControlLightLight; tabGradient9.StartColor = System.Drawing.SystemColors.ControlLightLight; tabGradient9.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient2.ActiveTabGradient = tabGradient9; dockPanelGradient5.EndColor = System.Drawing.SystemColors.Control; dockPanelGradient5.StartColor = System.Drawing.SystemColors.Control; dockPaneStripGradient2.DockStripGradient = dockPanelGradient5; tabGradient10.EndColor = System.Drawing.SystemColors.ControlLight; tabGradient10.StartColor = System.Drawing.SystemColors.ControlLight; tabGradient10.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient2.InactiveTabGradient = tabGradient10; dockPaneStripSkin2.DocumentGradient = dockPaneStripGradient2; dockPaneStripSkin2.TextFont = new System.Drawing.Font("微软雅黑", 9F); tabGradient11.EndColor = System.Drawing.SystemColors.ActiveCaption; tabGradient11.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient11.StartColor = System.Drawing.SystemColors.GradientActiveCaption; tabGradient11.TextColor = System.Drawing.SystemColors.ActiveCaptionText; dockPaneStripToolWindowGradient2.ActiveCaptionGradient = tabGradient11; tabGradient12.EndColor = System.Drawing.SystemColors.Control; tabGradient12.StartColor = System.Drawing.SystemColors.Control; tabGradient12.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient2.ActiveTabGradient = tabGradient12; dockPanelGradient6.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient6.StartColor = System.Drawing.SystemColors.ControlLight; dockPaneStripToolWindowGradient2.DockStripGradient = dockPanelGradient6; tabGradient13.EndColor = System.Drawing.SystemColors.InactiveCaption; tabGradient13.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient13.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient13.TextColor = System.Drawing.SystemColors.InactiveCaptionText; dockPaneStripToolWindowGradient2.InactiveCaptionGradient = tabGradient13; tabGradient14.EndColor = System.Drawing.Color.Transparent; tabGradient14.StartColor = System.Drawing.Color.Transparent; tabGradient14.TextColor = System.Drawing.SystemColors.ControlDarkDark; dockPaneStripToolWindowGradient2.InactiveTabGradient = tabGradient14; dockPaneStripSkin2.ToolWindowGradient = dockPaneStripToolWindowGradient2; dockPanelSkin2.DockPaneStripSkin = dockPaneStripSkin2; this.dockPanel1.Skin = dockPanelSkin2; this.dockPanel1.TabIndex = 2; // // RenderDock // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(414, 324); this.Controls.Add(this.dockPanel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.renderBase1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "RenderDock"; this.TabText = "渲染"; this.Text = "RenderDock"; this.Load += new System.EventHandler(this.RenderDock_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }