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.
866 lines
52 KiB
C#
866 lines
52 KiB
C#
namespace RiverPortray
|
|
{
|
|
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();
|
|
}
|
|
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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.bar1 = new DevExpress.XtraBars.Bar();
|
|
this.bbtnOpenFile = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbtnViewColorful = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbtnViewBlackWhite = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbtnCreateLines = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbtnExportLines = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbtnPushBack = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bar3 = new DevExpress.XtraBars.Bar();
|
|
this.lblInfo = new DevExpress.XtraBars.BarHeaderItem();
|
|
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.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
|
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
|
this.propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
|
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.trackZMax = new DevExpress.XtraEditors.TrackBarControl();
|
|
this.speDilate = new DevExpress.XtraEditors.SpinEdit();
|
|
this.txtAreaMin = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtSmoothTimes = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtZMax = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtZMin = new DevExpress.XtraEditors.TextEdit();
|
|
this.trackZMin = new DevExpress.XtraEditors.TrackBarControl();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.pcbView = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
|
this.dockPanel1.SuspendLayout();
|
|
this.dockPanel1_Container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMax)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMax.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speDilate.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAreaMin.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSmoothTimes.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtZMax.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtZMin.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMin)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMin.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcbView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// barManager1
|
|
//
|
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|
this.bar1,
|
|
this.bar3});
|
|
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.bbtnOpenFile,
|
|
this.barButtonItem2,
|
|
this.barButtonItem3,
|
|
this.barButtonItem4,
|
|
this.barButtonItem5,
|
|
this.barButtonItem6,
|
|
this.bbtnViewColorful,
|
|
this.bbtnViewBlackWhite,
|
|
this.bbtnCreateLines,
|
|
this.lblInfo,
|
|
this.bbtnExportLines,
|
|
this.bbtnPushBack});
|
|
this.barManager1.MaxItemId = 13;
|
|
this.barManager1.StatusBar = this.bar3;
|
|
//
|
|
// 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.bbtnViewColorful),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbtnViewBlackWhite),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbtnCreateLines),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbtnExportLines),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6),
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbtnPushBack, true)});
|
|
this.bar1.Text = "Tools";
|
|
//
|
|
// bbtnOpenFile
|
|
//
|
|
this.bbtnOpenFile.Caption = "打开";
|
|
this.bbtnOpenFile.Id = 0;
|
|
this.bbtnOpenFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnOpenFile.ImageOptions.SvgImage")));
|
|
this.bbtnOpenFile.Name = "bbtnOpenFile";
|
|
this.bbtnOpenFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.bbtnOpenFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnOpenFile_ItemClick);
|
|
//
|
|
// bbtnViewColorful
|
|
//
|
|
this.bbtnViewColorful.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
this.bbtnViewColorful.Caption = "原图";
|
|
this.bbtnViewColorful.Down = true;
|
|
this.bbtnViewColorful.GroupIndex = 1;
|
|
this.bbtnViewColorful.Id = 6;
|
|
this.bbtnViewColorful.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnViewColorful.ImageOptions.SvgImage")));
|
|
this.bbtnViewColorful.Name = "bbtnViewColorful";
|
|
this.bbtnViewColorful.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.bbtnViewColorful.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnViewColorful_DownChanged);
|
|
//
|
|
// bbtnViewBlackWhite
|
|
//
|
|
this.bbtnViewBlackWhite.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
this.bbtnViewBlackWhite.Caption = "黑白";
|
|
this.bbtnViewBlackWhite.GroupIndex = 1;
|
|
this.bbtnViewBlackWhite.Id = 7;
|
|
this.bbtnViewBlackWhite.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnViewBlackWhite.ImageOptions.SvgImage")));
|
|
this.bbtnViewBlackWhite.Name = "bbtnViewBlackWhite";
|
|
this.bbtnViewBlackWhite.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.bbtnViewBlackWhite.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnViewBlackWhite_DownChanged);
|
|
//
|
|
// bbtnCreateLines
|
|
//
|
|
this.bbtnCreateLines.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
this.bbtnCreateLines.Caption = "轮廓";
|
|
this.bbtnCreateLines.GroupIndex = 1;
|
|
this.bbtnCreateLines.Id = 8;
|
|
this.bbtnCreateLines.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnCreateLines.ImageOptions.SvgImage")));
|
|
this.bbtnCreateLines.Name = "bbtnCreateLines";
|
|
this.bbtnCreateLines.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
|
this.bbtnCreateLines.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCreateLines_DownChanged);
|
|
//
|
|
// bbtnExportLines
|
|
//
|
|
this.bbtnExportLines.Caption = "导出";
|
|
this.bbtnExportLines.Enabled = false;
|
|
this.bbtnExportLines.Id = 11;
|
|
this.bbtnExportLines.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnExportLines.ImageOptions.SvgImage")));
|
|
this.bbtnExportLines.Name = "bbtnExportLines";
|
|
this.bbtnExportLines.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnExportLines_ItemClick);
|
|
//
|
|
// barButtonItem2
|
|
//
|
|
this.barButtonItem2.Caption = "barButtonItem2";
|
|
this.barButtonItem2.Id = 1;
|
|
this.barButtonItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem2.ImageOptions.SvgImage")));
|
|
this.barButtonItem2.Name = "barButtonItem2";
|
|
this.barButtonItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|
//
|
|
// barButtonItem6
|
|
//
|
|
this.barButtonItem6.Caption = "barButtonItem6";
|
|
this.barButtonItem6.Id = 5;
|
|
this.barButtonItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem6.ImageOptions.SvgImage")));
|
|
this.barButtonItem6.Name = "barButtonItem6";
|
|
this.barButtonItem6.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
|
//
|
|
// bbtnPushBack
|
|
//
|
|
this.bbtnPushBack.Caption = "数据回写";
|
|
this.bbtnPushBack.Enabled = false;
|
|
this.bbtnPushBack.Id = 12;
|
|
this.bbtnPushBack.ImageOptions.SvgImage = global::RiverPortray.Properties.Resources.PushBack;
|
|
this.bbtnPushBack.Name = "bbtnPushBack";
|
|
this.bbtnPushBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnPushBack_ItemClick);
|
|
//
|
|
// bar3
|
|
//
|
|
this.bar3.BarName = "Status bar";
|
|
this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
|
|
this.bar3.DockCol = 0;
|
|
this.bar3.DockRow = 0;
|
|
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
|
|
this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.lblInfo)});
|
|
this.bar3.OptionsBar.AllowQuickCustomization = false;
|
|
this.bar3.OptionsBar.DrawDragBorder = false;
|
|
this.bar3.OptionsBar.UseWholeRow = true;
|
|
this.bar3.Text = "Status bar";
|
|
//
|
|
// lblInfo
|
|
//
|
|
this.lblInfo.Caption = "x: y:";
|
|
this.lblInfo.Id = 9;
|
|
this.lblInfo.Name = "lblInfo";
|
|
//
|
|
// 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(7);
|
|
this.barDockControlTop.Size = new System.Drawing.Size(1807, 46);
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 1192);
|
|
this.barDockControlBottom.Manager = this.barManager1;
|
|
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(7);
|
|
this.barDockControlBottom.Size = new System.Drawing.Size(1807, 46);
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 46);
|
|
this.barDockControlLeft.Manager = this.barManager1;
|
|
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(7);
|
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 1146);
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
this.barDockControlRight.CausesValidation = false;
|
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.barDockControlRight.Location = new System.Drawing.Point(1807, 46);
|
|
this.barDockControlRight.Manager = this.barManager1;
|
|
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(7);
|
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 1146);
|
|
//
|
|
// dockManager1
|
|
//
|
|
this.dockManager1.Form = this;
|
|
this.dockManager1.MenuManager = this.barManager1;
|
|
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
|
|
this.dockPanel1});
|
|
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"});
|
|
//
|
|
// dockPanel1
|
|
//
|
|
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
|
|
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
|
|
this.dockPanel1.ID = new System.Guid("d3923497-36e0-4527-a4e8-4b0f29eda949");
|
|
this.dockPanel1.Location = new System.Drawing.Point(1385, 46);
|
|
this.dockPanel1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dockPanel1.Name = "dockPanel1";
|
|
this.dockPanel1.OriginalSize = new System.Drawing.Size(422, 200);
|
|
this.dockPanel1.Size = new System.Drawing.Size(422, 1146);
|
|
this.dockPanel1.Text = "属性";
|
|
//
|
|
// dockPanel1_Container
|
|
//
|
|
this.dockPanel1_Container.Controls.Add(this.propertyGridControl1);
|
|
this.dockPanel1_Container.Controls.Add(this.separatorControl1);
|
|
this.dockPanel1_Container.Controls.Add(this.layoutControl1);
|
|
this.dockPanel1_Container.Location = new System.Drawing.Point(11, 52);
|
|
this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dockPanel1_Container.Name = "dockPanel1_Container";
|
|
this.dockPanel1_Container.Size = new System.Drawing.Size(405, 1088);
|
|
this.dockPanel1_Container.TabIndex = 0;
|
|
//
|
|
// propertyGridControl1
|
|
//
|
|
this.propertyGridControl1.ActiveViewType = DevExpress.XtraVerticalGrid.PropertyGridView.Office;
|
|
this.propertyGridControl1.Appearance.RowHeaderPanel.Options.UseTextOptions = true;
|
|
this.propertyGridControl1.Appearance.RowHeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
|
|
this.propertyGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.propertyGridControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.propertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGridControl1.Location = new System.Drawing.Point(0, 660);
|
|
this.propertyGridControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.propertyGridControl1.MenuManager = this.barManager1;
|
|
this.propertyGridControl1.Name = "propertyGridControl1";
|
|
this.propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
|
|
this.propertyGridControl1.OptionsView.AllowRowHeaderReadOnlyAppearance = DevExpress.Utils.DefaultBoolean.False;
|
|
this.propertyGridControl1.OptionsView.CategoryLevelIndentStyle = DevExpress.XtraVerticalGrid.CategoryLevelIndentStyle.Horizontal;
|
|
this.propertyGridControl1.OptionsView.LevelIndent = 16;
|
|
this.propertyGridControl1.OptionsView.MinRowAutoHeight = 22;
|
|
this.propertyGridControl1.OptionsView.ShowRootCategories = false;
|
|
this.propertyGridControl1.OptionsView.ShowRootLevelIndent = false;
|
|
this.propertyGridControl1.RecordWidth = 155;
|
|
this.propertyGridControl1.RowHeaderWidth = 45;
|
|
this.propertyGridControl1.Size = new System.Drawing.Size(405, 428);
|
|
this.propertyGridControl1.TabIndex = 0;
|
|
this.propertyGridControl1.CustomPropertyDescriptors += new DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventHandler(this.propertyGridControl1_CustomPropertyDescriptors);
|
|
this.propertyGridControl1.CustomRowCreated += new DevExpress.XtraVerticalGrid.Events.CustomRowCreatedEventHandler(this.propertyGridControl1_CustomRowCreated);
|
|
this.propertyGridControl1.CustomRecordCellEdit += new DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventHandler(this.propertyGridControl1_CustomRecordCellEdit);
|
|
//
|
|
// separatorControl1
|
|
//
|
|
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.separatorControl1.Location = new System.Drawing.Point(0, 638);
|
|
this.separatorControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.separatorControl1.Name = "separatorControl1";
|
|
this.separatorControl1.Size = new System.Drawing.Size(405, 22);
|
|
this.separatorControl1.TabIndex = 3;
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.trackZMax);
|
|
this.layoutControl1.Controls.Add(this.speDilate);
|
|
this.layoutControl1.Controls.Add(this.txtAreaMin);
|
|
this.layoutControl1.Controls.Add(this.txtSmoothTimes);
|
|
this.layoutControl1.Controls.Add(this.txtZMax);
|
|
this.layoutControl1.Controls.Add(this.txtZMin);
|
|
this.layoutControl1.Controls.Add(this.trackZMin);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.layoutControl1.MinimumSize = new System.Drawing.Size(0, 638);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1934, 460, 1567, 1241);
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(405, 638);
|
|
this.layoutControl1.TabIndex = 2;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// trackZMax
|
|
//
|
|
this.trackZMax.EditValue = null;
|
|
this.trackZMax.Location = new System.Drawing.Point(43, 213);
|
|
this.trackZMax.Margin = new System.Windows.Forms.Padding(0);
|
|
this.trackZMax.MenuManager = this.barManager1;
|
|
this.trackZMax.MinimumSize = new System.Drawing.Size(0, 54);
|
|
this.trackZMax.Name = "trackZMax";
|
|
this.trackZMax.Properties.Alignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.trackZMax.Properties.AutoSize = false;
|
|
this.trackZMax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.trackZMax.Properties.EditValueChangedDelay = 100;
|
|
this.trackZMax.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.trackZMax.Properties.LabelAppearance.Options.UseTextOptions = true;
|
|
this.trackZMax.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.trackZMax.Properties.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackZMax.Size = new System.Drawing.Size(350, 66);
|
|
this.trackZMax.StyleController = this.layoutControl1;
|
|
this.trackZMax.TabIndex = 9;
|
|
this.trackZMax.EditValueChanged += new System.EventHandler(this.trackZMax_EditValueChanged);
|
|
//
|
|
// speDilate
|
|
//
|
|
this.speDilate.EditValue = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.speDilate.Location = new System.Drawing.Point(111, 294);
|
|
this.speDilate.Margin = new System.Windows.Forms.Padding(2);
|
|
this.speDilate.MenuManager = this.barManager1;
|
|
this.speDilate.Name = "speDilate";
|
|
this.speDilate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.speDilate.Properties.EditValueChangedDelay = 300;
|
|
this.speDilate.Properties.Mask.EditMask = "[1-9]\\d*";
|
|
this.speDilate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
|
this.speDilate.Size = new System.Drawing.Size(282, 44);
|
|
this.speDilate.StyleController = this.layoutControl1;
|
|
this.speDilate.TabIndex = 8;
|
|
this.speDilate.EditValueChanged += new System.EventHandler(this.speDilate_EditValueChanged);
|
|
//
|
|
// txtAreaMin
|
|
//
|
|
this.txtAreaMin.Location = new System.Drawing.Point(111, 364);
|
|
this.txtAreaMin.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtAreaMin.MenuManager = this.barManager1;
|
|
this.txtAreaMin.Name = "txtAreaMin";
|
|
this.txtAreaMin.Properties.EditValueChangedDelay = 1500;
|
|
this.txtAreaMin.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.txtAreaMin.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
|
|
this.txtAreaMin.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtAreaMin.Size = new System.Drawing.Size(282, 44);
|
|
this.txtAreaMin.StyleController = this.layoutControl1;
|
|
this.txtAreaMin.TabIndex = 7;
|
|
this.txtAreaMin.EditValueChanged += new System.EventHandler(this.txtAreaMin_EditValueChanged);
|
|
//
|
|
// txtSmoothTimes
|
|
//
|
|
this.txtSmoothTimes.Location = new System.Drawing.Point(111, 434);
|
|
this.txtSmoothTimes.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtSmoothTimes.MenuManager = this.barManager1;
|
|
this.txtSmoothTimes.Name = "txtSmoothTimes";
|
|
this.txtSmoothTimes.Properties.EditValueChangedDelay = 1500;
|
|
this.txtSmoothTimes.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.txtSmoothTimes.Properties.Mask.EditMask = "[0-9]\\d*";
|
|
this.txtSmoothTimes.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
|
|
this.txtSmoothTimes.Properties.Mask.UseMaskAsDisplayFormat = true;
|
|
this.txtSmoothTimes.Size = new System.Drawing.Size(282, 44);
|
|
this.txtSmoothTimes.StyleController = this.layoutControl1;
|
|
this.txtSmoothTimes.TabIndex = 6;
|
|
this.txtSmoothTimes.EditValueChanged += new System.EventHandler(this.txtSmoothTimes_EditValueChanged);
|
|
//
|
|
// txtZMax
|
|
//
|
|
this.txtZMax.Location = new System.Drawing.Point(111, 154);
|
|
this.txtZMax.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtZMax.MenuManager = this.barManager1;
|
|
this.txtZMax.Name = "txtZMax";
|
|
this.txtZMax.Properties.EditValueChangedDelay = 1500;
|
|
this.txtZMax.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.txtZMax.Size = new System.Drawing.Size(282, 44);
|
|
this.txtZMax.StyleController = this.layoutControl1;
|
|
this.txtZMax.TabIndex = 5;
|
|
this.txtZMax.EditValueChanged += new System.EventHandler(this.txtZMax_EditValueChanged);
|
|
//
|
|
// txtZMin
|
|
//
|
|
this.txtZMin.Location = new System.Drawing.Point(111, 13);
|
|
this.txtZMin.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtZMin.MenuManager = this.barManager1;
|
|
this.txtZMin.Name = "txtZMin";
|
|
this.txtZMin.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.txtZMin.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.txtZMin.Properties.EditValueChangedDelay = 1500;
|
|
this.txtZMin.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.txtZMin.Size = new System.Drawing.Size(282, 44);
|
|
this.txtZMin.StyleController = this.layoutControl1;
|
|
this.txtZMin.TabIndex = 4;
|
|
this.txtZMin.EditValueChanged += new System.EventHandler(this.txtZMin_EditValueChanged);
|
|
//
|
|
// trackZMin
|
|
//
|
|
this.trackZMin.EditValue = -10;
|
|
this.trackZMin.Location = new System.Drawing.Point(43, 73);
|
|
this.trackZMin.Margin = new System.Windows.Forms.Padding(0);
|
|
this.trackZMin.MenuManager = this.barManager1;
|
|
this.trackZMin.MinimumSize = new System.Drawing.Size(0, 54);
|
|
this.trackZMin.Name = "trackZMin";
|
|
this.trackZMin.Properties.Alignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.trackZMin.Properties.AutoSize = false;
|
|
this.trackZMin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.trackZMin.Properties.EditValueChangedDelay = 100;
|
|
this.trackZMin.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
|
|
this.trackZMin.Properties.LabelAppearance.Options.UseTextOptions = true;
|
|
this.trackZMin.Properties.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.trackZMin.Properties.Maximum = 100;
|
|
this.trackZMin.Properties.Minimum = -50;
|
|
this.trackZMin.Properties.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackZMin.Size = new System.Drawing.Size(350, 66);
|
|
this.trackZMin.StyleController = this.layoutControl1;
|
|
this.trackZMin.TabIndex = 1;
|
|
this.trackZMin.Value = -10;
|
|
this.trackZMin.EditValueChanged += new System.EventHandler(this.trackZMin_EditValueChanged);
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.emptySpaceItem2,
|
|
this.layoutControlItem2,
|
|
this.emptySpaceItem3,
|
|
this.emptySpaceItem4,
|
|
this.layoutControlItem3,
|
|
this.emptySpaceItem5,
|
|
this.emptySpaceItem6,
|
|
this.layoutControlItem5,
|
|
this.emptySpaceItem7,
|
|
this.layoutControlItem6,
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem7,
|
|
this.emptySpaceItem9,
|
|
this.emptySpaceItem1,
|
|
this.emptySpaceItem8});
|
|
this.Root.Name = "Root";
|
|
this.Root.Size = new System.Drawing.Size(405, 638);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem1.Control = this.trackZMin;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(31, 61);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(1, 58);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(354, 70);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.Text = "Z值下限";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// emptySpaceItem2
|
|
//
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 51);
|
|
this.emptySpaceItem2.MinSize = new System.Drawing.Size(1, 10);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(385, 10);
|
|
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem2.Control = this.txtZMin;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(1, 48);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(385, 51);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.Text = "Z值下限";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(96, 29);
|
|
//
|
|
// emptySpaceItem3
|
|
//
|
|
this.emptySpaceItem3.AllowHotTrack = false;
|
|
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 61);
|
|
this.emptySpaceItem3.MinSize = new System.Drawing.Size(1, 24);
|
|
this.emptySpaceItem3.Name = "emptySpaceItem3";
|
|
this.emptySpaceItem3.Size = new System.Drawing.Size(31, 70);
|
|
this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// emptySpaceItem4
|
|
//
|
|
this.emptySpaceItem4.AllowHotTrack = false;
|
|
this.emptySpaceItem4.Location = new System.Drawing.Point(0, 131);
|
|
this.emptySpaceItem4.MinSize = new System.Drawing.Size(1, 10);
|
|
this.emptySpaceItem4.Name = "emptySpaceItem4";
|
|
this.emptySpaceItem4.Size = new System.Drawing.Size(385, 10);
|
|
this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem3.Control = this.txtZMax;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 141);
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(1, 48);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(385, 50);
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem3.Text = "Z值上限";
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 29);
|
|
//
|
|
// emptySpaceItem5
|
|
//
|
|
this.emptySpaceItem5.AllowHotTrack = false;
|
|
this.emptySpaceItem5.Location = new System.Drawing.Point(0, 191);
|
|
this.emptySpaceItem5.MinSize = new System.Drawing.Size(1, 10);
|
|
this.emptySpaceItem5.Name = "emptySpaceItem5";
|
|
this.emptySpaceItem5.Size = new System.Drawing.Size(385, 10);
|
|
this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// emptySpaceItem6
|
|
//
|
|
this.emptySpaceItem6.AllowHotTrack = false;
|
|
this.emptySpaceItem6.Location = new System.Drawing.Point(0, 331);
|
|
this.emptySpaceItem6.MinSize = new System.Drawing.Size(1, 20);
|
|
this.emptySpaceItem6.Name = "emptySpaceItem6";
|
|
this.emptySpaceItem6.Size = new System.Drawing.Size(385, 20);
|
|
this.emptySpaceItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem5.Control = this.txtAreaMin;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 351);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(1, 48);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(385, 50);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.Text = "最小面积";
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 29);
|
|
//
|
|
// emptySpaceItem7
|
|
//
|
|
this.emptySpaceItem7.AllowHotTrack = false;
|
|
this.emptySpaceItem7.Location = new System.Drawing.Point(0, 401);
|
|
this.emptySpaceItem7.MinSize = new System.Drawing.Size(1, 20);
|
|
this.emptySpaceItem7.Name = "emptySpaceItem7";
|
|
this.emptySpaceItem7.Size = new System.Drawing.Size(385, 20);
|
|
this.emptySpaceItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem6.Control = this.speDilate;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 281);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(1, 48);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(385, 50);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.Text = "膨胀系数";
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(96, 29);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem4.Control = this.txtSmoothTimes;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 421);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(1, 48);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(385, 50);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.Text = "平滑次数";
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 29);
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem7.Control = this.trackZMax;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(31, 201);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(1, 58);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(354, 70);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// emptySpaceItem9
|
|
//
|
|
this.emptySpaceItem9.AllowHotTrack = false;
|
|
this.emptySpaceItem9.Location = new System.Drawing.Point(0, 471);
|
|
this.emptySpaceItem9.MinSize = new System.Drawing.Size(1, 24);
|
|
this.emptySpaceItem9.Name = "emptySpaceItem9";
|
|
this.emptySpaceItem9.Size = new System.Drawing.Size(385, 147);
|
|
this.emptySpaceItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 271);
|
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(1, 10);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(385, 10);
|
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// emptySpaceItem8
|
|
//
|
|
this.emptySpaceItem8.AllowHotTrack = false;
|
|
this.emptySpaceItem8.Location = new System.Drawing.Point(0, 201);
|
|
this.emptySpaceItem8.MinSize = new System.Drawing.Size(1, 24);
|
|
this.emptySpaceItem8.Name = "emptySpaceItem8";
|
|
this.emptySpaceItem8.Size = new System.Drawing.Size(31, 70);
|
|
this.emptySpaceItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// barButtonItem3
|
|
//
|
|
this.barButtonItem3.Caption = "barButtonItem3";
|
|
this.barButtonItem3.Id = 2;
|
|
this.barButtonItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem3.ImageOptions.SvgImage")));
|
|
this.barButtonItem3.Name = "barButtonItem3";
|
|
//
|
|
// barButtonItem4
|
|
//
|
|
this.barButtonItem4.Caption = "barButtonItem4";
|
|
this.barButtonItem4.Id = 3;
|
|
this.barButtonItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem4.ImageOptions.SvgImage")));
|
|
this.barButtonItem4.Name = "barButtonItem4";
|
|
//
|
|
// barButtonItem5
|
|
//
|
|
this.barButtonItem5.Caption = "barButtonItem5";
|
|
this.barButtonItem5.Id = 4;
|
|
this.barButtonItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem5.ImageOptions.SvgImage")));
|
|
this.barButtonItem5.Name = "barButtonItem5";
|
|
//
|
|
// pcbView
|
|
//
|
|
this.pcbView.BackColor = System.Drawing.Color.DarkSalmon;
|
|
this.pcbView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pcbView.Location = new System.Drawing.Point(0, 46);
|
|
this.pcbView.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pcbView.Name = "pcbView";
|
|
this.pcbView.Size = new System.Drawing.Size(1385, 1146);
|
|
this.pcbView.TabIndex = 5;
|
|
this.pcbView.TabStop = false;
|
|
this.pcbView.SizeChanged += new System.EventHandler(this.pcbView_SizeChanged);
|
|
//
|
|
// FormMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 29F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1807, 1238);
|
|
this.Controls.Add(this.pcbView);
|
|
this.Controls.Add(this.dockPanel1);
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Margin = new System.Windows.Forms.Padding(7);
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "区域刻划";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
|
this.dockPanel1.ResumeLayout(false);
|
|
this.dockPanel1_Container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMax.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMax)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speDilate.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAreaMin.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSmoothTimes.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtZMax.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtZMin.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMin.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackZMin)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcbView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
private DevExpress.XtraBars.Bar bar1;
|
|
private DevExpress.XtraBars.Bar bar3;
|
|
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 bbtnViewColorful;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnViewBlackWhite;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnCreateLines;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem6;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem4;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
|
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
|
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
|
private System.Windows.Forms.PictureBox pcbView;
|
|
private DevExpress.XtraBars.BarHeaderItem lblInfo;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnExportLines;
|
|
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
|
|
private DevExpress.XtraEditors.TrackBarControl trackZMin;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtZMin;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
|
private DevExpress.XtraEditors.TextEdit txtSmoothTimes;
|
|
private DevExpress.XtraEditors.TextEdit txtZMax;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
|
|
private DevExpress.XtraEditors.SpinEdit speDilate;
|
|
private DevExpress.XtraEditors.TextEdit txtAreaMin;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
|
|
private DevExpress.XtraEditors.TrackBarControl trackZMax;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
|
|
private DevExpress.XtraBars.BarButtonItem bbtnPushBack;
|
|
}
|
|
}
|
|
|