Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PageOrientationGroupBox = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.LandscapeRadioButton    = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.PortraitRadioButton     = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.PageMarginsGroupBox     = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PageMarginsEditorUC     = new Nevron.Editors.NMarginsEditorUC();
     this.PaperGroupBox           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.PagePaperSourceComboBox = new Nevron.UI.WinForm.Controls.NComboBox();
     this.PagePaperSizeComboBox   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.PrintPreviewButton = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintButton        = new Nevron.UI.WinForm.Controls.NButton();
     this.PageOrientationGroupBox.SuspendLayout();
     this.PageMarginsGroupBox.SuspendLayout();
     this.PaperGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // PageOrientationGroupBox
     //
     this.PageOrientationGroupBox.Controls.Add(this.LandscapeRadioButton);
     this.PageOrientationGroupBox.Controls.Add(this.PortraitRadioButton);
     this.PageOrientationGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PageOrientationGroupBox.ImageIndex = 0;
     this.PageOrientationGroupBox.Location   = new System.Drawing.Point(0, 0);
     this.PageOrientationGroupBox.Name       = "PageOrientationGroupBox";
     this.PageOrientationGroupBox.Size       = new System.Drawing.Size(272, 72);
     this.PageOrientationGroupBox.TabIndex   = 0;
     this.PageOrientationGroupBox.TabStop    = false;
     this.PageOrientationGroupBox.Text       = "Page Orientation";
     //
     // LandscapeRadioButton
     //
     this.LandscapeRadioButton.Location        = new System.Drawing.Point(8, 40);
     this.LandscapeRadioButton.Name            = "LandscapeRadioButton";
     this.LandscapeRadioButton.TabIndex        = 1;
     this.LandscapeRadioButton.Text            = "Landscape";
     this.LandscapeRadioButton.CheckedChanged += new System.EventHandler(this.LandscapeRadioButton_CheckedChanged);
     //
     // PortraitRadioButton
     //
     this.PortraitRadioButton.Location        = new System.Drawing.Point(8, 16);
     this.PortraitRadioButton.Name            = "PortraitRadioButton";
     this.PortraitRadioButton.TabIndex        = 0;
     this.PortraitRadioButton.Text            = "Portrait";
     this.PortraitRadioButton.CheckedChanged += new System.EventHandler(this.PortraitRadioButton_CheckedChanged);
     //
     // PageMarginsGroupBox
     //
     this.PageMarginsGroupBox.Controls.Add(this.PageMarginsEditorUC);
     this.PageMarginsGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PageMarginsGroupBox.ImageIndex = 0;
     this.PageMarginsGroupBox.Location   = new System.Drawing.Point(0, 72);
     this.PageMarginsGroupBox.Name       = "PageMarginsGroupBox";
     this.PageMarginsGroupBox.Size       = new System.Drawing.Size(272, 128);
     this.PageMarginsGroupBox.TabIndex   = 1;
     this.PageMarginsGroupBox.TabStop    = false;
     this.PageMarginsGroupBox.Text       = "Page Margins";
     //
     // PageMarginsEditorUC
     //
     this.PageMarginsEditorUC.BackColor       = System.Drawing.SystemColors.Control;
     this.PageMarginsEditorUC.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.PageMarginsEditorUC.Location        = new System.Drawing.Point(8, 24);
     this.PageMarginsEditorUC.Name            = "PageMarginsEditorUC";
     this.PageMarginsEditorUC.Size            = new System.Drawing.Size(256, 96);
     this.PageMarginsEditorUC.TabIndex        = 0;
     this.PageMarginsEditorUC.MarginsChanged += new System.EventHandler(this.PageMarginsEditorUC_MarginsChanged);
     //
     // PaperGroupBox
     //
     this.PaperGroupBox.Controls.Add(this.PagePaperSourceComboBox);
     this.PaperGroupBox.Controls.Add(this.PagePaperSizeComboBox);
     this.PaperGroupBox.Controls.Add(this.label2);
     this.PaperGroupBox.Controls.Add(this.label1);
     this.PaperGroupBox.Dock       = System.Windows.Forms.DockStyle.Top;
     this.PaperGroupBox.ImageIndex = 0;
     this.PaperGroupBox.Location   = new System.Drawing.Point(0, 200);
     this.PaperGroupBox.Name       = "PaperGroupBox";
     this.PaperGroupBox.Size       = new System.Drawing.Size(272, 80);
     this.PaperGroupBox.TabIndex   = 2;
     this.PaperGroupBox.TabStop    = false;
     this.PaperGroupBox.Text       = "Page Paper";
     //
     // PagePaperSourceComboBox
     //
     this.PagePaperSourceComboBox.Location              = new System.Drawing.Point(64, 48);
     this.PagePaperSourceComboBox.Name                  = "PagePaperSourceComboBox";
     this.PagePaperSourceComboBox.Size                  = new System.Drawing.Size(192, 21);
     this.PagePaperSourceComboBox.TabIndex              = 3;
     this.PagePaperSourceComboBox.Text                  = "comboBox2";
     this.PagePaperSourceComboBox.SelectedIndexChanged += new System.EventHandler(this.PagePaperSourceComboBox_SelectedIndexChanged);
     //
     // PagePaperSizeComboBox
     //
     this.PagePaperSizeComboBox.Location              = new System.Drawing.Point(64, 16);
     this.PagePaperSizeComboBox.Name                  = "PagePaperSizeComboBox";
     this.PagePaperSizeComboBox.Size                  = new System.Drawing.Size(192, 21);
     this.PagePaperSizeComboBox.TabIndex              = 2;
     this.PagePaperSizeComboBox.Text                  = "comboBox1";
     this.PagePaperSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.PagePaperSizeComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 46);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(48, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Source:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Size:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PrintPreviewButton
     //
     this.PrintPreviewButton.Location = new System.Drawing.Point(8, 304);
     this.PrintPreviewButton.Name     = "PrintPreviewButton";
     this.PrintPreviewButton.Size     = new System.Drawing.Size(256, 23);
     this.PrintPreviewButton.TabIndex = 3;
     this.PrintPreviewButton.Text     = "Print Preview...";
     this.PrintPreviewButton.Click   += new System.EventHandler(this.PrintPreviewButton_Click);
     //
     // PrintButton
     //
     this.PrintButton.Location = new System.Drawing.Point(8, 336);
     this.PrintButton.Name     = "PrintButton";
     this.PrintButton.Size     = new System.Drawing.Size(256, 23);
     this.PrintButton.TabIndex = 4;
     this.PrintButton.Text     = "Print";
     this.PrintButton.Click   += new System.EventHandler(this.PrintButton_Click);
     //
     // NPageSettingsUC
     //
     this.Controls.Add(this.PrintButton);
     this.Controls.Add(this.PrintPreviewButton);
     this.Controls.Add(this.PaperGroupBox);
     this.Controls.Add(this.PageMarginsGroupBox);
     this.Controls.Add(this.PageOrientationGroupBox);
     this.Name = "NPageSettingsUC";
     this.Size = new System.Drawing.Size(272, 384);
     this.PageOrientationGroupBox.ResumeLayout(false);
     this.PageMarginsGroupBox.ResumeLayout(false);
     this.PaperGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.PrintPreviewButton            = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintButton                   = new Nevron.UI.WinForm.Controls.NButton();
     this.PrintBackgroundFrameCheckBox  = new Nevron.UI.WinForm.Controls.NCheckBox();
     this.FillStyleGroupBox             = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.radioButton3                  = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.ConvertToGrayScaleRadioButton = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.FillStyleGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // PrintPreviewButton
     //
     this.PrintPreviewButton.Location = new System.Drawing.Point(8, 136);
     this.PrintPreviewButton.Name     = "PrintPreviewButton";
     this.PrintPreviewButton.Size     = new System.Drawing.Size(165, 23);
     this.PrintPreviewButton.TabIndex = 2;
     this.PrintPreviewButton.Text     = "Print Preview...";
     this.PrintPreviewButton.Click   += new System.EventHandler(this.PrintPreviewButton_Click);
     //
     // PrintButton
     //
     this.PrintButton.Location = new System.Drawing.Point(8, 168);
     this.PrintButton.Name     = "PrintButton";
     this.PrintButton.Size     = new System.Drawing.Size(165, 23);
     this.PrintButton.TabIndex = 3;
     this.PrintButton.Text     = "Print";
     //
     // PrintBackgroundFrameCheckBox
     //
     this.PrintBackgroundFrameCheckBox.ButtonProperties.BorderOffset = 2;
     this.PrintBackgroundFrameCheckBox.Location = new System.Drawing.Point(8, 104);
     this.PrintBackgroundFrameCheckBox.Name     = "PrintBackgroundFrameCheckBox";
     this.PrintBackgroundFrameCheckBox.Size     = new System.Drawing.Size(144, 24);
     this.PrintBackgroundFrameCheckBox.TabIndex = 1;
     this.PrintBackgroundFrameCheckBox.Text     = "Print background frame";
     //
     // FillStyleGroupBox
     //
     this.FillStyleGroupBox.Controls.Add(this.radioButton3);
     this.FillStyleGroupBox.Controls.Add(this.ConvertToGrayScaleRadioButton);
     this.FillStyleGroupBox.Location = new System.Drawing.Point(8, 8);
     this.FillStyleGroupBox.Name     = "FillStyleGroupBox";
     this.FillStyleGroupBox.Size     = new System.Drawing.Size(144, 88);
     this.FillStyleGroupBox.TabIndex = 0;
     this.FillStyleGroupBox.TabStop  = false;
     this.FillStyleGroupBox.Text     = "Fill styles";
     //
     // radioButton3
     //
     this.radioButton3.ButtonProperties.BorderOffset = 2;
     this.radioButton3.Checked  = true;
     this.radioButton3.Location = new System.Drawing.Point(8, 56);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(112, 24);
     this.radioButton3.TabIndex = 1;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "Grayscale (hatch)";
     //
     // ConvertToGrayScaleRadioButton
     //
     this.ConvertToGrayScaleRadioButton.ButtonProperties.BorderOffset = 2;
     this.ConvertToGrayScaleRadioButton.Location = new System.Drawing.Point(8, 24);
     this.ConvertToGrayScaleRadioButton.Name     = "ConvertToGrayScaleRadioButton";
     this.ConvertToGrayScaleRadioButton.Size     = new System.Drawing.Size(104, 24);
     this.ConvertToGrayScaleRadioButton.TabIndex = 0;
     this.ConvertToGrayScaleRadioButton.Text     = "Grayscale";
     //
     // NPrintedChartAppearanceUC
     //
     this.Controls.Add(this.FillStyleGroupBox);
     this.Controls.Add(this.PrintBackgroundFrameCheckBox);
     this.Controls.Add(this.PrintButton);
     this.Controls.Add(this.PrintPreviewButton);
     this.Name = "NPrintedChartAppearanceUC";
     this.Size = new System.Drawing.Size(180, 384);
     this.FillStyleGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <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();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone0 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone1 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone2 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockZone         nDockZone3 = new Nevron.UI.WinForm.Docking.NDockZone();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone4 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone6 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone7 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     Nevron.UI.WinForm.Docking.NDockingPanelHost nDockZone8 = new Nevron.UI.WinForm.Docking.NDockingPanelHost();
     System.Resources.ResourceManager            resources  = new System.Resources.ResourceManager(typeof(NDesignTimeSupportForm));
     this.nDockManager1        = new Nevron.UI.WinForm.Docking.NDockManager();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.nDockingPanel1       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nColorPool1          = new Nevron.UI.WinForm.Controls.NColorPool();
     this.nDockingPanel2       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nComboBox1           = new Nevron.UI.WinForm.Controls.NComboBox();
     this.nDockingPanel3       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel4       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nColorBar1           = new Nevron.UI.WinForm.Controls.NColorBar();
     this.nButton1             = new Nevron.UI.WinForm.Controls.NButton();
     this.nDockingPanel5       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nGroupBox1           = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.nOptionButton1       = new Nevron.UI.WinForm.Controls.NOptionButton();
     this.nCommand1            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand2            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nDockingPanel6       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.propertyGrid1        = new System.Windows.Forms.PropertyGrid();
     this.nDockingPanel7       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nDockingPanel8       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nProgressBar1        = new Nevron.UI.WinForm.Controls.NProgressBar();
     this.nDockingPanel9       = new Nevron.UI.WinForm.Docking.NDockingPanel();
     this.nWaitingBar1         = new Nevron.UI.WinForm.Controls.NWaitingBar();
     this.nRadioButton1        = new Nevron.UI.WinForm.Controls.NRadioButton();
     this.nCommandBarsManager1 = new Nevron.UI.WinForm.Controls.NCommandBarsManager(this.components);
     this.nMenuBar1            = new Nevron.UI.WinForm.Controls.NMenuBar();
     this.nCommand3            = new Nevron.UI.WinForm.Controls.NCommand();
     this.nCommand4            = new Nevron.UI.WinForm.Controls.NCommand();
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).BeginInit();
     this.nDockingPanel1.SuspendLayout();
     this.nDockingPanel2.SuspendLayout();
     this.nDockingPanel4.SuspendLayout();
     this.nDockingPanel5.SuspendLayout();
     this.nDockingPanel6.SuspendLayout();
     this.nDockingPanel8.SuspendLayout();
     this.nDockingPanel9.SuspendLayout();
     //
     // nDockManager1
     //
     this.nDockManager1.DocumentStyle.ImageList = this.imageList1;
     this.nDockManager1.Form                = this;
     this.nDockManager1.ImageList           = this.imageList1;
     this.nDockManager1.RootContainerZIndex = 4;
     //
     // Root Zone
     //
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone0);
     this.nDockManager1.RootContainer.RootZone.AddChild(nDockZone1);
     this.nDockManager1.RootContainer.RootZone.Orientation = System.Windows.Forms.Orientation.Vertical;
     //
     // nDockZone0
     //
     nDockZone0.AddChild(this.nDockingPanel7);
     nDockZone0.AddChild(this.nDockingPanel9);
     nDockZone0.AddChild(this.nDockingPanel8);
     nDockZone0.Name                   = "nDockZone0";
     nDockZone0.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone0.Index                  = 0;
     nDockZone0.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     //
     // nDockZone1
     //
     nDockZone1.AddChild(nDockZone2);
     nDockZone1.AddChild(nDockZone8);
     nDockZone1.Name                   = "nDockZone1";
     nDockZone1.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone1.Index                  = 1;
     nDockZone1.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 284);
     //
     // nDockZone2
     //
     nDockZone2.AddChild(nDockZone3);
     nDockZone2.AddChild(nDockZone7);
     nDockZone2.Name                   = "nDockZone2";
     nDockZone2.Orientation            = System.Windows.Forms.Orientation.Vertical;
     nDockZone2.Index                  = 0;
     nDockZone2.SizeInfo.PrefferedSize = new System.Drawing.Size(608, 200);
     //
     // nDockZone3
     //
     nDockZone3.AddChild(nDockZone4);
     nDockZone3.AddChild(this.nDockManager1.DocumentManager.DocumentViewHost);
     nDockZone3.AddChild(nDockZone6);
     nDockZone3.Name                   = "nDockZone3";
     nDockZone3.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone3.Index                  = 0;
     nDockZone3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 298);
     //
     // nDockZone4
     //
     nDockZone4.AddChild(this.nDockingPanel6);
     nDockZone4.Name                   = "nDockZone4";
     nDockZone4.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone4.Index                  = 0;
     nDockZone4.SizeInfo.PrefferedSize = new System.Drawing.Size(250, 200);
     //
     // nDockZone6
     //
     nDockZone6.AddChild(this.nDockingPanel1);
     nDockZone6.AddChild(this.nDockingPanel4);
     nDockZone6.Name                   = "nDockZone6";
     nDockZone6.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone6.Index                  = 2;
     nDockZone6.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     //
     // nDockZone7
     //
     nDockZone7.AddChild(this.nDockingPanel2);
     nDockZone7.AddChild(this.nDockingPanel3);
     nDockZone7.Name                   = "nDockZone7";
     nDockZone7.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone7.Index                  = 1;
     nDockZone7.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     //
     // nDockZone8
     //
     nDockZone8.AddChild(this.nDockingPanel5);
     nDockZone8.Name                   = "nDockZone8";
     nDockZone8.Orientation            = System.Windows.Forms.Orientation.Horizontal;
     nDockZone8.Index                  = 1;
     nDockZone8.SizeInfo.PrefferedSize = new System.Drawing.Size(153, 200);
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // nDockingPanel1
     //
     this.nDockingPanel1.Controls.Add(this.nColorPool1);
     this.nDockingPanel1.Key  = "Panel 1";
     this.nDockingPanel1.Name = "nDockingPanel1";
     this.nDockingPanel1.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     this.nDockingPanel1.TabIndex           = 1;
     this.nDockingPanel1.TabInfo.ImageIndex = 4;
     //
     // nColorPool1
     //
     this.nColorPool1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nColorPool1.Color       = System.Drawing.Color.Empty;
     this.nColorPool1.Hue         = 0F;
     this.nColorPool1.Location    = new System.Drawing.Point(24, 40);
     this.nColorPool1.Luminance   = 0.5F;
     this.nColorPool1.Name        = "nColorPool1";
     this.nColorPool1.Saturation  = 0F;
     this.nColorPool1.Size        = new System.Drawing.Size(136, 104);
     this.nColorPool1.TabIndex    = 0;
     //
     // nDockingPanel2
     //
     this.nDockingPanel2.Controls.Add(this.nComboBox1);
     this.nDockingPanel2.Key  = "Panel 2";
     this.nDockingPanel2.Name = "nDockingPanel2";
     this.nDockingPanel2.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     this.nDockingPanel2.TabIndex           = 1;
     this.nDockingPanel2.TabInfo.ImageIndex = 0;
     //
     // nComboBox1
     //
     this.nComboBox1.Location = new System.Drawing.Point(16, 16);
     this.nComboBox1.Name     = "nComboBox1";
     this.nComboBox1.Size     = new System.Drawing.Size(152, 22);
     this.nComboBox1.TabIndex = 0;
     this.nComboBox1.Text     = "nComboBox1";
     //
     // nDockingPanel3
     //
     this.nDockingPanel3.Key  = "Panel 3";
     this.nDockingPanel3.Name = "nDockingPanel3";
     this.nDockingPanel3.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 132);
     this.nDockingPanel3.TabIndex           = 2;
     this.nDockingPanel3.TabInfo.ImageIndex = 1;
     //
     // nDockingPanel4
     //
     this.nDockingPanel4.Controls.Add(this.nColorBar1);
     this.nDockingPanel4.Controls.Add(this.nButton1);
     this.nDockingPanel4.Key  = "Panel 4";
     this.nDockingPanel4.Name = "nDockingPanel4";
     this.nDockingPanel4.SizeInfo.PrefferedSize = new System.Drawing.Size(169, 200);
     this.nDockingPanel4.TabIndex           = 2;
     this.nDockingPanel4.TabInfo.ImageIndex = 2;
     //
     // nColorBar1
     //
     this.nColorBar1.Location = new System.Drawing.Point(16, 48);
     this.nColorBar1.Name     = "nColorBar1";
     this.nColorBar1.Size     = new System.Drawing.Size(128, 25);
     this.nColorBar1.TabIndex = 1;
     this.nColorBar1.Text     = "nColorBar1";
     this.nColorBar1.Value    = 125;
     //
     // nButton1
     //
     this.nButton1.Location = new System.Drawing.Point(16, 16);
     this.nButton1.Name     = "nButton1";
     this.nButton1.TabIndex = 0;
     this.nButton1.Text     = "nButton1";
     //
     // nDockingPanel5
     //
     this.nDockingPanel5.Controls.Add(this.nGroupBox1);
     this.nDockingPanel5.Controls.Add(this.nOptionButton1);
     this.nDockingPanel5.Key  = "Panel 5";
     this.nDockingPanel5.Name = "nDockingPanel5";
     this.nDockingPanel5.SizeInfo.PrefferedSize = new System.Drawing.Size(153, 200);
     this.nDockingPanel5.TabIndex           = 1;
     this.nDockingPanel5.TabInfo.ImageIndex = 5;
     //
     // nGroupBox1
     //
     this.nGroupBox1.ImageIndex = 0;
     this.nGroupBox1.Location   = new System.Drawing.Point(16, 24);
     this.nGroupBox1.Name       = "nGroupBox1";
     this.nGroupBox1.Size       = new System.Drawing.Size(112, 80);
     this.nGroupBox1.TabIndex   = 0;
     this.nGroupBox1.TabStop    = false;
     this.nGroupBox1.Text       = "nGroupBox1";
     //
     // nOptionButton1
     //
     this.nOptionButton1.ArrowWidth = 14;
     this.nOptionButton1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand1,
         this.nCommand2
     });
     this.nOptionButton1.Location = new System.Drawing.Point(8, 128);
     this.nOptionButton1.Name     = "nOptionButton1";
     this.nOptionButton1.Size     = new System.Drawing.Size(120, 23);
     this.nOptionButton1.TabIndex = 1;
     this.nOptionButton1.Text     = "nOptionButton1";
     //
     // nDockingPanel6
     //
     this.nDockingPanel6.Controls.Add(this.propertyGrid1);
     this.nDockingPanel6.Key  = "Panel 6";
     this.nDockingPanel6.Name = "nDockingPanel6";
     this.nDockingPanel6.SizeInfo.PrefferedSize = new System.Drawing.Size(250, 200);
     this.nDockingPanel6.TabIndex           = 1;
     this.nDockingPanel6.TabInfo.ImageIndex = 3;
     this.nDockingPanel6.Text = "Properties";
     //
     // propertyGrid1
     //
     this.propertyGrid1.CommandsVisibleIfAvailable = true;
     this.propertyGrid1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.LargeButtons   = false;
     this.propertyGrid1.LineColor      = System.Drawing.SystemColors.Control;
     this.propertyGrid1.Location       = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name           = "propertyGrid1";
     this.propertyGrid1.SelectedObject = this.nDockManager1;
     this.propertyGrid1.Size           = new System.Drawing.Size(250, 353);
     this.propertyGrid1.TabIndex       = 0;
     this.propertyGrid1.Text           = "propertyGrid1";
     this.propertyGrid1.ToolbarVisible = false;
     this.propertyGrid1.ViewBackColor  = System.Drawing.SystemColors.Window;
     this.propertyGrid1.ViewForeColor  = System.Drawing.SystemColors.WindowText;
     //
     // nDockingPanel7
     //
     this.nDockingPanel7.Key  = "Panel 7";
     this.nDockingPanel7.Name = "nDockingPanel7";
     this.nDockingPanel7.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel7.TabIndex           = 2;
     this.nDockingPanel7.TabInfo.ImageIndex = 0;
     //
     // nDockingPanel8
     //
     this.nDockingPanel8.Controls.Add(this.nProgressBar1);
     this.nDockingPanel8.Key  = "Panel 8";
     this.nDockingPanel8.Name = "nDockingPanel8";
     this.nDockingPanel8.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel8.TabIndex           = 3;
     this.nDockingPanel8.TabInfo.ImageIndex = 1;
     //
     // nProgressBar1
     //
     this.nProgressBar1.Location         = new System.Drawing.Point(232, 16);
     this.nProgressBar1.Name             = "nProgressBar1";
     this.nProgressBar1.Properties.Style = Nevron.UI.WinForm.Controls.ProgressBarStyle.Gradient;
     this.nProgressBar1.Properties.Text  = "";
     this.nProgressBar1.Properties.Value = 50;
     this.nProgressBar1.Size             = new System.Drawing.Size(160, 16);
     this.nProgressBar1.TabIndex         = 0;
     this.nProgressBar1.Text             = "nProgressBar1";
     //
     // nDockingPanel9
     //
     this.nDockingPanel9.Controls.Add(this.nWaitingBar1);
     this.nDockingPanel9.Controls.Add(this.nRadioButton1);
     this.nDockingPanel9.Key  = "Panel 9";
     this.nDockingPanel9.Name = "nDockingPanel9";
     this.nDockingPanel9.SizeInfo.PrefferedSize = new System.Drawing.Size(200, 111);
     this.nDockingPanel9.TabIndex           = 4;
     this.nDockingPanel9.TabInfo.ImageIndex = 2;
     //
     // nWaitingBar1
     //
     this.nWaitingBar1.Location = new System.Drawing.Point(264, 16);
     this.nWaitingBar1.Name     = "nWaitingBar1";
     this.nWaitingBar1.Size     = new System.Drawing.Size(240, 16);
     this.nWaitingBar1.TabIndex = 1;
     this.nWaitingBar1.Text     = "nWaitingBar1";
     //
     // nRadioButton1
     //
     this.nRadioButton1.Location = new System.Drawing.Point(32, 16);
     this.nRadioButton1.Name     = "nRadioButton1";
     this.nRadioButton1.TabIndex = 0;
     this.nRadioButton1.Text     = "nRadioButton1";
     //
     // nCommandBarsManager1
     //
     this.nCommandBarsManager1.AllowCustomize = false;
     this.nCommandBarsManager1.ParentControl  = this;
     this.nCommandBarsManager1.Toolbars.Add(this.nMenuBar1);
     //
     // nMenuBar1
     //
     this.nMenuBar1.AllowDelete       = false;
     this.nMenuBar1.AllowHide         = false;
     this.nMenuBar1.AllowRename       = false;
     this.nMenuBar1.AutoDropDownDelay = false;
     this.nMenuBar1.BackgroundType    = Nevron.UI.WinForm.Controls.BackgroundType.Transparent;
     this.nMenuBar1.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand3
     });
     this.nMenuBar1.DefaultCommandStyle = Nevron.UI.WinForm.Controls.CommandStyle.Text;
     this.nMenuBar1.DefaultLocation     = new System.Drawing.Point(0, 0);
     this.nMenuBar1.HasGripper          = false;
     this.nMenuBar1.HasPendantCommand   = false;
     this.nMenuBar1.Name = "nMenuBar1";
     this.nMenuBar1.PrefferedRowIndex = 0;
     this.nMenuBar1.RowIndex          = 0;
     this.nMenuBar1.ShowTooltips      = false;
     this.nMenuBar1.Text = "Menu Bar";
     //
     // nCommand3
     //
     this.nCommand3.Commands.AddRange(new Nevron.UI.WinForm.Controls.NCommand[] {
         this.nCommand4
     });
     this.nCommand3.Properties.ShowArrowStyle = Nevron.UI.WinForm.Controls.ShowArrowStyle.Never;
     this.nCommand3.Properties.Text           = "&File";
     //
     // nCommand4
     //
     this.nCommand4.Properties.Text = "E&xit";
     this.nCommand4.Click          += new Nevron.UI.WinForm.Controls.CommandEventHandler(this.nCommand4_Click);
     //
     // NDesignTimeSupportForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(888, 622);
     this.Name = "NDesignTimeSupportForm";
     this.Text = "Design-Time Generated Layout";
     ((System.ComponentModel.ISupportInitialize)(this.nDockManager1)).EndInit();
     this.nDockingPanel1.ResumeLayout(false);
     this.nDockingPanel2.ResumeLayout(false);
     this.nDockingPanel4.ResumeLayout(false);
     this.nDockingPanel5.ResumeLayout(false);
     this.nDockingPanel6.ResumeLayout(false);
     this.nDockingPanel8.ResumeLayout(false);
     this.nDockingPanel9.ResumeLayout(false);
 }