namespace GeoSigmaViewer { partial class FormViewer { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing&&(components!=null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormViewer)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnOpenFile = new System.Windows.Forms.ToolStripButton(); this.btnSaveFile = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnZoomIn = new System.Windows.Forms.ToolStripButton(); this.btnZoomOut = new System.Windows.Forms.ToolStripButton(); this.tsbPan = new System.Windows.Forms.ToolStripButton(); this.tsbViewWindow = new System.Windows.Forms.ToolStripButton(); this.tsbViewAll = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbToolDefault = new System.Windows.Forms.ToolStripButton(); this.tsbSelect = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbPointAdd = new System.Windows.Forms.ToolStripButton(); this.tsbCurveAdd = new System.Windows.Forms.ToolStripButton(); this.tsbProportionAdd = new System.Windows.Forms.ToolStripButton(); this.rectangularCSGridButton = new System.Windows.Forms.ToolStripButton(); this.drawRectangleButton = new System.Windows.Forms.ToolStripButton(); this.drawEllipseButton = new System.Windows.Forms.ToolStripButton(); this.drawArcButton = new System.Windows.Forms.ToolStripButton(); this.drawChordButton = new System.Windows.Forms.ToolStripButton(); this.drawPieButton = new System.Windows.Forms.ToolStripButton(); this.drawEquilateralButton = new System.Windows.Forms.ToolStripButton(); this.drawTextButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.breakDirectButton = new System.Windows.Forms.ToolStripButton(); this.breakCurveButton = new System.Windows.Forms.ToolStripButton(); this.deleteNormalButton = new System.Windows.Forms.ToolStripButton(); this.deleteInButton = new System.Windows.Forms.ToolStripButton(); this.deleteOutButton = new System.Windows.Forms.ToolStripButton(); this.imageListSmall = new System.Windows.Forms.ImageList(this.components); this.kryptonDockableWorkspace = new ComponentFactory.Krypton.Docking.KryptonDockableWorkspace(); this.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonDockingManager = new ComponentFactory.Krypton.Docking.KryptonDockingManager(); this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonDockableWorkspace)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit(); this.kryptonPanel.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnOpenFile, this.btnSaveFile, this.toolStripSeparator1, this.btnZoomIn, this.btnZoomOut, this.tsbPan, this.tsbViewWindow, this.tsbViewAll, this.toolStripSeparator2, this.tsbToolDefault, this.tsbSelect, this.toolStripSeparator3, this.tsbPointAdd, this.tsbCurveAdd, this.tsbProportionAdd, this.rectangularCSGridButton, this.drawRectangleButton, this.drawEllipseButton, this.drawArcButton, this.drawChordButton, this.drawPieButton, this.drawEquilateralButton, this.drawTextButton, this.toolStripSeparator4, this.breakDirectButton, this.breakCurveButton, this.deleteNormalButton, this.deleteInButton, this.deleteOutButton}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(694, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // btnOpenFile // this.btnOpenFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenFile.Image"))); this.btnOpenFile.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.Size = new System.Drawing.Size(23, 22); this.btnOpenFile.Text = "打开"; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // btnSaveFile // this.btnSaveFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSaveFile.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveFile.Image"))); this.btnSaveFile.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSaveFile.Name = "btnSaveFile"; this.btnSaveFile.Size = new System.Drawing.Size(23, 22); this.btnSaveFile.Text = "保存"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btnZoomIn // this.btnZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomIn.Image"))); this.btnZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnZoomIn.Name = "btnZoomIn"; this.btnZoomIn.Size = new System.Drawing.Size(23, 22); this.btnZoomIn.Text = "放大"; this.btnZoomIn.Click += new System.EventHandler(this.btnZoomIn_Click); // // btnZoomOut // this.btnZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomOut.Image"))); this.btnZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnZoomOut.Name = "btnZoomOut"; this.btnZoomOut.Size = new System.Drawing.Size(23, 22); this.btnZoomOut.Text = "缩小"; this.btnZoomOut.Click += new System.EventHandler(this.btnZoomOut_Click); // // tsbPan // this.tsbPan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbPan.Image = ((System.Drawing.Image)(resources.GetObject("tsbPan.Image"))); this.tsbPan.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbPan.Name = "tsbPan"; this.tsbPan.Size = new System.Drawing.Size(23, 22); this.tsbPan.Text = "平移"; this.tsbPan.Click += new System.EventHandler(this.tsbPan_Click); // // tsbViewWindow // this.tsbViewWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbViewWindow.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewWindow.Image"))); this.tsbViewWindow.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbViewWindow.Name = "tsbViewWindow"; this.tsbViewWindow.Size = new System.Drawing.Size(23, 22); this.tsbViewWindow.Text = "窗口放大"; this.tsbViewWindow.Click += new System.EventHandler(this.tsbViewWindow_Click); // // tsbViewAll // this.tsbViewAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbViewAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewAll.Image"))); this.tsbViewAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbViewAll.Name = "tsbViewAll"; this.tsbViewAll.Size = new System.Drawing.Size(23, 22); this.tsbViewAll.Text = "全图"; this.tsbViewAll.Click += new System.EventHandler(this.tsbViewAll_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // tsbToolDefault // this.tsbToolDefault.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbToolDefault.Image = ((System.Drawing.Image)(resources.GetObject("tsbToolDefault.Image"))); this.tsbToolDefault.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbToolDefault.Name = "tsbToolDefault"; this.tsbToolDefault.Size = new System.Drawing.Size(23, 22); this.tsbToolDefault.Text = "指针"; this.tsbToolDefault.Click += new System.EventHandler(this.tsbToolDefault_Click); // // tsbSelect // this.tsbSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tsbSelect.Image"))); this.tsbSelect.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSelect.Name = "tsbSelect"; this.tsbSelect.Size = new System.Drawing.Size(23, 22); this.tsbSelect.Text = "选择"; this.tsbSelect.Click += new System.EventHandler(this.tsbSelect_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // tsbPointAdd // this.tsbPointAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbPointAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbPointAdd.Image"))); this.tsbPointAdd.ImageTransparentColor = System.Drawing.Color.Silver; this.tsbPointAdd.Name = "tsbPointAdd"; this.tsbPointAdd.Size = new System.Drawing.Size(23, 22); this.tsbPointAdd.Text = "tsbPointAdd"; this.tsbPointAdd.ToolTipText = "添加点"; this.tsbPointAdd.Click += new System.EventHandler(this.tsbPointAdd_Click); // // tsbCurveAdd // this.tsbCurveAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCurveAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbCurveAdd.Image"))); this.tsbCurveAdd.ImageTransparentColor = System.Drawing.Color.Silver; this.tsbCurveAdd.Name = "tsbCurveAdd"; this.tsbCurveAdd.Size = new System.Drawing.Size(23, 22); this.tsbCurveAdd.Text = "toolStripButton1"; this.tsbCurveAdd.ToolTipText = "绘制线"; this.tsbCurveAdd.Click += new System.EventHandler(this.tsbCurveAdd_Click); // // tsbProportionAdd // this.tsbProportionAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbProportionAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbProportionAdd.Image"))); this.tsbProportionAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbProportionAdd.Name = "tsbProportionAdd"; this.tsbProportionAdd.Size = new System.Drawing.Size(23, 22); this.tsbProportionAdd.Text = "插入比例尺"; this.tsbProportionAdd.ToolTipText = "插入比例尺"; this.tsbProportionAdd.Click += new System.EventHandler(this.tsbProportionAdd_Click); // // rectangularCSGridButton // this.rectangularCSGridButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.rectangularCSGridButton.Image = ((System.Drawing.Image)(resources.GetObject("rectangularCSGridButton.Image"))); this.rectangularCSGridButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.rectangularCSGridButton.Name = "rectangularCSGridButton"; this.rectangularCSGridButton.Size = new System.Drawing.Size(23, 22); this.rectangularCSGridButton.Text = "绘制直角坐标网"; this.rectangularCSGridButton.Click += new System.EventHandler(this.rectangularCSGridButton_Click); // // drawRectangleButton // this.drawRectangleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawRectangleButton.Image = ((System.Drawing.Image)(resources.GetObject("drawRectangleButton.Image"))); this.drawRectangleButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawRectangleButton.Name = "drawRectangleButton"; this.drawRectangleButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.drawRectangleButton.Size = new System.Drawing.Size(23, 22); this.drawRectangleButton.Text = "绘制矩形"; this.drawRectangleButton.Click += new System.EventHandler(this.drawRectangleButton_Click); // // drawEllipseButton // this.drawEllipseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawEllipseButton.Image = ((System.Drawing.Image)(resources.GetObject("drawEllipseButton.Image"))); this.drawEllipseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawEllipseButton.Name = "drawEllipseButton"; this.drawEllipseButton.Size = new System.Drawing.Size(23, 22); this.drawEllipseButton.Text = "绘制椭圆"; this.drawEllipseButton.Click += new System.EventHandler(this.drawEllipseButton_ButtonClick); // // drawArcButton // this.drawArcButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawArcButton.Image = ((System.Drawing.Image)(resources.GetObject("drawArcButton.Image"))); this.drawArcButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawArcButton.Name = "drawArcButton"; this.drawArcButton.Size = new System.Drawing.Size(23, 22); this.drawArcButton.Text = "画圆弧"; this.drawArcButton.Click += new System.EventHandler(this.drawArcButton_Click); // // drawChordButton // this.drawChordButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawChordButton.Image = ((System.Drawing.Image)(resources.GetObject("drawChordButton.Image"))); this.drawChordButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawChordButton.Name = "drawChordButton"; this.drawChordButton.Size = new System.Drawing.Size(23, 22); this.drawChordButton.Text = "画弦"; this.drawChordButton.Click += new System.EventHandler(this.drawChordButton_Click); // // drawPieButton // this.drawPieButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawPieButton.Image = ((System.Drawing.Image)(resources.GetObject("drawPieButton.Image"))); this.drawPieButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawPieButton.Name = "drawPieButton"; this.drawPieButton.Size = new System.Drawing.Size(23, 22); this.drawPieButton.Text = "画扇形"; this.drawPieButton.Click += new System.EventHandler(this.drawPieButton_Click); // // drawEquilateralButton // this.drawEquilateralButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawEquilateralButton.Image = ((System.Drawing.Image)(resources.GetObject("drawEquilateralButton.Image"))); this.drawEquilateralButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawEquilateralButton.Name = "drawEquilateralButton"; this.drawEquilateralButton.Size = new System.Drawing.Size(23, 22); this.drawEquilateralButton.Text = "画等边多边形"; this.drawEquilateralButton.Click += new System.EventHandler(this.drawEquilateralButton_Click); // // drawTextButton // this.drawTextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.drawTextButton.Image = ((System.Drawing.Image)(resources.GetObject("drawTextButton.Image"))); this.drawTextButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.drawTextButton.Name = "drawTextButton"; this.drawTextButton.Size = new System.Drawing.Size(23, 22); this.drawTextButton.Text = "插入文字"; this.drawTextButton.Click += new System.EventHandler(this.drawTextButton_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // breakDirectButton // this.breakDirectButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.breakDirectButton.Image = ((System.Drawing.Image)(resources.GetObject("breakDirectButton.Image"))); this.breakDirectButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.breakDirectButton.Name = "breakDirectButton"; this.breakDirectButton.Size = new System.Drawing.Size(23, 22); this.breakDirectButton.Text = "直接打断曲线"; this.breakDirectButton.Click += new System.EventHandler(this.breakDirectButton_Click); // // breakCurveButton // this.breakCurveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.breakCurveButton.Image = ((System.Drawing.Image)(resources.GetObject("breakCurveButton.Image"))); this.breakCurveButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.breakCurveButton.Name = "breakCurveButton"; this.breakCurveButton.Size = new System.Drawing.Size(23, 22); this.breakCurveButton.Text = "打断曲线"; this.breakCurveButton.Click += new System.EventHandler(this.breakCurveButton_Click); // // deleteNormalButton // this.deleteNormalButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteNormalButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteNormalButton.Image"))); this.deleteNormalButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteNormalButton.Name = "deleteNormalButton"; this.deleteNormalButton.Size = new System.Drawing.Size(23, 22); this.deleteNormalButton.Text = "删除"; this.deleteNormalButton.Click += new System.EventHandler(this.deleteNormalButton_Click); // // deleteInButton // this.deleteInButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteInButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteInButton.Image"))); this.deleteInButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteInButton.Name = "deleteInButton"; this.deleteInButton.Size = new System.Drawing.Size(23, 22); this.deleteInButton.Text = "删除区域内元素"; this.deleteInButton.Click += new System.EventHandler(this.deleteInButton_Click); // // deleteOutButton // this.deleteOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.deleteOutButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteOutButton.Image"))); this.deleteOutButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.deleteOutButton.Name = "deleteOutButton"; this.deleteOutButton.Size = new System.Drawing.Size(23, 22); this.deleteOutButton.Text = "删除区域外元素"; this.deleteOutButton.Click += new System.EventHandler(this.deleteOutButton_Click); // // imageListSmall // this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream"))); this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent; this.imageListSmall.Images.SetKeyName(0, "document_plain.png"); this.imageListSmall.Images.SetKeyName(1, "preferences.png"); this.imageListSmall.Images.SetKeyName(2, "information2.png"); // // kryptonDockableWorkspace // this.kryptonDockableWorkspace.AutoHiddenHost = false; this.kryptonDockableWorkspace.CompactFlags = ((ComponentFactory.Krypton.Workspace.CompactFlags)(((ComponentFactory.Krypton.Workspace.CompactFlags.RemoveEmptyCells | ComponentFactory.Krypton.Workspace.CompactFlags.RemoveEmptySequences) | ComponentFactory.Krypton.Workspace.CompactFlags.PromoteLeafs))); this.kryptonDockableWorkspace.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonDockableWorkspace.Location = new System.Drawing.Point(3, 3); this.kryptonDockableWorkspace.Name = "kryptonDockableWorkspace"; // // // this.kryptonDockableWorkspace.Root.UniqueName = "D3A631E8871B4E59D3A631E8871B4E59"; this.kryptonDockableWorkspace.Root.WorkspaceControl = this.kryptonDockableWorkspace; this.kryptonDockableWorkspace.ShowMaximizeButton = false; this.kryptonDockableWorkspace.Size = new System.Drawing.Size(688, 402); this.kryptonDockableWorkspace.TabIndex = 0; this.kryptonDockableWorkspace.TabStop = true; // // kryptonPanel // this.kryptonPanel.Controls.Add(this.kryptonDockableWorkspace); this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel.Location = new System.Drawing.Point(0, 25); this.kryptonPanel.Name = "kryptonPanel"; this.kryptonPanel.Padding = new System.Windows.Forms.Padding(3); this.kryptonPanel.Size = new System.Drawing.Size(694, 408); this.kryptonPanel.TabIndex = 2; // // FormViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(694, 433); this.Controls.Add(this.kryptonPanel); this.Controls.Add(this.toolStrip1); this.Name = "FormViewer"; this.Text = "Form1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FormViewer_Load); this.Resize += new System.EventHandler(this.FormViewer_Resize); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonDockableWorkspace)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit(); this.kryptonPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnOpenFile; private System.Windows.Forms.ToolStripButton btnSaveFile; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btnZoomIn; private System.Windows.Forms.ToolStripButton btnZoomOut; private System.Windows.Forms.ToolStripButton tsbViewWindow; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbPan; private System.Windows.Forms.ToolStripButton tsbViewAll; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbToolDefault; private System.Windows.Forms.ToolStripButton tsbSelect; private System.Windows.Forms.ToolStripButton tsbPointAdd; private System.Windows.Forms.ImageList imageListSmall; private ComponentFactory.Krypton.Docking.KryptonDockableWorkspace kryptonDockableWorkspace; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel; private ComponentFactory.Krypton.Docking.KryptonDockingManager kryptonDockingManager; private ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager; private System.Windows.Forms.ToolStripButton tsbCurveAdd; private System.Windows.Forms.ToolStripButton tsbProportionAdd; private System.Windows.Forms.ToolStripButton rectangularCSGridButton; private System.Windows.Forms.ToolStripButton drawRectangleButton; private System.Windows.Forms.ToolStripButton drawEllipseButton; private System.Windows.Forms.ToolStripButton drawArcButton; private System.Windows.Forms.ToolStripButton drawChordButton; private System.Windows.Forms.ToolStripButton drawPieButton; private System.Windows.Forms.ToolStripButton drawEquilateralButton; private System.Windows.Forms.ToolStripButton drawTextButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton breakDirectButton; private System.Windows.Forms.ToolStripButton breakCurveButton; private System.Windows.Forms.ToolStripButton deleteNormalButton; private System.Windows.Forms.ToolStripButton deleteInButton; private System.Windows.Forms.ToolStripButton deleteOutButton; } }