You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/PcgDrawR/UCDrawEdit.Designer.cs

3920 lines
233 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using DevExpress.XtraBars;
using DevExpress.XtraEditors.Repository;
using System.Windows.Forms;
namespace PcgDrawR
{
partial class UCDrawEdit
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
System.Windows.Forms.Application.Idle -= Application_Idle;
if (disposing && (components != null))
{
components.Dispose();
ribbonMain.ToolTipController = null;
ribbonMain.Dispose();
DisposeControlTree(this);
}
if (DrawerView != null)
{
this.mainView.Dispose();
this.mainView = null;
}
if (VtkEdit != null)
{
VtkEdit.DrawEdit = null;
//显示VTK控件
CloseVtkEvent?.Invoke(VtkEdit);
}
if (disposing && (panelGraph != null))
{
panelGraph.Dispose();
panelGraph = null;
}
base.Dispose(disposing);
// 强制 GC仅调试
System.GC.Collect();
System.GC.WaitForPendingFinalizers();
long memAfter = System.GC.GetTotalMemory(true);
System.Diagnostics.Trace.WriteLine($"剩余内存:{memAfter}");
}
protected void DisposeControlTree(System.Windows.Forms.Control ctrl)
{
// 先递归处理子控件
while (ctrl.Controls.Count > 0)
{
var child = ctrl.Controls[0];
DisposeControlTree(child);
}
// 然后销毁自己
if (ctrl != this)
{
ctrl.Dispose();
}
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCDrawEdit));
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("节点2");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("节点8");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("节点9");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("节点3", new System.Windows.Forms.TreeNode[] {
treeNode2,
treeNode3});
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("节点4");
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("节点0", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode4,
treeNode5});
System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("节点6");
System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("节点7");
System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("节点1", new System.Windows.Forms.TreeNode[] {
treeNode7,
treeNode8});
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("节点5");
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode1 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode2 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode3 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode4 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode5 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode6 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode7 = new DevExpress.XtraEditors.BreadCrumbNode();
DevExpress.XtraEditors.BreadCrumbNode breadCrumbNode8 = new DevExpress.XtraEditors.BreadCrumbNode();
this.ribbonMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.btnSelectMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmSelect = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnSelectAll = new DevExpress.XtraBars.BarButtonItem();
this.btnSelectAllCurve = new DevExpress.XtraBars.BarButtonItem();
this.btnSelectAllPoint = new DevExpress.XtraBars.BarButtonItem();
this.btnPaste = new DevExpress.XtraBars.BarButtonItem();
this.btnCut = new DevExpress.XtraBars.BarButtonItem();
this.btnCopy = new DevExpress.XtraBars.BarButtonItem();
this.btnDeleteMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmDelete = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnDelete = new DevExpress.XtraBars.BarButtonItem();
this.btnDeleteInRegion = new DevExpress.XtraBars.BarButtonItem();
this.btnDeleteOutRegion = new DevExpress.XtraBars.BarButtonItem();
this.btnDeleteDuplicate = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
this.statusXY = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomAll = new DevExpress.XtraBars.BarButtonItem();
this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.btnShowCross = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomBack = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomIn = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomOut = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomPan = new DevExpress.XtraBars.BarButtonItem();
this.btnZoomWindow = new DevExpress.XtraBars.BarButtonItem();
this.btnHighLight = new DevExpress.XtraBars.BarButtonItem();
this.btnToolDefault = new DevExpress.XtraBars.BarButtonItem();
this.btnToolSelect = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawCurve = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawPoint = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawText = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawCrossPointMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCrossPoint = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnDrawFractionPoint = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawCrossPoint = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawNetFrame = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawProportion = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem48 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem49 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem50 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem51 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem52 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem53 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem54 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem55 = new DevExpress.XtraBars.BarButtonItem();
this.btnSearchMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmFind = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnFind = new DevExpress.XtraBars.BarButtonItem();
this.btnReplace = new DevExpress.XtraBars.BarButtonItem();
this.btnFilter = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveBreakMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCutBreak = new DevExpress.XtraBars.PopupMenu(this.components);
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveJoin = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveClose = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveReverse = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveExtend = new DevExpress.XtraBars.BarButtonItem();
this.ppmCurveExtend = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnCurveExtendSetting = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveNameMove = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveNameMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCurveName = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnCurveNameSet = new DevExpress.XtraBars.BarButtonItem();
this.btnContourNameSet = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveName2Z = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveNameFromZ = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveNameFindEmpty = new DevExpress.XtraBars.BarButtonItem();
this.btnGridGenerateContour = new DevExpress.XtraBars.BarButtonItem();
this.btnGridSmooth = new DevExpress.XtraBars.BarButtonItem();
this.btnGridSetZValue = new DevExpress.XtraBars.BarButtonItem();
this.btnContourGenerateGrid = new DevExpress.XtraBars.BarButtonItem();
this.ppmGenerateGrid = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnDataGenerateGrid = new DevExpress.XtraBars.BarButtonItem();
this.bbtnImageGenerateGrid = new DevExpress.XtraBars.BarButtonItem();
this.btnGridVolume = new DevExpress.XtraBars.BarButtonItem();
this.btnPropertyZoomIn = new DevExpress.XtraBars.BarButtonItem();
this.btnPropertyZoomOut = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem76 = new DevExpress.XtraBars.BarButtonItem();
this.ppmElementProperty = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnClearPointProperty = new DevExpress.XtraBars.BarButtonItem();
this.btnSetPointPropert = new DevExpress.XtraBars.BarButtonItem();
this.btnClearCurveProperty = new DevExpress.XtraBars.BarButtonItem();
this.btnSetCurveProperty = new DevExpress.XtraBars.BarButtonItem();
this.btnSetXyzClore = new DevExpress.XtraBars.BarButtonItem();
this.btnOrderTop = new DevExpress.XtraBars.BarButtonItem();
this.btnOrderBottom = new DevExpress.XtraBars.BarButtonItem();
this.btnOrderUp = new DevExpress.XtraBars.BarButtonItem();
this.btnOrderDown = new DevExpress.XtraBars.BarButtonItem();
this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
this.btnAlignMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmAlign = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnAlignLeft = new DevExpress.XtraBars.BarButtonItem();
this.btnAlignRight = new DevExpress.XtraBars.BarButtonItem();
this.btnAlignTop = new DevExpress.XtraBars.BarButtonItem();
this.btnAlignBottom = new DevExpress.XtraBars.BarButtonItem();
this.btnAlignCenter = new DevExpress.XtraBars.BarButtonItem();
this.btnAlignMiddle = new DevExpress.XtraBars.BarButtonItem();
this.btnMirrorH = new DevExpress.XtraBars.BarButtonItem();
this.btnMirrorV = new DevExpress.XtraBars.BarButtonItem();
this.barButtonGroup6 = new DevExpress.XtraBars.BarButtonGroup();
this.bbtnReverseZ = new DevExpress.XtraBars.BarButtonItem();
this.SimplifyButton = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem80 = new DevExpress.XtraBars.BarButtonItem();
this.ppmCoodinate = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnCoordinateCalculate = new DevExpress.XtraBars.BarButtonItem();
this.btnCoordinateExchange = new DevExpress.XtraBars.BarButtonItem();
this.btnCoordinateAdjust4Point = new DevExpress.XtraBars.BarButtonItem();
this.btnCoordinateAdjust2Point = new DevExpress.XtraBars.BarButtonItem();
this.btnRotation = new DevExpress.XtraBars.BarButtonItem();
this.btnCutInMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCutIn = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnCutInRectangle = new DevExpress.XtraBars.BarButtonItem();
this.btnCutInPickup = new DevExpress.XtraBars.BarButtonItem();
this.btnCutOutMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCutOuter = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnCutOutRectangle = new DevExpress.XtraBars.BarButtonItem();
this.btnCutOutPick = new DevExpress.XtraBars.BarButtonItem();
this.btnBKGrid = new DevExpress.XtraBars.BarButtonItem();
this.ppmGridSize = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnBkGridSize = new DevExpress.XtraBars.BarButtonItem();
this.btnProjection = new DevExpress.XtraBars.BarButtonItem();
this.popupProjection = new DevExpress.XtraBars.PopupMenu(this.components);
this.ProjectionSettings = new DevExpress.XtraBars.BarButtonItem();
this.ProjectionConvert = new DevExpress.XtraBars.BarButtonItem();
this.btnProjectionChange = new DevExpress.XtraBars.BarButtonItem();
this.btnImport = new DevExpress.XtraBars.BarButtonItem();
this.btnExport = new DevExpress.XtraBars.BarButtonItem();
this.btnTakeDataMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmTakeData = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnTakeDisplay = new DevExpress.XtraBars.BarButtonItem();
this.btnTakeSelected = new DevExpress.XtraBars.BarButtonItem();
this.btnTakePoints = new DevExpress.XtraBars.BarButtonItem();
this.btnTakeCurves = new DevExpress.XtraBars.BarButtonItem();
this.btnTakeFilled = new DevExpress.XtraBars.BarButtonItem();
this.btnTakeTexts = new DevExpress.XtraBars.BarButtonItem();
this.btnTakePurerCurves = new DevExpress.XtraBars.BarButtonItem();
this.btnTake2Xyz = new DevExpress.XtraBars.BarButtonItem();
this.btnTake2Symbol = new DevExpress.XtraBars.BarButtonItem();
this.btnMergeFile = new DevExpress.XtraBars.BarButtonItem();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnPlaneFigure = new DevExpress.XtraBars.BarButtonItem();
this.bbtnWellFigure = new DevExpress.XtraBars.BarButtonItem();
this.bbtnSectionFigure = new DevExpress.XtraBars.BarButtonItem();
this.btnAddMapLayer = new DevExpress.XtraBars.BarButtonItem();
this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
this.btnUndo = new DevExpress.XtraBars.BarButtonItem();
this.btnRedo = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawShape = new DevExpress.XtraBars.BarButtonItem();
this.ppmArc = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnDrawArc = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawChord = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawFan = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawPentagon = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawRectangle = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawEllipse = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveTrim = new DevExpress.XtraBars.BarButtonItem();
this.btnImageCutMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmImageCut = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnImageCutRectangle = new DevExpress.XtraBars.BarButtonItem();
this.btnImageCutAll = new DevExpress.XtraBars.BarButtonItem();
this.btnImageCutWindow = new DevExpress.XtraBars.BarButtonItem();
this.btnImageCutEx = new DevExpress.XtraBars.BarButtonItem();
this.btnImageCutPolygon = new DevExpress.XtraBars.BarButtonItem();
this.btnPrintMap = new DevExpress.XtraBars.BarButtonItem();
this.btnSaveMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmSave = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnSave = new DevExpress.XtraBars.BarButtonItem();
this.btnSaveAs = new DevExpress.XtraBars.BarButtonItem();
this.bbtnMeshPack = new DevExpress.XtraBars.BarButtonItem();
this.ppmMeshPack = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnMeshPackForce = new DevExpress.XtraBars.BarButtonItem();
this.bdtFaultLayer = new DevExpress.XtraBars.BarEditItem();
this.ppcEditorMeshPack = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
this.ppcMeshPack = new DevExpress.XtraEditors.PopupContainerControl();
this.trvLayer = new System.Windows.Forms.TreeView();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnPopCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnPopOK = new DevExpress.XtraEditors.SimpleButton();
this.bdtBorderLayer = new DevExpress.XtraBars.BarEditItem();
this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemPopupGalleryEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupGalleryEdit();
this.btnAntiAlias = new DevExpress.XtraBars.BarButtonItem();
this.btnDisplayScale = new DevExpress.XtraBars.BarButtonItem();
this.popupDisplay = new DevExpress.XtraBars.PopupMenu(this.components);
this.DisplayScale = new DevExpress.XtraBars.BarButtonItem();
this.WindowSync = new DevExpress.XtraBars.BarButtonItem();
this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
this.bckiPanelLayer = new DevExpress.XtraBars.BarCheckItem();
this.bckiPanelStatistic = new DevExpress.XtraBars.BarCheckItem();
this.bckiPanelProperty = new DevExpress.XtraBars.BarCheckItem();
this.btnCurveProcessMain = new DevExpress.XtraBars.BarButtonItem();
this.ppmCurveProcess = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnCurveNodeInsert = new DevExpress.XtraBars.BarButtonItem();
this.bbtnCurveNodeRedundant = new DevExpress.XtraBars.BarButtonItem();
this.bbtnCurveSmooth = new DevExpress.XtraBars.BarButtonItem();
this.bbtnSurfaceCurveZ = new DevExpress.XtraBars.BarButtonItem();
this.bbtnShape2Curve = new DevExpress.XtraBars.BarButtonItem();
this.btnExportImg = new DevExpress.XtraBars.BarButtonItem();
this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.bbtnVoronoi = new DevExpress.XtraBars.BarButtonItem();
this.ppmVoronoi = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnVoronoi1 = new DevExpress.XtraBars.BarButtonItem();
this.bbtnVoronoi2 = new DevExpress.XtraBars.BarButtonItem();
this.DelaunayButton = new DevExpress.XtraBars.BarButtonItem();
this.ppmDelaunay = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnDelaunaySimple = new DevExpress.XtraBars.BarButtonItem();
this.btnDelaunayConstraint = new DevExpress.XtraBars.BarButtonItem();
this.btnCurveFill = new DevExpress.XtraBars.BarButtonItem();
this.ppmFillRegion = new DevExpress.XtraBars.PopupMenu(this.components);
this.btnIntersectRegionFill = new DevExpress.XtraBars.BarButtonItem();
this.btnLinkRegionFill = new DevExpress.XtraBars.BarButtonItem();
this.btnAutoRegionFill = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.bbtnCustom = new DevExpress.XtraBars.BarButtonItem();
this.bbtnGridProgress = new DevExpress.XtraBars.BarButtonItem();
this.ppmGridEditorLayer = new DevExpress.XtraBars.PopupMenu(this.components);
this.btiGridContourLayer = new DevExpress.XtraBars.BarEditItem();
this.bdiGridFaultLayer = new DevExpress.XtraBars.BarEditItem();
this.btiGridControlPointLayer = new DevExpress.XtraBars.BarEditItem();
this.btnOtherLineLayer = new DevExpress.XtraBars.BarEditItem();
this.btiWellGroup = new DevExpress.XtraBars.BarButtonItem();
this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
this.btnSymbolManager = new DevExpress.XtraBars.BarButtonItem();
this.bbtnFaultBroaden = new DevExpress.XtraBars.BarButtonItem();
this.MergeCurve = new DevExpress.XtraBars.BarButtonItem();
this.ppmMergeCurve = new DevExpress.XtraBars.PopupMenu(this.components);
this.bbtnCurveCaculate = new DevExpress.XtraBars.BarButtonItem();
this.bbtnPolygonConnect = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemShowVtk = new DevExpress.XtraBars.BarButtonItem();
this.ppm3dShow = new DevExpress.XtraBars.PopupMenu(this.components);
this.btiDigEmptyLayer = new DevExpress.XtraBars.BarEditItem();
this.ppc3dLayerEdit = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
this.btiBorderControlLayer = new DevExpress.XtraBars.BarEditItem();
this.btiWellLayer = new DevExpress.XtraBars.BarEditItem();
this.bbtnFaultSimplyfy = new DevExpress.XtraBars.BarButtonItem();
this.bbtnJoinCurves = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.bbtnOutline = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barSnapItem = new DevExpress.XtraBars.BarCheckItem();
this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.rpgFile = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.rpgCustom = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.rgpViews = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.rpgDrawElement = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.rpgCurveOperate = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.rpgSetting = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.repositoryItemBreadCrumbEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit();
this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
this.repositoryItemPopupContainerEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.tpcMain = new DevExpress.Utils.ToolTipController(this.components);
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dcpStatistic = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.dcpLayer = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dcpCreate = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
this.dcpProperty = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PcgDrawR.WaitForm1), true, true, typeof(System.Windows.Forms.UserControl));
this.ppmCustom = new DevExpress.XtraBars.PopupMenu(this.components);
this.columnButtonRenderer1 = new BrightIdeasSoftware.ColumnButtonRenderer();
this.checkStateRenderer1 = new BrightIdeasSoftware.CheckStateRenderer();
((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmSelect)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCrossPoint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmFind)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutBreak)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveExtend)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGenerateGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmElementProperty)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmAlign)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCoodinate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutIn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutOuter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGridSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupProjection)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmTakeData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
this.popupControlContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmArc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmImageCut)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmSave)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmMeshPack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppcEditorMeshPack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppcMeshPack)).BeginInit();
this.ppcMeshPack.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupGalleryEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupDisplay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveProcess)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmVoronoi)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmDelaunay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmFillRegion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGridEditorLayer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppmMergeCurve)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppm3dShow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppc3dLayerEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dcpStatistic.SuspendLayout();
this.dcpLayer.SuspendLayout();
this.panelContainer1.SuspendLayout();
this.dcpCreate.SuspendLayout();
this.dcpProperty.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ppmCustom)).BeginInit();
this.SuspendLayout();
//
// ribbonMain
//
this.ribbonMain.AllowMdiChildButtons = false;
this.ribbonMain.AllowMinimizeRibbon = false;
this.ribbonMain.ButtonGroupsLayout = DevExpress.XtraBars.ButtonGroupsLayout.ThreeRows;
this.ribbonMain.ExpandCollapseItem.Id = 0;
this.ribbonMain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ribbonMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonMain.ExpandCollapseItem,
this.ribbonMain.SearchEditItem,
this.btnSelectMain,
this.btnPaste,
this.btnCut,
this.btnCopy,
this.btnDeleteMain,
this.barButtonItem12,
this.barButtonItem13,
this.barButtonItem14,
this.statusXY,
this.barButtonItem15,
this.barButtonItem17,
this.barButtonItem18,
this.barButtonItem19,
this.btnZoomAll,
this.btnRefresh,
this.btnShowCross,
this.btnZoomBack,
this.btnZoomIn,
this.btnZoomOut,
this.btnZoomPan,
this.btnZoomWindow,
this.btnHighLight,
this.btnToolDefault,
this.btnToolSelect,
this.btnDrawCurve,
this.btnDrawPoint,
this.btnDrawText,
this.btnDrawCrossPointMain,
this.btnDrawNetFrame,
this.btnDrawProportion,
this.barButtonItem48,
this.barButtonItem49,
this.barButtonItem50,
this.barButtonItem51,
this.barButtonItem52,
this.barButtonItem53,
this.barButtonItem54,
this.barButtonItem55,
this.btnSearchMain,
this.btnFind,
this.btnReplace,
this.btnFilter,
this.btnCurveBreakMain,
this.btnCurveJoin,
this.btnCurveClose,
this.btnCurveReverse,
this.btnCurveExtend,
this.btnCurveNameMove,
this.btnCurveNameMain,
this.btnGridGenerateContour,
this.btnGridSmooth,
this.btnGridSetZValue,
this.btnContourGenerateGrid,
this.bbtnDataGenerateGrid,
this.bbtnImageGenerateGrid,
this.btnGridVolume,
this.btnPropertyZoomIn,
this.btnPropertyZoomOut,
this.barButtonItem76,
this.btnOrderTop,
this.btnOrderBottom,
this.btnOrderUp,
this.btnOrderDown,
this.barButtonGroup1,
this.barButtonGroup6,
this.btnAlignMain,
this.barButtonItem80,
this.btnCutInMain,
this.btnCutOutMain,
this.btnBKGrid,
this.btnProjection,
this.btnProjectionChange,
this.btnImport,
this.btnExport,
this.btnTakeDataMain,
this.btnMergeFile,
this.btnAddMapLayer,
this.bbtnPlaneFigure,
this.bbtnWellFigure,
this.bbtnSectionFigure,
this.barButtonItem7,
this.btnUndo,
this.btnRedo,
this.btnDrawShape,
this.btnCurveTrim,
this.btnDelete,
this.btnDeleteInRegion,
this.btnDeleteOutRegion,
this.btnSelectAll,
this.btnSelectAllCurve,
this.btnSelectAllPoint,
this.btnClearPointProperty,
this.btnSetPointPropert,
this.btnClearCurveProperty,
this.btnSetCurveProperty,
this.btnSetXyzClore,
this.btnAlignLeft,
this.btnAlignRight,
this.btnAlignTop,
this.btnAlignBottom,
this.btnAlignCenter,
this.btnAlignMiddle,
this.btnMirrorH,
this.btnMirrorV,
this.btnCoordinateCalculate,
this.btnCoordinateExchange,
this.btnImageCutMain,
this.btnImageCutRectangle,
this.btnImageCutAll,
this.btnImageCutWindow,
this.btnTakeDisplay,
this.btnTakeSelected,
this.btnTakePoints,
this.btnTakeCurves,
this.btnTakeFilled,
this.btnTakeTexts,
this.btnTakePurerCurves,
this.btnTake2Xyz,
this.btnTake2Symbol,
this.btnPrintMap,
this.btnSaveMain,
this.btnSave,
this.btnSaveAs,
this.btnBkGridSize,
this.btnDrawArc,
this.btnDrawChord,
this.btnDrawFan,
this.btnDrawPentagon,
this.btnDrawRectangle,
this.btnDrawEllipse,
this.btnDrawFractionPoint,
this.btnDrawCrossPoint,
this.btnCutOutRectangle,
this.btnCutOutPick,
this.btnCutInRectangle,
this.btnCutInPickup,
this.btnCurveNameSet,
this.btnCurveName2Z,
this.btnCurveNameFromZ,
this.btnCurveNameFindEmpty,
this.btnCurveExtendSetting,
this.btnCoordinateAdjust2Point,
this.btnCoordinateAdjust4Point,
this.bbtnMeshPack,
this.bbtnMeshPackForce,
this.bdtFaultLayer,
this.barEditItem2,
this.bdtBorderLayer,
this.btnContourNameSet,
this.btnAntiAlias,
this.btnDisplayScale,
this.barCheckItem1,
this.bckiPanelLayer,
this.bckiPanelStatistic,
this.bckiPanelProperty,
this.btnCurveProcessMain,
this.barButtonItem2,
this.barButtonItem3,
this.bbtnCurveNodeInsert,
this.bbtnCurveNodeRedundant,
this.bbtnCurveSmooth,
this.bbtnShape2Curve,
this.btnExportImg,
this.barCheckItem2,
this.barToggleSwitchItem1,
this.barEditItem1,
this.bbtnSurfaceCurveZ,
this.btnImageCutEx,
this.bbtnVoronoi,
this.DelaunayButton,
this.SimplifyButton,
this.btnImageCutPolygon,
this.btnCurveFill,
this.barSubItem1,
this.btnIntersectRegionFill,
this.btnAutoRegionFill,
this.btnLinkRegionFill,
this.bbtnCustom,
this.bbtnGridProgress,
this.btiGridContourLayer,
this.bdiGridFaultLayer,
this.btiGridControlPointLayer,
this.btiWellGroup,
this.barButtonGroup2,
this.btnSymbolManager,
this.bbtnFaultBroaden,
this.MergeCurve,
this.bbtnReverseZ,
this.btnDeleteDuplicate,
this.barButtonItemShowVtk,
this.bbtnFaultSimplyfy,
this.bbtnJoinCurves,
this.btiDigEmptyLayer,
this.barButtonItem1,
this.btiBorderControlLayer,
this.bbtnCurveCaculate,
this.bbtnPolygonConnect,
this.bbtnOutline,
this.barButtonItem4,
this.btnOtherLineLayer,
this.DisplayScale,
this.WindowSync,
this.ProjectionSettings,
this.ProjectionConvert,
this.barSnapItem,
this.barLinkContainerItem1,
this.btnRotation,
this.btnDelaunaySimple,
this.btnDelaunayConstraint,
this.bbtnVoronoi1,
this.bbtnVoronoi2,
this.btiWellLayer});
this.ribbonMain.Location = new System.Drawing.Point(0, 0);
this.ribbonMain.Margin = new System.Windows.Forms.Padding(0);
this.ribbonMain.MaxItemId = 163;
this.ribbonMain.Name = "ribbonMain";
this.ribbonMain.OptionsMenuMinWidth = 530;
this.ribbonMain.OptionsPageCategories.ShowCaptions = false;
this.ribbonMain.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbonMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.ppcEditorMeshPack,
this.repositoryItemPopupGalleryEdit1,
this.repositoryItemBreadCrumbEdit1,
this.repositoryItemCheckEdit1,
this.repositoryItemPopupContainerEdit1,
this.repositoryItemPopupContainerEdit2,
this.repositoryItemComboBox1,
this.ppc3dLayerEdit,
this.repositoryItemTextEdit1});
this.ribbonMain.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonMain.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonMain.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
this.ribbonMain.ShowQatLocationSelector = false;
this.ribbonMain.ShowToolbarCustomizeItem = false;
this.ribbonMain.Size = new System.Drawing.Size(1828, 97);
this.ribbonMain.StatusBar = this.ribbonStatusBar1;
this.ribbonMain.Toolbar.ShowCustomizeItem = false;
this.ribbonMain.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// btnSelectMain
//
this.btnSelectMain.ActAsDropDown = true;
this.btnSelectMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnSelectMain.Caption = "选择";
this.btnSelectMain.DropDownControl = this.ppmSelect;
this.btnSelectMain.Id = 4;
this.btnSelectMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectMain.ImageOptions.Image")));
this.btnSelectMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xuanze_1_;
this.btnSelectMain.Name = "btnSelectMain";
this.btnSelectMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// ppmSelect
//
this.ppmSelect.ItemLinks.Add(this.btnSelectAll);
this.ppmSelect.ItemLinks.Add(this.btnSelectAllCurve);
this.ppmSelect.ItemLinks.Add(this.btnSelectAllPoint);
this.ppmSelect.Name = "ppmSelect";
this.ppmSelect.Ribbon = this.ribbonMain;
//
// btnSelectAll
//
this.btnSelectAll.Caption = "全选";
this.btnSelectAll.Id = 148;
this.btnSelectAll.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quanxuan;
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectAll_ItemClick);
//
// btnSelectAllCurve
//
this.btnSelectAllCurve.Caption = "选择所有线";
this.btnSelectAllCurve.Id = 149;
this.btnSelectAllCurve.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xuanzexian;
this.btnSelectAllCurve.Name = "btnSelectAllCurve";
this.btnSelectAllCurve.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectAllCurve_ItemClick);
//
// btnSelectAllPoint
//
this.btnSelectAllPoint.Caption = "选择所有点";
this.btnSelectAllPoint.Id = 150;
this.btnSelectAllPoint.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xuanzedian;
this.btnSelectAllPoint.Name = "btnSelectAllPoint";
this.btnSelectAllPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectAllPoint_ItemClick);
//
// btnPaste
//
this.btnPaste.Caption = "粘贴";
this.btnPaste.Id = 9;
this.btnPaste.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPaste.ImageOptions.Image")));
this.btnPaste.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPaste.ImageOptions.LargeImage")));
this.btnPaste.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zhaitie;
this.btnPaste.MergeType = DevExpress.XtraBars.BarMenuMerge.Replace;
this.btnPaste.Name = "btnPaste";
this.btnPaste.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPaste_ItemClick);
//
// btnCut
//
this.btnCut.Caption = "剪切";
this.btnCut.Id = 10;
this.btnCut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCut.ImageOptions.Image")));
this.btnCut.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnCut.ImageOptions.LargeImage")));
this.btnCut.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jianqie;
this.btnCut.Name = "btnCut";
this.btnCut.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnCut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCut_ItemClick);
//
// btnCopy
//
this.btnCopy.Caption = "复制";
this.btnCopy.Id = 11;
this.btnCopy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.ImageOptions.Image")));
this.btnCopy.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnCopy.ImageOptions.LargeImage")));
this.btnCopy.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fuzhi;
this.btnCopy.Name = "btnCopy";
this.btnCopy.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCopy_ItemClick);
//
// btnDeleteMain
//
this.btnDeleteMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnDeleteMain.Caption = "删除";
this.btnDeleteMain.DropDownControl = this.ppmDelete;
this.btnDeleteMain.Id = 12;
this.btnDeleteMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleteMain.ImageOptions.Image")));
this.btnDeleteMain.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteMain.ImageOptions.LargeImage")));
this.btnDeleteMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanchu;
this.btnDeleteMain.Name = "btnDeleteMain";
this.btnDeleteMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnDeleteMain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteMain_ItemClick);
//
// ppmDelete
//
this.ppmDelete.ItemLinks.Add(this.btnDelete);
this.ppmDelete.ItemLinks.Add(this.btnDeleteInRegion);
this.ppmDelete.ItemLinks.Add(this.btnDeleteOutRegion);
this.ppmDelete.ItemLinks.Add(this.btnDeleteDuplicate);
this.ppmDelete.Name = "ppmDelete";
this.ppmDelete.Ribbon = this.ribbonMain;
//
// btnDelete
//
this.btnDelete.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDelete.Caption = "框选删除";
this.btnDelete.Id = 145;
this.btnDelete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.Image")));
this.btnDelete.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanchu;
this.btnDelete.Name = "btnDelete";
this.btnDelete.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_DownChanged);
this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
//
// btnDeleteInRegion
//
this.btnDeleteInRegion.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDeleteInRegion.Caption = "删除范围内图元";
this.btnDeleteInRegion.Id = 146;
this.btnDeleteInRegion.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleteInRegion.ImageOptions.Image")));
this.btnDeleteInRegion.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanchuquyunei;
this.btnDeleteInRegion.Name = "btnDeleteInRegion";
this.btnDeleteInRegion.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteInRegion_DownChanged);
this.btnDeleteInRegion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteInRegion_ItemClick);
//
// btnDeleteOutRegion
//
this.btnDeleteOutRegion.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDeleteOutRegion.Caption = "删除范围外图元";
this.btnDeleteOutRegion.Id = 147;
this.btnDeleteOutRegion.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleteOutRegion.ImageOptions.Image")));
this.btnDeleteOutRegion.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanchuquyuwai;
this.btnDeleteOutRegion.Name = "btnDeleteOutRegion";
this.btnDeleteOutRegion.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteOutRegion_DownChanged);
this.btnDeleteOutRegion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteOutRegion_ItemClick);
//
// btnDeleteDuplicate
//
this.btnDeleteDuplicate.Caption = "删除重复";
this.btnDeleteDuplicate.Id = 131;
this.btnDeleteDuplicate.Name = "btnDeleteDuplicate";
this.btnDeleteDuplicate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteDuplicate_ItemClick);
//
// barButtonItem12
//
this.barButtonItem12.Caption = "查找";
this.barButtonItem12.Id = 13;
this.barButtonItem12.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.ImageOptions.Image")));
this.barButtonItem12.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.ImageOptions.LargeImage")));
this.barButtonItem12.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.chazhao;
this.barButtonItem12.Name = "barButtonItem12";
this.barButtonItem12.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// barButtonItem13
//
this.barButtonItem13.Caption = "替换";
this.barButtonItem13.Id = 14;
this.barButtonItem13.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.ImageOptions.Image")));
this.barButtonItem13.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.ImageOptions.LargeImage")));
this.barButtonItem13.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.tihuan;
this.barButtonItem13.Name = "barButtonItem13";
this.barButtonItem13.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// barButtonItem14
//
this.barButtonItem14.Caption = "筛选";
this.barButtonItem14.Id = 15;
this.barButtonItem14.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.ImageOptions.Image")));
this.barButtonItem14.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.ImageOptions.LargeImage")));
this.barButtonItem14.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shaixuan;
this.barButtonItem14.Name = "barButtonItem14";
this.barButtonItem14.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// statusXY
//
this.statusXY.Caption = "坐标:";
this.statusXY.Id = 17;
this.statusXY.Name = "statusXY";
//
// barButtonItem15
//
this.barButtonItem15.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.barButtonItem15.Caption = "保存";
this.barButtonItem15.Id = 18;
this.barButtonItem15.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.ImageOptions.Image")));
this.barButtonItem15.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.ImageOptions.LargeImage")));
this.barButtonItem15.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.baocun;
this.barButtonItem15.MergeOrder = 4;
this.barButtonItem15.Name = "barButtonItem15";
this.barButtonItem15.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)));
//
// barButtonItem17
//
this.barButtonItem17.Caption = "全图";
this.barButtonItem17.Id = 21;
this.barButtonItem17.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.ImageOptions.Image")));
this.barButtonItem17.Name = "barButtonItem17";
this.barButtonItem17.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// barButtonItem18
//
this.barButtonItem18.Caption = "恢复";
this.barButtonItem18.Id = 22;
this.barButtonItem18.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem18.ImageOptions.Image")));
this.barButtonItem18.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.huifang;
this.barButtonItem18.Name = "barButtonItem18";
//
// barButtonItem19
//
this.barButtonItem19.Caption = "刷新";
this.barButtonItem19.Id = 23;
this.barButtonItem19.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem19.ImageOptions.Image")));
this.barButtonItem19.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shuaxin;
this.barButtonItem19.Name = "barButtonItem19";
//
// btnZoomAll
//
this.btnZoomAll.Caption = "全图";
this.btnZoomAll.Id = 35;
this.btnZoomAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomAll.ImageOptions.Image")));
this.btnZoomAll.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnZoomAll.ImageOptions.LargeImage")));
this.btnZoomAll.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quantu;
this.btnZoomAll.Name = "btnZoomAll";
this.btnZoomAll.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomAll_ItemClick);
//
// btnRefresh
//
this.btnRefresh.Caption = "刷新";
this.btnRefresh.Id = 36;
this.btnRefresh.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.ImageOptions.Image")));
this.btnRefresh.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.ImageOptions.LargeImage")));
this.btnRefresh.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shuaxin;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
//
// btnShowCross
//
this.btnShowCross.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnShowCross.Caption = "辅助线";
this.btnShowCross.Id = 36;
this.btnShowCross.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnShowCross.ImageOptions.Image")));
this.btnShowCross.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnShowCross.ImageOptions.LargeImage")));
this.btnShowCross.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnShowCross.ImageOptions.SvgImage")));
this.btnShowCross.Name = "btnShowCross";
this.btnShowCross.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnShowCross.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowCross_ItemClick);
//
// btnZoomBack
//
this.btnZoomBack.Caption = "回放";
this.btnZoomBack.Enabled = false;
this.btnZoomBack.Id = 37;
this.btnZoomBack.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomBack.ImageOptions.Image")));
this.btnZoomBack.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.huifang;
this.btnZoomBack.Name = "btnZoomBack";
this.btnZoomBack.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomBack_ItemClick);
//
// btnZoomIn
//
this.btnZoomIn.Caption = "放大";
this.btnZoomIn.Id = 41;
this.btnZoomIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomIn.ImageOptions.Image")));
this.btnZoomIn.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fangda;
this.btnZoomIn.Name = "btnZoomIn";
this.btnZoomIn.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomIn_ItemClick);
//
// btnZoomOut
//
this.btnZoomOut.Caption = "缩小";
this.btnZoomOut.Id = 42;
this.btnZoomOut.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomOut.ImageOptions.Image")));
this.btnZoomOut.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.suoxiao;
this.btnZoomOut.Name = "btnZoomOut";
this.btnZoomOut.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomOut_ItemClick);
//
// btnZoomPan
//
this.btnZoomPan.AllowAllUp = true;
this.btnZoomPan.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnZoomPan.Caption = "移动";
this.btnZoomPan.GroupIndex = 1;
this.btnZoomPan.Id = 43;
this.btnZoomPan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomPan.ImageOptions.Image")));
this.btnZoomPan.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.yidong;
this.btnZoomPan.Name = "btnZoomPan";
this.btnZoomPan.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomPan.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomPan_DownChanged);
//
// btnZoomWindow
//
this.btnZoomWindow.AllowAllUp = true;
this.btnZoomWindow.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnZoomWindow.Caption = "窗口";
this.btnZoomWindow.GroupIndex = 1;
this.btnZoomWindow.Id = 44;
this.btnZoomWindow.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnZoomWindow.ImageOptions.Image")));
this.btnZoomWindow.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnZoomWindow.ImageOptions.SvgImage")));
this.btnZoomWindow.Name = "btnZoomWindow";
this.btnZoomWindow.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnZoomWindow.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomWindow_DownChanged);
this.btnZoomWindow.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZoomWindow_ItemClick);
//
// btnHighLight
//
this.btnHighLight.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnHighLight.Caption = "提示";
this.btnHighLight.Id = 47;
this.btnHighLight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHighLight.ImageOptions.Image")));
this.btnHighLight.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnHighLight.ImageOptions.LargeImage")));
this.btnHighLight.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.yidongxuanze;
this.btnHighLight.Name = "btnHighLight";
this.btnHighLight.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnHighLight.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnHighLight_DownChanged);
//
// btnToolDefault
//
this.btnToolDefault.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnToolDefault.Caption = "默认";
this.btnToolDefault.Down = true;
this.btnToolDefault.GroupIndex = 2;
this.btnToolDefault.Id = 48;
this.btnToolDefault.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnToolDefault.ImageOptions.Image")));
this.btnToolDefault.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnToolDefault.ImageOptions.SvgImage")));
this.btnToolDefault.Name = "btnToolDefault";
this.btnToolDefault.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnToolDefault.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnToolDefault_DownChanged);
this.btnToolDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnToolDefault_ItemClick);
//
// btnToolSelect
//
this.btnToolSelect.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnToolSelect.Caption = "选择";
this.btnToolSelect.GroupIndex = 2;
this.btnToolSelect.Id = 49;
this.btnToolSelect.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnToolSelect.ImageOptions.Image")));
this.btnToolSelect.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xuanzejiantou;
this.btnToolSelect.Name = "btnToolSelect";
this.btnToolSelect.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnToolSelect.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnToolSelect_DownChanged);
this.btnToolSelect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnToolSelect_ItemClick);
//
// btnDrawCurve
//
this.btnDrawCurve.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawCurve.Caption = "线";
this.btnDrawCurve.GroupIndex = 2;
this.btnDrawCurve.Id = 55;
this.btnDrawCurve.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawCurve.ImageOptions.Image")));
this.btnDrawCurve.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.huaxian;
this.btnDrawCurve.Name = "btnDrawCurve";
this.btnDrawCurve.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawCurve.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawCurve_ItemClick);
//
// btnDrawPoint
//
this.btnDrawPoint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawPoint.Caption = "点";
this.btnDrawPoint.GroupIndex = 2;
this.btnDrawPoint.Id = 56;
this.btnDrawPoint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawPoint.ImageOptions.Image")));
this.btnDrawPoint.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.dian;
this.btnDrawPoint.Name = "btnDrawPoint";
this.btnDrawPoint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPoint_ItemClick);
//
// btnDrawText
//
this.btnDrawText.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawText.Caption = "文字";
this.btnDrawText.GroupIndex = 2;
this.btnDrawText.Id = 57;
this.btnDrawText.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawText.ImageOptions.Image")));
this.btnDrawText.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnDrawText.ImageOptions.LargeImage")));
this.btnDrawText.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDrawText.ImageOptions.SvgImage")));
this.btnDrawText.Name = "btnDrawText";
this.btnDrawText.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawText.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawText_ItemClick);
//
// btnDrawCrossPointMain
//
this.btnDrawCrossPointMain.ActAsDropDown = true;
this.btnDrawCrossPointMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnDrawCrossPointMain.Caption = "分数";
this.btnDrawCrossPointMain.DropDownControl = this.ppmCrossPoint;
this.btnDrawCrossPointMain.Id = 60;
this.btnDrawCrossPointMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawCrossPointMain.ImageOptions.Image")));
this.btnDrawCrossPointMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shizidian;
this.btnDrawCrossPointMain.Name = "btnDrawCrossPointMain";
this.btnDrawCrossPointMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawCrossPointMain.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawCrossPointMain_DownChanged);
//
// ppmCrossPoint
//
this.ppmCrossPoint.ItemLinks.Add(this.btnDrawFractionPoint);
this.ppmCrossPoint.ItemLinks.Add(this.btnDrawCrossPoint);
this.ppmCrossPoint.Name = "ppmCrossPoint";
this.ppmCrossPoint.Ribbon = this.ribbonMain;
//
// btnDrawFractionPoint
//
this.btnDrawFractionPoint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawFractionPoint.Caption = "分数点";
this.btnDrawFractionPoint.GroupIndex = 2;
this.btnDrawFractionPoint.Id = 189;
this.btnDrawFractionPoint.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fenshu;
this.btnDrawFractionPoint.Name = "btnDrawFractionPoint";
this.btnDrawFractionPoint.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawFractionPoint_DownChanged);
//
// btnDrawCrossPoint
//
this.btnDrawCrossPoint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawCrossPoint.Caption = "十字点";
this.btnDrawCrossPoint.GroupIndex = 2;
this.btnDrawCrossPoint.Id = 190;
this.btnDrawCrossPoint.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shizidian;
this.btnDrawCrossPoint.Name = "btnDrawCrossPoint";
this.btnDrawCrossPoint.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawCrossPoint_DownChanged);
//
// btnDrawNetFrame
//
this.btnDrawNetFrame.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawNetFrame.Caption = "坐标网";
this.btnDrawNetFrame.GroupIndex = 2;
this.btnDrawNetFrame.Id = 61;
this.btnDrawNetFrame.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawNetFrame.ImageOptions.Image")));
this.btnDrawNetFrame.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zuobiaowang;
this.btnDrawNetFrame.Name = "btnDrawNetFrame";
this.btnDrawNetFrame.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawNetFrame.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawNetFrame_ItemClick);
//
// btnDrawProportion
//
this.btnDrawProportion.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawProportion.Caption = "比例尺";
this.btnDrawProportion.GroupIndex = 2;
this.btnDrawProportion.Id = 62;
this.btnDrawProportion.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawProportion.ImageOptions.Image")));
this.btnDrawProportion.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.bilichi;
this.btnDrawProportion.Name = "btnDrawProportion";
this.btnDrawProportion.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawProportion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawProportion_ItemClick);
//
// barButtonItem48
//
this.barButtonItem48.Caption = "弧";
this.barButtonItem48.Id = 67;
this.barButtonItem48.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem48.ImageOptions.Image")));
this.barButtonItem48.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xingzhuang;
this.barButtonItem48.Name = "barButtonItem48";
//
// barButtonItem49
//
this.barButtonItem49.Caption = "弦";
this.barButtonItem49.Id = 68;
this.barButtonItem49.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem49.ImageOptions.Image")));
this.barButtonItem49.Name = "barButtonItem49";
//
// barButtonItem50
//
this.barButtonItem50.Caption = "饼";
this.barButtonItem50.Id = 69;
this.barButtonItem50.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem50.ImageOptions.Image")));
this.barButtonItem50.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanxing;
this.barButtonItem50.Name = "barButtonItem50";
//
// barButtonItem51
//
this.barButtonItem51.Caption = "五边形";
this.barButtonItem51.Id = 70;
this.barButtonItem51.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem51.ImageOptions.Image")));
this.barButtonItem51.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wubianxing;
this.barButtonItem51.Name = "barButtonItem51";
//
// barButtonItem52
//
this.barButtonItem52.Caption = "弧";
this.barButtonItem52.Id = 71;
this.barButtonItem52.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem52.ImageOptions.Image")));
this.barButtonItem52.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xingzhuang;
this.barButtonItem52.Name = "barButtonItem52";
//
// barButtonItem53
//
this.barButtonItem53.Caption = "弦";
this.barButtonItem53.Id = 72;
this.barButtonItem53.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem53.ImageOptions.Image")));
this.barButtonItem53.Name = "barButtonItem53";
//
// barButtonItem54
//
this.barButtonItem54.Caption = "饼";
this.barButtonItem54.Id = 73;
this.barButtonItem54.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem54.ImageOptions.Image")));
this.barButtonItem54.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanxing;
this.barButtonItem54.Name = "barButtonItem54";
//
// barButtonItem55
//
this.barButtonItem55.Caption = "五边形";
this.barButtonItem55.Id = 74;
this.barButtonItem55.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem55.ImageOptions.Image")));
this.barButtonItem55.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wubianxing;
this.barButtonItem55.Name = "barButtonItem55";
//
// btnSearchMain
//
this.btnSearchMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnSearchMain.Caption = "查找";
this.btnSearchMain.DropDownControl = this.ppmFind;
this.btnSearchMain.Id = 78;
this.btnSearchMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchMain.ImageOptions.Image")));
this.btnSearchMain.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSearchMain.ImageOptions.LargeImage")));
this.btnSearchMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.chazhao;
this.btnSearchMain.Name = "btnSearchMain";
this.btnSearchMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnSearchMain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchMain_ItemClick);
//
// ppmFind
//
this.ppmFind.ItemLinks.Add(this.btnFind);
this.ppmFind.ItemLinks.Add(this.btnReplace);
this.ppmFind.ItemLinks.Add(this.btnFilter);
this.ppmFind.Name = "ppmFind";
this.ppmFind.Ribbon = this.ribbonMain;
//
// btnFind
//
this.btnFind.Caption = "查找";
this.btnFind.Id = 79;
this.btnFind.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.ImageOptions.Image")));
this.btnFind.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.chazhao;
this.btnFind.Name = "btnFind";
this.btnFind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnFind_ItemClick);
//
// btnReplace
//
this.btnReplace.Caption = "替换";
this.btnReplace.Id = 80;
this.btnReplace.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReplace.ImageOptions.Image")));
this.btnReplace.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnReplace.ImageOptions.LargeImage")));
this.btnReplace.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.tihuan;
this.btnReplace.Name = "btnReplace";
this.btnReplace.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReplace_ItemClick);
//
// btnFilter
//
this.btnFilter.Caption = "筛选";
this.btnFilter.Id = 81;
this.btnFilter.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.ImageOptions.Image")));
this.btnFilter.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnFilter.ImageOptions.LargeImage")));
this.btnFilter.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shaixuan;
this.btnFilter.Name = "btnFilter";
this.btnFilter.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnFilter_ItemClick);
//
// btnCurveBreakMain
//
this.btnCurveBreakMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCurveBreakMain.Caption = "打断";
this.btnCurveBreakMain.DropDownControl = this.ppmCutBreak;
this.btnCurveBreakMain.GroupIndex = 2;
this.btnCurveBreakMain.Id = 84;
this.btnCurveBreakMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveBreakMain.ImageOptions.Image")));
this.btnCurveBreakMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.daduan1;
this.btnCurveBreakMain.Name = "btnCurveBreakMain";
this.btnCurveBreakMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveBreakMain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveBreak_ItemClick);
//
// ppmCutBreak
//
this.ppmCutBreak.ItemLinks.Add(this.barButtonItem2);
this.ppmCutBreak.ItemLinks.Add(this.barButtonItem3);
this.ppmCutBreak.Name = "ppmCutBreak";
this.ppmCutBreak.Ribbon = this.ribbonMain;
//
// barButtonItem2
//
this.barButtonItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.barButtonItem2.Caption = "打断";
this.barButtonItem2.GroupIndex = 2;
this.barButtonItem2.Id = 14;
this.barButtonItem2.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.daduan1;
this.barButtonItem2.Name = "barButtonItem2";
this.barButtonItem2.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_DownChanged);
this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
//
// barButtonItem3
//
this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.barButtonItem3.Caption = "切割";
this.barButtonItem3.GroupIndex = 2;
this.barButtonItem3.Id = 15;
this.barButtonItem3.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.qiege1;
this.barButtonItem3.Name = "barButtonItem3";
this.barButtonItem3.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_DownChanged);
this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveCut_ItemClick);
//
// btnCurveJoin
//
this.btnCurveJoin.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveJoin.Caption = "连线";
this.btnCurveJoin.GroupIndex = 2;
this.btnCurveJoin.Id = 85;
this.btnCurveJoin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveJoin.ImageOptions.Image")));
this.btnCurveJoin.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.lianjie;
this.btnCurveJoin.Name = "btnCurveJoin";
this.btnCurveJoin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveJoin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveJoin_ItemClick);
//
// btnCurveClose
//
this.btnCurveClose.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveClose.Caption = "闭合";
this.btnCurveClose.GroupIndex = 2;
this.btnCurveClose.Id = 86;
this.btnCurveClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveClose.ImageOptions.Image")));
this.btnCurveClose.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.bihe;
this.btnCurveClose.Name = "btnCurveClose";
this.btnCurveClose.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveClose_ItemClick);
//
// btnCurveReverse
//
this.btnCurveReverse.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveReverse.Caption = "反转";
this.btnCurveReverse.GroupIndex = 2;
this.btnCurveReverse.Id = 88;
this.btnCurveReverse.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveReverse.ImageOptions.Image")));
this.btnCurveReverse.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fanzhuan;
this.btnCurveReverse.Name = "btnCurveReverse";
this.btnCurveReverse.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveReverse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveReverse_ItemClick);
//
// btnCurveExtend
//
this.btnCurveExtend.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCurveExtend.Caption = "延伸";
this.btnCurveExtend.DropDownControl = this.ppmCurveExtend;
this.btnCurveExtend.GroupIndex = 2;
this.btnCurveExtend.Id = 91;
this.btnCurveExtend.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveExtend.ImageOptions.Image")));
this.btnCurveExtend.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quxianyanshen;
this.btnCurveExtend.Name = "btnCurveExtend";
this.btnCurveExtend.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveExtend.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveExtend_ItemClick);
//
// ppmCurveExtend
//
this.ppmCurveExtend.ItemLinks.Add(this.btnCurveExtendSetting);
this.ppmCurveExtend.Name = "ppmCurveExtend";
this.ppmCurveExtend.Ribbon = this.ribbonMain;
//
// btnCurveExtendSetting
//
this.btnCurveExtendSetting.Caption = "参数";
this.btnCurveExtendSetting.Id = 201;
this.btnCurveExtendSetting.Name = "btnCurveExtendSetting";
this.btnCurveExtendSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveExtendSetting_ItemClick);
//
// btnCurveNameMove
//
this.btnCurveNameMove.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveNameMove.Caption = "名称";
this.btnCurveNameMove.GroupIndex = 2;
this.btnCurveNameMove.Id = 93;
this.btnCurveNameMove.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveNameMove.ImageOptions.Image")));
this.btnCurveNameMove.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCurveNameMove.ImageOptions.SvgImage")));
this.btnCurveNameMove.Name = "btnCurveNameMove";
this.btnCurveNameMove.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
toolTipItem1.Text = "移动曲线名称";
superToolTip1.Items.Add(toolTipItem1);
this.btnCurveNameMove.SuperTip = superToolTip1;
this.btnCurveNameMove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveNameMove_ItemClick);
//
// btnCurveNameMain
//
this.btnCurveNameMain.ActAsDropDown = true;
this.btnCurveNameMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCurveNameMain.Caption = "名称";
this.btnCurveNameMain.DropDownControl = this.ppmCurveName;
this.btnCurveNameMain.Id = 94;
this.btnCurveNameMain.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCurveNameMain.ImageOptions.SvgImage")));
this.btnCurveNameMain.Name = "btnCurveNameMain";
this.btnCurveNameMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnCurveNameMain.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveNameMain_DownChanged);
//
// ppmCurveName
//
this.ppmCurveName.ItemLinks.Add(this.btnCurveNameSet);
this.ppmCurveName.ItemLinks.Add(this.btnContourNameSet);
this.ppmCurveName.ItemLinks.Add(this.btnCurveName2Z);
this.ppmCurveName.ItemLinks.Add(this.btnCurveNameFromZ);
this.ppmCurveName.ItemLinks.Add(this.btnCurveNameFindEmpty);
this.ppmCurveName.Name = "ppmCurveName";
this.ppmCurveName.Ribbon = this.ribbonMain;
//
// btnCurveNameSet
//
this.btnCurveNameSet.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveNameSet.Caption = "设置曲线名称";
this.btnCurveNameSet.GroupIndex = 2;
this.btnCurveNameSet.Id = 197;
this.btnCurveNameSet.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.mingcheng;
this.btnCurveNameSet.Name = "btnCurveNameSet";
this.btnCurveNameSet.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveNameSet_DownChanged);
//
// btnContourNameSet
//
this.btnContourNameSet.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnContourNameSet.Caption = "设置等值线名称";
this.btnContourNameSet.GroupIndex = 2;
this.btnContourNameSet.Id = 3;
this.btnContourNameSet.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shezhidengzhixianmingc;
this.btnContourNameSet.Name = "btnContourNameSet";
this.btnContourNameSet.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnContourNameSet_DownChanged);
//
// btnCurveName2Z
//
this.btnCurveName2Z.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveName2Z.Caption = "复制名称到Z值";
this.btnCurveName2Z.GroupIndex = 2;
this.btnCurveName2Z.Id = 198;
this.btnCurveName2Z.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.mingchengbianz1;
this.btnCurveName2Z.Name = "btnCurveName2Z";
this.btnCurveName2Z.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveName2Z_DownChanged);
//
// btnCurveNameFromZ
//
this.btnCurveNameFromZ.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveNameFromZ.Caption = "复制Z值到名称";
this.btnCurveNameFromZ.GroupIndex = 2;
this.btnCurveNameFromZ.Id = 199;
this.btnCurveNameFromZ.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zbianmingcheng1;
this.btnCurveNameFromZ.Name = "btnCurveNameFromZ";
this.btnCurveNameFromZ.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveNameFromZ_DownChanged);
//
// btnCurveNameFindEmpty
//
this.btnCurveNameFindEmpty.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveNameFindEmpty.Caption = "查找无名称曲线";
this.btnCurveNameFindEmpty.GroupIndex = 2;
this.btnCurveNameFindEmpty.Id = 200;
this.btnCurveNameFindEmpty.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.faxianmingziweikong;
this.btnCurveNameFindEmpty.Name = "btnCurveNameFindEmpty";
this.btnCurveNameFindEmpty.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveNameFindEmpty_DownChanged);
//
// btnGridGenerateContour
//
this.btnGridGenerateContour.Caption = "等值线";
this.btnGridGenerateContour.Id = 95;
this.btnGridGenerateContour.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.dengzhixian;
this.btnGridGenerateContour.Name = "btnGridGenerateContour";
this.btnGridGenerateContour.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnGridGenerateContour.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGridGenerateContour_ItemClick);
//
// btnGridSmooth
//
this.btnGridSmooth.Caption = "平滑";
this.btnGridSmooth.Id = 96;
this.btnGridSmooth.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.qumianpinghua;
this.btnGridSmooth.Name = "btnGridSmooth";
this.btnGridSmooth.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnGridSmooth.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.btnGridSmooth.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGridSmooth_ItemClick);
//
// btnGridSetZValue
//
this.btnGridSetZValue.Caption = "设置Z值";
this.btnGridSetZValue.Id = 97;
this.btnGridSetZValue.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shezhizzhi;
this.btnGridSetZValue.Name = "btnGridSetZValue";
this.btnGridSetZValue.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnGridSetZValue.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.btnGridSetZValue.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGridSetZValue_ItemClick);
//
// btnContourGenerateGrid
//
this.btnContourGenerateGrid.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnContourGenerateGrid.Caption = "生成网格";
this.btnContourGenerateGrid.DropDownControl = this.ppmGenerateGrid;
this.btnContourGenerateGrid.Id = 98;
this.btnContourGenerateGrid.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shengchengditu;
this.btnContourGenerateGrid.Name = "btnContourGenerateGrid";
this.btnContourGenerateGrid.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnContourGenerateGrid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnContourGenerateGrid_ItemClickAsync);
//
// ppmGenerateGrid
//
this.ppmGenerateGrid.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.ppmGenerateGrid.ItemLinks.Add(this.bbtnDataGenerateGrid);
this.ppmGenerateGrid.ItemLinks.Add(this.bbtnImageGenerateGrid);
this.ppmGenerateGrid.MinWidth = 80;
this.ppmGenerateGrid.Name = "ppmGenerateGrid";
this.ppmGenerateGrid.Ribbon = this.ribbonMain;
//
// bbtnDataGenerateGrid
//
this.bbtnDataGenerateGrid.Caption = "数据生成网格";
this.bbtnDataGenerateGrid.Id = 203;
this.bbtnDataGenerateGrid.Name = "bbtnDataGenerateGrid";
this.bbtnDataGenerateGrid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDataGenerateGrid_ItemClick);
//
// bbtnImageGenerateGrid
//
this.bbtnImageGenerateGrid.Caption = "图片转换网格";
this.bbtnImageGenerateGrid.Id = 204;
this.bbtnImageGenerateGrid.Name = "bbtnImageGenerateGrid";
this.bbtnImageGenerateGrid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnImageGenerateGrid_ItemClick);
//
// btnGridVolume
//
this.btnGridVolume.Caption = "体积";
this.btnGridVolume.Id = 99;
this.btnGridVolume.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.tiji;
this.btnGridVolume.Name = "btnGridVolume";
this.btnGridVolume.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnGridVolume.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.btnGridVolume.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGridVolume_ItemClick);
//
// btnPropertyZoomIn
//
this.btnPropertyZoomIn.Caption = "放大";
this.btnPropertyZoomIn.Id = 102;
this.btnPropertyZoomIn.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fangdaxiushi;
this.btnPropertyZoomIn.Name = "btnPropertyZoomIn";
this.btnPropertyZoomIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPropertyZoomIn_ItemClick);
//
// btnPropertyZoomOut
//
this.btnPropertyZoomOut.Caption = "缩小";
this.btnPropertyZoomOut.Id = 103;
this.btnPropertyZoomOut.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.suoxiaoxiushi;
this.btnPropertyZoomOut.Name = "btnPropertyZoomOut";
this.btnPropertyZoomOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPropertyZoomOut_ItemClick);
//
// barButtonItem76
//
this.barButtonItem76.ActAsDropDown = true;
this.barButtonItem76.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.barButtonItem76.Caption = "个性";
this.barButtonItem76.DropDownControl = this.ppmElementProperty;
this.barButtonItem76.Id = 104;
this.barButtonItem76.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.gexing;
this.barButtonItem76.Name = "barButtonItem76";
this.barButtonItem76.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// ppmElementProperty
//
this.ppmElementProperty.ItemLinks.Add(this.btnClearPointProperty);
this.ppmElementProperty.ItemLinks.Add(this.btnSetPointPropert);
this.ppmElementProperty.ItemLinks.Add(this.btnClearCurveProperty, true);
this.ppmElementProperty.ItemLinks.Add(this.btnSetCurveProperty);
this.ppmElementProperty.ItemLinks.Add(this.btnSetXyzClore, true);
this.ppmElementProperty.Name = "ppmElementProperty";
this.ppmElementProperty.Ribbon = this.ribbonMain;
//
// btnClearPointProperty
//
this.btnClearPointProperty.Caption = "消除点类图元样式";
this.btnClearPointProperty.Id = 151;
this.btnClearPointProperty.Name = "btnClearPointProperty";
this.btnClearPointProperty.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearPointProperty_ItemClick);
//
// btnSetPointPropert
//
this.btnSetPointPropert.Caption = "设置点类图元样式";
this.btnSetPointPropert.Id = 152;
this.btnSetPointPropert.Name = "btnSetPointPropert";
this.btnSetPointPropert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSetPointPropert_ItemClick);
//
// btnClearCurveProperty
//
this.btnClearCurveProperty.Caption = "消除线类图元样式";
this.btnClearCurveProperty.Id = 153;
this.btnClearCurveProperty.Name = "btnClearCurveProperty";
this.btnClearCurveProperty.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearCurveProperty_ItemClick);
//
// btnSetCurveProperty
//
this.btnSetCurveProperty.Caption = "设置线类图元样式";
this.btnSetCurveProperty.Id = 154;
this.btnSetCurveProperty.Name = "btnSetCurveProperty";
this.btnSetCurveProperty.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSetCurveProperty_ItemClick);
//
// btnSetXyzClore
//
this.btnSetXyzClore.Caption = "根据Z值设置颜色";
this.btnSetXyzClore.Enabled = false;
this.btnSetXyzClore.Id = 155;
this.btnSetXyzClore.Name = "btnSetXyzClore";
//
// btnOrderTop
//
this.btnOrderTop.Caption = "置顶";
this.btnOrderTop.Id = 106;
this.btnOrderTop.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOrderTop.ImageOptions.Image")));
this.btnOrderTop.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOrderTop.ImageOptions.LargeImage")));
this.btnOrderTop.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zhiyudingceng;
this.btnOrderTop.Name = "btnOrderTop";
this.btnOrderTop.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnOrderTop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOrderTop_ItemClick);
//
// btnOrderBottom
//
this.btnOrderBottom.Caption = "置底";
this.btnOrderBottom.Id = 107;
this.btnOrderBottom.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOrderBottom.ImageOptions.Image")));
this.btnOrderBottom.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOrderBottom.ImageOptions.LargeImage")));
this.btnOrderBottom.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zhiyudiceng;
this.btnOrderBottom.Name = "btnOrderBottom";
this.btnOrderBottom.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnOrderBottom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOrderBottom_ItemClick);
//
// btnOrderUp
//
this.btnOrderUp.Caption = "上移一层";
this.btnOrderUp.Id = 108;
this.btnOrderUp.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOrderUp.ImageOptions.Image")));
this.btnOrderUp.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOrderUp.ImageOptions.LargeImage")));
this.btnOrderUp.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xiayiyiceng1;
this.btnOrderUp.Name = "btnOrderUp";
this.btnOrderUp.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnOrderUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOrderUp_ItemClick);
//
// btnOrderDown
//
this.btnOrderDown.Caption = "下移一层";
this.btnOrderDown.Id = 109;
this.btnOrderDown.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOrderDown.ImageOptions.Image")));
this.btnOrderDown.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnOrderDown.ImageOptions.LargeImage")));
this.btnOrderDown.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shangyiyiceng1;
this.btnOrderDown.Name = "btnOrderDown";
this.btnOrderDown.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnOrderDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOrderDown_ItemClick);
//
// barButtonGroup1
//
this.barButtonGroup1.Caption = "叠放与对齐";
this.barButtonGroup1.Id = 110;
this.barButtonGroup1.ItemLinks.Add(this.btnOrderTop);
this.barButtonGroup1.ItemLinks.Add(this.btnOrderBottom);
this.barButtonGroup1.ItemLinks.Add(this.btnOrderUp);
this.barButtonGroup1.ItemLinks.Add(this.btnOrderDown);
this.barButtonGroup1.ItemLinks.Add(this.btnAlignMain);
this.barButtonGroup1.Name = "barButtonGroup1";
//
// btnAlignMain
//
this.btnAlignMain.ActAsDropDown = true;
this.btnAlignMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnAlignMain.Caption = "对齐";
this.btnAlignMain.DropDownControl = this.ppmAlign;
this.btnAlignMain.Id = 114;
this.btnAlignMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignMain.ImageOptions.Image")));
this.btnAlignMain.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignMain.ImageOptions.LargeImage")));
this.btnAlignMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zuoduiqi;
this.btnAlignMain.Name = "btnAlignMain";
this.btnAlignMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
//
// ppmAlign
//
this.ppmAlign.ItemLinks.Add(this.btnAlignLeft);
this.ppmAlign.ItemLinks.Add(this.btnAlignRight);
this.ppmAlign.ItemLinks.Add(this.btnAlignTop);
this.ppmAlign.ItemLinks.Add(this.btnAlignBottom);
this.ppmAlign.ItemLinks.Add(this.btnAlignCenter);
this.ppmAlign.ItemLinks.Add(this.btnAlignMiddle);
this.ppmAlign.ItemLinks.Add(this.btnMirrorH);
this.ppmAlign.ItemLinks.Add(this.btnMirrorV);
this.ppmAlign.Name = "ppmAlign";
this.ppmAlign.Ribbon = this.ribbonMain;
//
// btnAlignLeft
//
this.btnAlignLeft.Caption = "左对齐";
this.btnAlignLeft.Id = 156;
this.btnAlignLeft.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignLeft.ImageOptions.Image")));
this.btnAlignLeft.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignLeft.ImageOptions.LargeImage")));
this.btnAlignLeft.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zuoduiqi;
this.btnAlignLeft.Name = "btnAlignLeft";
this.btnAlignLeft.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignLeft_ItemClick);
//
// btnAlignRight
//
this.btnAlignRight.Caption = "右对齐";
this.btnAlignRight.Id = 157;
this.btnAlignRight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignRight.ImageOptions.Image")));
this.btnAlignRight.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignRight.ImageOptions.LargeImage")));
this.btnAlignRight.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.youduiqi;
this.btnAlignRight.Name = "btnAlignRight";
this.btnAlignRight.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignRight_ItemClick);
//
// btnAlignTop
//
this.btnAlignTop.Caption = "顶对齐";
this.btnAlignTop.Id = 158;
this.btnAlignTop.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignTop.ImageOptions.Image")));
this.btnAlignTop.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignTop.ImageOptions.LargeImage")));
this.btnAlignTop.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.dingbuduiqi;
this.btnAlignTop.Name = "btnAlignTop";
this.btnAlignTop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignTop_ItemClick);
//
// btnAlignBottom
//
this.btnAlignBottom.Caption = "底对齐";
this.btnAlignBottom.Id = 159;
this.btnAlignBottom.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignBottom.ImageOptions.Image")));
this.btnAlignBottom.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignBottom.ImageOptions.LargeImage")));
this.btnAlignBottom.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.dibuduiqi;
this.btnAlignBottom.Name = "btnAlignBottom";
this.btnAlignBottom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignBottom_ItemClick);
//
// btnAlignCenter
//
this.btnAlignCenter.Caption = "水平居中";
this.btnAlignCenter.Id = 160;
this.btnAlignCenter.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignCenter.ImageOptions.Image")));
this.btnAlignCenter.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignCenter.ImageOptions.LargeImage")));
this.btnAlignCenter.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shuipingjuzhong;
this.btnAlignCenter.Name = "btnAlignCenter";
this.btnAlignCenter.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignCenter_ItemClick);
//
// btnAlignMiddle
//
this.btnAlignMiddle.Caption = "垂直居中";
this.btnAlignMiddle.Id = 161;
this.btnAlignMiddle.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAlignMiddle.ImageOptions.Image")));
this.btnAlignMiddle.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAlignMiddle.ImageOptions.LargeImage")));
this.btnAlignMiddle.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.cuizhijuzhong;
this.btnAlignMiddle.Name = "btnAlignMiddle";
this.btnAlignMiddle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAlignMiddle_ItemClick);
//
// btnMirrorH
//
this.btnMirrorH.Caption = "水平镜像";
this.btnMirrorH.Id = 162;
this.btnMirrorH.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnMirrorH.ImageOptions.Image")));
this.btnMirrorH.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shuipingjingxiang;
this.btnMirrorH.Name = "btnMirrorH";
this.btnMirrorH.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMirrorH_ItemClick);
//
// btnMirrorV
//
this.btnMirrorV.Caption = "垂直镜像";
this.btnMirrorV.Id = 163;
this.btnMirrorV.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnMirrorV.ImageOptions.Image")));
this.btnMirrorV.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.chuizhijingxiang;
this.btnMirrorV.Name = "btnMirrorV";
this.btnMirrorV.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMirrorV_ItemClick);
//
// barButtonGroup6
//
this.barButtonGroup6.Caption = "图元处理";
this.barButtonGroup6.Id = 112;
this.barButtonGroup6.ItemLinks.Add(this.btnPropertyZoomIn);
this.barButtonGroup6.ItemLinks.Add(this.btnPropertyZoomOut);
this.barButtonGroup6.ItemLinks.Add(this.bbtnReverseZ);
this.barButtonGroup6.ItemLinks.Add(this.SimplifyButton);
this.barButtonGroup6.Name = "barButtonGroup6";
//
// bbtnReverseZ
//
this.bbtnReverseZ.Caption = "反转曲面Z值";
this.bbtnReverseZ.Id = 130;
this.bbtnReverseZ.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fanzhuanZzhi;
this.bbtnReverseZ.Name = "bbtnReverseZ";
this.bbtnReverseZ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReverseZ_ItemClick);
//
// SimplifyButton
//
this.SimplifyButton.Caption = "散点抽稀";
this.SimplifyButton.Id = 11;
this.SimplifyButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("SimplifyButton.ImageOptions.SvgImage")));
this.SimplifyButton.Name = "SimplifyButton";
this.SimplifyButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.SimplifyButton_ItemClick);
//
// barButtonItem80
//
this.barButtonItem80.ActAsDropDown = true;
this.barButtonItem80.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.barButtonItem80.Caption = "坐标";
this.barButtonItem80.DropDownControl = this.ppmCoodinate;
this.barButtonItem80.Id = 115;
this.barButtonItem80.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem80.ImageOptions.Image")));
this.barButtonItem80.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem80.ImageOptions.LargeImage")));
this.barButtonItem80.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zuobiao;
this.barButtonItem80.Name = "barButtonItem80";
this.barButtonItem80.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// ppmCoodinate
//
this.ppmCoodinate.ItemLinks.Add(this.btnCoordinateCalculate);
this.ppmCoodinate.ItemLinks.Add(this.btnCoordinateExchange);
this.ppmCoodinate.ItemLinks.Add(this.btnCoordinateAdjust4Point, true);
this.ppmCoodinate.ItemLinks.Add(this.btnCoordinateAdjust2Point);
this.ppmCoodinate.ItemLinks.Add(this.btnRotation, true);
this.ppmCoodinate.Name = "ppmCoodinate";
this.ppmCoodinate.Ribbon = this.ribbonMain;
//
// btnCoordinateCalculate
//
this.btnCoordinateCalculate.Caption = "坐标运算";
this.btnCoordinateCalculate.Id = 164;
this.btnCoordinateCalculate.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.zuobiaoyunsuan;
this.btnCoordinateCalculate.Name = "btnCoordinateCalculate";
this.btnCoordinateCalculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCoordinateCalculate_ItemClick);
//
// btnCoordinateExchange
//
this.btnCoordinateExchange.Caption = "交换XY坐标";
this.btnCoordinateExchange.Id = 165;
this.btnCoordinateExchange.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jiaohuanzuobiao;
this.btnCoordinateExchange.Name = "btnCoordinateExchange";
this.btnCoordinateExchange.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCoordinateExchange_ItemClick);
//
// btnCoordinateAdjust4Point
//
this.btnCoordinateAdjust4Point.Caption = "四点校正";
this.btnCoordinateAdjust4Point.Id = 1;
this.btnCoordinateAdjust4Point.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.sidianjiaozheng;
this.btnCoordinateAdjust4Point.Name = "btnCoordinateAdjust4Point";
this.btnCoordinateAdjust4Point.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCoordinateAdjust4Point_ItemClick);
//
// btnCoordinateAdjust2Point
//
this.btnCoordinateAdjust2Point.Caption = "两点校正";
this.btnCoordinateAdjust2Point.Id = 202;
this.btnCoordinateAdjust2Point.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.liangdianjiaozheng;
this.btnCoordinateAdjust2Point.Name = "btnCoordinateAdjust2Point";
this.btnCoordinateAdjust2Point.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCoordinateAdjust2Point_ItemClick);
//
// btnRotation
//
this.btnRotation.Caption = "旋转";
this.btnRotation.Id = 155;
this.btnRotation.Name = "btnRotation";
this.btnRotation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRotation_ItemClick);
//
// btnCutInMain
//
this.btnCutInMain.ActAsDropDown = true;
this.btnCutInMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCutInMain.Caption = "剪内";
this.btnCutInMain.DropDownControl = this.ppmCutIn;
this.btnCutInMain.Id = 120;
this.btnCutInMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.neiqie;
this.btnCutInMain.Name = "btnCutInMain";
this.btnCutInMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnCutInMain.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutInMain_DownChanged);
//
// ppmCutIn
//
this.ppmCutIn.ItemLinks.Add(this.btnCutInRectangle);
this.ppmCutIn.ItemLinks.Add(this.btnCutInPickup);
this.ppmCutIn.Name = "ppmCutIn";
this.ppmCutIn.Ribbon = this.ribbonMain;
//
// btnCutInRectangle
//
this.btnCutInRectangle.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCutInRectangle.Caption = "框选范围";
this.btnCutInRectangle.GroupIndex = 2;
this.btnCutInRectangle.Id = 193;
this.btnCutInRectangle.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.neiqiejuxingshi;
this.btnCutInRectangle.Name = "btnCutInRectangle";
this.btnCutInRectangle.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutInRectangle_DownChanged);
//
// btnCutInPickup
//
this.btnCutInPickup.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCutInPickup.Caption = "拾取范围";
this.btnCutInPickup.GroupIndex = 2;
this.btnCutInPickup.Id = 194;
this.btnCutInPickup.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.neiqieshiqushi;
this.btnCutInPickup.Name = "btnCutInPickup";
this.btnCutInPickup.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutInPickup_DownChanged);
//
// btnCutOutMain
//
this.btnCutOutMain.ActAsDropDown = true;
this.btnCutOutMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCutOutMain.Caption = "剪外";
this.btnCutOutMain.DropDownControl = this.ppmCutOuter;
this.btnCutOutMain.Id = 121;
this.btnCutOutMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.waiqie;
this.btnCutOutMain.Name = "btnCutOutMain";
this.btnCutOutMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnCutOutMain.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutOutMain_DownChanged);
//
// ppmCutOuter
//
this.ppmCutOuter.ItemLinks.Add(this.btnCutOutRectangle);
this.ppmCutOuter.ItemLinks.Add(this.btnCutOutPick);
this.ppmCutOuter.Name = "ppmCutOuter";
this.ppmCutOuter.Ribbon = this.ribbonMain;
//
// btnCutOutRectangle
//
this.btnCutOutRectangle.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCutOutRectangle.Caption = "框选范围";
this.btnCutOutRectangle.GroupIndex = 2;
this.btnCutOutRectangle.Id = 191;
this.btnCutOutRectangle.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.waiqiejuxingshi;
this.btnCutOutRectangle.Name = "btnCutOutRectangle";
this.btnCutOutRectangle.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutOutRectangle_DownChanged);
//
// btnCutOutPick
//
this.btnCutOutPick.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCutOutPick.Caption = "拾取范围";
this.btnCutOutPick.GroupIndex = 2;
this.btnCutOutPick.Id = 192;
this.btnCutOutPick.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.waiqieshiqushi;
this.btnCutOutPick.Name = "btnCutOutPick";
this.btnCutOutPick.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCutOutPick_DownChanged);
//
// btnBKGrid
//
this.btnBKGrid.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnBKGrid.Caption = "网格";
this.btnBKGrid.DropDownControl = this.ppmGridSize;
this.btnBKGrid.Id = 124;
this.btnBKGrid.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wanggefuzhuxian;
this.btnBKGrid.MergeOrder = 4;
this.btnBKGrid.Name = "btnBKGrid";
this.btnBKGrid.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnBKGrid.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnBKGrid_DownChanged);
//
// ppmGridSize
//
this.ppmGridSize.ItemLinks.Add(this.btnBkGridSize);
this.ppmGridSize.Name = "ppmGridSize";
this.ppmGridSize.Ribbon = this.ribbonMain;
//
// btnBkGridSize
//
this.btnBkGridSize.Caption = "网格尺寸";
this.btnBkGridSize.Id = 184;
this.btnBkGridSize.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wanggechicun;
this.btnBkGridSize.Name = "btnBkGridSize";
this.btnBkGridSize.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnBkGridSize_ItemClick);
//
// btnProjection
//
this.btnProjection.ActAsDropDown = true;
this.btnProjection.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnProjection.Caption = "投影";
this.btnProjection.DropDownControl = this.popupProjection;
this.btnProjection.Id = 125;
this.btnProjection.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.touying;
this.btnProjection.Name = "btnProjection";
this.btnProjection.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// popupProjection
//
this.popupProjection.ItemLinks.Add(this.ProjectionSettings);
this.popupProjection.ItemLinks.Add(this.ProjectionConvert);
this.popupProjection.Name = "popupProjection";
this.popupProjection.Ribbon = this.ribbonMain;
//
// ProjectionSettings
//
this.ProjectionSettings.Caption = "投影设置";
this.ProjectionSettings.Id = 149;
this.ProjectionSettings.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.touying;
this.ProjectionSettings.Name = "ProjectionSettings";
this.ProjectionSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnProjection_ItemClick);
//
// ProjectionConvert
//
this.ProjectionConvert.Caption = "投影转换";
this.ProjectionConvert.Id = 150;
this.ProjectionConvert.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.touyingzhuanhuan;
this.ProjectionConvert.Name = "ProjectionConvert";
this.ProjectionConvert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnProjectionChange_ItemClick);
//
// btnProjectionChange
//
this.btnProjectionChange.Caption = "投影转换";
this.btnProjectionChange.Id = 126;
this.btnProjectionChange.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.touyingzhuanhuan;
this.btnProjectionChange.Name = "btnProjectionChange";
this.btnProjectionChange.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnProjectionChange.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnProjectionChange_ItemClick);
//
// btnImport
//
this.btnImport.Caption = "数据导入";
this.btnImport.Id = 132;
this.btnImport.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shujudaoru;
this.btnImport.MergeOrder = 4;
this.btnImport.Name = "btnImport";
this.btnImport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImport_ItemClick);
//
// btnExport
//
this.btnExport.Caption = "数据导出";
this.btnExport.Id = 133;
this.btnExport.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.daochushuju;
this.btnExport.MergeOrder = 5;
this.btnExport.Name = "btnExport";
this.btnExport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExport_ItemClick);
//
// btnTakeDataMain
//
this.btnTakeDataMain.ActAsDropDown = true;
this.btnTakeDataMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnTakeDataMain.Caption = "选择保存";
this.btnTakeDataMain.DropDownControl = this.ppmTakeData;
this.btnTakeDataMain.Id = 136;
this.btnTakeDataMain.MergeOrder = 8;
this.btnTakeDataMain.Name = "btnTakeDataMain";
this.btnTakeDataMain.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// ppmTakeData
//
this.ppmTakeData.ItemLinks.Add(this.btnTakeDisplay);
this.ppmTakeData.ItemLinks.Add(this.btnTakeSelected);
this.ppmTakeData.ItemLinks.Add(this.btnTakePoints);
this.ppmTakeData.ItemLinks.Add(this.btnTakeCurves);
this.ppmTakeData.ItemLinks.Add(this.btnTakeFilled);
this.ppmTakeData.ItemLinks.Add(this.btnTakeTexts);
this.ppmTakeData.ItemLinks.Add(this.btnTakePurerCurves);
this.ppmTakeData.ItemLinks.Add(this.btnTake2Xyz);
this.ppmTakeData.ItemLinks.Add(this.btnTake2Symbol);
this.ppmTakeData.Name = "ppmTakeData";
this.ppmTakeData.Ribbon = this.ribbonMain;
//
// btnTakeDisplay
//
this.btnTakeDisplay.Caption = "显示";
this.btnTakeDisplay.Id = 171;
this.btnTakeDisplay.Name = "btnTakeDisplay";
this.btnTakeDisplay.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakeDisplay_ItemClick);
//
// btnTakeSelected
//
this.btnTakeSelected.Caption = "选择";
this.btnTakeSelected.Id = 172;
this.btnTakeSelected.Name = "btnTakeSelected";
this.btnTakeSelected.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakeSelected_ItemClick);
//
// btnTakePoints
//
this.btnTakePoints.Caption = "点";
this.btnTakePoints.Id = 173;
this.btnTakePoints.Name = "btnTakePoints";
this.btnTakePoints.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakePoints_ItemClick);
//
// btnTakeCurves
//
this.btnTakeCurves.Caption = "曲线";
this.btnTakeCurves.Id = 174;
this.btnTakeCurves.Name = "btnTakeCurves";
this.btnTakeCurves.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakeCurves_ItemClick);
//
// btnTakeFilled
//
this.btnTakeFilled.Caption = "充填";
this.btnTakeFilled.Id = 175;
this.btnTakeFilled.Name = "btnTakeFilled";
this.btnTakeFilled.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakeFilled_ItemClick);
//
// btnTakeTexts
//
this.btnTakeTexts.Caption = "文字";
this.btnTakeTexts.Id = 176;
this.btnTakeTexts.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wenzi;
this.btnTakeTexts.Name = "btnTakeTexts";
this.btnTakeTexts.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakeTexts_ItemClick);
//
// btnTakePurerCurves
//
this.btnTakePurerCurves.Caption = "净曲线";
this.btnTakePurerCurves.Id = 177;
this.btnTakePurerCurves.Name = "btnTakePurerCurves";
this.btnTakePurerCurves.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTakePurerCurves_ItemClick);
//
// btnTake2Xyz
//
this.btnTake2Xyz.Caption = "为XYZ";
this.btnTake2Xyz.Id = 178;
this.btnTake2Xyz.Name = "btnTake2Xyz";
this.btnTake2Xyz.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTake2Xyz_ItemClick);
//
// btnTake2Symbol
//
this.btnTake2Symbol.Caption = "为符号";
this.btnTake2Symbol.Id = 179;
this.btnTake2Symbol.Name = "btnTake2Symbol";
this.btnTake2Symbol.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTake2Symbol_ItemClick);
//
// btnMergeFile
//
this.btnMergeFile.ActAsDropDown = true;
this.btnMergeFile.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnMergeFile.Caption = "合并图";
this.btnMergeFile.DropDownControl = this.popupMenu1;
this.btnMergeFile.Id = 234;
this.btnMergeFile.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.hebingtupu;
this.btnMergeFile.MergeOrder = 6;
this.btnMergeFile.Name = "btnMergeFile";
this.btnMergeFile.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnMergeFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMergeFile_ItemClick);
//
// popupMenu1
//
this.popupMenu1.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.popupMenu1.ItemLinks.Add(this.bbtnPlaneFigure);
this.popupMenu1.ItemLinks.Add(this.bbtnWellFigure);
this.popupMenu1.ItemLinks.Add(this.bbtnSectionFigure);
this.popupMenu1.MinWidth = 80;
this.popupMenu1.Name = "popupMenu1";
this.popupMenu1.Ribbon = this.ribbonMain;
//
// bbtnPlaneFigure
//
this.bbtnPlaneFigure.Caption = "平面图";
this.bbtnPlaneFigure.Id = 232;
this.bbtnPlaneFigure.Name = "bbtnPlaneFigure";
this.bbtnPlaneFigure.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnPlaneFigure_ItemClick);
//
// bbtnWellFigure
//
this.bbtnWellFigure.Caption = "单井图";
this.bbtnWellFigure.Id = 233;
this.bbtnWellFigure.Name = "bbtnWellFigure";
this.bbtnWellFigure.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnWellFigure_ItemClick);
//
// bbtnSectionFigure
//
this.bbtnSectionFigure.Caption = "剖面图";
this.bbtnSectionFigure.Id = 235;
this.bbtnSectionFigure.Name = "bbtnSectionFigure";
this.bbtnSectionFigure.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSectionFigure_ItemClick);
//
// btnAddMapLayer
//
this.btnAddMapLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnAddMapLayer.Caption = "卫星图";
this.btnAddMapLayer.DropDownControl = this.popupControlContainer1;
this.btnAddMapLayer.Id = 236;
this.btnAddMapLayer.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.weixingtu;
this.btnAddMapLayer.MergeOrder = 8;
this.btnAddMapLayer.Name = "btnAddMapLayer";
this.btnAddMapLayer.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnAddMapLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddMapLayer_ItemClick);
//
// popupControlContainer1
//
this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.popupControlContainer1.Controls.Add(this.listBoxControl1);
this.popupControlContainer1.Location = new System.Drawing.Point(0, 0);
this.popupControlContainer1.Manager = this.ribbonMain.Manager;
this.popupControlContainer1.Name = "popupControlContainer1";
this.popupControlContainer1.Ribbon = this.ribbonMain;
this.popupControlContainer1.Size = new System.Drawing.Size(80, 120);
this.popupControlContainer1.TabIndex = 0;
this.popupControlContainer1.Visible = false;
//
// listBoxControl1
//
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxControl1.Items.AddRange(new object[] {
"无"});
this.listBoxControl1.Location = new System.Drawing.Point(0, 0);
this.listBoxControl1.Name = "listBoxControl1";
this.listBoxControl1.Size = new System.Drawing.Size(80, 120);
this.listBoxControl1.TabIndex = 0;
//
// barButtonItem7
//
this.barButtonItem7.Caption = "撤销";
this.barButtonItem7.Id = 140;
this.barButtonItem7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.ImageOptions.Image")));
this.barButtonItem7.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.ImageOptions.LargeImage")));
this.barButtonItem7.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.huitui;
this.barButtonItem7.Name = "barButtonItem7";
this.barButtonItem7.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
//
// btnUndo
//
this.btnUndo.Caption = "回退";
this.btnUndo.Enabled = false;
this.btnUndo.Id = 141;
this.btnUndo.ImageOptions.DisabledSvgImage = global::PcgDrawR.Properties.Resources.huituihui;
this.btnUndo.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.huitui;
this.btnUndo.Name = "btnUndo";
this.btnUndo.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnUndo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUndo_ItemClick);
//
// btnRedo
//
this.btnRedo.Caption = "重做";
this.btnRedo.Enabled = false;
this.btnRedo.Id = 142;
this.btnRedo.ImageOptions.DisabledSvgImage = global::PcgDrawR.Properties.Resources.fanhuihui;
this.btnRedo.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRedo.ImageOptions.Image")));
this.btnRedo.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnRedo.ImageOptions.LargeImage")));
this.btnRedo.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.chognzuo;
this.btnRedo.Name = "btnRedo";
this.btnRedo.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnRedo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRedo_ItemClick);
//
// btnDrawShape
//
this.btnDrawShape.ActAsDropDown = true;
this.btnDrawShape.AllowAllUp = true;
this.btnDrawShape.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnDrawShape.Caption = "形状";
this.btnDrawShape.DropDownControl = this.ppmArc;
this.btnDrawShape.Id = 143;
this.btnDrawShape.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDrawShape.ImageOptions.Image")));
this.btnDrawShape.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xingzhuang;
this.btnDrawShape.Name = "btnDrawShape";
this.btnDrawShape.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawShape.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawShape_DownChanged);
//
// ppmArc
//
this.ppmArc.ItemLinks.Add(this.btnDrawArc);
this.ppmArc.ItemLinks.Add(this.btnDrawChord);
this.ppmArc.ItemLinks.Add(this.btnDrawFan);
this.ppmArc.ItemLinks.Add(this.btnDrawPentagon);
this.ppmArc.ItemLinks.Add(this.btnDrawRectangle);
this.ppmArc.ItemLinks.Add(this.btnDrawEllipse);
this.ppmArc.Name = "ppmArc";
this.ppmArc.Ribbon = this.ribbonMain;
//
// btnDrawArc
//
this.btnDrawArc.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawArc.Caption = "弧形";
this.btnDrawArc.GroupIndex = 2;
this.btnDrawArc.Id = 185;
this.btnDrawArc.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xingzhuang;
this.btnDrawArc.Name = "btnDrawArc";
this.btnDrawArc.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawArc_DownChanged);
//
// btnDrawChord
//
this.btnDrawChord.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawChord.Caption = "弓形";
this.btnDrawChord.GroupIndex = 2;
this.btnDrawChord.Id = 186;
this.btnDrawChord.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.gongxing;
this.btnDrawChord.Name = "btnDrawChord";
this.btnDrawChord.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawChord_DownChanged);
//
// btnDrawFan
//
this.btnDrawFan.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawFan.Caption = "扇形";
this.btnDrawFan.GroupIndex = 2;
this.btnDrawFan.Id = 187;
this.btnDrawFan.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shanxing1;
this.btnDrawFan.Name = "btnDrawFan";
this.btnDrawFan.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawFan_DownChanged);
//
// btnDrawPentagon
//
this.btnDrawPentagon.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawPentagon.Caption = "五边形";
this.btnDrawPentagon.GroupIndex = 2;
this.btnDrawPentagon.Id = 188;
this.btnDrawPentagon.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.wubianxing;
this.btnDrawPentagon.Name = "btnDrawPentagon";
this.btnDrawPentagon.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPentagon_DownChanged);
//
// btnDrawRectangle
//
this.btnDrawRectangle.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawRectangle.Caption = "矩形";
this.btnDrawRectangle.GroupIndex = 2;
this.btnDrawRectangle.Id = 58;
this.btnDrawRectangle.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.juxing1;
this.btnDrawRectangle.Name = "btnDrawRectangle";
this.btnDrawRectangle.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawRectangle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawRectangle_ItemClick);
//
// btnDrawEllipse
//
this.btnDrawEllipse.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnDrawEllipse.Caption = "圆/椭圆";
this.btnDrawEllipse.GroupIndex = 2;
this.btnDrawEllipse.Id = 64;
this.btnDrawEllipse.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.yuantuoyuan;
this.btnDrawEllipse.Name = "btnDrawEllipse";
this.btnDrawEllipse.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnDrawEllipse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawEllipse_ItemClick);
//
// btnCurveTrim
//
this.btnCurveTrim.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnCurveTrim.Caption = "裁切曲线";
this.btnCurveTrim.GroupIndex = 2;
this.btnCurveTrim.Id = 144;
this.btnCurveTrim.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCurveTrim.ImageOptions.Image")));
this.btnCurveTrim.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quxianjiancai;
this.btnCurveTrim.Name = "btnCurveTrim";
this.btnCurveTrim.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveTrim.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveTrim_ItemClick);
//
// btnImageCutMain
//
this.btnImageCutMain.ActAsDropDown = true;
this.btnImageCutMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnImageCutMain.Caption = "截图";
this.btnImageCutMain.DropDownControl = this.ppmImageCut;
this.btnImageCutMain.Id = 166;
this.btnImageCutMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnImageCutMain.ImageOptions.Image")));
this.btnImageCutMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jietu;
this.btnImageCutMain.Name = "btnImageCutMain";
this.btnImageCutMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// ppmImageCut
//
this.ppmImageCut.ItemLinks.Add(this.btnImageCutRectangle);
this.ppmImageCut.ItemLinks.Add(this.btnImageCutAll);
this.ppmImageCut.ItemLinks.Add(this.btnImageCutWindow);
this.ppmImageCut.ItemLinks.Add(this.btnImageCutEx, true);
this.ppmImageCut.ItemLinks.Add(this.btnImageCutPolygon);
this.ppmImageCut.Name = "ppmImageCut";
this.ppmImageCut.Ribbon = this.ribbonMain;
//
// btnImageCutRectangle
//
this.btnImageCutRectangle.Caption = "截取范围";
this.btnImageCutRectangle.Id = 167;
this.btnImageCutRectangle.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jietu;
this.btnImageCutRectangle.Name = "btnImageCutRectangle";
this.btnImageCutRectangle.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.btnImageCutRectangle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImageCutRectangle_ItemClick);
//
// btnImageCutAll
//
this.btnImageCutAll.Caption = "截取全图";
this.btnImageCutAll.Id = 168;
this.btnImageCutAll.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jiequsuoyou;
this.btnImageCutAll.Name = "btnImageCutAll";
this.btnImageCutAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImageCutAll_ItemClick);
//
// btnImageCutWindow
//
this.btnImageCutWindow.Caption = "截取窗口";
this.btnImageCutWindow.Id = 169;
this.btnImageCutWindow.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.jiequchuangkou;
this.btnImageCutWindow.Name = "btnImageCutWindow";
this.btnImageCutWindow.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImageCutWindow_ItemClick);
//
// btnImageCutEx
//
this.btnImageCutEx.Caption = "定制截图";
this.btnImageCutEx.Id = 5;
this.btnImageCutEx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImageCutEx.ImageOptions.SvgImage")));
this.btnImageCutEx.Name = "btnImageCutEx";
this.btnImageCutEx.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImageCutEx_ItemClick);
//
// btnImageCutPolygon
//
this.btnImageCutPolygon.Caption = "多边截图";
this.btnImageCutPolygon.Id = 12;
this.btnImageCutPolygon.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImageCutPolygon.ImageOptions.SvgImage")));
this.btnImageCutPolygon.Name = "btnImageCutPolygon";
this.btnImageCutPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImageCutPolygon_ItemClick);
//
// btnPrintMap
//
this.btnPrintMap.Caption = "打印";
this.btnPrintMap.Id = 180;
this.btnPrintMap.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintMap.ImageOptions.Image")));
this.btnPrintMap.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPrintMap.ImageOptions.LargeImage")));
this.btnPrintMap.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.dayin;
this.btnPrintMap.MergeOrder = 2;
this.btnPrintMap.Name = "btnPrintMap";
this.btnPrintMap.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnPrintMap.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrint_ItemClick);
//
// btnSaveMain
//
this.btnSaveMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnSaveMain.Caption = "保存";
this.btnSaveMain.DropDownControl = this.ppmSave;
this.btnSaveMain.Id = 181;
this.btnSaveMain.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveMain.ImageOptions.Image")));
this.btnSaveMain.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSaveMain.ImageOptions.LargeImage")));
this.btnSaveMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.baocun;
this.btnSaveMain.MergeOrder = 3;
this.btnSaveMain.Name = "btnSaveMain";
this.btnSaveMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
this.btnSaveMain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveMain_ItemClick);
//
// ppmSave
//
this.ppmSave.ItemLinks.Add(this.btnSave);
this.ppmSave.ItemLinks.Add(this.btnSaveAs);
this.ppmSave.Name = "ppmSave";
this.ppmSave.Ribbon = this.ribbonMain;
//
// btnSave
//
this.btnSave.Caption = "保存";
this.btnSave.Id = 182;
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
this.btnSave.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.LargeImage")));
this.btnSave.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.baocun;
this.btnSave.Name = "btnSave";
this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveMain_ItemClick);
//
// btnSaveAs
//
this.btnSaveAs.Caption = "另存为...";
this.btnSaveAs.Id = 183;
this.btnSaveAs.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.ImageOptions.Image")));
this.btnSaveAs.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.ImageOptions.LargeImage")));
this.btnSaveAs.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.lingcunwei;
this.btnSaveAs.Name = "btnSaveAs";
this.btnSaveAs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveAs_ItemClick);
//
// bbtnMeshPack
//
this.bbtnMeshPack.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.bbtnMeshPack.Caption = "消除锯齿";
this.bbtnMeshPack.Down = true;
this.bbtnMeshPack.DropDownControl = this.ppmMeshPack;
this.bbtnMeshPack.Id = 2;
this.bbtnMeshPack.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.kangjuchixianshi;
this.bbtnMeshPack.Name = "bbtnMeshPack";
this.bbtnMeshPack.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.bbtnMeshPack.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ckbGridAnti_CheckedChanged);
//
// ppmMeshPack
//
this.ppmMeshPack.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.ppmMeshPack.ItemLinks.Add(this.bbtnMeshPackForce);
this.ppmMeshPack.ItemLinks.Add(this.bdtFaultLayer, true, "", "", true);
this.ppmMeshPack.ItemLinks.Add(this.bdtBorderLayer);
this.ppmMeshPack.MinWidth = 160;
this.ppmMeshPack.Name = "ppmMeshPack";
this.ppmMeshPack.Ribbon = this.ribbonMain;
//
// bbtnMeshPackForce
//
this.bbtnMeshPackForce.Caption = "重新处理";
this.bbtnMeshPackForce.Id = 3;
this.bbtnMeshPackForce.Name = "bbtnMeshPackForce";
this.bbtnMeshPackForce.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnMeshPackForce_ItemClick);
//
// bdtFaultLayer
//
this.bdtFaultLayer.Caption = "断层图层";
toolTipItem2.Text = "\\\\断层";
superToolTip2.Items.Add(toolTipItem2);
superToolTip2.MaxWidth = 210;
this.bdtFaultLayer.DropDownSuperTip = superToolTip2;
this.bdtFaultLayer.Edit = this.ppcEditorMeshPack;
this.bdtFaultLayer.EditValue = "断层";
this.bdtFaultLayer.Hint = "断层层位";
this.bdtFaultLayer.Id = 4;
this.bdtFaultLayer.ItemAppearance.Hovered.Options.UseTextOptions = true;
this.bdtFaultLayer.ItemAppearance.Hovered.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
this.bdtFaultLayer.ItemAppearance.Normal.Options.UseTextOptions = true;
this.bdtFaultLayer.ItemAppearance.Normal.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
this.bdtFaultLayer.Name = "bdtFaultLayer";
toolTipTitleItem1.Text = "aaa";
toolTipItem3.LeftIndent = 6;
toolTipItem3.Text = "断层";
toolTipTitleItem2.LeftIndent = 6;
toolTipTitleItem2.Text = "bbb";
superToolTip3.Items.Add(toolTipTitleItem1);
superToolTip3.Items.Add(toolTipItem3);
superToolTip3.Items.Add(toolTipSeparatorItem1);
superToolTip3.Items.Add(toolTipTitleItem2);
this.bdtFaultLayer.SuperTip = superToolTip3;
this.bdtFaultLayer.EditValueChanged += new System.EventHandler(this.bdtFaultLayer_EditValueChanged);
this.bdtFaultLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.bdtFaultLayer_ShowingEditor);
//
// ppcEditorMeshPack
//
this.ppcEditorMeshPack.Appearance.Options.UseTextOptions = true;
this.ppcEditorMeshPack.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
serializableAppearanceObject1.Options.UseTextOptions = true;
serializableAppearanceObject1.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
serializableAppearanceObject1.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
serializableAppearanceObject2.Options.UseTextOptions = true;
serializableAppearanceObject2.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
serializableAppearanceObject2.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
serializableAppearanceObject3.Options.UseTextOptions = true;
serializableAppearanceObject3.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.ppcEditorMeshPack.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "断层1", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.ppcEditorMeshPack.HideSelection = false;
this.ppcEditorMeshPack.Name = "ppcEditorMeshPack";
this.ppcEditorMeshPack.PopupControl = this.ppcMeshPack;
this.ppcEditorMeshPack.QueryResultValue += new DevExpress.XtraEditors.Controls.QueryResultValueEventHandler(this.ppcEditorMeshPack_QueryResultValue);
this.ppcEditorMeshPack.QueryDisplayText += new DevExpress.XtraEditors.Controls.QueryDisplayTextEventHandler(this.ppcEditorMeshPack_QueryDisplayText);
this.ppcEditorMeshPack.Closed += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.ppcEditorMeshPack_Closed);
this.ppcEditorMeshPack.Popup += new System.EventHandler(this.ppcEditorMeshPack_Popup);
//
// ppcMeshPack
//
this.ppcMeshPack.AutoSize = true;
this.ppcMeshPack.Controls.Add(this.trvLayer);
this.ppcMeshPack.Controls.Add(this.panelControl1);
this.ppcMeshPack.Location = new System.Drawing.Point(330, 245);
this.ppcMeshPack.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ppcMeshPack.Name = "ppcMeshPack";
this.ppcMeshPack.Size = new System.Drawing.Size(212, 260);
this.ppcMeshPack.TabIndex = 2;
this.ppcMeshPack.UseDisabledStatePainter = false;
//
// trvLayer
//
this.trvLayer.Dock = System.Windows.Forms.DockStyle.Fill;
this.trvLayer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.trvLayer.HideSelection = false;
this.trvLayer.Location = new System.Drawing.Point(0, 0);
this.trvLayer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.trvLayer.Name = "trvLayer";
treeNode1.Name = "节点2";
treeNode1.Text = "节点2";
treeNode2.Name = "节点8";
treeNode2.Text = "节点8";
treeNode3.Name = "节点9";
treeNode3.Text = "节点9";
treeNode4.Name = "节点3";
treeNode4.Text = "节点3";
treeNode5.Name = "节点4";
treeNode5.Text = "节点4";
treeNode6.Name = "节点0";
treeNode6.Text = "节点0";
treeNode7.Name = "节点6";
treeNode7.Text = "节点6";
treeNode8.Name = "节点7";
treeNode8.Text = "节点7";
treeNode9.Name = "节点1";
treeNode9.Text = "节点1";
treeNode10.Name = "节点5";
treeNode10.Text = "节点5";
this.trvLayer.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode6,
treeNode9,
treeNode10});
this.trvLayer.ShowRootLines = false;
this.trvLayer.Size = new System.Drawing.Size(212, 231);
this.trvLayer.TabIndex = 0;
this.trvLayer.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trvLayer_NodeMouseDoubleClick);
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.btnPopCancel);
this.panelControl1.Controls.Add(this.btnPopOK);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 231);
this.panelControl1.Margin = new System.Windows.Forms.Padding(2);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(212, 29);
this.panelControl1.TabIndex = 1;
//
// btnPopCancel
//
this.btnPopCancel.Location = new System.Drawing.Point(145, 3);
this.btnPopCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnPopCancel.Name = "btnPopCancel";
this.btnPopCancel.Size = new System.Drawing.Size(54, 25);
this.btnPopCancel.TabIndex = 0;
this.btnPopCancel.Text = "取消";
this.btnPopCancel.Click += new System.EventHandler(this.btnPopCancel_Click);
//
// btnPopOK
//
this.btnPopOK.Location = new System.Drawing.Point(76, 3);
this.btnPopOK.Margin = new System.Windows.Forms.Padding(2);
this.btnPopOK.Name = "btnPopOK";
this.btnPopOK.Size = new System.Drawing.Size(54, 25);
this.btnPopOK.TabIndex = 0;
this.btnPopOK.Text = "确定";
this.btnPopOK.Click += new System.EventHandler(this.btnPopOK_Click);
//
// bdtBorderLayer
//
this.bdtBorderLayer.Caption = "边界图层";
this.bdtBorderLayer.Edit = this.ppcEditorMeshPack;
this.bdtBorderLayer.EditValue = "边界";
this.bdtBorderLayer.Id = 2;
this.bdtBorderLayer.Name = "bdtBorderLayer";
this.bdtBorderLayer.EditValueChanged += new System.EventHandler(this.bdtBorderLayer_EditValueChanged);
this.bdtBorderLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.bdtBorderLayer_ShowingEditor);
//
// barEditItem2
//
this.barEditItem2.Caption = "断层层位";
this.barEditItem2.Edit = this.repositoryItemPopupGalleryEdit1;
this.barEditItem2.Id = 5;
this.barEditItem2.Name = "barEditItem2";
//
// repositoryItemPopupGalleryEdit1
//
this.repositoryItemPopupGalleryEdit1.AutoHeight = false;
this.repositoryItemPopupGalleryEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemPopupGalleryEdit1.Name = "repositoryItemPopupGalleryEdit1";
//
// btnAntiAlias
//
this.btnAntiAlias.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnAntiAlias.Caption = "反走样";
this.btnAntiAlias.Down = true;
this.btnAntiAlias.Id = 4;
this.btnAntiAlias.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fanzouyang;
this.btnAntiAlias.MergeOrder = 6;
this.btnAntiAlias.Name = "btnAntiAlias";
this.btnAntiAlias.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnAntiAlias.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAntiAlias_DownChanged);
//
// btnDisplayScale
//
this.btnDisplayScale.ActAsDropDown = true;
this.btnDisplayScale.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.btnDisplayScale.Caption = "显示";
this.btnDisplayScale.DropDownControl = this.popupDisplay;
this.btnDisplayScale.Id = 5;
this.btnDisplayScale.ImageOptions.Image = global::PcgDrawR.Properties.Resources.PrintScale16;
this.btnDisplayScale.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDisplayScale.ImageOptions.SvgImage")));
this.btnDisplayScale.Name = "btnDisplayScale";
this.btnDisplayScale.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
//
// popupDisplay
//
this.popupDisplay.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.popupDisplay.ItemLinks.Add(this.DisplayScale);
this.popupDisplay.ItemLinks.Add(this.WindowSync);
this.popupDisplay.Name = "popupDisplay";
this.popupDisplay.Ribbon = this.ribbonMain;
//
// DisplayScale
//
this.DisplayScale.Caption = "显示比例";
this.DisplayScale.Id = 143;
this.DisplayScale.Name = "DisplayScale";
this.DisplayScale.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDisplayScale_ItemClick);
//
// WindowSync
//
this.WindowSync.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.WindowSync.Caption = "窗口同步";
this.WindowSync.Id = 148;
this.WindowSync.Name = "WindowSync";
this.WindowSync.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.WindowSync_DownChanged);
//
// barCheckItem1
//
this.barCheckItem1.Caption = "barCheckItem1";
this.barCheckItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.barCheckItem1.Id = 9;
this.barCheckItem1.Name = "barCheckItem1";
//
// bckiPanelLayer
//
this.bckiPanelLayer.BindableChecked = true;
this.bckiPanelLayer.Caption = "图层";
this.bckiPanelLayer.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.bckiPanelLayer.Checked = true;
this.bckiPanelLayer.Id = 10;
this.bckiPanelLayer.ItemAppearance.Normal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bckiPanelLayer.ItemAppearance.Normal.Options.UseFont = true;
this.bckiPanelLayer.Name = "bckiPanelLayer";
this.bckiPanelLayer.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bckiPanelLayer_CheckedChanged);
//
// bckiPanelStatistic
//
this.bckiPanelStatistic.BindableChecked = true;
this.bckiPanelStatistic.Caption = "统计";
this.bckiPanelStatistic.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.bckiPanelStatistic.Checked = true;
this.bckiPanelStatistic.Id = 11;
this.bckiPanelStatistic.ItemAppearance.Normal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bckiPanelStatistic.ItemAppearance.Normal.Options.UseFont = true;
this.bckiPanelStatistic.Name = "bckiPanelStatistic";
this.bckiPanelStatistic.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bckiPanelStatistic_CheckedChanged);
//
// bckiPanelProperty
//
this.bckiPanelProperty.BindableChecked = true;
this.bckiPanelProperty.Caption = "属性";
this.bckiPanelProperty.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.bckiPanelProperty.Checked = true;
this.bckiPanelProperty.Id = 12;
this.bckiPanelProperty.ItemAppearance.Normal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bckiPanelProperty.ItemAppearance.Normal.Options.UseFont = true;
this.bckiPanelProperty.Name = "bckiPanelProperty";
this.bckiPanelProperty.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bckiPanelProperty_CheckedChanged);
//
// btnCurveProcessMain
//
this.btnCurveProcessMain.ActAsDropDown = true;
this.btnCurveProcessMain.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCurveProcessMain.Caption = "曲线处理";
this.btnCurveProcessMain.DropDownControl = this.ppmCurveProcess;
this.btnCurveProcessMain.Id = 13;
this.btnCurveProcessMain.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.pinghuajiedian;
this.btnCurveProcessMain.Name = "btnCurveProcessMain";
this.btnCurveProcessMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveProcessMain.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveProcessMain_DownChanged);
//
// ppmCurveProcess
//
this.ppmCurveProcess.ItemLinks.Add(this.bbtnCurveNodeInsert);
this.ppmCurveProcess.ItemLinks.Add(this.bbtnCurveNodeRedundant);
this.ppmCurveProcess.ItemLinks.Add(this.bbtnCurveSmooth);
this.ppmCurveProcess.ItemLinks.Add(this.bbtnSurfaceCurveZ);
this.ppmCurveProcess.ItemLinks.Add(this.bbtnShape2Curve);
this.ppmCurveProcess.Name = "ppmCurveProcess";
this.ppmCurveProcess.Ribbon = this.ribbonMain;
//
// bbtnCurveNodeInsert
//
this.bbtnCurveNodeInsert.Caption = "拐点加密";
this.bbtnCurveNodeInsert.GroupIndex = 2;
this.bbtnCurveNodeInsert.Id = 16;
this.bbtnCurveNodeInsert.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.guaidianjiami1;
this.bbtnCurveNodeInsert.Name = "bbtnCurveNodeInsert";
this.bbtnCurveNodeInsert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCurveNodeInsert_ItemClick);
//
// bbtnCurveNodeRedundant
//
this.bbtnCurveNodeRedundant.Caption = "消除曲线拐点";
this.bbtnCurveNodeRedundant.GroupIndex = 2;
this.bbtnCurveNodeRedundant.Id = 17;
this.bbtnCurveNodeRedundant.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.xiaochuguaidian1;
this.bbtnCurveNodeRedundant.Name = "bbtnCurveNodeRedundant";
this.bbtnCurveNodeRedundant.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCurveNodeRedundant_ItemClick);
//
// bbtnCurveSmooth
//
this.bbtnCurveSmooth.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.bbtnCurveSmooth.Caption = "平滑曲线";
this.bbtnCurveSmooth.GroupIndex = 2;
this.bbtnCurveSmooth.Id = 18;
this.bbtnCurveSmooth.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.soomCurve;
this.bbtnCurveSmooth.Name = "bbtnCurveSmooth";
this.bbtnCurveSmooth.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCurveSmooth_DownChanged);
//
// bbtnSurfaceCurveZ
//
this.bbtnSurfaceCurveZ.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.bbtnSurfaceCurveZ.Caption = "由曲面设置Z值";
this.bbtnSurfaceCurveZ.GroupIndex = 2;
this.bbtnSurfaceCurveZ.Id = 4;
this.bbtnSurfaceCurveZ.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbtnSurfaceCurveZ.ImageOptions.Image")));
this.bbtnSurfaceCurveZ.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnSurfaceCurveZ.ImageOptions.LargeImage")));
this.bbtnSurfaceCurveZ.Name = "bbtnSurfaceCurveZ";
this.bbtnSurfaceCurveZ.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSurfaceCurveZ_DownChanged);
//
// bbtnShape2Curve
//
this.bbtnShape2Curve.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.bbtnShape2Curve.Caption = "形状转化为曲线";
this.bbtnShape2Curve.GroupIndex = 2;
this.bbtnShape2Curve.Id = 19;
this.bbtnShape2Curve.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnShape2Curve.ImageOptions.SvgImage")));
this.bbtnShape2Curve.Name = "bbtnShape2Curve";
this.bbtnShape2Curve.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnShape2Curve_DownChanged);
//
// btnExportImg
//
this.btnExportImg.Caption = "导出图片";
this.btnExportImg.Id = 21;
this.btnExportImg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportImg.ImageOptions.SvgImage")));
this.btnExportImg.MergeOrder = 7;
this.btnExportImg.Name = "btnExportImg";
this.btnExportImg.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnExportImg.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExportImg_ItemClick);
//
// barCheckItem2
//
this.barCheckItem2.Caption = "barCheckItem2";
this.barCheckItem2.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.barCheckItem2.Id = 1;
this.barCheckItem2.Name = "barCheckItem2";
//
// barToggleSwitchItem1
//
this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
this.barToggleSwitchItem1.Id = 2;
this.barToggleSwitchItem1.Name = "barToggleSwitchItem1";
//
// barEditItem1
//
this.barEditItem1.Caption = "barEditItem1";
this.barEditItem1.CaptionAlignment = DevExpress.Utils.HorzAlignment.Far;
this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
this.barEditItem1.Id = 3;
this.barEditItem1.Name = "barEditItem1";
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// bbtnVoronoi
//
this.bbtnVoronoi.ActAsDropDown = true;
this.bbtnVoronoi.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.bbtnVoronoi.Caption = "龟背图";
this.bbtnVoronoi.DropDownControl = this.ppmVoronoi;
this.bbtnVoronoi.Id = 6;
this.bbtnVoronoi.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnVoronoi.ImageOptions.SvgImage")));
this.bbtnVoronoi.Name = "bbtnVoronoi";
this.bbtnVoronoi.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.bbtnVoronoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnVoronoi_ItemClick);
//
// ppmVoronoi
//
this.ppmVoronoi.ItemLinks.Add(this.bbtnVoronoi1);
this.ppmVoronoi.ItemLinks.Add(this.bbtnVoronoi2);
this.ppmVoronoi.Name = "ppmVoronoi";
this.ppmVoronoi.Ribbon = this.ribbonMain;
//
// bbtnVoronoi1
//
this.bbtnVoronoi1.Caption = "方式1";
this.bbtnVoronoi1.Id = 159;
this.bbtnVoronoi1.Name = "bbtnVoronoi1";
this.bbtnVoronoi1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnVoronoi1_ItemClick);
//
// bbtnVoronoi2
//
this.bbtnVoronoi2.Caption = "方式2";
this.bbtnVoronoi2.Id = 160;
this.bbtnVoronoi2.Name = "bbtnVoronoi2";
this.bbtnVoronoi2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnVoronoi2_ItemClick);
//
// DelaunayButton
//
this.DelaunayButton.ActAsDropDown = true;
this.DelaunayButton.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.DelaunayButton.Caption = "三角网";
this.DelaunayButton.DropDownControl = this.ppmDelaunay;
this.DelaunayButton.Id = 10;
this.DelaunayButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("DelaunayButton.ImageOptions.SvgImage")));
this.DelaunayButton.Name = "DelaunayButton";
this.DelaunayButton.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.DelaunayButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.DelaunayButton_ItemClick);
//
// ppmDelaunay
//
this.ppmDelaunay.ItemLinks.Add(this.btnDelaunaySimple);
this.ppmDelaunay.ItemLinks.Add(this.btnDelaunayConstraint);
this.ppmDelaunay.Name = "ppmDelaunay";
this.ppmDelaunay.Ribbon = this.ribbonMain;
//
// btnDelaunaySimple
//
this.btnDelaunaySimple.Caption = "方式1";
this.btnDelaunaySimple.Id = 157;
this.btnDelaunaySimple.Name = "btnDelaunaySimple";
this.btnDelaunaySimple.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelaunaySimple_ItemClick);
//
// btnDelaunayConstraint
//
this.btnDelaunayConstraint.Caption = "方式2";
this.btnDelaunayConstraint.Id = 158;
this.btnDelaunayConstraint.Name = "btnDelaunayConstraint";
this.btnDelaunayConstraint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelaunayConstraint_ItemClick);
//
// btnCurveFill
//
this.btnCurveFill.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.btnCurveFill.Caption = "充填";
this.btnCurveFill.DropDownControl = this.ppmFillRegion;
this.btnCurveFill.Id = 92;
this.btnCurveFill.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.solidintersect;
this.btnCurveFill.Name = "btnCurveFill";
this.btnCurveFill.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btnCurveFill.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCurveFill_ItemClick);
//
// ppmFillRegion
//
this.ppmFillRegion.ItemLinks.Add(this.btnIntersectRegionFill, true);
this.ppmFillRegion.ItemLinks.Add(this.btnLinkRegionFill);
this.ppmFillRegion.ItemLinks.Add(this.btnAutoRegionFill);
this.ppmFillRegion.Name = "ppmFillRegion";
this.ppmFillRegion.Ribbon = this.ribbonMain;
//
// btnIntersectRegionFill
//
this.btnIntersectRegionFill.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnIntersectRegionFill.Caption = "相交充填";
this.btnIntersectRegionFill.GroupIndex = 2;
this.btnIntersectRegionFill.Id = 94;
this.btnIntersectRegionFill.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.solidintersect;
this.btnIntersectRegionFill.Name = "btnIntersectRegionFill";
this.btnIntersectRegionFill.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnIntersectRegionFill_DownChanged);
this.btnIntersectRegionFill.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnIntersectRegionFill_ItemClick);
//
// btnLinkRegionFill
//
this.btnLinkRegionFill.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnLinkRegionFill.Caption = "连线充填";
this.btnLinkRegionFill.GroupIndex = 2;
this.btnLinkRegionFill.Id = 96;
this.btnLinkRegionFill.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.solidlink;
this.btnLinkRegionFill.Name = "btnLinkRegionFill";
this.btnLinkRegionFill.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLinkRegionFill_DownChanged);
this.btnLinkRegionFill.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLinkRegionFill_ItemClick);
//
// btnAutoRegionFill
//
this.btnAutoRegionFill.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btnAutoRegionFill.Caption = "自动充填";
this.btnAutoRegionFill.GroupIndex = 2;
this.btnAutoRegionFill.Id = 95;
this.btnAutoRegionFill.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.solidauto;
this.btnAutoRegionFill.Name = "btnAutoRegionFill";
this.btnAutoRegionFill.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAutoRegionFill_DownChanged);
this.btnAutoRegionFill.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAutoRegionFill_ItemClick);
//
// barSubItem1
//
this.barSubItem1.Caption = "barSubItem1";
this.barSubItem1.Id = 93;
this.barSubItem1.Name = "barSubItem1";
//
// bbtnCustom
//
this.bbtnCustom.Caption = "barButtonItem1";
this.bbtnCustom.Id = 97;
this.bbtnCustom.Name = "bbtnCustom";
this.bbtnCustom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCustom_ItemClick);
//
// bbtnGridProgress
//
this.bbtnGridProgress.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.bbtnGridProgress.Caption = "等网编辑";
this.bbtnGridProgress.DropDownControl = this.ppmGridEditorLayer;
this.bbtnGridProgress.Id = 109;
this.bbtnGridProgress.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnGridProgress.ImageOptions.SvgImage")));
this.bbtnGridProgress.Name = "bbtnGridProgress";
this.bbtnGridProgress.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.bbtnGridProgress.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnGridProgress_ItemClick);
//
// ppmGridEditorLayer
//
this.ppmGridEditorLayer.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.ppmGridEditorLayer.ItemLinks.Add(this.btiGridContourLayer);
this.ppmGridEditorLayer.ItemLinks.Add(this.bdiGridFaultLayer);
this.ppmGridEditorLayer.ItemLinks.Add(this.btiGridControlPointLayer);
this.ppmGridEditorLayer.ItemLinks.Add(this.btnOtherLineLayer);
this.ppmGridEditorLayer.MinWidth = 280;
this.ppmGridEditorLayer.Name = "ppmGridEditorLayer";
this.ppmGridEditorLayer.Ribbon = this.ribbonMain;
this.ppmGridEditorLayer.BeforePopup += new System.ComponentModel.CancelEventHandler(this.ppmGridEditorLayer_BeforePopup);
//
// btiGridContourLayer
//
this.btiGridContourLayer.Caption = "等值线图层";
this.btiGridContourLayer.Edit = this.ppcEditorMeshPack;
this.btiGridContourLayer.EditValue = "等值线";
this.btiGridContourLayer.Id = 110;
this.btiGridContourLayer.Name = "btiGridContourLayer";
this.btiGridContourLayer.EditValueChanged += new System.EventHandler(this.btiGridContourLayer_EditValueChanged);
this.btiGridContourLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btiGridContourLayer_ShowingEditor);
//
// bdiGridFaultLayer
//
this.bdiGridFaultLayer.Caption = "断层图层";
this.bdiGridFaultLayer.Edit = this.ppcEditorMeshPack;
this.bdiGridFaultLayer.EditValue = "断层";
this.bdiGridFaultLayer.Id = 111;
this.bdiGridFaultLayer.Name = "bdiGridFaultLayer";
this.bdiGridFaultLayer.EditValueChanged += new System.EventHandler(this.bdiGridFaultLayer_EditValueChanged);
this.bdiGridFaultLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.bdiGridFaultLayer_ShowingEditor);
//
// btiGridControlPointLayer
//
this.btiGridControlPointLayer.Caption = "控制点图层";
this.btiGridControlPointLayer.Edit = this.ppcEditorMeshPack;
this.btiGridControlPointLayer.Id = 113;
this.btiGridControlPointLayer.Name = "btiGridControlPointLayer";
this.btiGridControlPointLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btiGridControlPointLayer_ShowingEditor);
//
// btnOtherLineLayer
//
this.btnOtherLineLayer.Caption = "附加线图层";
this.btnOtherLineLayer.Edit = this.ppcEditorMeshPack;
this.btnOtherLineLayer.Id = 142;
this.btnOtherLineLayer.Name = "btnOtherLineLayer";
this.btnOtherLineLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btnOtherLineLayer_ShowingEditor);
//
// btiWellGroup
//
this.btiWellGroup.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.btiWellGroup.Caption = "丛井组";
this.btiWellGroup.GroupIndex = 2;
this.btiWellGroup.Id = 114;
this.btiWellGroup.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.shuipingjing;
this.btiWellGroup.Name = "btiWellGroup";
this.btiWellGroup.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
this.btiWellGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btiWellGroup_ItemClick);
//
// barButtonGroup2
//
this.barButtonGroup2.Caption = "barButtonGroup2";
this.barButtonGroup2.Id = 119;
this.barButtonGroup2.Name = "barButtonGroup2";
//
// btnSymbolManager
//
this.btnSymbolManager.Caption = "符号管理";
this.btnSymbolManager.Id = 127;
this.btnSymbolManager.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.fuhaoguanli;
this.btnSymbolManager.MergeOrder = 5;
this.btnSymbolManager.Name = "btnSymbolManager";
this.btnSymbolManager.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.btnSymbolManager.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSymbolManager_ItemClick);
//
// bbtnFaultBroaden
//
this.bbtnFaultBroaden.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.bbtnFaultBroaden.Caption = " 断层处理";
this.bbtnFaultBroaden.Id = 128;
this.bbtnFaultBroaden.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.duancengwaikuo1;
this.bbtnFaultBroaden.Name = "bbtnFaultBroaden";
this.bbtnFaultBroaden.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.bbtnFaultBroaden.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFaultBroaden_ItemClick);
//
// MergeCurve
//
this.MergeCurve.ActAsDropDown = true;
this.MergeCurve.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.CheckDropDown;
this.MergeCurve.Caption = "合并曲线";
this.MergeCurve.DropDownControl = this.ppmMergeCurve;
this.MergeCurve.GroupIndex = 2;
this.MergeCurve.Id = 129;
this.MergeCurve.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.hebingquxian;
this.MergeCurve.Name = "MergeCurve";
//
// ppmMergeCurve
//
this.ppmMergeCurve.ItemLinks.Add(this.bbtnCurveCaculate);
this.ppmMergeCurve.ItemLinks.Add(this.bbtnPolygonConnect);
this.ppmMergeCurve.Name = "ppmMergeCurve";
this.ppmMergeCurve.Ribbon = this.ribbonMain;
//
// bbtnCurveCaculate
//
this.bbtnCurveCaculate.Caption = "区域运算";
this.bbtnCurveCaculate.Id = 138;
this.bbtnCurveCaculate.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.hebingquxian;
this.bbtnCurveCaculate.Name = "bbtnCurveCaculate";
this.bbtnCurveCaculate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCurveCaculate_ItemClick);
//
// bbtnPolygonConnect
//
this.bbtnPolygonConnect.Caption = "区域连通";
this.bbtnPolygonConnect.Id = 139;
this.bbtnPolygonConnect.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quyuliantong;
this.bbtnPolygonConnect.Name = "bbtnPolygonConnect";
this.bbtnPolygonConnect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnPolygonConnect_ItemClick);
//
// barButtonItemShowVtk
//
this.barButtonItemShowVtk.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.barButtonItemShowVtk.Caption = "三维显示";
this.barButtonItemShowVtk.DropDownControl = this.ppm3dShow;
this.barButtonItemShowVtk.Id = 132;
this.barButtonItemShowVtk.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemShowVtk.ImageOptions.SvgImage")));
this.barButtonItemShowVtk.Name = "barButtonItemShowVtk";
this.barButtonItemShowVtk.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.barButtonItemShowVtk.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemVtk_ItemClick);
//
// ppm3dShow
//
this.ppm3dShow.DrawMenuSideStrip = DevExpress.Utils.DefaultBoolean.False;
this.ppm3dShow.ItemLinks.Add(this.btiDigEmptyLayer);
this.ppm3dShow.ItemLinks.Add(this.btiBorderControlLayer);
this.ppm3dShow.ItemLinks.Add(this.btiWellLayer);
this.ppm3dShow.MinWidth = 310;
this.ppm3dShow.Name = "ppm3dShow";
this.ppm3dShow.Ribbon = this.ribbonMain;
//
// btiDigEmptyLayer
//
this.btiDigEmptyLayer.Caption = "断层图层";
this.btiDigEmptyLayer.Edit = this.ppc3dLayerEdit;
this.btiDigEmptyLayer.Id = 135;
this.btiDigEmptyLayer.Name = "btiDigEmptyLayer";
this.btiDigEmptyLayer.EditValueChanged += new System.EventHandler(this.btiDigEmptyLayer_EditValueChanged);
this.btiDigEmptyLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btiDigEmptyLayer_ShowingEditor);
//
// ppc3dLayerEdit
//
this.ppc3dLayerEdit.AutoHeight = false;
this.ppc3dLayerEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ppc3dLayerEdit.Name = "ppc3dLayerEdit";
this.ppc3dLayerEdit.QueryResultValue += new DevExpress.XtraEditors.Controls.QueryResultValueEventHandler(this.ppc3dLayerEdit_QueryResultValue);
this.ppc3dLayerEdit.QueryDisplayText += new DevExpress.XtraEditors.Controls.QueryDisplayTextEventHandler(this.ppc3dLayerEdit_QueryDisplayText);
this.ppc3dLayerEdit.Popup += new System.EventHandler(this.ppcEditorMeshPack_Popup);
//
// btiBorderControlLayer
//
this.btiBorderControlLayer.Caption = "边界图层";
this.btiBorderControlLayer.Edit = this.ppc3dLayerEdit;
this.btiBorderControlLayer.Id = 137;
this.btiBorderControlLayer.Name = "btiBorderControlLayer";
this.btiBorderControlLayer.EditValueChanged += new System.EventHandler(this.btiBorderControlLayer_EditValueChanged);
this.btiBorderControlLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btiBorderControlLayer_ShowingEditor);
//
// btiWellLayer
//
this.btiWellLayer.Caption = "井位图层";
this.btiWellLayer.Edit = this.ppc3dLayerEdit;
this.btiWellLayer.Id = 518;
this.btiWellLayer.Name = "btiWellLayer";
this.btiWellLayer.EditValueChanged += new System.EventHandler(this.btiWellLayer_EditValueChanged);
this.btiWellLayer.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.btiWellLayer_ShowingEditor);
//
// bbtnFaultSimplyfy
//
this.bbtnFaultSimplyfy.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.bbtnFaultSimplyfy.Caption = "断层简化";
this.bbtnFaultSimplyfy.GroupIndex = 2;
this.bbtnFaultSimplyfy.Id = 133;
this.bbtnFaultSimplyfy.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnFaultSimplyfy.ImageOptions.SvgImage")));
this.bbtnFaultSimplyfy.Name = "bbtnFaultSimplyfy";
this.bbtnFaultSimplyfy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFaultSimplyfy_ItemClick);
//
// bbtnJoinCurves
//
this.bbtnJoinCurves.Caption = "曲线连接";
this.bbtnJoinCurves.Id = 134;
this.bbtnJoinCurves.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnJoinCurves.ImageOptions.SvgImage")));
this.bbtnJoinCurves.Name = "bbtnJoinCurves";
this.bbtnJoinCurves.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnJoinCurves_ItemClick);
//
// barButtonItem1
//
this.barButtonItem1.Caption = "barButtonItem1";
this.barButtonItem1.Id = 136;
this.barButtonItem1.Name = "barButtonItem1";
//
// bbtnOutline
//
this.bbtnOutline.Caption = "区域刻画";
this.bbtnOutline.Id = 140;
this.bbtnOutline.ImageOptions.SvgImage = global::PcgDrawR.Properties.Resources.quyukehua;
this.bbtnOutline.Name = "bbtnOutline";
this.bbtnOutline.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
this.bbtnOutline.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnOutline_ItemClick);
//
// barButtonItem4
//
this.barButtonItem4.Caption = "barButtonItem4";
this.barButtonItem4.Id = 141;
this.barButtonItem4.Name = "barButtonItem4";
//
// barSnapItem
//
this.barSnapItem.Caption = "吸附";
this.barSnapItem.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
this.barSnapItem.Id = 153;
this.barSnapItem.Name = "barSnapItem";
this.barSnapItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barSnapItem_CheckedChanged);
//
// barLinkContainerItem1
//
this.barLinkContainerItem1.Caption = "barLinkContainerItem1";
this.barLinkContainerItem1.Id = 154;
this.barLinkContainerItem1.Name = "barLinkContainerItem1";
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.rpgFile,
this.rpgCustom,
this.ribbonPageGroup1,
this.rgpViews,
this.ribbonPageGroup3,
this.rpgDrawElement,
this.rpgCurveOperate,
this.ribbonPageGroup6,
this.ribbonPageGroup7,
this.rpgSetting});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "绘图";
//
// rpgFile
//
this.rpgFile.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.rpgFile.ItemLinks.Add(this.btnPrintMap);
this.rpgFile.ItemLinks.Add(this.btnSaveMain);
this.rpgFile.ItemLinks.Add(this.btnImport, true);
this.rpgFile.ItemLinks.Add(this.btnExport);
this.rpgFile.ItemLinks.Add(this.btnMergeFile);
this.rpgFile.ItemLinks.Add(this.btnExportImg);
this.rpgFile.ItemLinks.Add(this.btnAddMapLayer);
this.rpgFile.ItemLinks.Add(this.btnTakeDataMain);
this.rpgFile.MergeOrder = 19;
this.rpgFile.Name = "rpgFile";
this.rpgFile.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rpgFile.Text = "文件";
//
// rpgCustom
//
this.rpgCustom.MergeOrder = 20;
this.rpgCustom.Name = "rpgCustom";
this.rpgCustom.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rpgCustom.Text = "钻井辅助分析";
this.rpgCustom.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.rpgCustom_CaptionButtonClick);
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.ribbonPageGroup1.ItemLinks.Add(this.btnUndo);
this.ribbonPageGroup1.ItemLinks.Add(this.btnRedo);
this.ribbonPageGroup1.ItemLinks.Add(this.btnCopy, true);
this.ribbonPageGroup1.ItemLinks.Add(this.btnCut);
this.ribbonPageGroup1.ItemLinks.Add(this.btnDeleteMain);
this.ribbonPageGroup1.ItemLinks.Add(this.btnPaste);
this.ribbonPageGroup1.ItemLinks.Add(this.btnSearchMain, true);
this.ribbonPageGroup1.ItemLinks.Add(this.btnSelectMain);
this.ribbonPageGroup1.ItemLinks.Add(this.btnImageCutMain);
this.ribbonPageGroup1.MergeOrder = 22;
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.ribbonPageGroup1.Text = "编辑";
//
// rgpViews
//
this.rgpViews.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.rgpViews.ItemLinks.Add(this.bckiPanelLayer);
this.rgpViews.ItemLinks.Add(this.bckiPanelStatistic);
this.rgpViews.ItemLinks.Add(this.bckiPanelProperty);
this.rgpViews.MergeOrder = 23;
this.rgpViews.Name = "rgpViews";
this.rgpViews.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rgpViews.Text = "视图";
//
// ribbonPageGroup3
//
this.ribbonPageGroup3.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomIn, true);
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomPan);
this.ribbonPageGroup3.ItemLinks.Add(this.btnRefresh);
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomOut);
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomAll);
this.ribbonPageGroup3.ItemLinks.Add(this.btnShowCross);
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomWindow);
this.ribbonPageGroup3.ItemLinks.Add(this.btnZoomBack);
this.ribbonPageGroup3.ItemLinks.Add(this.btnHighLight);
this.ribbonPageGroup3.MergeOrder = 24;
this.ribbonPageGroup3.Name = "ribbonPageGroup3";
this.ribbonPageGroup3.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.ribbonPageGroup3.Text = "导航";
//
// rpgDrawElement
//
this.rpgDrawElement.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.rpgDrawElement.ItemLinks.Add(this.btnToolDefault);
this.rpgDrawElement.ItemLinks.Add(this.btnToolSelect);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawCurve, true);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawText);
this.rpgDrawElement.ItemLinks.Add(this.btiWellGroup);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawPoint);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawCrossPointMain);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawProportion);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawNetFrame);
this.rpgDrawElement.ItemLinks.Add(this.btnDrawShape);
this.rpgDrawElement.MergeOrder = 25;
this.rpgDrawElement.Name = "rpgDrawElement";
this.rpgDrawElement.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rpgDrawElement.Text = "绘图";
//
// rpgCurveOperate
//
this.rpgCurveOperate.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveJoin);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveClose);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveReverse);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveTrim);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveNameMove);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveProcessMain);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveBreakMain);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveExtend);
this.rpgCurveOperate.ItemLinks.Add(this.btnCurveFill);
this.rpgCurveOperate.ItemLinks.Add(this.MergeCurve);
this.rpgCurveOperate.ItemLinks.Add(this.bbtnJoinCurves);
this.rpgCurveOperate.ItemLinks.Add(this.bbtnFaultSimplyfy);
this.rpgCurveOperate.MergeOrder = 26;
this.rpgCurveOperate.Name = "rpgCurveOperate";
this.rpgCurveOperate.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rpgCurveOperate.Text = "曲线操作";
//
// ribbonPageGroup6
//
this.ribbonPageGroup6.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.ribbonPageGroup6.ItemLinks.Add(this.bbtnGridProgress);
this.ribbonPageGroup6.ItemLinks.Add(this.bbtnOutline);
this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItemShowVtk);
this.ribbonPageGroup6.ItemLinks.Add(this.btnGridGenerateContour);
this.ribbonPageGroup6.ItemLinks.Add(this.btnGridSmooth);
this.ribbonPageGroup6.ItemLinks.Add(this.btnGridSetZValue);
this.ribbonPageGroup6.ItemLinks.Add(this.btnContourGenerateGrid);
this.ribbonPageGroup6.ItemLinks.Add(this.btnGridVolume);
this.ribbonPageGroup6.ItemLinks.Add(this.bbtnMeshPack);
this.ribbonPageGroup6.MergeOrder = 27;
this.ribbonPageGroup6.Name = "ribbonPageGroup6";
this.ribbonPageGroup6.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.ribbonPageGroup6.Text = "曲面";
//
// ribbonPageGroup7
//
this.ribbonPageGroup7.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.ribbonPageGroup7.ItemLinks.Add(this.barButtonGroup1);
this.ribbonPageGroup7.ItemLinks.Add(this.barButtonGroup6);
this.ribbonPageGroup7.ItemLinks.Add(this.barButtonGroup2);
this.ribbonPageGroup7.ItemLinks.Add(this.btnCutOutMain, true);
this.ribbonPageGroup7.ItemLinks.Add(this.btnCutInMain);
this.ribbonPageGroup7.ItemLinks.Add(this.barSnapItem);
this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem76, true);
this.ribbonPageGroup7.ItemLinks.Add(this.btnCurveNameMain);
this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem80);
this.ribbonPageGroup7.ItemLinks.Add(this.DelaunayButton, true);
this.ribbonPageGroup7.ItemLinks.Add(this.bbtnVoronoi);
this.ribbonPageGroup7.ItemLinks.Add(this.bbtnFaultBroaden);
this.ribbonPageGroup7.MergeOrder = 28;
this.ribbonPageGroup7.Name = "ribbonPageGroup7";
this.ribbonPageGroup7.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.ribbonPageGroup7.Text = "批量操作";
//
// rpgSetting
//
this.rpgSetting.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False;
this.rpgSetting.ItemLinks.Add(this.btnProjection);
this.rpgSetting.ItemLinks.Add(this.btnDisplayScale);
this.rpgSetting.ItemLinks.Add(this.btnBKGrid, true);
this.rpgSetting.ItemLinks.Add(this.btnSymbolManager);
this.rpgSetting.ItemLinks.Add(this.btnAntiAlias);
this.rpgSetting.MergeOrder = 29;
this.rpgSetting.Name = "rpgSetting";
this.rpgSetting.State = DevExpress.XtraBars.Ribbon.RibbonPageGroupState.Expanded;
this.rpgSetting.Text = "设置";
//
// repositoryItemBreadCrumbEdit1
//
this.repositoryItemBreadCrumbEdit1.AutoHeight = false;
this.repositoryItemBreadCrumbEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemBreadCrumbEdit1.Name = "repositoryItemBreadCrumbEdit1";
breadCrumbNode1.Caption = "BreadCrumbNode1";
breadCrumbNode2.Caption = "BreadCrumbNode3";
breadCrumbNode3.Caption = "BreadCrumbNode4";
breadCrumbNode3.Value = "BreadCrumbNode4";
breadCrumbNode4.Caption = "BreadCrumbNode8";
breadCrumbNode4.Value = "BreadCrumbNode8";
breadCrumbNode2.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
breadCrumbNode3,
breadCrumbNode4});
breadCrumbNode2.Value = "BreadCrumbNode3";
breadCrumbNode1.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
breadCrumbNode2});
breadCrumbNode1.Value = "BreadCrumbNode1";
breadCrumbNode5.Caption = "BreadCrumbNode2";
breadCrumbNode6.Caption = "BreadCrumbNode5";
breadCrumbNode6.Value = "BreadCrumbNode5";
breadCrumbNode5.ChildNodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
breadCrumbNode6});
breadCrumbNode5.Value = "BreadCrumbNode2";
breadCrumbNode7.Caption = "BreadCrumbNode6";
breadCrumbNode7.Value = "BreadCrumbNode6";
breadCrumbNode8.Caption = "BreadCrumbNode7";
breadCrumbNode8.Value = "BreadCrumbNode7";
this.repositoryItemBreadCrumbEdit1.Nodes.AddRange(new DevExpress.XtraEditors.BreadCrumbNode[] {
breadCrumbNode1,
breadCrumbNode5,
breadCrumbNode7,
breadCrumbNode8});
//
// repositoryItemPopupContainerEdit1
//
this.repositoryItemPopupContainerEdit1.AutoHeight = false;
this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
//
// repositoryItemPopupContainerEdit2
//
this.repositoryItemPopupContainerEdit2.AutoHeight = false;
this.repositoryItemPopupContainerEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemPopupContainerEdit2.Name = "repositoryItemPopupContainerEdit2";
//
// repositoryItemComboBox1
//
this.repositoryItemComboBox1.AutoHeight = false;
this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
//
// repositoryItemTextEdit1
//
this.repositoryItemTextEdit1.AutoHeight = false;
this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
//
// ribbonStatusBar1
//
this.ribbonStatusBar1.ItemLinks.Add(this.statusXY);
this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 567);
this.ribbonStatusBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ribbonStatusBar1.Name = "ribbonStatusBar1";
this.ribbonStatusBar1.Ribbon = this.ribbonMain;
this.ribbonStatusBar1.Size = new System.Drawing.Size(1828, 28);
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dcpStatistic,
this.dcpLayer,
this.panelContainer1});
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.StatusBar",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl"});
//
// dcpStatistic
//
this.dcpStatistic.Controls.Add(this.dockPanel2_Container);
this.dcpStatistic.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
this.dcpStatistic.FloatVertical = true;
this.dcpStatistic.ID = new System.Guid("96ce41ed-ec93-4536-9932-08e13d0f2683");
this.dcpStatistic.Location = new System.Drawing.Point(0, 351);
this.dcpStatistic.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dcpStatistic.Name = "dcpStatistic";
this.dcpStatistic.OriginalSize = new System.Drawing.Size(200, 216);
this.dcpStatistic.Size = new System.Drawing.Size(1828, 216);
this.dcpStatistic.Text = "统计";
//
// dockPanel2_Container
//
this.dockPanel2_Container.Location = new System.Drawing.Point(4, 40);
this.dockPanel2_Container.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dockPanel2_Container.Name = "dockPanel2_Container";
this.dockPanel2_Container.Size = new System.Drawing.Size(1820, 172);
this.dockPanel2_Container.TabIndex = 0;
//
// dcpLayer
//
this.dcpLayer.Controls.Add(this.dockPanel1_Container);
this.dcpLayer.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dcpLayer.ID = new System.Guid("c2ee1712-4c75-4936-8e08-b44f609f4c83");
this.dcpLayer.Location = new System.Drawing.Point(0, 97);
this.dcpLayer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dcpLayer.Name = "dcpLayer";
this.dcpLayer.OriginalSize = new System.Drawing.Size(393, 200);
this.dcpLayer.Size = new System.Drawing.Size(393, 254);
this.dcpLayer.TabText = "图层";
this.dcpLayer.Text = "图层";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Location = new System.Drawing.Point(4, 39);
this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(384, 211);
this.dockPanel1_Container.TabIndex = 0;
//
// panelContainer1
//
this.panelContainer1.ActiveChild = this.dcpCreate;
this.panelContainer1.Controls.Add(this.dcpProperty);
this.panelContainer1.Controls.Add(this.dcpCreate);
this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
this.panelContainer1.ID = new System.Guid("0f0aa236-7739-46b2-9c62-ad4bc5d5d775");
this.panelContainer1.Location = new System.Drawing.Point(1551, 97);
this.panelContainer1.Margin = new System.Windows.Forms.Padding(2);
this.panelContainer1.Name = "panelContainer1";
this.panelContainer1.OriginalSize = new System.Drawing.Size(277, 200);
this.panelContainer1.Size = new System.Drawing.Size(277, 254);
this.panelContainer1.Tabbed = true;
this.panelContainer1.Text = "panelContainer1";
//
// dcpCreate
//
this.dcpCreate.Controls.Add(this.controlContainer2);
this.dcpCreate.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dcpCreate.ID = new System.Guid("307e3072-c668-4bd3-bafb-1e296234cfc1");
this.dcpCreate.Location = new System.Drawing.Point(5, 39);
this.dcpCreate.Margin = new System.Windows.Forms.Padding(2);
this.dcpCreate.Name = "dcpCreate";
this.dcpCreate.OriginalSize = new System.Drawing.Size(270, 195);
this.dcpCreate.Size = new System.Drawing.Size(268, 183);
this.dcpCreate.Text = "成图";
//
// controlContainer2
//
this.controlContainer2.Location = new System.Drawing.Point(0, 0);
this.controlContainer2.Margin = new System.Windows.Forms.Padding(2);
this.controlContainer2.Name = "controlContainer2";
this.controlContainer2.Size = new System.Drawing.Size(268, 183);
this.controlContainer2.TabIndex = 0;
//
// dcpProperty
//
this.dcpProperty.Controls.Add(this.controlContainer1);
this.dcpProperty.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dcpProperty.ID = new System.Guid("fa9f590b-068b-4eb3-adc3-9edeedc3e275");
this.dcpProperty.Location = new System.Drawing.Point(5, 39);
this.dcpProperty.Margin = new System.Windows.Forms.Padding(2);
this.dcpProperty.Name = "dcpProperty";
this.dcpProperty.OriginalSize = new System.Drawing.Size(270, 195);
this.dcpProperty.Size = new System.Drawing.Size(268, 183);
this.dcpProperty.Text = "属性";
//
// controlContainer1
//
this.controlContainer1.Location = new System.Drawing.Point(0, 0);
this.controlContainer1.Margin = new System.Windows.Forms.Padding(2);
this.controlContainer1.Name = "controlContainer1";
this.controlContainer1.Size = new System.Drawing.Size(268, 183);
this.controlContainer1.TabIndex = 0;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// ppmCustom
//
this.ppmCustom.DrawMenuRightIndent = DevExpress.Utils.DefaultBoolean.False;
this.ppmCustom.ItemLinks.Add(this.bbtnCustom);
this.ppmCustom.MultiColumn = DevExpress.Utils.DefaultBoolean.False;
this.ppmCustom.Name = "ppmCustom";
this.ppmCustom.Ribbon = this.ribbonMain;
//
// columnButtonRenderer1
//
this.columnButtonRenderer1.ButtonPadding = new System.Drawing.Size(10, 10);
//
// UCDrawEdit
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ppcMeshPack);
this.Controls.Add(this.panelContainer1);
this.Controls.Add(this.dcpLayer);
this.Controls.Add(this.dcpStatistic);
this.Controls.Add(this.ribbonStatusBar1);
this.Controls.Add(this.ribbonMain);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "UCDrawEdit";
this.Size = new System.Drawing.Size(1828, 595);
this.Load += new System.EventHandler(this.UCDrawEdit_Load);
((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmSelect)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCrossPoint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmFind)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutBreak)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveExtend)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGenerateGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmElementProperty)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmAlign)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCoodinate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutIn)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCutOuter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGridSize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupProjection)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmTakeData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
this.popupControlContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmArc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmImageCut)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmSave)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmMeshPack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppcEditorMeshPack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppcMeshPack)).EndInit();
this.ppcMeshPack.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupGalleryEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupDisplay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmCurveProcess)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmVoronoi)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmDelaunay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmFillRegion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmGridEditorLayer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppmMergeCurve)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppm3dShow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppc3dLayerEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemBreadCrumbEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.dcpStatistic.ResumeLayout(false);
this.dcpLayer.ResumeLayout(false);
this.panelContainer1.ResumeLayout(false);
this.dcpCreate.ResumeLayout(false);
this.dcpProperty.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ppmCustom)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarButtonItem btnSelectMain;
private DevExpress.XtraBars.BarButtonItem btnPaste;
private DevExpress.XtraBars.BarButtonItem btnCut;
private DevExpress.XtraBars.BarButtonItem btnCopy;
private DevExpress.XtraBars.BarButtonItem btnDeleteMain;
private DevExpress.XtraBars.BarButtonItem barButtonItem12;
private DevExpress.XtraBars.BarButtonItem barButtonItem13;
private DevExpress.XtraBars.BarButtonItem barButtonItem14;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.BarStaticItem statusXY;
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar1;
private DevExpress.XtraBars.BarButtonItem barButtonItem15;
private DevExpress.XtraBars.BarButtonItem barButtonItem17;
private DevExpress.XtraBars.BarButtonItem barButtonItem18;
private DevExpress.XtraBars.BarButtonItem barButtonItem19;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3;
private DevExpress.XtraBars.BarButtonItem btnZoomAll;
private DevExpress.XtraBars.BarButtonItem btnZoomBack;
private DevExpress.XtraBars.BarButtonItem btnRefresh;
private DevExpress.XtraBars.BarButtonItem btnZoomIn;
private DevExpress.XtraBars.BarButtonItem btnZoomOut;
private DevExpress.XtraBars.BarButtonItem btnZoomPan;
private DevExpress.XtraBars.BarButtonItem btnZoomWindow;
private DevExpress.XtraBars.BarButtonItem btnShowCross;
private DevExpress.XtraBars.BarButtonItem btnHighLight;
private DevExpress.XtraBars.BarButtonItem btnToolDefault;
private DevExpress.XtraBars.BarButtonItem btnToolSelect;
private DevExpress.XtraBars.BarButtonItem btnDrawCurve;
private DevExpress.XtraBars.BarButtonItem btnDrawPoint;
private DevExpress.XtraBars.BarButtonItem btnDrawText;
private DevExpress.XtraBars.BarButtonItem btnDrawRectangle;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rpgDrawElement;
private DevExpress.XtraBars.BarButtonItem btnDrawNetFrame;
private DevExpress.XtraBars.BarButtonItem btnDrawProportion;
private DevExpress.XtraBars.BarButtonItem btnDrawCrossPointMain;
private DevExpress.XtraBars.BarButtonItem btnDrawEllipse;
private DevExpress.XtraBars.BarButtonItem barButtonItem52;
private DevExpress.XtraBars.BarButtonItem barButtonItem53;
private DevExpress.XtraBars.BarButtonItem barButtonItem54;
private DevExpress.XtraBars.BarButtonItem barButtonItem55;
private DevExpress.XtraBars.BarButtonItem barButtonItem48;
private DevExpress.XtraBars.BarButtonItem barButtonItem49;
private DevExpress.XtraBars.BarButtonItem barButtonItem50;
private DevExpress.XtraBars.BarButtonItem barButtonItem51;
private DevExpress.XtraBars.BarButtonItem btnSearchMain;
private DevExpress.XtraBars.PopupMenu ppmFind;
private DevExpress.XtraBars.BarButtonItem btnFind;
private DevExpress.XtraBars.BarButtonItem btnReplace;
private DevExpress.XtraBars.BarButtonItem btnFilter;
private DevExpress.XtraBars.BarButtonItem btnCurveBreakMain;
private DevExpress.XtraBars.BarButtonItem btnCurveJoin;
private DevExpress.XtraBars.BarButtonItem btnCurveClose;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rpgCurveOperate;
private DevExpress.XtraBars.BarButtonItem btnCurveReverse;
private DevExpress.XtraBars.BarButtonItem btnCurveExtend;
private DevExpress.XtraBars.BarButtonItem btnCurveNameMove;
private DevExpress.XtraBars.BarButtonItem btnCurveNameMain;
private DevExpress.XtraBars.BarButtonItem btnGridGenerateContour;
private DevExpress.XtraBars.BarButtonItem btnGridSmooth;
private DevExpress.XtraBars.BarButtonItem btnGridSetZValue;
private DevExpress.XtraBars.BarButtonItem btnContourGenerateGrid;
private DevExpress.XtraBars.PopupMenu ppmGenerateGrid;
private DevExpress.XtraBars.BarButtonItem bbtnDataGenerateGrid;
private DevExpress.XtraBars.BarButtonItem bbtnImageGenerateGrid;
private DevExpress.XtraBars.BarButtonItem btnGridVolume;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup6;
private DevExpress.XtraBars.BarButtonItem btnPropertyZoomIn;
private DevExpress.XtraBars.BarButtonItem btnPropertyZoomOut;
private DevExpress.XtraBars.BarButtonItem barButtonItem76;
private DevExpress.XtraBars.BarButtonItem btnOrderTop;
private DevExpress.XtraBars.BarButtonItem btnOrderBottom;
private DevExpress.XtraBars.BarButtonItem btnOrderUp;
private DevExpress.XtraBars.BarButtonItem btnOrderDown;
private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
private DevExpress.XtraBars.BarButtonGroup barButtonGroup6;
private DevExpress.XtraBars.BarButtonItem btnAlignMain;
private DevExpress.XtraBars.BarButtonItem barButtonItem80;
private DevExpress.XtraBars.BarButtonItem btnCutInMain;
private DevExpress.XtraBars.BarButtonItem btnCutOutMain;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rpgSetting;
private DevExpress.XtraBars.BarButtonItem btnBKGrid;
private DevExpress.XtraBars.BarButtonItem btnProjection;
private DevExpress.XtraBars.BarButtonItem btnProjectionChange;
private DevExpress.XtraBars.BarButtonItem btnImport;
private DevExpress.XtraBars.BarButtonItem btnExport;
private DevExpress.XtraBars.BarButtonItem btnTakeDataMain;
private DevExpress.XtraBars.BarButtonItem btnMergeFile;
private DevExpress.XtraBars.BarButtonItem btnAddMapLayer;
private DevExpress.XtraBars.BarButtonItem bbtnPlaneFigure;
private DevExpress.XtraBars.BarButtonItem bbtnWellFigure;
private DevExpress.XtraBars.BarButtonItem bbtnSectionFigure;
private DevExpress.XtraBars.BarButtonItem barButtonItem7;
private DevExpress.XtraBars.BarButtonItem btnRedo;
private DevExpress.XtraBars.BarButtonItem btnDrawShape;
private DevExpress.XtraBars.BarButtonItem btnCurveTrim;
private DevExpress.XtraBars.BarButtonItem btnDelete;
private DevExpress.XtraBars.BarButtonItem btnDeleteInRegion;
private DevExpress.XtraBars.BarButtonItem btnDeleteOutRegion;
private DevExpress.XtraBars.PopupMenu ppmDelete;
private DevExpress.XtraBars.PopupMenu ppmElementProperty;
private DevExpress.XtraBars.BarButtonItem btnSelectAll;
private DevExpress.XtraBars.BarButtonItem btnSelectAllCurve;
private DevExpress.XtraBars.BarButtonItem btnSelectAllPoint;
private DevExpress.XtraBars.PopupMenu ppmSelect;
private DevExpress.XtraBars.BarButtonItem btnClearPointProperty;
private DevExpress.XtraBars.BarButtonItem btnSetPointPropert;
private DevExpress.XtraBars.BarButtonItem btnClearCurveProperty;
private DevExpress.XtraBars.BarButtonItem btnSetCurveProperty;
private DevExpress.XtraBars.BarButtonItem btnSetXyzClore;
private DevExpress.XtraBars.PopupMenu ppmAlign;
private DevExpress.XtraBars.BarButtonItem btnAlignLeft;
private DevExpress.XtraBars.BarButtonItem btnAlignRight;
private DevExpress.XtraBars.BarButtonItem btnAlignTop;
private DevExpress.XtraBars.BarButtonItem btnAlignBottom;
private DevExpress.XtraBars.BarButtonItem btnAlignCenter;
private DevExpress.XtraBars.BarButtonItem btnAlignMiddle;
private DevExpress.XtraBars.BarButtonItem btnMirrorH;
private DevExpress.XtraBars.BarButtonItem btnMirrorV;
private DevExpress.XtraBars.BarButtonItem btnCoordinateCalculate;
private DevExpress.XtraBars.BarButtonItem btnCoordinateExchange;
private DevExpress.XtraBars.PopupMenu ppmCoodinate;
private DevExpress.XtraBars.BarButtonItem btnImageCutMain;
private DevExpress.XtraBars.BarButtonItem btnImageCutRectangle;
private DevExpress.XtraBars.BarButtonItem btnImageCutAll;
private DevExpress.XtraBars.BarButtonItem btnImageCutWindow;
private DevExpress.XtraBars.PopupMenu ppmImageCut;
private DevExpress.XtraBars.PopupMenu ppmTakeData;
private DevExpress.XtraBars.BarButtonItem btnTakeDisplay;
private DevExpress.XtraBars.BarButtonItem btnTakeSelected;
private DevExpress.XtraBars.BarButtonItem btnTakePoints;
private DevExpress.XtraBars.BarButtonItem btnTakeCurves;
private DevExpress.XtraBars.BarButtonItem btnTakeFilled;
private DevExpress.XtraBars.BarButtonItem btnTakeTexts;
private DevExpress.XtraBars.BarButtonItem btnTakePurerCurves;
private DevExpress.XtraBars.BarButtonItem btnTake2Xyz;
private DevExpress.XtraBars.BarButtonItem btnTake2Symbol;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rpgFile;
private DevExpress.XtraBars.BarButtonItem btnSave;
private DevExpress.XtraBars.BarButtonItem btnSaveAs;
private DevExpress.XtraBars.PopupMenu ppmSave;
private DevExpress.XtraBars.PopupMenu ppmGridSize;
private DevExpress.XtraBars.BarButtonItem btnBkGridSize;
private DevExpress.XtraBars.BarButtonItem btnDrawArc;
private DevExpress.XtraBars.BarButtonItem btnDrawChord;
private DevExpress.XtraBars.BarButtonItem btnDrawFan;
private DevExpress.XtraBars.BarButtonItem btnDrawPentagon;
private DevExpress.XtraBars.PopupMenu ppmArc;
private DevExpress.XtraBars.PopupMenu ppmCrossPoint;
private DevExpress.XtraBars.BarButtonItem btnDrawFractionPoint;
private DevExpress.XtraBars.BarButtonItem btnDrawCrossPoint;
private DevExpress.XtraBars.PopupMenu ppmCutOuter;
private DevExpress.XtraBars.BarButtonItem btnCutOutRectangle;
private DevExpress.XtraBars.BarButtonItem btnCutOutPick;
private DevExpress.XtraBars.BarButtonItem btnCutInRectangle;
private DevExpress.XtraBars.BarButtonItem btnCutInPickup;
private DevExpress.XtraBars.PopupMenu ppmCutIn;
private DevExpress.XtraBars.PopupMenu ppmCurveName;
private DevExpress.XtraBars.BarButtonItem btnCurveNameSet;
private DevExpress.XtraBars.BarButtonItem btnCurveName2Z;
private DevExpress.XtraBars.BarButtonItem btnCurveNameFromZ;
private DevExpress.XtraBars.BarButtonItem btnCurveNameFindEmpty;
private DevExpress.XtraBars.BarButtonItem btnCurveExtendSetting;
private DevExpress.XtraBars.PopupMenu ppmCurveExtend;
private DevExpress.XtraBars.BarButtonItem btnCoordinateAdjust4Point;
private DevExpress.XtraBars.BarButtonItem btnCoordinateAdjust2Point;
private DevExpress.XtraBars.BarButtonItem bbtnMeshPack;
private DevExpress.XtraBars.BarButtonItem bbtnMeshPackForce;
private DevExpress.XtraBars.BarEditItem bdtFaultLayer;
private DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit ppcEditorMeshPack;
private DevExpress.XtraBars.BarEditItem barEditItem2;
private DevExpress.XtraEditors.Repository.RepositoryItemPopupGalleryEdit repositoryItemPopupGalleryEdit1;
private DevExpress.XtraBars.PopupMenu ppmMeshPack;
private DevExpress.XtraEditors.Repository.RepositoryItemBreadCrumbEdit repositoryItemBreadCrumbEdit1;
private DevExpress.XtraEditors.PopupContainerControl ppcMeshPack;
private System.Windows.Forms.TreeView trvLayer;
private DevExpress.Utils.ToolTipController tpcMain;
private DevExpress.XtraBars.BarEditItem bdtBorderLayer;
private DevExpress.XtraBars.BarButtonItem btnContourNameSet;
private DevExpress.XtraBars.BarButtonItem btnAntiAlias;
private DevExpress.XtraBars.BarButtonItem btnUndo;
private DevExpress.XtraBars.BarButtonItem btnDisplayScale;
public DevExpress.XtraBars.Ribbon.RibbonControl ribbonMain;
private DevExpress.XtraBars.BarCheckItem barCheckItem1;
private DevExpress.XtraBars.BarCheckItem bckiPanelStatistic;
private DevExpress.XtraBars.BarCheckItem bckiPanelProperty;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rgpViews;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dcpStatistic;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container;
private DevExpress.XtraBars.Docking.DockPanel dcpLayer;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
public DevExpress.XtraBars.BarButtonItem btnSaveMain;
private DevExpress.XtraBars.BarButtonItem btnCurveProcessMain;
private DevExpress.XtraBars.PopupMenu ppmCutBreak;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
private DevExpress.XtraBars.BarButtonItem bbtnCurveNodeInsert;
private DevExpress.XtraBars.BarButtonItem bbtnCurveNodeRedundant;
private DevExpress.XtraBars.BarButtonItem bbtnCurveSmooth;
private DevExpress.XtraBars.BarButtonItem bbtnShape2Curve;
private DevExpress.XtraBars.PopupMenu ppmCurveProcess;
private DevExpress.XtraBars.BarButtonItem btnExportImg;
private DevExpress.XtraBars.BarCheckItem barCheckItem2;
private DevExpress.XtraBars.BarToggleSwitchItem barToggleSwitchItem1;
private DevExpress.XtraBars.BarEditItem barEditItem1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraBars.BarButtonItem bbtnSurfaceCurveZ;
private DevExpress.XtraBars.BarButtonItem btnImageCutEx;
private DevExpress.XtraBars.Docking.DockPanel dcpProperty;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
private DevExpress.XtraBars.BarButtonItem bbtnVoronoi;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup rpgCustom;
private DevExpress.XtraBars.BarButtonItem DelaunayButton;
private DevExpress.XtraBars.BarButtonItem SimplifyButton;
private DevExpress.XtraBars.BarButtonItem btnImageCutPolygon;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
private DevExpress.XtraBars.BarButtonItem btnCurveFill;
private DevExpress.XtraBars.PopupMenu ppmFillRegion;
private DevExpress.XtraBars.BarButtonItem btnIntersectRegionFill;
private DevExpress.XtraBars.BarButtonItem btnAutoRegionFill;
private DevExpress.XtraBars.BarSubItem barSubItem1;
private DevExpress.XtraBars.BarButtonItem btnLinkRegionFill;
private DevExpress.XtraBars.PopupMenu ppmCustom;
private DevExpress.XtraBars.BarButtonItem bbtnCustom;
private DevExpress.XtraBars.BarCheckItem bckiPanelLayer;
private DevExpress.XtraBars.BarButtonItem bbtnGridProgress;
private BarEditItem btiGridContourLayer;
private BarEditItem bdiGridFaultLayer;
private RepositoryItemPopupContainerEdit repositoryItemPopupContainerEdit1;
private RepositoryItemPopupContainerEdit repositoryItemPopupContainerEdit2;
private PopupMenu ppmGridEditorLayer;
private BarEditItem btiGridControlPointLayer;
private RepositoryItemComboBox repositoryItemComboBox1;
private BarButtonItem btiWellGroup;
private BarButtonGroup barButtonGroup2;
private BarButtonItem btnSymbolManager;
private BarButtonItem bbtnFaultBroaden;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnPopCancel;
private DevExpress.XtraEditors.SimpleButton btnPopOK;
private BrightIdeasSoftware.ColumnButtonRenderer columnButtonRenderer1;
private BarButtonItem MergeCurve;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup7;
private BarButtonItem bbtnReverseZ;
private BarButtonItem btnDeleteDuplicate;
private BarButtonItem barButtonItemShowVtk;
private BarButtonItem bbtnFaultSimplyfy;
private BarButtonItem bbtnJoinCurves;
private PopupMenu ppm3dShow;
private BarEditItem btiDigEmptyLayer;
private BarEditItem btiWellLayer;
private RepositoryItemPopupContainerEdit ppc3dLayerEdit;
private BarEditItem btiBorderControlLayer;
private BarButtonItem barButtonItem1;
private PopupMenu ppmMergeCurve;
private BarButtonItem bbtnCurveCaculate;
private BarButtonItem bbtnPolygonConnect;
private BarButtonItem bbtnOutline;
private BarButtonItem barButtonItem4;
private BarEditItem btnOtherLineLayer;
private RepositoryItemTextEdit repositoryItemTextEdit1;
private PopupMenu popupDisplay;
private BarButtonItem DisplayScale;
private BarButtonItem WindowSync;
private BarButtonItem ProjectionSettings;
private BarButtonItem ProjectionConvert;
private PopupMenu popupProjection;
private DevExpress.XtraBars.Docking.DockPanel panelContainer1;
private DevExpress.XtraBars.Docking.DockPanel dcpCreate;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer2;
private BarCheckItem barSnapItem;
private BarButtonItem btnRotation;
private BarLinkContainerItem barLinkContainerItem1;
private BrightIdeasSoftware.CheckStateRenderer checkStateRenderer1;
public BarButtonItem btnPrintMap;
private PopupMenu ppmDelaunay;
private BarButtonItem btnDelaunaySimple;
private BarButtonItem btnDelaunayConstraint;
private BarButtonItem bbtnVoronoi1;
private BarButtonItem bbtnVoronoi2;
private PopupMenu ppmVoronoi;
private PopupMenu popupMenu1;
private DevExpress.XtraBars.PopupControlContainer popupControlContainer1;
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
}
}