namespace KepGridEditor { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } System.Windows.Forms.Application.Idle -= Application_Idle; meshEditor?.Dispose(); meshEditor = null; base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); MeshProcess.GridEditorParameter gridEditorParameter1 = new MeshProcess.GridEditorParameter(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.bbtnOpenFile = new DevExpress.XtraBars.BarButtonItem(); this.btnViewAll = new DevExpress.XtraBars.BarButtonItem(); this.bbtnUndo = new DevExpress.XtraBars.BarButtonItem(); this.bbtnRedo = new DevExpress.XtraBars.BarButtonItem(); this.bbtnDragUp = new DevExpress.XtraBars.BarButtonItem(); this.bbtnDragDown = new DevExpress.XtraBars.BarButtonItem(); this.bbtnDrawAway = new DevExpress.XtraBars.BarButtonItem(); this.bbtnSmooth = new DevExpress.XtraBars.BarButtonItem(); this.bbtnOffsetFault = new DevExpress.XtraBars.BarButtonItem(); this.bbtnFaultControl = new DevExpress.XtraBars.BarCheckItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.bbtnPolygonOperator = new DevExpress.XtraBars.BarButtonItem(); this.bbtnDragUpPolygon = new DevExpress.XtraBars.BarButtonItem(); this.bbtnDragDownPolygon = new DevExpress.XtraBars.BarButtonItem(); this.bbtnSmoothPolygon = new DevExpress.XtraBars.BarButtonItem(); this.barEditItemFactor = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.rectificationCombox = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.bbtnPointAdapt = new DevExpress.XtraBars.BarButtonItem(); this.bbtnFilterMesh = new DevExpress.XtraBars.BarButtonItem(); this.bbtnOptimizeMesh = new DevExpress.XtraBars.BarButtonItem(); this.btxtOptimize = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.bbtnCalculateZ = new DevExpress.XtraBars.BarButtonItem(); this.bbtnSendBackData = new DevExpress.XtraBars.BarButtonItem(); this.bbtnClose = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.trvLayer = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.ppgParameter = new DevExpress.XtraVerticalGrid.PropertyGridControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.meshEditor = new MeshProcess.UCMeshEditor(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.panelContainer1.SuspendLayout(); this.dockPanel1.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trvLayer)).BeginInit(); this.dockPanel2.SuspendLayout(); this.dockPanel2_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ppgParameter)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); this.SuspendLayout(); // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.DockManager = this.dockManager1; this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.barButtonItem2, this.bbtnOpenFile, this.btnViewAll, this.bbtnDragUp, this.bbtnDragDown, this.bbtnDrawAway, this.bbtnSmooth, this.bbtnUndo, this.bbtnRedo, this.bbtnSendBackData, this.bbtnClose, this.bbtnOffsetFault, this.bbtnFilterMesh, this.bbtnPointAdapt, this.bbtnOptimizeMesh, this.barStaticItem1, this.btxtOptimize, this.barEditItem2, this.bbtnPolygonOperator, this.bbtnDragUpPolygon, this.bbtnDragDownPolygon, this.bbtnSmoothPolygon, this.bbtnCalculateZ, this.barEditItem1, this.bbtnFaultControl, this.rectificationCombox, this.barEditItemFactor}); this.barManager1.MaxItemId = 30; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTextEdit1, this.repositoryItemButtonEdit1, this.repositoryItemCheckEdit1, this.repositoryItemComboBox1, this.repositoryItemTextEdit2}); // // bar1 // this.bar1.BarName = "Tools"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.bbtnOpenFile), new DevExpress.XtraBars.LinkPersistInfo(this.btnViewAll), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnUndo, true), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnRedo), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDragUp, true), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDragDown), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDrawAway), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnSmooth), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnOffsetFault), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnFaultControl), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem1, "", true, true, true, 20), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnPolygonOperator), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDragUpPolygon), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDragDownPolygon), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnSmoothPolygon), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnPointAdapt), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnFilterMesh), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnOptimizeMesh, true), new DevExpress.XtraBars.LinkPersistInfo(this.btxtOptimize), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnCalculateZ, true), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnSendBackData), new DevExpress.XtraBars.LinkPersistInfo(this.bbtnClose)}); this.bar1.OptionsBar.AllowQuickCustomization = false; this.bar1.OptionsBar.DrawBorder = false; this.bar1.OptionsBar.UseWholeRow = true; this.bar1.Text = "Tools"; // // bbtnOpenFile // this.bbtnOpenFile.Caption = "barButtonItem3"; this.bbtnOpenFile.Id = 2; this.bbtnOpenFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnOpenFile.ImageOptions.SvgImage"))); this.bbtnOpenFile.Name = "bbtnOpenFile"; this.bbtnOpenFile.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; this.bbtnOpenFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnOpenFile_ItemClick); // // btnViewAll // this.btnViewAll.Caption = "居中显示"; this.btnViewAll.Id = 3; this.btnViewAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnViewAll.ImageOptions.SvgImage"))); this.btnViewAll.Name = "btnViewAll"; this.btnViewAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewAll_ItemClick); // // bbtnUndo // this.bbtnUndo.Caption = "撤销"; this.bbtnUndo.Id = 8; this.bbtnUndo.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnUndo.ImageOptions.SvgImage"))); this.bbtnUndo.Name = "bbtnUndo"; this.bbtnUndo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnUndo_ItemClick); // // bbtnRedo // this.bbtnRedo.Caption = "重做"; this.bbtnRedo.Id = 9; this.bbtnRedo.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnRedo.ImageOptions.SvgImage"))); this.bbtnRedo.Name = "bbtnRedo"; this.bbtnRedo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnRedo_ItemClick); // // bbtnDragUp // this.bbtnDragUp.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnDragUp.Caption = "抬升"; this.bbtnDragUp.GroupIndex = 1; this.bbtnDragUp.Id = 4; this.bbtnDragUp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnDragUp.ImageOptions.SvgImage"))); this.bbtnDragUp.Name = "bbtnDragUp"; this.bbtnDragUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDragUp_ItemClick); // // bbtnDragDown // this.bbtnDragDown.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnDragDown.Caption = "下压"; this.bbtnDragDown.GroupIndex = 1; this.bbtnDragDown.Id = 5; this.bbtnDragDown.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnDragDown.ImageOptions.SvgImage"))); this.bbtnDragDown.Name = "bbtnDragDown"; this.bbtnDragDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDragDown_ItemClick); // // bbtnDrawAway // this.bbtnDrawAway.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnDrawAway.Caption = "涂抹"; this.bbtnDrawAway.GroupIndex = 1; this.bbtnDrawAway.Id = 6; this.bbtnDrawAway.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnDrawAway.ImageOptions.SvgImage"))); this.bbtnDrawAway.Name = "bbtnDrawAway"; this.bbtnDrawAway.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDrawAway_ItemClick); // // bbtnSmooth // this.bbtnSmooth.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnSmooth.Caption = "平滑"; this.bbtnSmooth.GroupIndex = 1; this.bbtnSmooth.Id = 7; this.bbtnSmooth.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnSmooth.ImageOptions.SvgImage"))); this.bbtnSmooth.Name = "bbtnSmooth"; this.bbtnSmooth.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSmooth_ItemClick); // // bbtnOffsetFault // this.bbtnOffsetFault.Caption = "断层边缘优化"; this.bbtnOffsetFault.Id = 12; this.bbtnOffsetFault.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnOffsetFault.ImageOptions.SvgImage"))); this.bbtnOffsetFault.Name = "bbtnOffsetFault"; this.bbtnOffsetFault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnOffsetFault_ItemClick); // // bbtnFaultControl // this.bbtnFaultControl.Caption = "断层控制"; this.bbtnFaultControl.Hint = "断层控制区域"; this.bbtnFaultControl.Id = 27; this.bbtnFaultControl.Name = "bbtnFaultControl"; this.bbtnFaultControl.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFaultControl_CheckedChanged); // // barEditItem1 // this.barEditItem1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False; this.barEditItem1.Caption = "整体抬升下压"; this.barEditItem1.Edit = this.repositoryItemCheckEdit1; this.barEditItem1.Id = 26; this.barEditItem1.Name = "barEditItem1"; this.barEditItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem1_ItemClick); // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // bbtnPolygonOperator // this.bbtnPolygonOperator.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnPolygonOperator.Caption = "范围操作"; this.bbtnPolygonOperator.GroupIndex = 1; this.bbtnPolygonOperator.Id = 20; this.bbtnPolygonOperator.Name = "bbtnPolygonOperator"; this.bbtnPolygonOperator.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnPolygonOperator_DownChanged); // // bbtnDragUpPolygon // this.bbtnDragUpPolygon.Caption = "抬升"; this.bbtnDragUpPolygon.Id = 21; this.bbtnDragUpPolygon.Name = "bbtnDragUpPolygon"; this.bbtnDragUpPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDragUpPolygon_ItemClick); // // bbtnDragDownPolygon // this.bbtnDragDownPolygon.Caption = "下压"; this.bbtnDragDownPolygon.Id = 22; this.bbtnDragDownPolygon.Name = "bbtnDragDownPolygon"; this.bbtnDragDownPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDragDownPolygon_ItemClick); // // bbtnSmoothPolygon // this.bbtnSmoothPolygon.Caption = "光滑"; this.bbtnSmoothPolygon.Id = 23; this.bbtnSmoothPolygon.Name = "bbtnSmoothPolygon"; this.bbtnSmoothPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSmoothPolygon_ItemClick); // // barEditItemFactor // this.barEditItemFactor.Caption = "步长倍数"; this.barEditItemFactor.Edit = this.repositoryItemTextEdit2; this.barEditItemFactor.Id = 29; this.barEditItemFactor.Name = "barEditItemFactor"; // // repositoryItemTextEdit2 // this.repositoryItemTextEdit2.AutoHeight = false; this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2"; // // rectificationCombox // this.rectificationCombox.Caption = "井点校正"; this.rectificationCombox.Edit = this.repositoryItemComboBox1; this.rectificationCombox.EditValue = "默认"; this.rectificationCombox.Id = 28; this.rectificationCombox.Name = "rectificationCombox"; // // 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.Items.AddRange(new object[] { "默认", "RFB", "IDW"}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // bbtnPointAdapt // this.bbtnPointAdapt.Caption = "井点匹配"; this.bbtnPointAdapt.Id = 15; this.bbtnPointAdapt.ImageOptions.SvgImage = global::KepGridEditor.Properties.Resources.jingdianpipei; this.bbtnPointAdapt.Name = "bbtnPointAdapt"; this.bbtnPointAdapt.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnPointAdapt_ItemClick); // // bbtnFilterMesh // this.bbtnFilterMesh.Caption = "过滤等值线"; this.bbtnFilterMesh.Id = 13; this.bbtnFilterMesh.ImageOptions.SvgImage = global::KepGridEditor.Properties.Resources.guolvdengzhixian; this.bbtnFilterMesh.Name = "bbtnFilterMesh"; this.bbtnFilterMesh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFilterMesh_ItemClick); // // bbtnOptimizeMesh // this.bbtnOptimizeMesh.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check; this.bbtnOptimizeMesh.Caption = "优化网格"; this.bbtnOptimizeMesh.GroupIndex = 1; this.bbtnOptimizeMesh.Id = 16; this.bbtnOptimizeMesh.Name = "bbtnOptimizeMesh"; this.bbtnOptimizeMesh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnOptimizeMesh_ItemClick); // // btxtOptimize // this.btxtOptimize.Caption = "优化半径"; this.btxtOptimize.CaptionToEditorIndent = 0; this.btxtOptimize.Edit = this.repositoryItemTextEdit1; this.btxtOptimize.EditValue = 50D; this.btxtOptimize.Id = 18; this.btxtOptimize.Name = "btxtOptimize"; this.btxtOptimize.UseEditorPadding = false; this.btxtOptimize.EditValueChanged += new System.EventHandler(this.btxtOptimize_EditValueChanged); // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // bbtnCalculateZ // this.bbtnCalculateZ.Caption = "Z值运算"; this.bbtnCalculateZ.Id = 24; this.bbtnCalculateZ.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnCalculateZ.ImageOptions.SvgImage"))); this.bbtnCalculateZ.Name = "bbtnCalculateZ"; this.bbtnCalculateZ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCalculateZ_ItemClick); // // bbtnSendBackData // this.bbtnSendBackData.Caption = "数据回写"; this.bbtnSendBackData.Id = 10; this.bbtnSendBackData.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnSendBackData.ImageOptions.SvgImage"))); this.bbtnSendBackData.Name = "bbtnSendBackData"; this.bbtnSendBackData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSendBackData_ItemClick); // // bbtnClose // this.bbtnClose.Caption = "退出"; this.bbtnClose.Id = 11; this.bbtnClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnClose.ImageOptions.SvgImage"))); this.bbtnClose.Name = "bbtnClose"; this.bbtnClose.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; this.bbtnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnClose_ItemClick); // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Manager = this.barManager1; this.barDockControlTop.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.barDockControlTop.Size = new System.Drawing.Size(1136, 24); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 516); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.barDockControlBottom.Size = new System.Drawing.Size(1136, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 24); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.barDockControlLeft.Size = new System.Drawing.Size(0, 492); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1136, 24); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.barDockControlRight.Size = new System.Drawing.Size(0, 492); // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.MenuManager = this.barManager1; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.panelContainer1}); this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"}); // // panelContainer1 // this.panelContainer1.Controls.Add(this.dockPanel1); this.panelContainer1.Controls.Add(this.dockPanel2); this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; this.panelContainer1.ID = new System.Guid("10136c92-1ec2-4a97-9682-24d91d52ef32"); this.panelContainer1.Location = new System.Drawing.Point(832, 24); this.panelContainer1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panelContainer1.Name = "panelContainer1"; this.panelContainer1.OriginalSize = new System.Drawing.Size(261, 200); this.panelContainer1.Size = new System.Drawing.Size(304, 492); this.panelContainer1.Text = "panelContainer1"; // // dockPanel1 // this.dockPanel1.Controls.Add(this.dockPanel1_Container); this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.dockPanel1.ID = new System.Guid("eeab6bb3-6c17-4653-9208-df22b0e203b0"); this.dockPanel1.Location = new System.Drawing.Point(0, 0); this.dockPanel1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Options.ShowCloseButton = false; this.dockPanel1.Options.ShowMaximizeButton = false; this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 179); this.dockPanel1.Size = new System.Drawing.Size(304, 180); this.dockPanel1.Text = "模型管理器"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.trvLayer); this.dockPanel1_Container.Location = new System.Drawing.Point(4, 26); this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(297, 150); this.dockPanel1_Container.TabIndex = 0; // // trvLayer // this.trvLayer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.trvLayer.Caption = "模型管理器"; this.trvLayer.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1}); this.trvLayer.Cursor = System.Windows.Forms.Cursors.Default; this.trvLayer.Dock = System.Windows.Forms.DockStyle.Fill; this.trvLayer.Location = new System.Drawing.Point(0, 0); this.trvLayer.Margin = new System.Windows.Forms.Padding(0, 3, 2, 3); this.trvLayer.Name = "trvLayer"; this.trvLayer.BeginUnboundLoad(); this.trvLayer.AppendNode(new object[] { "网格"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "等值线"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "断层"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "控制点"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "边界"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "附加线"}, -1, System.Windows.Forms.CheckState.Checked); this.trvLayer.AppendNode(new object[] { "网格点"}, -1); this.trvLayer.EndUnboundLoad(); this.trvLayer.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check; this.trvLayer.OptionsView.ShowColumns = false; this.trvLayer.OptionsView.ShowIndicator = false; this.trvLayer.OptionsView.ShowRoot = false; this.trvLayer.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.False; this.trvLayer.Size = new System.Drawing.Size(297, 150); this.trvLayer.TabIndex = 0; this.trvLayer.TreeLevelWidth = 17; this.trvLayer.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.trvLayer_AfterCheckNode); // // treeListColumn1 // this.treeListColumn1.Caption = "treeListColumn1"; this.treeListColumn1.FieldName = "treeListColumn1"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.OptionsColumn.AllowEdit = false; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // dockPanel2 // this.dockPanel2.Controls.Add(this.dockPanel2_Container); this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.dockPanel2.ID = new System.Guid("60101ff1-2c72-48a8-9c99-818ef6f6e082"); this.dockPanel2.Location = new System.Drawing.Point(0, 180); this.dockPanel2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.dockPanel2.Name = "dockPanel2"; this.dockPanel2.Options.ShowCloseButton = false; this.dockPanel2.Options.ShowMaximizeButton = false; this.dockPanel2.OriginalSize = new System.Drawing.Size(261, 309); this.dockPanel2.Size = new System.Drawing.Size(304, 312); this.dockPanel2.Text = "设置"; // // dockPanel2_Container // this.dockPanel2_Container.Controls.Add(this.ppgParameter); this.dockPanel2_Container.Location = new System.Drawing.Point(4, 26); this.dockPanel2_Container.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.dockPanel2_Container.Name = "dockPanel2_Container"; this.dockPanel2_Container.Size = new System.Drawing.Size(297, 283); this.dockPanel2_Container.TabIndex = 0; // // ppgParameter // this.ppgParameter.BandsInterval = 1; this.ppgParameter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.ppgParameter.Cursor = System.Windows.Forms.Cursors.Default; this.ppgParameter.Dock = System.Windows.Forms.DockStyle.Fill; this.ppgParameter.Location = new System.Drawing.Point(0, 0); this.ppgParameter.Margin = new System.Windows.Forms.Padding(1); this.ppgParameter.Name = "ppgParameter"; this.ppgParameter.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort; this.ppgParameter.OptionsView.FixedLineWidth = 1; this.ppgParameter.OptionsView.ShowRootLevelIndent = false; this.ppgParameter.ShowButtonMode = DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedRow; this.ppgParameter.Size = new System.Drawing.Size(297, 283); this.ppgParameter.TabIndex = 0; this.ppgParameter.TreeButtonStyle = DevExpress.XtraVerticalGrid.TreeButtonStyle.TreeView; this.ppgParameter.CustomPropertyDescriptors += new DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventHandler(this.ppgParameter_CustomPropertyDescriptors); this.ppgParameter.CellValueChanged += new DevExpress.XtraVerticalGrid.Events.CellValueChangedEventHandler(this.ppgParameter_CellValueChanged); // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Id = 0; this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "barButtonItem2"; this.barButtonItem2.Id = 1; this.barButtonItem2.Name = "barButtonItem2"; // // barStaticItem1 // this.barStaticItem1.Caption = "barStaticItem1"; this.barStaticItem1.Id = 17; this.barStaticItem1.Name = "barStaticItem1"; // // barEditItem2 // this.barEditItem2.Caption = "barEditItem2"; this.barEditItem2.Edit = this.repositoryItemButtonEdit1; this.barEditItem2.Id = 19; this.barEditItem2.Name = "barEditItem2"; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; // // meshEditor // this.meshEditor.CommandStatus = MeshProcess.OperaCommandType.Unknown; this.meshEditor.ContourLayerName = "等值线"; this.meshEditor.CurrentCursor = null; this.meshEditor.Dock = System.Windows.Forms.DockStyle.Fill; gridEditorParameter1.ComputeType = MeshProcess.GridComputeType.方式一; gridEditorParameter1.ContourMaxValue = 0D; gridEditorParameter1.ContourMinValue = 0D; gridEditorParameter1.ContourSpace = 0D; gridEditorParameter1.DecimalNumber = 2; gridEditorParameter1.EnableFillFault = false; gridEditorParameter1.EnablePickMeshZ = false; gridEditorParameter1.FontSize = 11D; gridEditorParameter1.MarkStep = 5; gridEditorParameter1.OperatorRadius = 30D; gridEditorParameter1.Strength = 10; gridEditorParameter1.WellPointColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); gridEditorParameter1.WellRadius = 0D; gridEditorParameter1.ZMax = 0D; gridEditorParameter1.ZMin = 0D; this.meshEditor.EditorParameter = gridEditorParameter1; this.meshEditor.FaultLayerName = "断层"; this.meshEditor.IsSaved = true; this.meshEditor.Location = new System.Drawing.Point(0, 24); this.meshEditor.Margin = new System.Windows.Forms.Padding(1); this.meshEditor.Name = "meshEditor"; this.meshEditor.OptimizeMeshRadius = 50F; this.meshEditor.OtherLineLayerName = ""; this.meshEditor.PointLayerName = ""; this.meshEditor.Size = new System.Drawing.Size(832, 492); this.meshEditor.TabIndex = 4; this.meshEditor.Load += new System.EventHandler(this.meshEditor_Load); // // propertyGrid1 // this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(0, 0); this.propertyGrid1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(187, 400); this.propertyGrid1.TabIndex = 0; this.propertyGrid1.ToolbarVisible = false; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1136, 516); this.Controls.Add(this.meshEditor); this.Controls.Add(this.panelContainer1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("FormMain.IconOptions.SvgImage"))); this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.Name = "FormMain"; this.Text = "智能等网编辑"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.panelContainer1.ResumeLayout(false); this.dockPanel1.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trvLayer)).EndInit(); this.dockPanel2.ResumeLayout(false); this.dockPanel2_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ppgParameter)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.Bar bar1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.BarButtonItem bbtnOpenFile; private DevExpress.XtraBars.BarButtonItem btnViewAll; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.BarButtonItem barButtonItem2; private MeshProcess.UCMeshEditor meshEditor; private DevExpress.XtraBars.BarButtonItem bbtnUndo; private DevExpress.XtraBars.BarButtonItem bbtnRedo; private DevExpress.XtraBars.BarButtonItem bbtnDragUp; private DevExpress.XtraBars.BarButtonItem bbtnDrawAway; private DevExpress.XtraBars.BarButtonItem bbtnSmooth; private DevExpress.XtraBars.BarButtonItem bbtnSendBackData; private DevExpress.XtraBars.BarButtonItem bbtnClose; private System.Windows.Forms.PropertyGrid propertyGrid1; private DevExpress.XtraTreeList.TreeList trvLayer; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraVerticalGrid.PropertyGridControl ppgParameter; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel panelContainer1; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private DevExpress.XtraBars.Docking.DockPanel dockPanel2; private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container; private DevExpress.XtraBars.BarButtonItem bbtnOffsetFault; private DevExpress.XtraBars.BarButtonItem bbtnPointAdapt; private DevExpress.XtraBars.BarButtonItem bbtnFilterMesh; private DevExpress.XtraBars.BarButtonItem bbtnOptimizeMesh; private DevExpress.XtraBars.BarEditItem btxtOptimize; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1; private DevExpress.XtraBars.BarStaticItem barStaticItem1; private DevExpress.XtraBars.BarEditItem barEditItem2; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraBars.BarButtonItem bbtnPolygonOperator; private DevExpress.XtraBars.BarButtonItem bbtnDragUpPolygon; private DevExpress.XtraBars.BarButtonItem bbtnDragDownPolygon; private DevExpress.XtraBars.BarButtonItem bbtnSmoothPolygon; private DevExpress.XtraBars.BarButtonItem bbtnCalculateZ; private DevExpress.XtraBars.BarButtonItem bbtnDragDown; private DevExpress.XtraBars.BarEditItem barEditItem1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraBars.BarCheckItem bbtnFaultControl; private DevExpress.XtraBars.BarEditItem rectificationCombox; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1; private DevExpress.XtraBars.BarEditItem barEditItemFactor; private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2; } }