修复切排布在切回来图片异常问题
This commit is contained in:
parent
a205df57ff
commit
798536bd07
686
src/PBAnaly/MainForm.Designer.cs
generated
686
src/PBAnaly/MainForm.Designer.cs
generated
@ -37,34 +37,34 @@
|
|||||||
this.materialButton_analyzedata = new MaterialSkin.Controls.MaterialButton();
|
this.materialButton_analyzedata = new MaterialSkin.Controls.MaterialButton();
|
||||||
this.materialButton_outimage = new MaterialSkin.Controls.MaterialButton();
|
this.materialButton_outimage = new MaterialSkin.Controls.MaterialButton();
|
||||||
this.materialButton_LoadData = new MaterialSkin.Controls.MaterialButton();
|
this.materialButton_LoadData = new MaterialSkin.Controls.MaterialButton();
|
||||||
this.materialButton_forward = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_return = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_save = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_inverse = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_resetImage = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_imageInfo = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_fakeColor = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_imageChange = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_changeFormSize = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_miniAnalyze = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_roiAnalyze = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_dotcounts = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_acidAnalyze = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_correction = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.materialButton_imageProcess = new MaterialSkin.Controls.MaterialButton();
|
|
||||||
this.CompanyIcon_pictureBox = new System.Windows.Forms.PictureBox();
|
|
||||||
this.btnStartUpToolTip = new System.Windows.Forms.ToolTip(this.components);
|
this.btnStartUpToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.tl_right_main_view = new System.Windows.Forms.TableLayoutPanel();
|
this.tl_right_main_view = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.DataProcess_panel = new ReaLTaiizor.Controls.Panel();
|
this.DataProcess_panel = new ReaLTaiizor.Controls.Panel();
|
||||||
|
this.CompanyIcon_pictureBox = new System.Windows.Forms.PictureBox();
|
||||||
this.flowLayoutPanel1 = new AntdUI.In.FlowLayoutPanel();
|
this.flowLayoutPanel1 = new AntdUI.In.FlowLayoutPanel();
|
||||||
|
this.materialButton_imageProcess = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_acidAnalyze = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_roiAnalyze = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_miniAnalyze = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_dotcounts = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_correction = new MaterialSkin.Controls.MaterialButton();
|
||||||
this.flowLayoutPanel2 = new AntdUI.In.FlowLayoutPanel();
|
this.flowLayoutPanel2 = new AntdUI.In.FlowLayoutPanel();
|
||||||
|
this.materialButton_changeFormSize = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_imageChange = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_fakeColor = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_imageInfo = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_resetImage = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_inverse = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_save = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_forward = new MaterialSkin.Controls.MaterialButton();
|
||||||
|
this.materialButton_return = new MaterialSkin.Controls.MaterialButton();
|
||||||
this.pl_right = new ReaLTaiizor.Controls.Panel();
|
this.pl_right = new ReaLTaiizor.Controls.Panel();
|
||||||
this.thunderLabel1 = new ReaLTaiizor.Controls.ThunderLabel();
|
this.thunderLabel1 = new ReaLTaiizor.Controls.ThunderLabel();
|
||||||
this.metroPanel_RightTop.SuspendLayout();
|
this.metroPanel_RightTop.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.CompanyIcon_pictureBox)).BeginInit();
|
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.tl_right_main_view.SuspendLayout();
|
this.tl_right_main_view.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.CompanyIcon_pictureBox)).BeginInit();
|
||||||
this.flowLayoutPanel1.SuspendLayout();
|
this.flowLayoutPanel1.SuspendLayout();
|
||||||
this.flowLayoutPanel2.SuspendLayout();
|
this.flowLayoutPanel2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@ -223,330 +223,6 @@
|
|||||||
this.materialButton_LoadData.UseVisualStyleBackColor = true;
|
this.materialButton_LoadData.UseVisualStyleBackColor = true;
|
||||||
this.materialButton_LoadData.Click += new System.EventHandler(this.materialButton_LoadData_Click);
|
this.materialButton_LoadData.Click += new System.EventHandler(this.materialButton_LoadData_Click);
|
||||||
//
|
//
|
||||||
// materialButton_forward
|
|
||||||
//
|
|
||||||
this.materialButton_forward.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_forward.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_forward.Depth = 0;
|
|
||||||
this.materialButton_forward.HighEmphasis = true;
|
|
||||||
this.materialButton_forward.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_forward.Icon")));
|
|
||||||
this.materialButton_forward.Location = new System.Drawing.Point(448, 0);
|
|
||||||
this.materialButton_forward.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_forward.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_forward.Name = "materialButton_forward";
|
|
||||||
this.materialButton_forward.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_forward.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_forward.TabIndex = 23;
|
|
||||||
this.materialButton_forward.Text = " ";
|
|
||||||
this.materialButton_forward.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_forward.UseAccentColor = false;
|
|
||||||
this.materialButton_forward.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_forward.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_forward_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_return
|
|
||||||
//
|
|
||||||
this.materialButton_return.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
||||||
this.materialButton_return.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_return.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_return.Depth = 0;
|
|
||||||
this.materialButton_return.HighEmphasis = true;
|
|
||||||
this.materialButton_return.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_return.Icon")));
|
|
||||||
this.materialButton_return.Location = new System.Drawing.Point(0, 36);
|
|
||||||
this.materialButton_return.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_return.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_return.Name = "materialButton_return";
|
|
||||||
this.materialButton_return.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_return.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_return.TabIndex = 22;
|
|
||||||
this.materialButton_return.Text = " ";
|
|
||||||
this.materialButton_return.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_return.UseAccentColor = false;
|
|
||||||
this.materialButton_return.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_return.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_return_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_save
|
|
||||||
//
|
|
||||||
this.materialButton_save.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_save.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_save.Depth = 0;
|
|
||||||
this.materialButton_save.HighEmphasis = true;
|
|
||||||
this.materialButton_save.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_save.Icon")));
|
|
||||||
this.materialButton_save.Location = new System.Drawing.Point(384, 0);
|
|
||||||
this.materialButton_save.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_save.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_save.Name = "materialButton_save";
|
|
||||||
this.materialButton_save.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_save.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_save.TabIndex = 21;
|
|
||||||
this.materialButton_save.Text = " ";
|
|
||||||
this.materialButton_save.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_save.UseAccentColor = false;
|
|
||||||
this.materialButton_save.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_save.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_save_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_inverse
|
|
||||||
//
|
|
||||||
this.materialButton_inverse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_inverse.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_inverse.Depth = 0;
|
|
||||||
this.materialButton_inverse.HighEmphasis = true;
|
|
||||||
this.materialButton_inverse.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_inverse.Icon")));
|
|
||||||
this.materialButton_inverse.Location = new System.Drawing.Point(320, 0);
|
|
||||||
this.materialButton_inverse.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_inverse.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_inverse.Name = "materialButton_inverse";
|
|
||||||
this.materialButton_inverse.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_inverse.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_inverse.TabIndex = 20;
|
|
||||||
this.materialButton_inverse.Text = " ";
|
|
||||||
this.materialButton_inverse.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_inverse.UseAccentColor = false;
|
|
||||||
this.materialButton_inverse.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_inverse.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_inverse_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_resetImage
|
|
||||||
//
|
|
||||||
this.materialButton_resetImage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_resetImage.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_resetImage.Depth = 0;
|
|
||||||
this.materialButton_resetImage.HighEmphasis = true;
|
|
||||||
this.materialButton_resetImage.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_resetImage.Icon")));
|
|
||||||
this.materialButton_resetImage.Location = new System.Drawing.Point(256, 0);
|
|
||||||
this.materialButton_resetImage.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_resetImage.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_resetImage.Name = "materialButton_resetImage";
|
|
||||||
this.materialButton_resetImage.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_resetImage.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_resetImage.TabIndex = 19;
|
|
||||||
this.materialButton_resetImage.Text = " ";
|
|
||||||
this.materialButton_resetImage.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_resetImage.UseAccentColor = false;
|
|
||||||
this.materialButton_resetImage.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_resetImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_resetImage_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_imageInfo
|
|
||||||
//
|
|
||||||
this.materialButton_imageInfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_imageInfo.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_imageInfo.Depth = 0;
|
|
||||||
this.materialButton_imageInfo.HighEmphasis = true;
|
|
||||||
this.materialButton_imageInfo.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageInfo.Icon")));
|
|
||||||
this.materialButton_imageInfo.Location = new System.Drawing.Point(192, 0);
|
|
||||||
this.materialButton_imageInfo.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_imageInfo.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_imageInfo.Name = "materialButton_imageInfo";
|
|
||||||
this.materialButton_imageInfo.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_imageInfo.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_imageInfo.TabIndex = 18;
|
|
||||||
this.materialButton_imageInfo.Text = " ";
|
|
||||||
this.materialButton_imageInfo.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_imageInfo.UseAccentColor = false;
|
|
||||||
this.materialButton_imageInfo.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_imageInfo.Click += new System.EventHandler(this.materialButton_imageInfo_Click);
|
|
||||||
this.materialButton_imageInfo.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_imageInfo_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_fakeColor
|
|
||||||
//
|
|
||||||
this.materialButton_fakeColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_fakeColor.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_fakeColor.Depth = 0;
|
|
||||||
this.materialButton_fakeColor.HighEmphasis = true;
|
|
||||||
this.materialButton_fakeColor.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_fakeColor.Icon")));
|
|
||||||
this.materialButton_fakeColor.Location = new System.Drawing.Point(128, 0);
|
|
||||||
this.materialButton_fakeColor.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_fakeColor.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_fakeColor.Name = "materialButton_fakeColor";
|
|
||||||
this.materialButton_fakeColor.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_fakeColor.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_fakeColor.TabIndex = 17;
|
|
||||||
this.materialButton_fakeColor.Text = " ";
|
|
||||||
this.materialButton_fakeColor.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_fakeColor.UseAccentColor = false;
|
|
||||||
this.materialButton_fakeColor.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_fakeColor.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_fakeColor_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_imageChange
|
|
||||||
//
|
|
||||||
this.materialButton_imageChange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_imageChange.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_imageChange.Depth = 0;
|
|
||||||
this.materialButton_imageChange.HighEmphasis = true;
|
|
||||||
this.materialButton_imageChange.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageChange.Icon")));
|
|
||||||
this.materialButton_imageChange.Location = new System.Drawing.Point(64, 0);
|
|
||||||
this.materialButton_imageChange.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_imageChange.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_imageChange.Name = "materialButton_imageChange";
|
|
||||||
this.materialButton_imageChange.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_imageChange.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_imageChange.TabIndex = 16;
|
|
||||||
this.materialButton_imageChange.Text = " ";
|
|
||||||
this.materialButton_imageChange.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_imageChange.UseAccentColor = false;
|
|
||||||
this.materialButton_imageChange.UseVisualStyleBackColor = true;
|
|
||||||
this.materialButton_imageChange.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_imageChange_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_changeFormSize
|
|
||||||
//
|
|
||||||
this.materialButton_changeFormSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_changeFormSize.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
||||||
this.materialButton_changeFormSize.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_changeFormSize.Depth = 0;
|
|
||||||
this.materialButton_changeFormSize.HighEmphasis = true;
|
|
||||||
this.materialButton_changeFormSize.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_changeFormSize.Icon")));
|
|
||||||
this.materialButton_changeFormSize.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.materialButton_changeFormSize.Margin = new System.Windows.Forms.Padding(0);
|
|
||||||
this.materialButton_changeFormSize.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_changeFormSize.Name = "materialButton_changeFormSize";
|
|
||||||
this.materialButton_changeFormSize.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_changeFormSize.Size = new System.Drawing.Size(64, 36);
|
|
||||||
this.materialButton_changeFormSize.TabIndex = 15;
|
|
||||||
this.materialButton_changeFormSize.Tag = "123";
|
|
||||||
this.materialButton_changeFormSize.Text = " ";
|
|
||||||
this.materialButton_changeFormSize.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
|
||||||
this.materialButton_changeFormSize.UseAccentColor = false;
|
|
||||||
this.materialButton_changeFormSize.UseVisualStyleBackColor = false;
|
|
||||||
this.materialButton_changeFormSize.Click += new System.EventHandler(this.materialButton_changeFormSize_Click);
|
|
||||||
this.materialButton_changeFormSize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_changeFormSize_MouseMove);
|
|
||||||
//
|
|
||||||
// materialButton_miniAnalyze
|
|
||||||
//
|
|
||||||
this.materialButton_miniAnalyze.AutoSize = false;
|
|
||||||
this.materialButton_miniAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_miniAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_miniAnalyze.Depth = 0;
|
|
||||||
this.materialButton_miniAnalyze.HighEmphasis = true;
|
|
||||||
this.materialButton_miniAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_miniAnalyze.Icon")));
|
|
||||||
this.materialButton_miniAnalyze.Location = new System.Drawing.Point(4, 186);
|
|
||||||
this.materialButton_miniAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_miniAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_miniAnalyze.Name = "materialButton_miniAnalyze";
|
|
||||||
this.materialButton_miniAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_miniAnalyze.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_miniAnalyze.TabIndex = 7;
|
|
||||||
this.materialButton_miniAnalyze.Text = "微孔版分析";
|
|
||||||
this.materialButton_miniAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_miniAnalyze.UseAccentColor = false;
|
|
||||||
this.materialButton_miniAnalyze.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// materialButton_roiAnalyze
|
|
||||||
//
|
|
||||||
this.materialButton_roiAnalyze.AutoSize = false;
|
|
||||||
this.materialButton_roiAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_roiAnalyze.CharacterCasing = MaterialSkin.Controls.MaterialButton.CharacterCasingEnum.Normal;
|
|
||||||
this.materialButton_roiAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_roiAnalyze.Depth = 0;
|
|
||||||
this.materialButton_roiAnalyze.HighEmphasis = true;
|
|
||||||
this.materialButton_roiAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_roiAnalyze.Icon")));
|
|
||||||
this.materialButton_roiAnalyze.Location = new System.Drawing.Point(4, 126);
|
|
||||||
this.materialButton_roiAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_roiAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_roiAnalyze.Name = "materialButton_roiAnalyze";
|
|
||||||
this.materialButton_roiAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_roiAnalyze.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_roiAnalyze.TabIndex = 6;
|
|
||||||
this.materialButton_roiAnalyze.Text = "ROIs分析";
|
|
||||||
this.materialButton_roiAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_roiAnalyze.UseAccentColor = false;
|
|
||||||
this.materialButton_roiAnalyze.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// materialButton_dotcounts
|
|
||||||
//
|
|
||||||
this.materialButton_dotcounts.AutoSize = false;
|
|
||||||
this.materialButton_dotcounts.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_dotcounts.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_dotcounts.Depth = 0;
|
|
||||||
this.materialButton_dotcounts.HighEmphasis = true;
|
|
||||||
this.materialButton_dotcounts.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_dotcounts.Icon")));
|
|
||||||
this.materialButton_dotcounts.Location = new System.Drawing.Point(4, 246);
|
|
||||||
this.materialButton_dotcounts.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_dotcounts.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_dotcounts.Name = "materialButton_dotcounts";
|
|
||||||
this.materialButton_dotcounts.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_dotcounts.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_dotcounts.TabIndex = 8;
|
|
||||||
this.materialButton_dotcounts.Text = "菌落计数";
|
|
||||||
this.materialButton_dotcounts.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_dotcounts.UseAccentColor = false;
|
|
||||||
this.materialButton_dotcounts.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// materialButton_acidAnalyze
|
|
||||||
//
|
|
||||||
this.materialButton_acidAnalyze.AutoSize = false;
|
|
||||||
this.materialButton_acidAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_acidAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_acidAnalyze.Depth = 0;
|
|
||||||
this.materialButton_acidAnalyze.HighEmphasis = true;
|
|
||||||
this.materialButton_acidAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_acidAnalyze.Icon")));
|
|
||||||
this.materialButton_acidAnalyze.Location = new System.Drawing.Point(4, 66);
|
|
||||||
this.materialButton_acidAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_acidAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_acidAnalyze.Name = "materialButton_acidAnalyze";
|
|
||||||
this.materialButton_acidAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_acidAnalyze.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_acidAnalyze.TabIndex = 5;
|
|
||||||
this.materialButton_acidAnalyze.Text = "泳道分析";
|
|
||||||
this.materialButton_acidAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_acidAnalyze.UseAccentColor = false;
|
|
||||||
this.materialButton_acidAnalyze.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// materialButton_correction
|
|
||||||
//
|
|
||||||
this.materialButton_correction.AutoSize = false;
|
|
||||||
this.materialButton_correction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_correction.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_correction.Depth = 0;
|
|
||||||
this.materialButton_correction.HighEmphasis = true;
|
|
||||||
this.materialButton_correction.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_correction.Icon")));
|
|
||||||
this.materialButton_correction.Location = new System.Drawing.Point(4, 306);
|
|
||||||
this.materialButton_correction.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_correction.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_correction.Name = "materialButton_correction";
|
|
||||||
this.materialButton_correction.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_correction.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_correction.TabIndex = 9;
|
|
||||||
this.materialButton_correction.Text = "蛋白归一化";
|
|
||||||
this.materialButton_correction.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_correction.UseAccentColor = false;
|
|
||||||
this.materialButton_correction.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// materialButton_imageProcess
|
|
||||||
//
|
|
||||||
this.materialButton_imageProcess.AutoSize = false;
|
|
||||||
this.materialButton_imageProcess.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
||||||
this.materialButton_imageProcess.BackColor = System.Drawing.SystemColors.Control;
|
|
||||||
this.materialButton_imageProcess.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
|
||||||
this.materialButton_imageProcess.Depth = 0;
|
|
||||||
this.materialButton_imageProcess.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
||||||
this.materialButton_imageProcess.HighEmphasis = true;
|
|
||||||
this.materialButton_imageProcess.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageProcess.Icon")));
|
|
||||||
this.materialButton_imageProcess.Location = new System.Drawing.Point(4, 6);
|
|
||||||
this.materialButton_imageProcess.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
|
||||||
this.materialButton_imageProcess.MouseState = MaterialSkin.MouseState.HOVER;
|
|
||||||
this.materialButton_imageProcess.Name = "materialButton_imageProcess";
|
|
||||||
this.materialButton_imageProcess.NoAccentTextColor = System.Drawing.Color.Empty;
|
|
||||||
this.materialButton_imageProcess.Size = new System.Drawing.Size(200, 48);
|
|
||||||
this.materialButton_imageProcess.TabIndex = 4;
|
|
||||||
this.materialButton_imageProcess.Text = "图像处理";
|
|
||||||
this.materialButton_imageProcess.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
||||||
this.materialButton_imageProcess.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
|
||||||
this.materialButton_imageProcess.UseAccentColor = false;
|
|
||||||
this.materialButton_imageProcess.UseVisualStyleBackColor = false;
|
|
||||||
this.materialButton_imageProcess.Click += new System.EventHandler(this.materialButton_imageProcess_Click);
|
|
||||||
//
|
|
||||||
// CompanyIcon_pictureBox
|
|
||||||
//
|
|
||||||
this.CompanyIcon_pictureBox.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
this.CompanyIcon_pictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.CompanyIcon_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.CompanyIcon_pictureBox.Image = global::PBAnaly.Properties.Resources.京仪科技定稿_画板_1_副本2;
|
|
||||||
this.CompanyIcon_pictureBox.Location = new System.Drawing.Point(3, 3);
|
|
||||||
this.CompanyIcon_pictureBox.Name = "CompanyIcon_pictureBox";
|
|
||||||
this.tableLayoutPanel1.SetRowSpan(this.CompanyIcon_pictureBox, 2);
|
|
||||||
this.CompanyIcon_pictureBox.Size = new System.Drawing.Size(204, 80);
|
|
||||||
this.CompanyIcon_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
||||||
this.CompanyIcon_pictureBox.TabIndex = 16;
|
|
||||||
this.CompanyIcon_pictureBox.TabStop = false;
|
|
||||||
//
|
|
||||||
// tableLayoutPanel1
|
// tableLayoutPanel1
|
||||||
//
|
//
|
||||||
this.tableLayoutPanel1.ColumnCount = 3;
|
this.tableLayoutPanel1.ColumnCount = 3;
|
||||||
@ -601,6 +277,20 @@
|
|||||||
this.DataProcess_panel.TabIndex = 19;
|
this.DataProcess_panel.TabIndex = 19;
|
||||||
this.DataProcess_panel.Text = "panel1";
|
this.DataProcess_panel.Text = "panel1";
|
||||||
//
|
//
|
||||||
|
// CompanyIcon_pictureBox
|
||||||
|
//
|
||||||
|
this.CompanyIcon_pictureBox.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.CompanyIcon_pictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
|
this.CompanyIcon_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.CompanyIcon_pictureBox.Image = global::PBAnaly.Properties.Resources.京仪科技定稿_画板_1_副本2;
|
||||||
|
this.CompanyIcon_pictureBox.Location = new System.Drawing.Point(3, 3);
|
||||||
|
this.CompanyIcon_pictureBox.Name = "CompanyIcon_pictureBox";
|
||||||
|
this.tableLayoutPanel1.SetRowSpan(this.CompanyIcon_pictureBox, 2);
|
||||||
|
this.CompanyIcon_pictureBox.Size = new System.Drawing.Size(204, 80);
|
||||||
|
this.CompanyIcon_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||||
|
this.CompanyIcon_pictureBox.TabIndex = 16;
|
||||||
|
this.CompanyIcon_pictureBox.TabStop = false;
|
||||||
|
//
|
||||||
// flowLayoutPanel1
|
// flowLayoutPanel1
|
||||||
//
|
//
|
||||||
this.flowLayoutPanel1.Controls.Add(this.materialButton_imageProcess);
|
this.flowLayoutPanel1.Controls.Add(this.materialButton_imageProcess);
|
||||||
@ -617,6 +307,131 @@
|
|||||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(206, 491);
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(206, 491);
|
||||||
this.flowLayoutPanel1.TabIndex = 18;
|
this.flowLayoutPanel1.TabIndex = 18;
|
||||||
//
|
//
|
||||||
|
// materialButton_imageProcess
|
||||||
|
//
|
||||||
|
this.materialButton_imageProcess.AutoSize = false;
|
||||||
|
this.materialButton_imageProcess.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_imageProcess.BackColor = System.Drawing.SystemColors.Control;
|
||||||
|
this.materialButton_imageProcess.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_imageProcess.Depth = 0;
|
||||||
|
this.materialButton_imageProcess.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
|
this.materialButton_imageProcess.HighEmphasis = true;
|
||||||
|
this.materialButton_imageProcess.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageProcess.Icon")));
|
||||||
|
this.materialButton_imageProcess.Location = new System.Drawing.Point(4, 6);
|
||||||
|
this.materialButton_imageProcess.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_imageProcess.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_imageProcess.Name = "materialButton_imageProcess";
|
||||||
|
this.materialButton_imageProcess.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_imageProcess.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_imageProcess.TabIndex = 4;
|
||||||
|
this.materialButton_imageProcess.Text = "图像处理";
|
||||||
|
this.materialButton_imageProcess.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||||
|
this.materialButton_imageProcess.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_imageProcess.UseAccentColor = false;
|
||||||
|
this.materialButton_imageProcess.UseVisualStyleBackColor = false;
|
||||||
|
this.materialButton_imageProcess.Click += new System.EventHandler(this.materialButton_imageProcess_Click);
|
||||||
|
//
|
||||||
|
// materialButton_acidAnalyze
|
||||||
|
//
|
||||||
|
this.materialButton_acidAnalyze.AutoSize = false;
|
||||||
|
this.materialButton_acidAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_acidAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_acidAnalyze.Depth = 0;
|
||||||
|
this.materialButton_acidAnalyze.HighEmphasis = true;
|
||||||
|
this.materialButton_acidAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_acidAnalyze.Icon")));
|
||||||
|
this.materialButton_acidAnalyze.Location = new System.Drawing.Point(4, 66);
|
||||||
|
this.materialButton_acidAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_acidAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_acidAnalyze.Name = "materialButton_acidAnalyze";
|
||||||
|
this.materialButton_acidAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_acidAnalyze.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_acidAnalyze.TabIndex = 5;
|
||||||
|
this.materialButton_acidAnalyze.Text = "泳道分析";
|
||||||
|
this.materialButton_acidAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_acidAnalyze.UseAccentColor = false;
|
||||||
|
this.materialButton_acidAnalyze.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// materialButton_roiAnalyze
|
||||||
|
//
|
||||||
|
this.materialButton_roiAnalyze.AutoSize = false;
|
||||||
|
this.materialButton_roiAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_roiAnalyze.CharacterCasing = MaterialSkin.Controls.MaterialButton.CharacterCasingEnum.Normal;
|
||||||
|
this.materialButton_roiAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_roiAnalyze.Depth = 0;
|
||||||
|
this.materialButton_roiAnalyze.HighEmphasis = true;
|
||||||
|
this.materialButton_roiAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_roiAnalyze.Icon")));
|
||||||
|
this.materialButton_roiAnalyze.Location = new System.Drawing.Point(4, 126);
|
||||||
|
this.materialButton_roiAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_roiAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_roiAnalyze.Name = "materialButton_roiAnalyze";
|
||||||
|
this.materialButton_roiAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_roiAnalyze.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_roiAnalyze.TabIndex = 6;
|
||||||
|
this.materialButton_roiAnalyze.Text = "ROIs分析";
|
||||||
|
this.materialButton_roiAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_roiAnalyze.UseAccentColor = false;
|
||||||
|
this.materialButton_roiAnalyze.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// materialButton_miniAnalyze
|
||||||
|
//
|
||||||
|
this.materialButton_miniAnalyze.AutoSize = false;
|
||||||
|
this.materialButton_miniAnalyze.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_miniAnalyze.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_miniAnalyze.Depth = 0;
|
||||||
|
this.materialButton_miniAnalyze.HighEmphasis = true;
|
||||||
|
this.materialButton_miniAnalyze.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_miniAnalyze.Icon")));
|
||||||
|
this.materialButton_miniAnalyze.Location = new System.Drawing.Point(4, 186);
|
||||||
|
this.materialButton_miniAnalyze.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_miniAnalyze.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_miniAnalyze.Name = "materialButton_miniAnalyze";
|
||||||
|
this.materialButton_miniAnalyze.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_miniAnalyze.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_miniAnalyze.TabIndex = 7;
|
||||||
|
this.materialButton_miniAnalyze.Text = "微孔版分析";
|
||||||
|
this.materialButton_miniAnalyze.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_miniAnalyze.UseAccentColor = false;
|
||||||
|
this.materialButton_miniAnalyze.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// materialButton_dotcounts
|
||||||
|
//
|
||||||
|
this.materialButton_dotcounts.AutoSize = false;
|
||||||
|
this.materialButton_dotcounts.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_dotcounts.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_dotcounts.Depth = 0;
|
||||||
|
this.materialButton_dotcounts.HighEmphasis = true;
|
||||||
|
this.materialButton_dotcounts.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_dotcounts.Icon")));
|
||||||
|
this.materialButton_dotcounts.Location = new System.Drawing.Point(4, 246);
|
||||||
|
this.materialButton_dotcounts.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_dotcounts.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_dotcounts.Name = "materialButton_dotcounts";
|
||||||
|
this.materialButton_dotcounts.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_dotcounts.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_dotcounts.TabIndex = 8;
|
||||||
|
this.materialButton_dotcounts.Text = "菌落计数";
|
||||||
|
this.materialButton_dotcounts.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_dotcounts.UseAccentColor = false;
|
||||||
|
this.materialButton_dotcounts.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// materialButton_correction
|
||||||
|
//
|
||||||
|
this.materialButton_correction.AutoSize = false;
|
||||||
|
this.materialButton_correction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_correction.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_correction.Depth = 0;
|
||||||
|
this.materialButton_correction.HighEmphasis = true;
|
||||||
|
this.materialButton_correction.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_correction.Icon")));
|
||||||
|
this.materialButton_correction.Location = new System.Drawing.Point(4, 306);
|
||||||
|
this.materialButton_correction.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||||||
|
this.materialButton_correction.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_correction.Name = "materialButton_correction";
|
||||||
|
this.materialButton_correction.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_correction.Size = new System.Drawing.Size(200, 48);
|
||||||
|
this.materialButton_correction.TabIndex = 9;
|
||||||
|
this.materialButton_correction.Text = "蛋白归一化";
|
||||||
|
this.materialButton_correction.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
|
||||||
|
this.materialButton_correction.UseAccentColor = false;
|
||||||
|
this.materialButton_correction.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
// flowLayoutPanel2
|
// flowLayoutPanel2
|
||||||
//
|
//
|
||||||
this.flowLayoutPanel2.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
this.flowLayoutPanel2.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||||
@ -636,6 +451,191 @@
|
|||||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(559, 31);
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(559, 31);
|
||||||
this.flowLayoutPanel2.TabIndex = 19;
|
this.flowLayoutPanel2.TabIndex = 19;
|
||||||
//
|
//
|
||||||
|
// materialButton_changeFormSize
|
||||||
|
//
|
||||||
|
this.materialButton_changeFormSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_changeFormSize.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||||
|
this.materialButton_changeFormSize.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_changeFormSize.Depth = 0;
|
||||||
|
this.materialButton_changeFormSize.HighEmphasis = true;
|
||||||
|
this.materialButton_changeFormSize.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_changeFormSize.Icon")));
|
||||||
|
this.materialButton_changeFormSize.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.materialButton_changeFormSize.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_changeFormSize.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_changeFormSize.Name = "materialButton_changeFormSize";
|
||||||
|
this.materialButton_changeFormSize.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_changeFormSize.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_changeFormSize.TabIndex = 15;
|
||||||
|
this.materialButton_changeFormSize.Tag = "123";
|
||||||
|
this.materialButton_changeFormSize.Text = " ";
|
||||||
|
this.materialButton_changeFormSize.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_changeFormSize.UseAccentColor = false;
|
||||||
|
this.materialButton_changeFormSize.UseVisualStyleBackColor = false;
|
||||||
|
this.materialButton_changeFormSize.Click += new System.EventHandler(this.materialButton_changeFormSize_Click);
|
||||||
|
this.materialButton_changeFormSize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_changeFormSize_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_imageChange
|
||||||
|
//
|
||||||
|
this.materialButton_imageChange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_imageChange.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_imageChange.Depth = 0;
|
||||||
|
this.materialButton_imageChange.HighEmphasis = true;
|
||||||
|
this.materialButton_imageChange.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageChange.Icon")));
|
||||||
|
this.materialButton_imageChange.Location = new System.Drawing.Point(64, 0);
|
||||||
|
this.materialButton_imageChange.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_imageChange.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_imageChange.Name = "materialButton_imageChange";
|
||||||
|
this.materialButton_imageChange.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_imageChange.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_imageChange.TabIndex = 16;
|
||||||
|
this.materialButton_imageChange.Text = " ";
|
||||||
|
this.materialButton_imageChange.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_imageChange.UseAccentColor = false;
|
||||||
|
this.materialButton_imageChange.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_imageChange.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_imageChange_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_fakeColor
|
||||||
|
//
|
||||||
|
this.materialButton_fakeColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_fakeColor.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_fakeColor.Depth = 0;
|
||||||
|
this.materialButton_fakeColor.HighEmphasis = true;
|
||||||
|
this.materialButton_fakeColor.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_fakeColor.Icon")));
|
||||||
|
this.materialButton_fakeColor.Location = new System.Drawing.Point(128, 0);
|
||||||
|
this.materialButton_fakeColor.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_fakeColor.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_fakeColor.Name = "materialButton_fakeColor";
|
||||||
|
this.materialButton_fakeColor.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_fakeColor.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_fakeColor.TabIndex = 17;
|
||||||
|
this.materialButton_fakeColor.Text = " ";
|
||||||
|
this.materialButton_fakeColor.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_fakeColor.UseAccentColor = false;
|
||||||
|
this.materialButton_fakeColor.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_fakeColor.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_fakeColor_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_imageInfo
|
||||||
|
//
|
||||||
|
this.materialButton_imageInfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_imageInfo.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_imageInfo.Depth = 0;
|
||||||
|
this.materialButton_imageInfo.HighEmphasis = true;
|
||||||
|
this.materialButton_imageInfo.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_imageInfo.Icon")));
|
||||||
|
this.materialButton_imageInfo.Location = new System.Drawing.Point(192, 0);
|
||||||
|
this.materialButton_imageInfo.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_imageInfo.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_imageInfo.Name = "materialButton_imageInfo";
|
||||||
|
this.materialButton_imageInfo.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_imageInfo.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_imageInfo.TabIndex = 18;
|
||||||
|
this.materialButton_imageInfo.Text = " ";
|
||||||
|
this.materialButton_imageInfo.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_imageInfo.UseAccentColor = false;
|
||||||
|
this.materialButton_imageInfo.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_imageInfo.Click += new System.EventHandler(this.materialButton_imageInfo_Click);
|
||||||
|
this.materialButton_imageInfo.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_imageInfo_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_resetImage
|
||||||
|
//
|
||||||
|
this.materialButton_resetImage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_resetImage.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_resetImage.Depth = 0;
|
||||||
|
this.materialButton_resetImage.HighEmphasis = true;
|
||||||
|
this.materialButton_resetImage.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_resetImage.Icon")));
|
||||||
|
this.materialButton_resetImage.Location = new System.Drawing.Point(256, 0);
|
||||||
|
this.materialButton_resetImage.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_resetImage.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_resetImage.Name = "materialButton_resetImage";
|
||||||
|
this.materialButton_resetImage.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_resetImage.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_resetImage.TabIndex = 19;
|
||||||
|
this.materialButton_resetImage.Text = " ";
|
||||||
|
this.materialButton_resetImage.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_resetImage.UseAccentColor = false;
|
||||||
|
this.materialButton_resetImage.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_resetImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_resetImage_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_inverse
|
||||||
|
//
|
||||||
|
this.materialButton_inverse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_inverse.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_inverse.Depth = 0;
|
||||||
|
this.materialButton_inverse.HighEmphasis = true;
|
||||||
|
this.materialButton_inverse.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_inverse.Icon")));
|
||||||
|
this.materialButton_inverse.Location = new System.Drawing.Point(320, 0);
|
||||||
|
this.materialButton_inverse.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_inverse.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_inverse.Name = "materialButton_inverse";
|
||||||
|
this.materialButton_inverse.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_inverse.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_inverse.TabIndex = 20;
|
||||||
|
this.materialButton_inverse.Text = " ";
|
||||||
|
this.materialButton_inverse.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_inverse.UseAccentColor = false;
|
||||||
|
this.materialButton_inverse.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_inverse.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_inverse_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_save
|
||||||
|
//
|
||||||
|
this.materialButton_save.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_save.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_save.Depth = 0;
|
||||||
|
this.materialButton_save.HighEmphasis = true;
|
||||||
|
this.materialButton_save.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_save.Icon")));
|
||||||
|
this.materialButton_save.Location = new System.Drawing.Point(384, 0);
|
||||||
|
this.materialButton_save.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_save.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_save.Name = "materialButton_save";
|
||||||
|
this.materialButton_save.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_save.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_save.TabIndex = 21;
|
||||||
|
this.materialButton_save.Text = " ";
|
||||||
|
this.materialButton_save.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_save.UseAccentColor = false;
|
||||||
|
this.materialButton_save.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_save.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_save_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_forward
|
||||||
|
//
|
||||||
|
this.materialButton_forward.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_forward.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_forward.Depth = 0;
|
||||||
|
this.materialButton_forward.HighEmphasis = true;
|
||||||
|
this.materialButton_forward.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_forward.Icon")));
|
||||||
|
this.materialButton_forward.Location = new System.Drawing.Point(448, 0);
|
||||||
|
this.materialButton_forward.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_forward.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_forward.Name = "materialButton_forward";
|
||||||
|
this.materialButton_forward.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_forward.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_forward.TabIndex = 23;
|
||||||
|
this.materialButton_forward.Text = " ";
|
||||||
|
this.materialButton_forward.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_forward.UseAccentColor = false;
|
||||||
|
this.materialButton_forward.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_forward.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_forward_MouseMove);
|
||||||
|
//
|
||||||
|
// materialButton_return
|
||||||
|
//
|
||||||
|
this.materialButton_return.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||||
|
this.materialButton_return.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
|
this.materialButton_return.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
|
||||||
|
this.materialButton_return.Depth = 0;
|
||||||
|
this.materialButton_return.HighEmphasis = true;
|
||||||
|
this.materialButton_return.Icon = ((System.Drawing.Image)(resources.GetObject("materialButton_return.Icon")));
|
||||||
|
this.materialButton_return.Location = new System.Drawing.Point(0, 36);
|
||||||
|
this.materialButton_return.Margin = new System.Windows.Forms.Padding(0);
|
||||||
|
this.materialButton_return.MouseState = MaterialSkin.MouseState.HOVER;
|
||||||
|
this.materialButton_return.Name = "materialButton_return";
|
||||||
|
this.materialButton_return.NoAccentTextColor = System.Drawing.Color.Empty;
|
||||||
|
this.materialButton_return.Size = new System.Drawing.Size(64, 36);
|
||||||
|
this.materialButton_return.TabIndex = 22;
|
||||||
|
this.materialButton_return.Text = " ";
|
||||||
|
this.materialButton_return.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Text;
|
||||||
|
this.materialButton_return.UseAccentColor = false;
|
||||||
|
this.materialButton_return.UseVisualStyleBackColor = true;
|
||||||
|
this.materialButton_return.MouseMove += new System.Windows.Forms.MouseEventHandler(this.materialButton_return_MouseMove);
|
||||||
|
//
|
||||||
// pl_right
|
// pl_right
|
||||||
//
|
//
|
||||||
this.pl_right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(51)))), ((int)(((byte)(63)))));
|
this.pl_right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(51)))), ((int)(((byte)(63)))));
|
||||||
@ -659,7 +659,7 @@
|
|||||||
this.thunderLabel1.Name = "thunderLabel1";
|
this.thunderLabel1.Name = "thunderLabel1";
|
||||||
this.thunderLabel1.Size = new System.Drawing.Size(200, 16);
|
this.thunderLabel1.Size = new System.Drawing.Size(200, 16);
|
||||||
this.thunderLabel1.TabIndex = 19;
|
this.thunderLabel1.TabIndex = 19;
|
||||||
this.thunderLabel1.Text = "PBAnaly v0.1.3";
|
this.thunderLabel1.Text = "PBAnaly v0.1.4";
|
||||||
//
|
//
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
@ -681,9 +681,9 @@
|
|||||||
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
|
||||||
this.metroPanel_RightTop.ResumeLayout(false);
|
this.metroPanel_RightTop.ResumeLayout(false);
|
||||||
this.metroPanel_RightTop.PerformLayout();
|
this.metroPanel_RightTop.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.CompanyIcon_pictureBox)).EndInit();
|
|
||||||
this.tableLayoutPanel1.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||||||
this.tl_right_main_view.ResumeLayout(false);
|
this.tl_right_main_view.ResumeLayout(false);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.CompanyIcon_pictureBox)).EndInit();
|
||||||
this.flowLayoutPanel1.ResumeLayout(false);
|
this.flowLayoutPanel1.ResumeLayout(false);
|
||||||
this.flowLayoutPanel2.ResumeLayout(false);
|
this.flowLayoutPanel2.ResumeLayout(false);
|
||||||
this.flowLayoutPanel2.PerformLayout();
|
this.flowLayoutPanel2.PerformLayout();
|
||||||
|
@ -8,6 +8,7 @@ using PBAnaly.Properties;
|
|||||||
using PBAnaly.UI;
|
using PBAnaly.UI;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Data;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -23,7 +24,10 @@ namespace PBAnaly
|
|||||||
private SettingForm settingForm;
|
private SettingForm settingForm;
|
||||||
private LoginForm loginForm;
|
private LoginForm loginForm;
|
||||||
private LogForm logForm;
|
private LogForm logForm;
|
||||||
|
private TableLayoutPanel data_tab = null;
|
||||||
|
private bool bioanalyBool = false;
|
||||||
|
private int data_col = 2;
|
||||||
|
private int data_row = 2;
|
||||||
private int FormGenerate_X;
|
private int FormGenerate_X;
|
||||||
private int FormGenerate_Y;
|
private int FormGenerate_Y;
|
||||||
|
|
||||||
@ -400,9 +404,115 @@ namespace PBAnaly
|
|||||||
{
|
{
|
||||||
foreach (var item in bioanalysisMannages)
|
foreach (var item in bioanalysisMannages)
|
||||||
{
|
{
|
||||||
|
item.Value.Arrangement = false;
|
||||||
item.Value.WindowAdaptive();
|
item.Value.WindowAdaptive();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (bioanalyBool == false)
|
||||||
|
{
|
||||||
|
bioanalyBool = true;
|
||||||
|
if (bioanalysisMannages.Count == 0) return;
|
||||||
|
SizeForm sizeForm = new SizeForm();
|
||||||
|
|
||||||
|
if (sizeForm.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
data_row = sizeForm.row;
|
||||||
|
data_col = sizeForm.col;
|
||||||
|
sizeForm.Dispose();
|
||||||
|
sizeForm = null;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
sizeForm.Dispose();
|
||||||
|
sizeForm = null;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
DataProcess_panel.Controls.Clear();
|
||||||
|
pl_right.Controls.Clear();
|
||||||
|
if (data_tab != null)
|
||||||
|
{
|
||||||
|
data_tab.Controls.Clear();
|
||||||
|
data_tab.Dispose();
|
||||||
|
}
|
||||||
|
data_tab = new TableLayoutPanel();
|
||||||
|
data_tab.SuspendLayout();
|
||||||
|
data_tab.RowCount = data_row;
|
||||||
|
data_tab.ColumnCount = data_col + 1;
|
||||||
|
|
||||||
|
for (int i = 0; i < data_row; i++)
|
||||||
|
{
|
||||||
|
data_tab.RowStyles.Add(new RowStyle(SizeType.Percent, 100f / data_row));
|
||||||
|
}
|
||||||
|
for (int i = 0; i < data_col; i++)
|
||||||
|
{
|
||||||
|
data_tab.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f / data_col));
|
||||||
|
}
|
||||||
|
data_tab.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150f));
|
||||||
|
data_tab.ResumeLayout();
|
||||||
|
int row = 0;
|
||||||
|
int col = 0;
|
||||||
|
|
||||||
|
int index = 0;
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (index == bioanalysisMannages.Count - 1)
|
||||||
|
{
|
||||||
|
pl_right.Controls.Add(item.Value.GetBioanayImagePanel);
|
||||||
|
item.Value.GetRight.Dock = DockStyle.Fill;
|
||||||
|
data_tab.Controls.Add(item.Value.GetRight, data_tab.ColumnCount - 1, 0);
|
||||||
|
data_tab.SetRowSpan(item.Value.GetRight, data_row);
|
||||||
|
//data_tab.Controls.Add(item.Value.GetBarImage, data_tab.ColumnCount-1,0);
|
||||||
|
//data_tab.SetRowSpan(item.Value.GetBarImage, data_row);
|
||||||
|
item.Value.Arrangement = true;
|
||||||
|
index++;
|
||||||
|
}
|
||||||
|
item.Value.GetPanel.Dock = DockStyle.Fill;
|
||||||
|
data_tab.Controls.Add(item.Value.GetPanel, col, row);
|
||||||
|
item.Value.GetImagePanel.CenterPictureBox();
|
||||||
|
if (col < data_tab.ColumnCount - 2)
|
||||||
|
{
|
||||||
|
col++;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
row++;
|
||||||
|
col = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
data_tab.Dock = DockStyle.Fill;
|
||||||
|
DataProcess_panel.Controls.Add(data_tab);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
bioanalyBool = false;
|
||||||
|
data_tab.Controls.Clear();
|
||||||
|
DataProcess_panel.Controls.Clear();
|
||||||
|
pl_right.Controls.Clear();
|
||||||
|
int index = 0;
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (index == 0)
|
||||||
|
{
|
||||||
|
|
||||||
|
pl_right.Controls.Add(item.Value.GetBioanayImagePanel);
|
||||||
|
index++;
|
||||||
|
}
|
||||||
|
item.Value.Arrangement = false;
|
||||||
|
DataProcess_panel.Controls.Add(item.Value.GetImagePanel);
|
||||||
|
item.Value.Rifresh();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,11 @@
|
|||||||
using MiniExcelLibs;
|
using AntdUI;
|
||||||
|
using MiniExcelLibs;
|
||||||
using PBAnaly.UI;
|
using PBAnaly.UI;
|
||||||
using PBBiologyVC;
|
using PBBiologyVC;
|
||||||
|
using ReaLTaiizor.Extension;
|
||||||
using SixLabors.ImageSharp;
|
using SixLabors.ImageSharp;
|
||||||
using SixLabors.ImageSharp.PixelFormats;
|
using SixLabors.ImageSharp.PixelFormats;
|
||||||
|
using Sunny.UI;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
@ -57,8 +60,9 @@ namespace PBAnaly.Module
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region 变量
|
#region 变量
|
||||||
|
public bool Arrangement { get; set; }
|
||||||
private Dictionary<string, BioanalysisMannage> bioanalysisMannages;
|
private Dictionary<string, BioanalysisMannage> bioanalysisMannages;
|
||||||
private string path;
|
public string path { get; set; }
|
||||||
private string mark_path;
|
private string mark_path;
|
||||||
private string tif_marker_path;
|
private string tif_marker_path;
|
||||||
private string tif_org_path;
|
private string tif_org_path;
|
||||||
@ -389,7 +393,7 @@ namespace PBAnaly.Module
|
|||||||
imagePaletteForm.dtb_colorMin.Value = algAttribute.colorMinValue;
|
imagePaletteForm.dtb_colorMin.Value = algAttribute.colorMinValue;
|
||||||
imagePaletteForm.dtb_colorMin.Minimum = 0;
|
imagePaletteForm.dtb_colorMin.Minimum = 0;
|
||||||
imagePaletteForm.nud_colorMin.Maximum = algAttribute.colorValue-1;
|
imagePaletteForm.nud_colorMin.Maximum = algAttribute.colorValue-1;
|
||||||
imagePaletteForm.nud_colorMin.Minimum = algAttribute.colorMin;
|
imagePaletteForm.nud_colorMin.Minimum = 0;
|
||||||
imagePaletteForm.nud_colorMin.Value= algAttribute.colorMinValue;
|
imagePaletteForm.nud_colorMin.Value= algAttribute.colorMinValue;
|
||||||
imagePaletteForm.cb_colortable.SelectedIndex = algAttribute.colorIndex;
|
imagePaletteForm.cb_colortable.SelectedIndex = algAttribute.colorIndex;
|
||||||
|
|
||||||
@ -727,48 +731,145 @@ namespace PBAnaly.Module
|
|||||||
|
|
||||||
}
|
}
|
||||||
private void Dtb_brightness_ValueChanged()
|
private void Dtb_brightness_ValueChanged()
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.Brightness = imagePaletteForm.dtb_brightness.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
Brightness = imagePaletteForm.dtb_brightness.Value;
|
Brightness = imagePaletteForm.dtb_brightness.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
private void Dtb_opacity_ValueChanged()
|
private void Dtb_opacity_ValueChanged()
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.Opacity = imagePaletteForm.dtb_opacity.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
Opacity = imagePaletteForm.dtb_opacity.Value;
|
Opacity = imagePaletteForm.dtb_opacity.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
private void Nud_opacity_ValueChanged(object sender, System.EventArgs e)
|
private void Nud_opacity_ValueChanged(object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.Opacity = (int)imagePaletteForm.nud_opacity.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
Opacity = (int)imagePaletteForm.nud_opacity.Value;
|
Opacity = (int)imagePaletteForm.nud_opacity.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
private void Nud_brightness_ValueChanged(object sender, System.EventArgs e)
|
private void Nud_brightness_ValueChanged(object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.Brightness = (int)imagePaletteForm.nud_brightness.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
Brightness = (int)imagePaletteForm.nud_brightness.Value;
|
Brightness = (int)imagePaletteForm.nud_brightness.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
private void Nud_colorMin_ValueChanged(object sender, System.EventArgs e)
|
private void Nud_colorMin_ValueChanged(object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.ColorMin = (int)imagePaletteForm.nud_colorMin.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
ColorMin = (int)imagePaletteForm.nud_colorMin.Value;
|
ColorMin = (int)imagePaletteForm.nud_colorMin.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
private void Nud_colorMax_ValueChanged(object sender, System.EventArgs e)
|
private void Nud_colorMax_ValueChanged(object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.ColorMax = (int)imagePaletteForm.nud_colorMax.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
ColorMax = (int)imagePaletteForm.nud_colorMax.Value;
|
ColorMax = (int)imagePaletteForm.nud_colorMax.Value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Dtb_colorMin_ValueChanged()
|
private void Dtb_colorMin_ValueChanged()
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.ColorMin = (int)imagePaletteForm.dtb_colorMin.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
ColorMin = (int)imagePaletteForm.dtb_colorMin.Value;
|
ColorMin = (int)imagePaletteForm.dtb_colorMin.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
private void Dtb_colorMax_ValueChanged()
|
private void Dtb_colorMax_ValueChanged()
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.ColorMax = (int)imagePaletteForm.dtb_colorMax.Value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
ColorMax = (int)imagePaletteForm.dtb_colorMax.Value;
|
ColorMax = (int)imagePaletteForm.dtb_colorMax.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
private void Cb_colortable_SelectedIndexChanged(object sender, System.EventArgs e)
|
private void Cb_colortable_SelectedIndexChanged(object sender, System.EventArgs e)
|
||||||
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
item.Value.ColorIndex = imagePaletteForm.cb_colortable.SelectedIndex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
ColorIndex = imagePaletteForm.cb_colortable.SelectedIndex;
|
ColorIndex = imagePaletteForm.cb_colortable.SelectedIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#region imagepanel
|
#region imagepanel
|
||||||
private void Image_pl_Paint(object sender, PaintEventArgs e)
|
private void Image_pl_Paint(object sender, PaintEventArgs e)
|
||||||
@ -779,6 +880,17 @@ namespace PBAnaly.Module
|
|||||||
// 绘制直线
|
// 绘制直线
|
||||||
if ((startPoint != System.Drawing.Point.Empty && endPoint != System.Drawing.Point.Empty))
|
if ((startPoint != System.Drawing.Point.Empty && endPoint != System.Drawing.Point.Empty))
|
||||||
{
|
{
|
||||||
|
if (Arrangement)
|
||||||
|
{
|
||||||
|
foreach (var item in bioanalysisMannages)
|
||||||
|
{
|
||||||
|
if (item.Value.path != path)
|
||||||
|
{
|
||||||
|
item.Value.SetLine(startPoint, endPoint);
|
||||||
|
item.Value.GetImage.Invalidate();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
var srart = ImageProcess.ConvertRealToPictureBox(startPoint, imagePanel.image_pl);
|
var srart = ImageProcess.ConvertRealToPictureBox(startPoint, imagePanel.image_pl);
|
||||||
var end = ImageProcess.ConvertRealToPictureBox(endPoint, imagePanel.image_pl);
|
var end = ImageProcess.ConvertRealToPictureBox(endPoint, imagePanel.image_pl);
|
||||||
g.DrawLine(Pens.Red, srart, end);
|
g.DrawLine(Pens.Red, srart, end);
|
||||||
@ -1679,6 +1791,58 @@ namespace PBAnaly.Module
|
|||||||
imagePanel.WindowState = FormWindowState.Maximized;
|
imagePanel.WindowState = FormWindowState.Maximized;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public PictureBox GetImage
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return imagePanel.image_pl;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public Image3D GetBarImage
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return imagePanel.image_pr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public BioanayImagePaletteForm GetBioanayImagePanel
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return imagePaletteForm;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
imagePaletteForm = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetLine(System.Drawing.Point _StartPoint,System.Drawing.Point _EndPOint)
|
||||||
|
{
|
||||||
|
startPoint = _StartPoint;
|
||||||
|
endPoint = _EndPOint;
|
||||||
|
}
|
||||||
|
public TableLayoutPanel GetRight
|
||||||
|
{
|
||||||
|
get { return imagePanel.tlp_right_panel; }
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
public AntdUI.Panel GetPanel
|
||||||
|
{
|
||||||
|
get { return imagePanel.pl_panel_image; }
|
||||||
|
}
|
||||||
|
public void Rifresh()
|
||||||
|
{
|
||||||
|
imagePanel.pl_panel_image.Dock = DockStyle.Fill;
|
||||||
|
imagePanel.tableLayoutPanel2.Controls.Add(imagePanel.pl_panel_image, 0, 0);
|
||||||
|
imagePanel.tableLayoutPanel2.Controls.Add(imagePanel.tlp_right_panel, 1, 0);
|
||||||
|
|
||||||
|
imagePanel.ava_auto_Click(null,null);
|
||||||
|
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -155,6 +155,12 @@
|
|||||||
<Compile Include="UI\RowMergeView.designer.cs">
|
<Compile Include="UI\RowMergeView.designer.cs">
|
||||||
<DependentUpon>RowMergeView.cs</DependentUpon>
|
<DependentUpon>RowMergeView.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="UI\SizeForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="UI\SizeForm.Designer.cs">
|
||||||
|
<DependentUpon>SizeForm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<EmbeddedResource Include="DataProcessForm.resx">
|
<EmbeddedResource Include="DataProcessForm.resx">
|
||||||
<DependentUpon>DataProcessForm.cs</DependentUpon>
|
<DependentUpon>DataProcessForm.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@ -219,6 +225,9 @@
|
|||||||
<EmbeddedResource Include="UI\RowMergeView.resx">
|
<EmbeddedResource Include="UI\RowMergeView.resx">
|
||||||
<DependentUpon>RowMergeView.cs</DependentUpon>
|
<DependentUpon>RowMergeView.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="UI\SizeForm.resx">
|
||||||
|
<DependentUpon>SizeForm.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
<None Include="Properties\Settings.settings">
|
<None Include="Properties\Settings.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
50
src/PBAnaly/UI/BioanalyImagePanel.Designer.cs
generated
50
src/PBAnaly/UI/BioanalyImagePanel.Designer.cs
generated
@ -47,7 +47,7 @@
|
|||||||
this.pl_panel_image = new AntdUI.Panel();
|
this.pl_panel_image = new AntdUI.Panel();
|
||||||
this.pl_bg_panel = new AntdUI.Panel();
|
this.pl_bg_panel = new AntdUI.Panel();
|
||||||
this.image_pl = new System.Windows.Forms.PictureBox();
|
this.image_pl = new System.Windows.Forms.PictureBox();
|
||||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.tlp_right_panel = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.lb_wh = new AntdUI.Label();
|
this.lb_wh = new AntdUI.Label();
|
||||||
this.image_pr = new AntdUI.Image3D();
|
this.image_pr = new AntdUI.Image3D();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
@ -59,7 +59,7 @@
|
|||||||
this.pl_panel_image.SuspendLayout();
|
this.pl_panel_image.SuspendLayout();
|
||||||
this.pl_bg_panel.SuspendLayout();
|
this.pl_bg_panel.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.image_pl)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.image_pl)).BeginInit();
|
||||||
this.tableLayoutPanel3.SuspendLayout();
|
this.tlp_right_panel.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// wdb_title
|
// wdb_title
|
||||||
@ -148,7 +148,7 @@
|
|||||||
this.cb_scientific.Name = "cb_scientific";
|
this.cb_scientific.Name = "cb_scientific";
|
||||||
this.cb_scientific.Size = new System.Drawing.Size(63, 17);
|
this.cb_scientific.Size = new System.Drawing.Size(63, 17);
|
||||||
this.cb_scientific.TabIndex = 1;
|
this.cb_scientific.TabIndex = 1;
|
||||||
this.cb_scientific.Text = "光子数";
|
this.cb_scientific.Text = "光子量";
|
||||||
//
|
//
|
||||||
// flowPanel1
|
// flowPanel1
|
||||||
//
|
//
|
||||||
@ -252,7 +252,7 @@
|
|||||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
|
||||||
this.tableLayoutPanel2.Controls.Add(this.pl_panel_image, 0, 0);
|
this.tableLayoutPanel2.Controls.Add(this.pl_panel_image, 0, 0);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
|
this.tableLayoutPanel2.Controls.Add(this.tlp_right_panel, 1, 0);
|
||||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 49);
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 49);
|
||||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||||
@ -292,29 +292,29 @@
|
|||||||
this.image_pl.TabIndex = 0;
|
this.image_pl.TabIndex = 0;
|
||||||
this.image_pl.TabStop = false;
|
this.image_pl.TabStop = false;
|
||||||
//
|
//
|
||||||
// tableLayoutPanel3
|
// tlp_right_panel
|
||||||
//
|
//
|
||||||
this.tableLayoutPanel3.ColumnCount = 1;
|
this.tlp_right_panel.ColumnCount = 1;
|
||||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tlp_right_panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel3.Controls.Add(this.lb_wh, 0, 1);
|
this.tlp_right_panel.Controls.Add(this.lb_wh, 0, 1);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.image_pr, 0, 0);
|
this.tlp_right_panel.Controls.Add(this.image_pr, 0, 0);
|
||||||
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tlp_right_panel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tableLayoutPanel3.Location = new System.Drawing.Point(286, 0);
|
this.tlp_right_panel.Location = new System.Drawing.Point(286, 0);
|
||||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
this.tlp_right_panel.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
this.tlp_right_panel.Name = "tlp_right_panel";
|
||||||
this.tableLayoutPanel3.RowCount = 2;
|
this.tlp_right_panel.RowCount = 2;
|
||||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tlp_right_panel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
|
this.tlp_right_panel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 67F));
|
||||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(66, 243);
|
this.tlp_right_panel.Size = new System.Drawing.Size(66, 243);
|
||||||
this.tableLayoutPanel3.TabIndex = 1;
|
this.tlp_right_panel.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// lb_wh
|
// lb_wh
|
||||||
//
|
//
|
||||||
this.lb_wh.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lb_wh.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.lb_wh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lb_wh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.lb_wh.Location = new System.Drawing.Point(3, 184);
|
this.lb_wh.Location = new System.Drawing.Point(3, 179);
|
||||||
this.lb_wh.Name = "lb_wh";
|
this.lb_wh.Name = "lb_wh";
|
||||||
this.lb_wh.Size = new System.Drawing.Size(60, 56);
|
this.lb_wh.Size = new System.Drawing.Size(60, 61);
|
||||||
this.lb_wh.TabIndex = 3;
|
this.lb_wh.TabIndex = 3;
|
||||||
this.lb_wh.Text = "Color Scale\r\nMin = 1\r\nMax= 2";
|
this.lb_wh.Text = "Color Scale\r\nMin = 1\r\nMax= 2";
|
||||||
this.lb_wh.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
this.lb_wh.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||||
@ -326,7 +326,7 @@
|
|||||||
this.image_pr.ImageFit = AntdUI.TFit.Fill;
|
this.image_pr.ImageFit = AntdUI.TFit.Fill;
|
||||||
this.image_pr.Location = new System.Drawing.Point(3, 3);
|
this.image_pr.Location = new System.Drawing.Point(3, 3);
|
||||||
this.image_pr.Name = "image_pr";
|
this.image_pr.Name = "image_pr";
|
||||||
this.image_pr.Size = new System.Drawing.Size(60, 175);
|
this.image_pr.Size = new System.Drawing.Size(60, 170);
|
||||||
this.image_pr.Speed = 1;
|
this.image_pr.Speed = 1;
|
||||||
this.image_pr.TabIndex = 1;
|
this.image_pr.TabIndex = 1;
|
||||||
this.image_pr.Text = "image3D1";
|
this.image_pr.Text = "image3D1";
|
||||||
@ -355,7 +355,7 @@
|
|||||||
this.pl_panel_image.ResumeLayout(false);
|
this.pl_panel_image.ResumeLayout(false);
|
||||||
this.pl_bg_panel.ResumeLayout(false);
|
this.pl_bg_panel.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.image_pl)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.image_pl)).EndInit();
|
||||||
this.tableLayoutPanel3.ResumeLayout(false);
|
this.tlp_right_panel.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -369,19 +369,19 @@
|
|||||||
private AntdUI.Avatar ava_auto;
|
private AntdUI.Avatar ava_auto;
|
||||||
private AntdUI.Panel panel3;
|
private AntdUI.Panel panel3;
|
||||||
private AntdUI.Label lb_size;
|
private AntdUI.Label lb_size;
|
||||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
||||||
public System.Windows.Forms.ComboBox cbb_mode;
|
public System.Windows.Forms.ComboBox cbb_mode;
|
||||||
private AntdUI.Image3D image_pr;
|
|
||||||
public AntdUI.Checkbox cb_scientific;
|
public AntdUI.Checkbox cb_scientific;
|
||||||
public AntdUI.Avatar ava_zoom_out;
|
public AntdUI.Avatar ava_zoom_out;
|
||||||
public AntdUI.Avatar ava__zoom_in;
|
public AntdUI.Avatar ava__zoom_in;
|
||||||
public AntdUI.Panel pl_bg_panel;
|
public AntdUI.Panel pl_bg_panel;
|
||||||
public AntdUI.Panel pl_panel_image;
|
public AntdUI.Panel pl_panel_image;
|
||||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
||||||
public AntdUI.Label lb_wh;
|
public AntdUI.Label lb_wh;
|
||||||
public System.Windows.Forms.PictureBox image_pl;
|
public System.Windows.Forms.PictureBox image_pl;
|
||||||
public AntdUI.WindowBar wdb_title;
|
public AntdUI.WindowBar wdb_title;
|
||||||
public AntdUI.Avatar ava_saveReport;
|
public AntdUI.Avatar ava_saveReport;
|
||||||
private AntdUI.Avatar ava_save;
|
private AntdUI.Avatar ava_save;
|
||||||
|
public AntdUI.Image3D image_pr;
|
||||||
|
public System.Windows.Forms.TableLayoutPanel tlp_right_panel;
|
||||||
|
public System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -171,7 +171,7 @@ namespace PBAnaly.UI
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 事件
|
#region 事件
|
||||||
private void ava_auto_Click(object sender, EventArgs e)
|
public void ava_auto_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
pl_bg_panel.Location = new System.Drawing.Point(pl_panel_image.Location.X, pl_panel_image.Location.Y);
|
pl_bg_panel.Location = new System.Drawing.Point(pl_panel_image.Location.X, pl_panel_image.Location.Y);
|
||||||
|
154
src/PBAnaly/UI/SizeForm.Designer.cs
generated
Normal file
154
src/PBAnaly/UI/SizeForm.Designer.cs
generated
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
namespace PBAnaly.UI
|
||||||
|
{
|
||||||
|
partial class SizeForm
|
||||||
|
{
|
||||||
|
/// <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.btb_row = new ReaLTaiizor.Controls.BigTextBox();
|
||||||
|
this.btb_col = new ReaLTaiizor.Controls.BigTextBox();
|
||||||
|
this.bigLabel1 = new ReaLTaiizor.Controls.BigLabel();
|
||||||
|
this.btn_ok = new ReaLTaiizor.Controls.Button();
|
||||||
|
this.btn_cancel = new ReaLTaiizor.Controls.Button();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// btb_row
|
||||||
|
//
|
||||||
|
this.btb_row.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.btb_row.Font = new System.Drawing.Font("Tahoma", 11F);
|
||||||
|
this.btb_row.ForeColor = System.Drawing.Color.DimGray;
|
||||||
|
this.btb_row.Image = null;
|
||||||
|
this.btb_row.Location = new System.Drawing.Point(12, 24);
|
||||||
|
this.btb_row.MaxLength = 32767;
|
||||||
|
this.btb_row.Multiline = false;
|
||||||
|
this.btb_row.Name = "btb_row";
|
||||||
|
this.btb_row.ReadOnly = false;
|
||||||
|
this.btb_row.Size = new System.Drawing.Size(100, 41);
|
||||||
|
this.btb_row.TabIndex = 0;
|
||||||
|
this.btb_row.Text = "2";
|
||||||
|
this.btb_row.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left;
|
||||||
|
this.btb_row.UseSystemPasswordChar = false;
|
||||||
|
//
|
||||||
|
// btb_col
|
||||||
|
//
|
||||||
|
this.btb_col.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.btb_col.Font = new System.Drawing.Font("Tahoma", 11F);
|
||||||
|
this.btb_col.ForeColor = System.Drawing.Color.DimGray;
|
||||||
|
this.btb_col.Image = null;
|
||||||
|
this.btb_col.Location = new System.Drawing.Point(185, 25);
|
||||||
|
this.btb_col.MaxLength = 32767;
|
||||||
|
this.btb_col.Multiline = false;
|
||||||
|
this.btb_col.Name = "btb_col";
|
||||||
|
this.btb_col.ReadOnly = false;
|
||||||
|
this.btb_col.Size = new System.Drawing.Size(100, 41);
|
||||||
|
this.btb_col.TabIndex = 1;
|
||||||
|
this.btb_col.Text = "2";
|
||||||
|
this.btb_col.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left;
|
||||||
|
this.btb_col.UseSystemPasswordChar = false;
|
||||||
|
//
|
||||||
|
// bigLabel1
|
||||||
|
//
|
||||||
|
this.bigLabel1.AutoSize = true;
|
||||||
|
this.bigLabel1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.bigLabel1.Font = new System.Drawing.Font("Segoe UI", 25F);
|
||||||
|
this.bigLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||||
|
this.bigLabel1.Location = new System.Drawing.Point(128, 23);
|
||||||
|
this.bigLabel1.Name = "bigLabel1";
|
||||||
|
this.bigLabel1.Size = new System.Drawing.Size(40, 46);
|
||||||
|
this.bigLabel1.TabIndex = 2;
|
||||||
|
this.bigLabel1.Text = "X";
|
||||||
|
//
|
||||||
|
// btn_ok
|
||||||
|
//
|
||||||
|
this.btn_ok.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.btn_ok.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.btn_ok.EnteredBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.EnteredColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
||||||
|
this.btn_ok.Image = null;
|
||||||
|
this.btn_ok.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
|
this.btn_ok.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.Location = new System.Drawing.Point(12, 73);
|
||||||
|
this.btn_ok.Name = "btn_ok";
|
||||||
|
this.btn_ok.PressedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_ok.Size = new System.Drawing.Size(120, 40);
|
||||||
|
this.btn_ok.TabIndex = 3;
|
||||||
|
this.btn_ok.Text = "确定";
|
||||||
|
this.btn_ok.TextAlignment = System.Drawing.StringAlignment.Center;
|
||||||
|
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
||||||
|
//
|
||||||
|
// btn_cancel
|
||||||
|
//
|
||||||
|
this.btn_cancel.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.btn_cancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.btn_cancel.EnteredBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.EnteredColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
||||||
|
this.btn_cancel.Image = null;
|
||||||
|
this.btn_cancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
|
this.btn_cancel.InactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.Location = new System.Drawing.Point(149, 73);
|
||||||
|
this.btn_cancel.Name = "btn_cancel";
|
||||||
|
this.btn_cancel.PressedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
||||||
|
this.btn_cancel.Size = new System.Drawing.Size(120, 40);
|
||||||
|
this.btn_cancel.TabIndex = 4;
|
||||||
|
this.btn_cancel.Text = "取消";
|
||||||
|
this.btn_cancel.TextAlignment = System.Drawing.StringAlignment.Center;
|
||||||
|
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
|
||||||
|
//
|
||||||
|
// SizeForm
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(319, 120);
|
||||||
|
this.Controls.Add(this.btn_cancel);
|
||||||
|
this.Controls.Add(this.btn_ok);
|
||||||
|
this.Controls.Add(this.bigLabel1);
|
||||||
|
this.Controls.Add(this.btb_col);
|
||||||
|
this.Controls.Add(this.btb_row);
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
|
this.MinimizeBox = false;
|
||||||
|
this.Name = "SizeForm";
|
||||||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
|
this.Text = "SizeForm";
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private ReaLTaiizor.Controls.BigTextBox btb_row;
|
||||||
|
private ReaLTaiizor.Controls.BigTextBox btb_col;
|
||||||
|
private ReaLTaiizor.Controls.BigLabel bigLabel1;
|
||||||
|
private ReaLTaiizor.Controls.Button btn_ok;
|
||||||
|
private ReaLTaiizor.Controls.Button btn_cancel;
|
||||||
|
}
|
||||||
|
}
|
35
src/PBAnaly/UI/SizeForm.cs
Normal file
35
src/PBAnaly/UI/SizeForm.cs
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace PBAnaly.UI
|
||||||
|
{
|
||||||
|
public partial class SizeForm : Form
|
||||||
|
{
|
||||||
|
public int row { get; set; }
|
||||||
|
public int col { get; set; }
|
||||||
|
public SizeForm()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void btn_ok_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
row = int.Parse(btb_row.Text);
|
||||||
|
col = int.Parse(btb_col.Text);
|
||||||
|
this.DialogResult = DialogResult.OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void btn_cancel_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.DialogResult = DialogResult.Cancel;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
src/PBAnaly/UI/SizeForm.resx
Normal file
120
src/PBAnaly/UI/SizeForm.resx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
Loading…
Reference in New Issue
Block a user