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.
503 lines
27 KiB
C#
503 lines
27 KiB
C#
namespace KedGridEditor
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
System.Windows.Forms.Application.Idle -= Application_Idle;
|
|
meshEditor?.Dispose();
|
|
meshEditor = null;
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
|
MeshProcess.GridEditorParameter gridEditorParameter1 = new MeshProcess.GridEditorParameter();
|
|
MeshProcess.KedGridEditorParameter kedGridEditorParameter1 = new MeshProcess.KedGridEditorParameter();
|
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
|
bar1 = new DevExpress.XtraBars.Bar();
|
|
bbtnOpenFile = new DevExpress.XtraBars.BarButtonItem();
|
|
btnViewAll = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnUndo = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnRedo = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonBrushColor = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonMagic = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonFeatherBrush = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonBrushSmooth = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonErase = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnPolygonF = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnPolygonChange = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnPolygonSmooth = new DevExpress.XtraBars.BarButtonItem();
|
|
bttonFullImageSmooth = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnSendBackData = new DevExpress.XtraBars.BarButtonItem();
|
|
bbtnClose = new DevExpress.XtraBars.BarButtonItem();
|
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
|
|
dockPanel3 = new DevExpress.XtraBars.Docking.DockPanel();
|
|
dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
|
dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
|
trvLayer = new DevExpress.XtraTreeList.TreeList();
|
|
treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
|
|
dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
|
ppgParameter = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
|
meshEditor = new MeshProcess.UCMeshEditor();
|
|
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
|
|
dockPanel3.SuspendLayout();
|
|
dockPanel1.SuspendLayout();
|
|
dockPanel1_Container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trvLayer).BeginInit();
|
|
dockPanel2.SuspendLayout();
|
|
dockPanel2_Container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)ppgParameter).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// barManager1
|
|
//
|
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
|
|
barManager1.DockControls.Add(barDockControlTop);
|
|
barManager1.DockControls.Add(barDockControlBottom);
|
|
barManager1.DockControls.Add(barDockControlLeft);
|
|
barManager1.DockControls.Add(barDockControlRight);
|
|
barManager1.DockManager = dockManager1;
|
|
barManager1.Form = this;
|
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { bbtnOpenFile, btnViewAll, bbtnUndo, bbtnRedo, bbtnSendBackData, bbtnClose, bttonBrushColor, bttonFeatherBrush, bttonBrushSmooth, bttonErase, bttonMagic, bbtnPolygonF, bbtnPolygonChange, bbtnPolygonSmooth, bttonFullImageSmooth });
|
|
barManager1.MaxItemId = 45;
|
|
//
|
|
// bar1
|
|
//
|
|
bar1.BarName = "Tools";
|
|
bar1.DockCol = 0;
|
|
bar1.DockRow = 0;
|
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|
bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(bbtnOpenFile), new DevExpress.XtraBars.LinkPersistInfo(btnViewAll), new DevExpress.XtraBars.LinkPersistInfo(bbtnUndo, true), new DevExpress.XtraBars.LinkPersistInfo(bbtnRedo), new DevExpress.XtraBars.LinkPersistInfo(bttonBrushColor), new DevExpress.XtraBars.LinkPersistInfo(bttonMagic), new DevExpress.XtraBars.LinkPersistInfo(bttonFeatherBrush), new DevExpress.XtraBars.LinkPersistInfo(bttonBrushSmooth), new DevExpress.XtraBars.LinkPersistInfo(bttonErase), new DevExpress.XtraBars.LinkPersistInfo(bbtnPolygonF), new DevExpress.XtraBars.LinkPersistInfo(bbtnPolygonChange), new DevExpress.XtraBars.LinkPersistInfo(bbtnPolygonSmooth), new DevExpress.XtraBars.LinkPersistInfo(bttonFullImageSmooth), new DevExpress.XtraBars.LinkPersistInfo(bbtnSendBackData), new DevExpress.XtraBars.LinkPersistInfo(bbtnClose) });
|
|
bar1.OptionsBar.AllowQuickCustomization = false;
|
|
bar1.OptionsBar.DrawBorder = false;
|
|
bar1.OptionsBar.UseWholeRow = true;
|
|
bar1.Text = "Tools";
|
|
//
|
|
// bbtnOpenFile
|
|
//
|
|
bbtnOpenFile.Caption = "barButtonItem3";
|
|
bbtnOpenFile.Id = 2;
|
|
bbtnOpenFile.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("bbtnOpenFile.ImageOptions.SvgImage");
|
|
bbtnOpenFile.Name = "bbtnOpenFile";
|
|
bbtnOpenFile.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|
bbtnOpenFile.ItemClick += bbtnOpenFile_ItemClick;
|
|
//
|
|
// btnViewAll
|
|
//
|
|
btnViewAll.Caption = "居中显示";
|
|
btnViewAll.Id = 3;
|
|
btnViewAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnViewAll.ImageOptions.SvgImage");
|
|
btnViewAll.Name = "btnViewAll";
|
|
btnViewAll.ItemClick += btnViewAll_ItemClick;
|
|
//
|
|
// bbtnUndo
|
|
//
|
|
bbtnUndo.Caption = "撤销";
|
|
bbtnUndo.Id = 8;
|
|
bbtnUndo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("bbtnUndo.ImageOptions.SvgImage");
|
|
bbtnUndo.Name = "bbtnUndo";
|
|
bbtnUndo.ItemClick += bbtnUndo_ItemClick;
|
|
//
|
|
// bbtnRedo
|
|
//
|
|
bbtnRedo.Caption = "重做";
|
|
bbtnRedo.Id = 9;
|
|
bbtnRedo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("bbtnRedo.ImageOptions.SvgImage");
|
|
bbtnRedo.Name = "bbtnRedo";
|
|
bbtnRedo.ItemClick += bbtnRedo_ItemClick;
|
|
//
|
|
// bttonBrushColor
|
|
//
|
|
bttonBrushColor.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bttonBrushColor.Caption = "画刷";
|
|
bttonBrushColor.GroupIndex = 1;
|
|
bttonBrushColor.Id = 32;
|
|
bttonBrushColor.Name = "bttonBrushColor";
|
|
bttonBrushColor.ItemClick += bttonBrushColor_ItemClick;
|
|
//
|
|
// bttonMagic
|
|
//
|
|
bttonMagic.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bttonMagic.Caption = "魔棒";
|
|
bttonMagic.GroupIndex = 1;
|
|
bttonMagic.Id = 36;
|
|
bttonMagic.Name = "bttonMagic";
|
|
bttonMagic.ItemClick += bttonMagic_ItemClick;
|
|
//
|
|
// bttonFeatherBrush
|
|
//
|
|
bttonFeatherBrush.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bttonFeatherBrush.Caption = "羽化";
|
|
bttonFeatherBrush.GroupIndex = 1;
|
|
bttonFeatherBrush.Id = 33;
|
|
bttonFeatherBrush.Name = "bttonFeatherBrush";
|
|
bttonFeatherBrush.ItemClick += bttonFeatherBrush_ItemClick;
|
|
//
|
|
// bttonBrushSmooth
|
|
//
|
|
bttonBrushSmooth.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bttonBrushSmooth.Caption = "平滑";
|
|
bttonBrushSmooth.GroupIndex = 1;
|
|
bttonBrushSmooth.Id = 34;
|
|
bttonBrushSmooth.Name = "bttonBrushSmooth";
|
|
bttonBrushSmooth.ItemClick += bttonBrushSmooth_ItemClick;
|
|
//
|
|
// bttonErase
|
|
//
|
|
bttonErase.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bttonErase.Caption = "橡皮擦";
|
|
bttonErase.GroupIndex = 1;
|
|
bttonErase.Id = 35;
|
|
bttonErase.Name = "bttonErase";
|
|
bttonErase.ItemClick += bttonErase_ItemClick;
|
|
//
|
|
// bbtnPolygonF
|
|
//
|
|
bbtnPolygonF.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
bbtnPolygonF.Caption = "范围操作";
|
|
bbtnPolygonF.GroupIndex = 1;
|
|
bbtnPolygonF.Id = 37;
|
|
bbtnPolygonF.Name = "bbtnPolygonF";
|
|
bbtnPolygonF.ItemClick += bbtnPolygonF_ItemClick;
|
|
//
|
|
// bbtnPolygonChange
|
|
//
|
|
bbtnPolygonChange.Caption = "改相";
|
|
bbtnPolygonChange.Id = 39;
|
|
bbtnPolygonChange.Name = "bbtnPolygonChange";
|
|
bbtnPolygonChange.ItemClick += bbtnPolygonChange_ItemClick;
|
|
//
|
|
// bbtnPolygonSmooth
|
|
//
|
|
bbtnPolygonSmooth.Caption = "平滑";
|
|
bbtnPolygonSmooth.Id = 40;
|
|
bbtnPolygonSmooth.Name = "bbtnPolygonSmooth";
|
|
bbtnPolygonSmooth.ItemClick += bbtnPolygonSmooth_ItemClick;
|
|
//
|
|
// bttonFullImageSmooth
|
|
//
|
|
bttonFullImageSmooth.Caption = "全图平滑";
|
|
bttonFullImageSmooth.Id = 44;
|
|
bttonFullImageSmooth.Name = "bttonFullImageSmooth";
|
|
bttonFullImageSmooth.ItemClick += bttonFullImageSmooth_ItemClick;
|
|
//
|
|
// bbtnSendBackData
|
|
//
|
|
bbtnSendBackData.Caption = "数据回写";
|
|
bbtnSendBackData.Id = 10;
|
|
bbtnSendBackData.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("bbtnSendBackData.ImageOptions.SvgImage");
|
|
bbtnSendBackData.Name = "bbtnSendBackData";
|
|
bbtnSendBackData.ItemClick += bbtnSendBackData_ItemClick;
|
|
//
|
|
// bbtnClose
|
|
//
|
|
bbtnClose.Caption = "退出";
|
|
bbtnClose.Id = 11;
|
|
bbtnClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("bbtnClose.ImageOptions.SvgImage");
|
|
bbtnClose.Name = "bbtnClose";
|
|
bbtnClose.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|
bbtnClose.ItemClick += bbtnClose_ItemClick;
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
barDockControlTop.CausesValidation = false;
|
|
barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
barDockControlTop.Manager = barManager1;
|
|
barDockControlTop.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
barDockControlTop.Size = new System.Drawing.Size(1136, 24);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
barDockControlBottom.CausesValidation = false;
|
|
barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
barDockControlBottom.Location = new System.Drawing.Point(0, 516);
|
|
barDockControlBottom.Manager = barManager1;
|
|
barDockControlBottom.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
barDockControlBottom.Size = new System.Drawing.Size(1136, 0);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
barDockControlLeft.CausesValidation = false;
|
|
barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
barDockControlLeft.Location = new System.Drawing.Point(0, 24);
|
|
barDockControlLeft.Manager = barManager1;
|
|
barDockControlLeft.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
barDockControlLeft.Size = new System.Drawing.Size(0, 492);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
barDockControlRight.CausesValidation = false;
|
|
barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
barDockControlRight.Location = new System.Drawing.Point(1136, 24);
|
|
barDockControlRight.Manager = barManager1;
|
|
barDockControlRight.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
barDockControlRight.Size = new System.Drawing.Size(0, 492);
|
|
//
|
|
// dockManager1
|
|
//
|
|
dockManager1.Form = this;
|
|
dockManager1.MenuManager = barManager1;
|
|
dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel3 });
|
|
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" });
|
|
//
|
|
// dockPanel3
|
|
//
|
|
dockPanel3.Controls.Add(dockPanel1);
|
|
dockPanel3.Controls.Add(dockPanel2);
|
|
dockPanel3.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
|
|
dockPanel3.ID = new System.Guid("437b96ca-a9d9-4a5b-8874-9c46c5eb2c1b");
|
|
dockPanel3.Location = new System.Drawing.Point(875, 24);
|
|
dockPanel3.Name = "dockPanel3";
|
|
dockPanel3.OriginalSize = new System.Drawing.Size(261, 200);
|
|
dockPanel3.Size = new System.Drawing.Size(261, 492);
|
|
dockPanel3.Text = "panelContainer1";
|
|
//
|
|
// dockPanel1
|
|
//
|
|
dockPanel1.Controls.Add(dockPanel1_Container);
|
|
dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
|
|
dockPanel1.ID = new System.Guid("eeab6bb3-6c17-4653-9208-df22b0e203b1");
|
|
dockPanel1.Location = new System.Drawing.Point(0, 0);
|
|
dockPanel1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
dockPanel1.Name = "dockPanel1";
|
|
dockPanel1.Options.ShowCloseButton = false;
|
|
dockPanel1.Options.ShowMaximizeButton = false;
|
|
dockPanel1.OriginalSize = new System.Drawing.Size(261, 154);
|
|
dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
|
|
dockPanel1.SavedIndex = 0;
|
|
dockPanel1.SavedSizeFactor = 0.73171D;
|
|
dockPanel1.Size = new System.Drawing.Size(261, 208);
|
|
dockPanel1.Text = "模型管理器";
|
|
//
|
|
// dockPanel1_Container
|
|
//
|
|
dockPanel1_Container.Controls.Add(trvLayer);
|
|
dockPanel1_Container.Location = new System.Drawing.Point(4, 26);
|
|
dockPanel1_Container.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
dockPanel1_Container.Name = "dockPanel1_Container";
|
|
dockPanel1_Container.Size = new System.Drawing.Size(254, 178);
|
|
dockPanel1_Container.TabIndex = 0;
|
|
//
|
|
// trvLayer
|
|
//
|
|
trvLayer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
trvLayer.Caption = "模型管理器";
|
|
trvLayer.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 });
|
|
trvLayer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
trvLayer.Location = new System.Drawing.Point(0, 0);
|
|
trvLayer.Margin = new System.Windows.Forms.Padding(0, 3, 2, 3);
|
|
trvLayer.Name = "trvLayer";
|
|
trvLayer.BeginUnboundLoad();
|
|
trvLayer.AppendNode(new object[] { "沉积相" }, -1, System.Windows.Forms.CheckState.Checked);
|
|
trvLayer.AppendNode(new object[] { "井位" }, -1, System.Windows.Forms.CheckState.Checked);
|
|
trvLayer.AppendNode(new object[] { "边界" }, -1, System.Windows.Forms.CheckState.Checked);
|
|
trvLayer.AppendNode(new object[] { "附加线" }, -1, System.Windows.Forms.CheckState.Checked);
|
|
trvLayer.AppendNode(new object[] { "网格点" }, -1);
|
|
trvLayer.EndUnboundLoad();
|
|
trvLayer.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
|
|
trvLayer.OptionsView.ShowColumns = false;
|
|
trvLayer.OptionsView.ShowIndicator = false;
|
|
trvLayer.OptionsView.ShowRoot = false;
|
|
trvLayer.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.False;
|
|
trvLayer.Size = new System.Drawing.Size(254, 178);
|
|
trvLayer.TabIndex = 0;
|
|
trvLayer.TreeLevelWidth = 17;
|
|
trvLayer.AfterCheckNode += trvLayer_AfterCheckNode;
|
|
//
|
|
// treeListColumn1
|
|
//
|
|
treeListColumn1.Caption = "treeListColumn1";
|
|
treeListColumn1.FieldName = "treeListColumn1";
|
|
treeListColumn1.Name = "treeListColumn1";
|
|
treeListColumn1.OptionsColumn.AllowEdit = false;
|
|
treeListColumn1.Visible = true;
|
|
treeListColumn1.VisibleIndex = 0;
|
|
//
|
|
// dockPanel2
|
|
//
|
|
dockPanel2.Controls.Add(dockPanel2_Container);
|
|
dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
|
|
dockPanel2.ID = new System.Guid("9e32a498-4225-4596-9ba6-b77a87769fed");
|
|
dockPanel2.Location = new System.Drawing.Point(0, 208);
|
|
dockPanel2.Name = "dockPanel2";
|
|
dockPanel2.Options.ShowCloseButton = false;
|
|
dockPanel2.Options.ShowMaximizeButton = false;
|
|
dockPanel2.OriginalSize = new System.Drawing.Size(261, 211);
|
|
dockPanel2.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
|
|
dockPanel2.SavedIndex = 1;
|
|
dockPanel2.SavedSizeFactor = 0.73171D;
|
|
dockPanel2.Size = new System.Drawing.Size(261, 284);
|
|
dockPanel2.Text = "参数";
|
|
//
|
|
// dockPanel2_Container
|
|
//
|
|
dockPanel2_Container.Controls.Add(ppgParameter);
|
|
dockPanel2_Container.Location = new System.Drawing.Point(4, 26);
|
|
dockPanel2_Container.Name = "dockPanel2_Container";
|
|
dockPanel2_Container.Size = new System.Drawing.Size(254, 255);
|
|
dockPanel2_Container.TabIndex = 0;
|
|
//
|
|
// ppgParameter
|
|
//
|
|
ppgParameter.BandsInterval = 1;
|
|
ppgParameter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
ppgParameter.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
ppgParameter.Location = new System.Drawing.Point(0, 0);
|
|
ppgParameter.Margin = new System.Windows.Forms.Padding(1);
|
|
ppgParameter.Name = "ppgParameter";
|
|
ppgParameter.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
|
|
ppgParameter.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
|
|
ppgParameter.OptionsView.FixedLineWidth = 1;
|
|
ppgParameter.OptionsView.ShowRootLevelIndent = false;
|
|
ppgParameter.ShowButtonMode = DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedRow;
|
|
ppgParameter.Size = new System.Drawing.Size(254, 255);
|
|
ppgParameter.TabIndex = 0;
|
|
ppgParameter.TreeButtonStyle = DevExpress.XtraVerticalGrid.TreeButtonStyle.TreeView;
|
|
ppgParameter.CustomPropertyDescriptors += ppgParameterKed_CustomPropertyDescriptors;
|
|
ppgParameter.CellValueChanged += ppgParameterKed_CellValueChanged;
|
|
//
|
|
// meshEditor
|
|
//
|
|
meshEditor.CommandStatus = MeshProcess.OperaCommandType.Unknown;
|
|
meshEditor.CommandStatusF = MeshProcess.OperaCommandType_F.Unknown;
|
|
meshEditor.ContourLayerName = "等值线";
|
|
meshEditor.CurrentCursor = null;
|
|
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(200, 0, 0);
|
|
gridEditorParameter1.WellRadius = 0D;
|
|
gridEditorParameter1.ZMax = 0D;
|
|
gridEditorParameter1.ZMin = 0D;
|
|
meshEditor.EditorParameter = gridEditorParameter1;
|
|
meshEditor.FaciesValueType = 0;
|
|
meshEditor.FaultLayerName = "断层";
|
|
meshEditor.IsSaved = true;
|
|
kedGridEditorParameter1.DecimalNumber = 2;
|
|
kedGridEditorParameter1.EnablePickMeshZ = false;
|
|
kedGridEditorParameter1.FaciesColor = System.Drawing.Color.White;
|
|
kedGridEditorParameter1.FaciesOptions = (System.Collections.Generic.List<string>)resources.GetObject("kedGridEditorParameter1.FaciesOptions");
|
|
kedGridEditorParameter1.FaciesType = "";
|
|
kedGridEditorParameter1.FontSize = 11D;
|
|
kedGridEditorParameter1.OperatorRadius = 30D;
|
|
kedGridEditorParameter1.Strength = 10;
|
|
kedGridEditorParameter1.WellPointColor = System.Drawing.Color.FromArgb(255, 255, 255);
|
|
meshEditor.KedEditorParameter = kedGridEditorParameter1;
|
|
meshEditor.LineLayerName = "等值线\\标注";
|
|
meshEditor.LineLayerNoName = "等值线\\无标注";
|
|
meshEditor.Location = new System.Drawing.Point(0, 24);
|
|
meshEditor.Margin = new System.Windows.Forms.Padding(1);
|
|
meshEditor.Name = "meshEditor";
|
|
meshEditor.OptimizeMeshRadius = 50F;
|
|
meshEditor.OtherLineLayerName = "";
|
|
meshEditor.PointLayerName = "";
|
|
meshEditor.Size = new System.Drawing.Size(875, 492);
|
|
meshEditor.TabIndex = 4;
|
|
meshEditor.Load += meshEditor_Load;
|
|
//
|
|
// FormMain
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
ClientSize = new System.Drawing.Size(1136, 516);
|
|
Controls.Add(meshEditor);
|
|
Controls.Add(dockPanel3);
|
|
Controls.Add(barDockControlLeft);
|
|
Controls.Add(barDockControlRight);
|
|
Controls.Add(barDockControlBottom);
|
|
Controls.Add(barDockControlTop);
|
|
IconOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("FormMain.IconOptions.SvgImage");
|
|
Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
Name = "FormMain";
|
|
Text = "沉积相编辑";
|
|
FormClosing += FormMain_FormClosing;
|
|
Load += Form1_Load;
|
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
|
|
dockPanel3.ResumeLayout(false);
|
|
dockPanel1.ResumeLayout(false);
|
|
dockPanel1_Container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)trvLayer).EndInit();
|
|
dockPanel2.ResumeLayout(false);
|
|
dockPanel2_Container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)ppgParameter).EndInit();
|
|
ResumeLayout(false);
|
|
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 MeshProcess.UCMeshEditor meshEditor;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnUndo;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnRedo;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnSendBackData;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnClose;
|
|
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 dockPanel1;
|
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
|
private DevExpress.XtraBars.BarButtonItem bttonBrushColor;
|
|
private DevExpress.XtraBars.BarButtonItem bttonFeatherBrush;
|
|
private DevExpress.XtraBars.BarButtonItem bttonBrushSmooth;
|
|
private DevExpress.XtraBars.BarButtonItem bttonErase;
|
|
private DevExpress.XtraBars.BarButtonItem bttonMagic;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnPolygonF;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnPolygonChange;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnPolygonSmooth;
|
|
private DevExpress.XtraBars.BarButtonItem bttonFullImageSmooth;
|
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel3;
|
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel2;
|
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container;
|
|
}
|
|
}
|
|
|