90 lines
3.8 KiB
C#
90 lines
3.8 KiB
C#
namespace CloudBuilder.CodeGenerator
|
|
{
|
|
partial class MainFunctionView
|
|
{
|
|
/// <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()
|
|
{
|
|
kryptonDockingManager = new Krypton.Docking.KryptonDockingManager();
|
|
kryptonDockableWorkspace = new Krypton.Docking.KryptonDockableWorkspace();
|
|
mainPanel = new Krypton.Toolkit.KryptonPanel();
|
|
((System.ComponentModel.ISupportInitialize)kryptonDockableWorkspace).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)mainPanel).BeginInit();
|
|
mainPanel.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// kryptonDockableWorkspace
|
|
//
|
|
kryptonDockableWorkspace.ActivePage = null;
|
|
kryptonDockableWorkspace.AutoHiddenHost = false;
|
|
kryptonDockableWorkspace.CompactFlags = Krypton.Workspace.CompactFlags.RemoveEmptyCells | Krypton.Workspace.CompactFlags.RemoveEmptySequences | Krypton.Workspace.CompactFlags.PromoteLeafs;
|
|
kryptonDockableWorkspace.ContainerBackStyle = Krypton.Toolkit.PaletteBackStyle.PanelClient;
|
|
kryptonDockableWorkspace.Dock = DockStyle.Fill;
|
|
kryptonDockableWorkspace.Location = new Point(0, 0);
|
|
kryptonDockableWorkspace.Name = "kryptonDockableWorkspace";
|
|
//
|
|
//
|
|
//
|
|
kryptonDockableWorkspace.Root.UniqueName = "9b8557cebb92477fa6d1f0b015e0ff50";
|
|
kryptonDockableWorkspace.Root.WorkspaceControl = kryptonDockableWorkspace;
|
|
kryptonDockableWorkspace.SeparatorStyle = Krypton.Toolkit.SeparatorStyle.LowProfile;
|
|
kryptonDockableWorkspace.ShowMaximizeButton = false;
|
|
kryptonDockableWorkspace.Size = new Size(1008, 761);
|
|
kryptonDockableWorkspace.SplitterWidth = 5;
|
|
kryptonDockableWorkspace.TabIndex = 0;
|
|
kryptonDockableWorkspace.TabStop = true;
|
|
//
|
|
// mainPanel
|
|
//
|
|
mainPanel.Controls.Add(kryptonDockableWorkspace);
|
|
mainPanel.Dock = DockStyle.Fill;
|
|
mainPanel.Location = new Point(0, 0);
|
|
mainPanel.Name = "mainPanel";
|
|
mainPanel.Size = new Size(1008, 761);
|
|
mainPanel.TabIndex = 1;
|
|
//
|
|
// MainFunctionView
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1008, 761);
|
|
Controls.Add(mainPanel);
|
|
Name = "MainFunctionView";
|
|
Text = "代码生成器";
|
|
Load += MainFunctionView_Load;
|
|
((System.ComponentModel.ISupportInitialize)kryptonDockableWorkspace).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)mainPanel).EndInit();
|
|
mainPanel.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Krypton.Docking.KryptonDockingManager kryptonDockingManager;
|
|
private Krypton.Docking.KryptonDockableWorkspace kryptonDockableWorkspace;
|
|
private Krypton.Toolkit.KryptonPanel mainPanel;
|
|
}
|
|
} |