删除旧的咨询
This commit is contained in:
parent
15cd344fe8
commit
664f8d531f
@ -1,37 +0,0 @@
|
||||
|
||||
|
||||
using OpenCvSharp.ImgHash;
|
||||
using PBAnaly.UI;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PBAnaly.Module
|
||||
{
|
||||
public static class ImageToolMannage
|
||||
{
|
||||
#region 变量
|
||||
public static bool lineDisON = false;
|
||||
public static bool rectON = false;
|
||||
public static bool linepolygonON = false;
|
||||
public static bool linewandON = false;
|
||||
public static bool circleON = false;
|
||||
public static int color_min = 6000;
|
||||
public static int color_max = 65534;
|
||||
public static float alpha = 100;
|
||||
public static ImagePanel imagePanel { get; set; }
|
||||
public static ImagePanelUser imagePanelUser { get; set; }
|
||||
public static ReaLTaiizor.Controls.Panel right_panel { get; set; }
|
||||
public static int beta = 127;
|
||||
|
||||
public static double pixeltomm = 0.0825;
|
||||
|
||||
public static Dictionary<string, ImagePanel> imageDataPath = new Dictionary<string, ImagePanel>();
|
||||
|
||||
public static int RoiIndex = 0;
|
||||
public static int CircleIndex = 0;
|
||||
public static int Roi_w = 20;
|
||||
public static int Roi_h = 20;
|
||||
public static int Roi_r = 10;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
@ -89,7 +89,6 @@
|
||||
</Compile>
|
||||
<Compile Include="Module\BioanalysisMannage.cs" />
|
||||
<Compile Include="Module\ImageProcess.cs" />
|
||||
<Compile Include="Module\ImageToolMannage.cs" />
|
||||
<Compile Include="Module\PBAnalyCommMannager.cs" />
|
||||
<Compile Include="Module\util.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
@ -125,30 +124,12 @@
|
||||
<Compile Include="UI\BioanayImagePaletteForm.Designer.cs">
|
||||
<DependentUpon>BioanayImagePaletteForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UI\colorbarControl.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="UI\colorbarControl.Designer.cs">
|
||||
<DependentUpon>colorbarControl.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImagePanel.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImagePanel.Designer.cs">
|
||||
<DependentUpon>ImagePanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImagePanelUser.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImagePanelUser.Designer.cs">
|
||||
<DependentUpon>ImagePanelUser.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImageToolPaletteForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="UI\ImageToolPaletteForm.Designer.cs">
|
||||
<DependentUpon>ImageToolPaletteForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="UI\RowMergeView.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
@ -210,18 +191,9 @@
|
||||
<EmbeddedResource Include="UI\BioanayImagePaletteForm.resx">
|
||||
<DependentUpon>BioanayImagePaletteForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI\colorbarControl.resx">
|
||||
<DependentUpon>colorbarControl.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI\ImagePanel.resx">
|
||||
<DependentUpon>ImagePanel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI\ImagePanelUser.resx">
|
||||
<DependentUpon>ImagePanelUser.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI\ImageToolPaletteForm.resx">
|
||||
<DependentUpon>ImageToolPaletteForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="UI\RowMergeView.resx">
|
||||
<DependentUpon>RowMergeView.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
10
src/PBAnaly/UI/AnalyzeDataForm.Designer.cs
generated
10
src/PBAnaly/UI/AnalyzeDataForm.Designer.cs
generated
@ -104,7 +104,7 @@
|
||||
this.metroPanel1.Location = new System.Drawing.Point(0, 31);
|
||||
this.metroPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.metroPanel1.Name = "metroPanel1";
|
||||
this.metroPanel1.Size = new System.Drawing.Size(1466, 36);
|
||||
this.metroPanel1.Size = new System.Drawing.Size(1488, 36);
|
||||
this.metroPanel1.Style = ReaLTaiizor.Enum.Metro.Style.Custom;
|
||||
this.metroPanel1.StyleManager = null;
|
||||
this.metroPanel1.TabIndex = 3;
|
||||
@ -137,7 +137,7 @@
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1466, 1277);
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1488, 1328);
|
||||
this.tableLayoutPanel1.TabIndex = 3;
|
||||
//
|
||||
// panel1
|
||||
@ -151,7 +151,7 @@
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
|
||||
this.panel1.Size = new System.Drawing.Size(1458, 1202);
|
||||
this.panel1.Size = new System.Drawing.Size(1480, 1253);
|
||||
this.panel1.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.panel1.TabIndex = 4;
|
||||
this.panel1.Text = "panel1";
|
||||
@ -165,14 +165,14 @@
|
||||
this.dataGridView1.Name = "dataGridView1";
|
||||
this.dataGridView1.RowHeadersWidth = 51;
|
||||
this.dataGridView1.RowTemplate.Height = 23;
|
||||
this.dataGridView1.Size = new System.Drawing.Size(1444, 1190);
|
||||
this.dataGridView1.Size = new System.Drawing.Size(1466, 1241);
|
||||
this.dataGridView1.TabIndex = 0;
|
||||
//
|
||||
// AnalyzeDataForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1474, 1311);
|
||||
this.ClientSize = new System.Drawing.Size(1496, 1362);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||||
this.FormStyle = MaterialSkin.Controls.MaterialForm.FormStyles.ActionBar_None;
|
||||
|
240
src/PBAnaly/UI/BioanayImagePaletteForm.Designer.cs
generated
240
src/PBAnaly/UI/BioanayImagePaletteForm.Designer.cs
generated
@ -99,10 +99,11 @@
|
||||
this.fb_fixSetting.EnabledCalc = true;
|
||||
this.fb_fixSetting.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||||
this.fb_fixSetting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(78)))), ((int)(((byte)(90)))));
|
||||
this.fb_fixSetting.Location = new System.Drawing.Point(137, 31);
|
||||
this.fb_fixSetting.Location = new System.Drawing.Point(183, 39);
|
||||
this.fb_fixSetting.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.fb_fixSetting.Name = "fb_fixSetting";
|
||||
this.fb_fixSetting.OverColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
||||
this.fb_fixSetting.Size = new System.Drawing.Size(59, 31);
|
||||
this.fb_fixSetting.Size = new System.Drawing.Size(79, 39);
|
||||
this.fb_fixSetting.TabIndex = 6;
|
||||
this.fb_fixSetting.Text = "修改";
|
||||
//
|
||||
@ -111,9 +112,10 @@
|
||||
this.foxLabel7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel7.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel7.Location = new System.Drawing.Point(120, 5);
|
||||
this.foxLabel7.Location = new System.Drawing.Point(160, 6);
|
||||
this.foxLabel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel7.Name = "foxLabel7";
|
||||
this.foxLabel7.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel7.Size = new System.Drawing.Size(35, 24);
|
||||
this.foxLabel7.TabIndex = 4;
|
||||
this.foxLabel7.Text = "r=";
|
||||
//
|
||||
@ -122,9 +124,10 @@
|
||||
this.foxLabel5.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel5.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel5.Location = new System.Drawing.Point(3, 31);
|
||||
this.foxLabel5.Location = new System.Drawing.Point(4, 39);
|
||||
this.foxLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel5.Name = "foxLabel5";
|
||||
this.foxLabel5.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel5.Size = new System.Drawing.Size(35, 24);
|
||||
this.foxLabel5.TabIndex = 2;
|
||||
this.foxLabel5.Text = "h=";
|
||||
//
|
||||
@ -135,9 +138,10 @@
|
||||
this.foxLabel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel8.Location = new System.Drawing.Point(3, 177);
|
||||
this.foxLabel8.Location = new System.Drawing.Point(4, 220);
|
||||
this.foxLabel8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel8.Name = "foxLabel8";
|
||||
this.foxLabel8.Size = new System.Drawing.Size(195, 18);
|
||||
this.foxLabel8.Size = new System.Drawing.Size(262, 22);
|
||||
this.foxLabel8.TabIndex = 34;
|
||||
this.foxLabel8.Text = "Color Rable";
|
||||
//
|
||||
@ -148,9 +152,10 @@
|
||||
this.flb_act_mm.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flb_act_mm.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.flb_act_mm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.flb_act_mm.Location = new System.Drawing.Point(93, 151);
|
||||
this.flb_act_mm.Location = new System.Drawing.Point(125, 188);
|
||||
this.flb_act_mm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flb_act_mm.Name = "flb_act_mm";
|
||||
this.flb_act_mm.Size = new System.Drawing.Size(164, 20);
|
||||
this.flb_act_mm.Size = new System.Drawing.Size(220, 24);
|
||||
this.flb_act_mm.TabIndex = 30;
|
||||
this.flb_act_mm.Text = "0 mm";
|
||||
//
|
||||
@ -160,9 +165,10 @@
|
||||
this.foxLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel9.Location = new System.Drawing.Point(3, 115);
|
||||
this.foxLabel9.Location = new System.Drawing.Point(4, 143);
|
||||
this.foxLabel9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel9.Name = "foxLabel9";
|
||||
this.foxLabel9.Size = new System.Drawing.Size(44, 30);
|
||||
this.foxLabel9.Size = new System.Drawing.Size(59, 37);
|
||||
this.foxLabel9.TabIndex = 18;
|
||||
this.foxLabel9.Text = "Max";
|
||||
//
|
||||
@ -172,9 +178,10 @@
|
||||
this.foxLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel6.Location = new System.Drawing.Point(3, 79);
|
||||
this.foxLabel6.Location = new System.Drawing.Point(4, 98);
|
||||
this.foxLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel6.Name = "foxLabel6";
|
||||
this.foxLabel6.Size = new System.Drawing.Size(44, 30);
|
||||
this.foxLabel6.Size = new System.Drawing.Size(59, 37);
|
||||
this.foxLabel6.TabIndex = 13;
|
||||
this.foxLabel6.Text = "Min";
|
||||
//
|
||||
@ -184,9 +191,10 @@
|
||||
this.foxLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel2.Location = new System.Drawing.Point(3, 61);
|
||||
this.foxLabel2.Location = new System.Drawing.Point(4, 76);
|
||||
this.foxLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel2.Name = "foxLabel2";
|
||||
this.foxLabel2.Size = new System.Drawing.Size(44, 12);
|
||||
this.foxLabel2.Size = new System.Drawing.Size(59, 14);
|
||||
this.foxLabel2.TabIndex = 10;
|
||||
this.foxLabel2.Text = "色阶";
|
||||
//
|
||||
@ -196,9 +204,10 @@
|
||||
this.foxLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel3.Location = new System.Drawing.Point(3, 32);
|
||||
this.foxLabel3.Location = new System.Drawing.Point(4, 40);
|
||||
this.foxLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel3.Name = "foxLabel3";
|
||||
this.foxLabel3.Size = new System.Drawing.Size(44, 23);
|
||||
this.foxLabel3.Size = new System.Drawing.Size(59, 28);
|
||||
this.foxLabel3.TabIndex = 6;
|
||||
this.foxLabel3.Text = "透明度::";
|
||||
//
|
||||
@ -208,9 +217,10 @@
|
||||
this.foxLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.foxLabel1.Location = new System.Drawing.Point(4, 4);
|
||||
this.foxLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel1.Name = "foxLabel1";
|
||||
this.foxLabel1.Size = new System.Drawing.Size(44, 23);
|
||||
this.foxLabel1.Size = new System.Drawing.Size(59, 28);
|
||||
this.foxLabel1.TabIndex = 1;
|
||||
this.foxLabel1.Text = "亮度:";
|
||||
//
|
||||
@ -219,9 +229,10 @@
|
||||
this.foxLabel4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel4.Location = new System.Drawing.Point(3, 3);
|
||||
this.foxLabel4.Location = new System.Drawing.Point(4, 4);
|
||||
this.foxLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.foxLabel4.Name = "foxLabel4";
|
||||
this.foxLabel4.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel4.Size = new System.Drawing.Size(35, 24);
|
||||
this.foxLabel4.TabIndex = 0;
|
||||
this.foxLabel4.Text = "w=";
|
||||
//
|
||||
@ -230,10 +241,11 @@
|
||||
this.hpb_line.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_line.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_line.Image = global::PBAnaly.Properties.Resources.线段;
|
||||
this.hpb_line.Location = new System.Drawing.Point(3, 151);
|
||||
this.hpb_line.Location = new System.Drawing.Point(4, 188);
|
||||
this.hpb_line.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.hpb_line.Name = "hpb_line";
|
||||
this.hpb_line.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_line.Size = new System.Drawing.Size(44, 20);
|
||||
this.hpb_line.Size = new System.Drawing.Size(59, 24);
|
||||
this.hpb_line.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_line.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_line.TabIndex = 9;
|
||||
@ -243,10 +255,10 @@
|
||||
// tableLayoutPanel3
|
||||
//
|
||||
this.tableLayoutPanel3.ColumnCount = 5;
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_wand, 3, 0);
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_xianduan, 2, 0);
|
||||
@ -258,9 +270,9 @@
|
||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||||
this.tableLayoutPanel3.RowCount = 2;
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(266, 182);
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(357, 228);
|
||||
this.tableLayoutPanel3.TabIndex = 0;
|
||||
//
|
||||
// hpb_wand
|
||||
@ -268,9 +280,10 @@
|
||||
this.hpb_wand.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_wand.Image = global::PBAnaly.Properties.Resources.魔术棒_魔法_魔术_一键;
|
||||
this.hpb_wand.ImageFit = AntdUI.TFit.Contain;
|
||||
this.hpb_wand.Location = new System.Drawing.Point(105, 3);
|
||||
this.hpb_wand.Location = new System.Drawing.Point(139, 4);
|
||||
this.hpb_wand.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.hpb_wand.Name = "hpb_wand";
|
||||
this.hpb_wand.Size = new System.Drawing.Size(28, 28);
|
||||
this.hpb_wand.Size = new System.Drawing.Size(37, 34);
|
||||
this.hpb_wand.TabIndex = 14;
|
||||
this.hpb_wand.Text = "a";
|
||||
//
|
||||
@ -280,9 +293,10 @@
|
||||
this.hpb_xianduan.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_xianduan.Image = global::PBAnaly.Properties.Resources.线段__1_;
|
||||
this.hpb_xianduan.ImageFit = AntdUI.TFit.Contain;
|
||||
this.hpb_xianduan.Location = new System.Drawing.Point(71, 3);
|
||||
this.hpb_xianduan.Location = new System.Drawing.Point(94, 4);
|
||||
this.hpb_xianduan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.hpb_xianduan.Name = "hpb_xianduan";
|
||||
this.hpb_xianduan.Size = new System.Drawing.Size(28, 28);
|
||||
this.hpb_xianduan.Size = new System.Drawing.Size(37, 34);
|
||||
this.hpb_xianduan.TabIndex = 13;
|
||||
this.hpb_xianduan.Text = "a";
|
||||
//
|
||||
@ -292,9 +306,10 @@
|
||||
this.hpb_circe.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_circe.Image = global::PBAnaly.Properties.Resources.圆形;
|
||||
this.hpb_circe.ImageFit = AntdUI.TFit.Contain;
|
||||
this.hpb_circe.Location = new System.Drawing.Point(37, 3);
|
||||
this.hpb_circe.Location = new System.Drawing.Point(49, 4);
|
||||
this.hpb_circe.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.hpb_circe.Name = "hpb_circe";
|
||||
this.hpb_circe.Size = new System.Drawing.Size(28, 28);
|
||||
this.hpb_circe.Size = new System.Drawing.Size(37, 34);
|
||||
this.hpb_circe.TabIndex = 0;
|
||||
this.hpb_circe.Text = "a";
|
||||
//
|
||||
@ -304,9 +319,10 @@
|
||||
this.hpb_rect.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_rect.Image = global::PBAnaly.Properties.Resources._10矩形;
|
||||
this.hpb_rect.ImageFit = AntdUI.TFit.Contain;
|
||||
this.hpb_rect.Location = new System.Drawing.Point(3, 3);
|
||||
this.hpb_rect.Location = new System.Drawing.Point(4, 4);
|
||||
this.hpb_rect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.hpb_rect.Name = "hpb_rect";
|
||||
this.hpb_rect.Size = new System.Drawing.Size(28, 28);
|
||||
this.hpb_rect.Size = new System.Drawing.Size(37, 34);
|
||||
this.hpb_rect.TabIndex = 0;
|
||||
this.hpb_rect.Text = "a";
|
||||
//
|
||||
@ -322,9 +338,10 @@
|
||||
this.panel2.Controls.Add(this.foxLabel5);
|
||||
this.panel2.Controls.Add(this.foxLabel4);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(3, 37);
|
||||
this.panel2.Location = new System.Drawing.Point(4, 46);
|
||||
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(260, 142);
|
||||
this.panel2.Size = new System.Drawing.Size(349, 178);
|
||||
this.panel2.TabIndex = 14;
|
||||
this.panel2.Text = "panel2";
|
||||
//
|
||||
@ -339,9 +356,10 @@
|
||||
this.dtb_r.ColorE = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.dtb_r.ColorF = System.Drawing.Color.Black;
|
||||
this.dtb_r.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||
this.dtb_r.Location = new System.Drawing.Point(144, 5);
|
||||
this.dtb_r.Location = new System.Drawing.Point(192, 6);
|
||||
this.dtb_r.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.dtb_r.Name = "dtb_r";
|
||||
this.dtb_r.Size = new System.Drawing.Size(80, 21);
|
||||
this.dtb_r.Size = new System.Drawing.Size(106, 25);
|
||||
this.dtb_r.TabIndex = 10;
|
||||
this.dtb_r.Text = "10";
|
||||
//
|
||||
@ -356,9 +374,10 @@
|
||||
this.dtb_h.ColorE = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.dtb_h.ColorF = System.Drawing.Color.Black;
|
||||
this.dtb_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||
this.dtb_h.Location = new System.Drawing.Point(35, 34);
|
||||
this.dtb_h.Location = new System.Drawing.Point(47, 42);
|
||||
this.dtb_h.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.dtb_h.Name = "dtb_h";
|
||||
this.dtb_h.Size = new System.Drawing.Size(80, 21);
|
||||
this.dtb_h.Size = new System.Drawing.Size(106, 25);
|
||||
this.dtb_h.TabIndex = 9;
|
||||
this.dtb_h.Text = "10";
|
||||
//
|
||||
@ -373,9 +392,10 @@
|
||||
this.dtb_w.ColorE = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.dtb_w.ColorF = System.Drawing.Color.Black;
|
||||
this.dtb_w.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||
this.dtb_w.Location = new System.Drawing.Point(34, 5);
|
||||
this.dtb_w.Location = new System.Drawing.Point(45, 6);
|
||||
this.dtb_w.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.dtb_w.Name = "dtb_w";
|
||||
this.dtb_w.Size = new System.Drawing.Size(80, 21);
|
||||
this.dtb_w.Size = new System.Drawing.Size(106, 25);
|
||||
this.dtb_w.TabIndex = 8;
|
||||
this.dtb_w.Text = "10";
|
||||
//
|
||||
@ -384,18 +404,20 @@
|
||||
this.flb_info.BackColor = System.Drawing.Color.Transparent;
|
||||
this.flb_info.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.flb_info.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.flb_info.Location = new System.Drawing.Point(1, 101);
|
||||
this.flb_info.Location = new System.Drawing.Point(1, 126);
|
||||
this.flb_info.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flb_info.Name = "flb_info";
|
||||
this.flb_info.Size = new System.Drawing.Size(223, 19);
|
||||
this.flb_info.Size = new System.Drawing.Size(297, 24);
|
||||
this.flb_info.TabIndex = 7;
|
||||
//
|
||||
// collapseItem2
|
||||
//
|
||||
this.collapseItem2.Controls.Add(this.tableLayoutPanel3);
|
||||
this.collapseItem2.Expand = true;
|
||||
this.collapseItem2.Location = new System.Drawing.Point(19, 433);
|
||||
this.collapseItem2.Location = new System.Drawing.Point(24, 540);
|
||||
this.collapseItem2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.collapseItem2.Name = "collapseItem2";
|
||||
this.collapseItem2.Size = new System.Drawing.Size(266, 182);
|
||||
this.collapseItem2.Size = new System.Drawing.Size(357, 228);
|
||||
this.collapseItem2.TabIndex = 1;
|
||||
this.collapseItem2.Text = "ROI工具";
|
||||
//
|
||||
@ -414,19 +436,20 @@
|
||||
"RGB",
|
||||
"Pseudo",
|
||||
"Gray"});
|
||||
this.cb_colortable.Location = new System.Drawing.Point(3, 201);
|
||||
this.cb_colortable.Location = new System.Drawing.Point(4, 250);
|
||||
this.cb_colortable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.cb_colortable.Name = "cb_colortable";
|
||||
this.cb_colortable.Size = new System.Drawing.Size(84, 20);
|
||||
this.cb_colortable.Size = new System.Drawing.Size(113, 23);
|
||||
this.cb_colortable.TabIndex = 35;
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 5;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
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, 59F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_opacity, 4, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_brightness, 4, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.dtb_colorMax, 1, 4);
|
||||
@ -450,32 +473,34 @@
|
||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 9;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(260, 272);
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(349, 340);
|
||||
this.tableLayoutPanel2.TabIndex = 0;
|
||||
//
|
||||
// nud_opacity
|
||||
//
|
||||
this.nud_opacity.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_opacity.Location = new System.Drawing.Point(204, 32);
|
||||
this.nud_opacity.Location = new System.Drawing.Point(274, 40);
|
||||
this.nud_opacity.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.nud_opacity.Name = "nud_opacity";
|
||||
this.nud_opacity.Size = new System.Drawing.Size(53, 21);
|
||||
this.nud_opacity.Size = new System.Drawing.Size(71, 25);
|
||||
this.nud_opacity.TabIndex = 45;
|
||||
//
|
||||
// nud_brightness
|
||||
//
|
||||
this.nud_brightness.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_brightness.Location = new System.Drawing.Point(204, 3);
|
||||
this.nud_brightness.Location = new System.Drawing.Point(274, 4);
|
||||
this.nud_brightness.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.nud_brightness.Name = "nud_brightness";
|
||||
this.nud_brightness.Size = new System.Drawing.Size(53, 21);
|
||||
this.nud_brightness.Size = new System.Drawing.Size(71, 25);
|
||||
this.nud_brightness.TabIndex = 44;
|
||||
//
|
||||
// dtb_colorMax
|
||||
@ -488,13 +513,13 @@
|
||||
this.dtb_colorMax.EmptyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
|
||||
this.dtb_colorMax.FillBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(99)))), ((int)(((byte)(50)))));
|
||||
this.dtb_colorMax.JumpToMouse = false;
|
||||
this.dtb_colorMax.Location = new System.Drawing.Point(52, 114);
|
||||
this.dtb_colorMax.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.dtb_colorMax.Location = new System.Drawing.Point(70, 141);
|
||||
this.dtb_colorMax.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.dtb_colorMax.Maximum = 100;
|
||||
this.dtb_colorMax.Minimum = 0;
|
||||
this.dtb_colorMax.MinimumSize = new System.Drawing.Size(35, 18);
|
||||
this.dtb_colorMax.MinimumSize = new System.Drawing.Size(47, 22);
|
||||
this.dtb_colorMax.Name = "dtb_colorMax";
|
||||
this.dtb_colorMax.Size = new System.Drawing.Size(118, 22);
|
||||
this.dtb_colorMax.Size = new System.Drawing.Size(197, 22);
|
||||
this.dtb_colorMax.TabIndex = 40;
|
||||
this.dtb_colorMax.Text = "dungeonTrackBar5";
|
||||
this.dtb_colorMax.ThumbBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
||||
@ -513,13 +538,13 @@
|
||||
this.dtb_colorMin.EmptyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
|
||||
this.dtb_colorMin.FillBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(99)))), ((int)(((byte)(50)))));
|
||||
this.dtb_colorMin.JumpToMouse = false;
|
||||
this.dtb_colorMin.Location = new System.Drawing.Point(52, 78);
|
||||
this.dtb_colorMin.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.dtb_colorMin.Location = new System.Drawing.Point(70, 96);
|
||||
this.dtb_colorMin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.dtb_colorMin.Maximum = 100;
|
||||
this.dtb_colorMin.Minimum = 0;
|
||||
this.dtb_colorMin.MinimumSize = new System.Drawing.Size(35, 18);
|
||||
this.dtb_colorMin.MinimumSize = new System.Drawing.Size(47, 22);
|
||||
this.dtb_colorMin.Name = "dtb_colorMin";
|
||||
this.dtb_colorMin.Size = new System.Drawing.Size(118, 22);
|
||||
this.dtb_colorMin.Size = new System.Drawing.Size(197, 22);
|
||||
this.dtb_colorMin.TabIndex = 39;
|
||||
this.dtb_colorMin.Text = "dungeonTrackBar4";
|
||||
this.dtb_colorMin.ThumbBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
||||
@ -538,13 +563,13 @@
|
||||
this.dtb_opacity.EmptyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
|
||||
this.dtb_opacity.FillBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(99)))), ((int)(((byte)(50)))));
|
||||
this.dtb_opacity.JumpToMouse = false;
|
||||
this.dtb_opacity.Location = new System.Drawing.Point(52, 31);
|
||||
this.dtb_opacity.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.dtb_opacity.Location = new System.Drawing.Point(70, 38);
|
||||
this.dtb_opacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.dtb_opacity.Maximum = 100;
|
||||
this.dtb_opacity.Minimum = 0;
|
||||
this.dtb_opacity.MinimumSize = new System.Drawing.Size(35, 18);
|
||||
this.dtb_opacity.MinimumSize = new System.Drawing.Size(47, 22);
|
||||
this.dtb_opacity.Name = "dtb_opacity";
|
||||
this.dtb_opacity.Size = new System.Drawing.Size(118, 22);
|
||||
this.dtb_opacity.Size = new System.Drawing.Size(197, 22);
|
||||
this.dtb_opacity.TabIndex = 37;
|
||||
this.dtb_opacity.Text = "dungeonTrackBar2";
|
||||
this.dtb_opacity.ThumbBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
||||
@ -556,10 +581,10 @@
|
||||
// pb_bgimage
|
||||
//
|
||||
this.pb_bgimage.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pb_bgimage.Location = new System.Drawing.Point(90, 198);
|
||||
this.pb_bgimage.Location = new System.Drawing.Point(121, 246);
|
||||
this.pb_bgimage.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pb_bgimage.Name = "pb_bgimage";
|
||||
this.pb_bgimage.Size = new System.Drawing.Size(111, 29);
|
||||
this.pb_bgimage.Size = new System.Drawing.Size(149, 36);
|
||||
this.pb_bgimage.TabIndex = 36;
|
||||
this.pb_bgimage.TabStop = false;
|
||||
//
|
||||
@ -573,13 +598,13 @@
|
||||
this.dtb_brightness.EmptyBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
|
||||
this.dtb_brightness.FillBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(99)))), ((int)(((byte)(50)))));
|
||||
this.dtb_brightness.JumpToMouse = false;
|
||||
this.dtb_brightness.Location = new System.Drawing.Point(52, 2);
|
||||
this.dtb_brightness.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.dtb_brightness.Location = new System.Drawing.Point(70, 2);
|
||||
this.dtb_brightness.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.dtb_brightness.Maximum = 100;
|
||||
this.dtb_brightness.Minimum = 0;
|
||||
this.dtb_brightness.MinimumSize = new System.Drawing.Size(35, 18);
|
||||
this.dtb_brightness.MinimumSize = new System.Drawing.Size(47, 22);
|
||||
this.dtb_brightness.Name = "dtb_brightness";
|
||||
this.dtb_brightness.Size = new System.Drawing.Size(118, 22);
|
||||
this.dtb_brightness.Size = new System.Drawing.Size(197, 22);
|
||||
this.dtb_brightness.TabIndex = 2;
|
||||
this.dtb_brightness.Text = "dungeonTrackBar1";
|
||||
this.dtb_brightness.ThumbBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
||||
@ -594,18 +619,19 @@
|
||||
this.pl_max.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pl_max.Controls.Add(this.nud_colorMax);
|
||||
this.pl_max.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_max.Location = new System.Drawing.Point(201, 112);
|
||||
this.pl_max.Location = new System.Drawing.Point(270, 139);
|
||||
this.pl_max.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pl_max.Name = "pl_max";
|
||||
this.pl_max.Size = new System.Drawing.Size(59, 36);
|
||||
this.pl_max.Size = new System.Drawing.Size(79, 45);
|
||||
this.pl_max.TabIndex = 52;
|
||||
this.pl_max.Text = "panel3";
|
||||
//
|
||||
// nud_colorMax
|
||||
//
|
||||
this.nud_colorMax.Location = new System.Drawing.Point(3, 3);
|
||||
this.nud_colorMax.Location = new System.Drawing.Point(4, 4);
|
||||
this.nud_colorMax.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.nud_colorMax.Name = "nud_colorMax";
|
||||
this.nud_colorMax.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_colorMax.Size = new System.Drawing.Size(59, 25);
|
||||
this.nud_colorMax.TabIndex = 51;
|
||||
//
|
||||
// pl_min
|
||||
@ -614,27 +640,29 @@
|
||||
this.pl_min.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pl_min.Controls.Add(this.nud_colorMin);
|
||||
this.pl_min.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_min.Location = new System.Drawing.Point(201, 76);
|
||||
this.pl_min.Location = new System.Drawing.Point(270, 94);
|
||||
this.pl_min.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pl_min.Name = "pl_min";
|
||||
this.pl_min.Size = new System.Drawing.Size(59, 36);
|
||||
this.pl_min.Size = new System.Drawing.Size(79, 45);
|
||||
this.pl_min.TabIndex = 53;
|
||||
this.pl_min.Text = "panel3";
|
||||
//
|
||||
// nud_colorMin
|
||||
//
|
||||
this.nud_colorMin.Location = new System.Drawing.Point(3, 3);
|
||||
this.nud_colorMin.Location = new System.Drawing.Point(4, 4);
|
||||
this.nud_colorMin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.nud_colorMin.Name = "nud_colorMin";
|
||||
this.nud_colorMin.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_colorMin.Size = new System.Drawing.Size(59, 25);
|
||||
this.nud_colorMin.TabIndex = 50;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.tableLayoutPanel2);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel1.Location = new System.Drawing.Point(4, 4);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(260, 272);
|
||||
this.panel1.Size = new System.Drawing.Size(349, 340);
|
||||
this.panel1.TabIndex = 0;
|
||||
this.panel1.Text = "panel1";
|
||||
//
|
||||
@ -642,26 +670,27 @@
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 1;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 278F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 348F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(266, 302);
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(357, 378);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// collapseItem1
|
||||
//
|
||||
this.collapseItem1.Controls.Add(this.tableLayoutPanel1);
|
||||
this.collapseItem1.Expand = true;
|
||||
this.collapseItem1.Location = new System.Drawing.Point(19, 59);
|
||||
this.collapseItem1.Location = new System.Drawing.Point(24, 73);
|
||||
this.collapseItem1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.collapseItem1.Name = "collapseItem1";
|
||||
this.collapseItem1.Size = new System.Drawing.Size(266, 302);
|
||||
this.collapseItem1.Size = new System.Drawing.Size(357, 378);
|
||||
this.collapseItem1.TabIndex = 0;
|
||||
this.collapseItem1.Text = "图像调整";
|
||||
//
|
||||
@ -673,19 +702,20 @@
|
||||
this.cll_panel.Items.Add(this.collapseItem1);
|
||||
this.cll_panel.Items.Add(this.collapseItem2);
|
||||
this.cll_panel.Location = new System.Drawing.Point(0, 0);
|
||||
this.cll_panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.cll_panel.Name = "cll_panel";
|
||||
this.cll_panel.Size = new System.Drawing.Size(304, 495);
|
||||
this.cll_panel.Size = new System.Drawing.Size(405, 619);
|
||||
this.cll_panel.TabIndex = 1;
|
||||
this.cll_panel.Text = "fed";
|
||||
//
|
||||
// BioanayImagePaletteForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(304, 495);
|
||||
this.ClientSize = new System.Drawing.Size(405, 619);
|
||||
this.Controls.Add(this.cll_panel);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "BioanayImagePaletteForm";
|
||||
this.Text = "BioanayImagePaletteForm";
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_line)).EndInit();
|
||||
|
436
src/PBAnaly/UI/ImagePanel.Designer.cs
generated
436
src/PBAnaly/UI/ImagePanel.Designer.cs
generated
@ -1,436 +0,0 @@
|
||||
namespace PBAnaly.UI
|
||||
{
|
||||
partial class ImagePanel
|
||||
{
|
||||
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.hpb_auto = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.hhpb_save = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.hpb_zoom_in = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.poisonLabel1 = new ReaLTaiizor.Controls.PoisonLabel();
|
||||
this.hpb_zoom_out = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.mcb_mode = new ReaLTaiizor.Controls.MetroComboBox();
|
||||
this.cb_scientific = new ReaLTaiizor.Controls.CheckBox();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.tlpanl_image_bar = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.pl_image = new ReaLTaiizor.Controls.Panel();
|
||||
this.pl_bg_image = new ReaLTaiizor.Controls.Panel();
|
||||
this.pb_image = new System.Windows.Forms.PictureBox();
|
||||
this.lb_wh = new AntdUI.Label();
|
||||
this.lb_modename = new AntdUI.Label();
|
||||
this.pb_coloarbar_image = new System.Windows.Forms.PictureBox();
|
||||
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.mlb_bottomLabel = new ReaLTaiizor.Controls.MoonLabel();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_auto)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hhpb_save)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_zoom_in)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_zoom_out)).BeginInit();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
this.tlpanl_image_bar.SuspendLayout();
|
||||
this.pl_image.SuspendLayout();
|
||||
this.pl_bg_image.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_image)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_coloarbar_image)).BeginInit();
|
||||
this.tableLayoutPanel4.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 1;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 2);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 19);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(363, 311);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 7;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
||||
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, 28F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 26F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 43F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.hpb_auto, 3, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.hhpb_save, 6, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.hpb_zoom_in, 4, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.poisonLabel1, 0, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.hpb_zoom_out, 5, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.mcb_mode, 1, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.cb_scientific, 2, 0);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(2, 2);
|
||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 1;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(359, 18);
|
||||
this.tableLayoutPanel2.TabIndex = 1;
|
||||
//
|
||||
// hpb_auto
|
||||
//
|
||||
this.hpb_auto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_auto.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_auto.Image = global::PBAnaly.Properties.Resources.全屏;
|
||||
this.hpb_auto.Location = new System.Drawing.Point(234, 0);
|
||||
this.hpb_auto.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.hpb_auto.Name = "hpb_auto";
|
||||
this.hpb_auto.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_auto.Size = new System.Drawing.Size(28, 18);
|
||||
this.hpb_auto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_auto.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_auto.TabIndex = 4;
|
||||
this.hpb_auto.TabStop = false;
|
||||
this.hpb_auto.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hpb_auto.Click += new System.EventHandler(this.hpb_auto_Click);
|
||||
//
|
||||
// hhpb_save
|
||||
//
|
||||
this.hhpb_save.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hhpb_save.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hhpb_save.Image = global::PBAnaly.Properties.Resources.保存图片;
|
||||
this.hhpb_save.Location = new System.Drawing.Point(316, 0);
|
||||
this.hhpb_save.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.hhpb_save.Name = "hhpb_save";
|
||||
this.hhpb_save.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hhpb_save.Size = new System.Drawing.Size(43, 18);
|
||||
this.hhpb_save.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hhpb_save.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hhpb_save.TabIndex = 3;
|
||||
this.hhpb_save.TabStop = false;
|
||||
this.hhpb_save.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hhpb_save.Click += new System.EventHandler(this.hhpb_save_Click);
|
||||
//
|
||||
// hpb_zoom_in
|
||||
//
|
||||
this.hpb_zoom_in.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_zoom_in.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_zoom_in.Image = global::PBAnaly.Properties.Resources.放大;
|
||||
this.hpb_zoom_in.Location = new System.Drawing.Point(262, 0);
|
||||
this.hpb_zoom_in.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.hpb_zoom_in.Name = "hpb_zoom_in";
|
||||
this.hpb_zoom_in.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_zoom_in.Size = new System.Drawing.Size(28, 18);
|
||||
this.hpb_zoom_in.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_zoom_in.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_zoom_in.TabIndex = 3;
|
||||
this.hpb_zoom_in.TabStop = false;
|
||||
this.hpb_zoom_in.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hpb_zoom_in.Click += new System.EventHandler(this.hpb_zoom_in_Click);
|
||||
//
|
||||
// poisonLabel1
|
||||
//
|
||||
this.poisonLabel1.AutoSize = true;
|
||||
this.poisonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.poisonLabel1.Location = new System.Drawing.Point(2, 0);
|
||||
this.poisonLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.poisonLabel1.Name = "poisonLabel1";
|
||||
this.poisonLabel1.Size = new System.Drawing.Size(46, 18);
|
||||
this.poisonLabel1.TabIndex = 0;
|
||||
this.poisonLabel1.Text = "模式:";
|
||||
this.poisonLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// hpb_zoom_out
|
||||
//
|
||||
this.hpb_zoom_out.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_zoom_out.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_zoom_out.Image = global::PBAnaly.Properties.Resources.缩小;
|
||||
this.hpb_zoom_out.Location = new System.Drawing.Point(290, 0);
|
||||
this.hpb_zoom_out.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.hpb_zoom_out.Name = "hpb_zoom_out";
|
||||
this.hpb_zoom_out.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_zoom_out.Size = new System.Drawing.Size(26, 18);
|
||||
this.hpb_zoom_out.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_zoom_out.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_zoom_out.TabIndex = 2;
|
||||
this.hpb_zoom_out.TabStop = false;
|
||||
this.hpb_zoom_out.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hpb_zoom_out.Click += new System.EventHandler(this.hpb_zoom_out_Click);
|
||||
//
|
||||
// mcb_mode
|
||||
//
|
||||
this.mcb_mode.AllowDrop = true;
|
||||
this.mcb_mode.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
|
||||
this.mcb_mode.BackColor = System.Drawing.Color.Transparent;
|
||||
this.mcb_mode.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
|
||||
this.mcb_mode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
|
||||
this.mcb_mode.CausesValidation = false;
|
||||
this.mcb_mode.DisabledBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||||
this.mcb_mode.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(155)))), ((int)(((byte)(155)))));
|
||||
this.mcb_mode.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
|
||||
this.mcb_mode.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mcb_mode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.mcb_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.mcb_mode.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.mcb_mode.FormattingEnabled = true;
|
||||
this.mcb_mode.IsDerivedStyle = true;
|
||||
this.mcb_mode.ItemHeight = 20;
|
||||
this.mcb_mode.Items.AddRange(new object[] {
|
||||
"merge",
|
||||
"mark",
|
||||
"pseudocolor"});
|
||||
this.mcb_mode.Location = new System.Drawing.Point(52, 2);
|
||||
this.mcb_mode.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.mcb_mode.Name = "mcb_mode";
|
||||
this.mcb_mode.SelectedItemBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(177)))), ((int)(((byte)(225)))));
|
||||
this.mcb_mode.SelectedItemForeColor = System.Drawing.Color.White;
|
||||
this.mcb_mode.Size = new System.Drawing.Size(76, 26);
|
||||
this.mcb_mode.Style = ReaLTaiizor.Enum.Metro.Style.Light;
|
||||
this.mcb_mode.StyleManager = null;
|
||||
this.mcb_mode.TabIndex = 1;
|
||||
this.mcb_mode.ThemeAuthor = "Taiizor";
|
||||
this.mcb_mode.ThemeName = "MetroLight";
|
||||
this.mcb_mode.SelectedIndexChanged += new System.EventHandler(this.mcb_mode_SelectedIndexChanged);
|
||||
//
|
||||
// cb_scientific
|
||||
//
|
||||
this.cb_scientific.Checked = false;
|
||||
this.cb_scientific.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(76)))), ((int)(((byte)(85)))));
|
||||
this.cb_scientific.CheckedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(76)))), ((int)(((byte)(85)))));
|
||||
this.cb_scientific.CheckedDisabledColor = System.Drawing.Color.Gray;
|
||||
this.cb_scientific.CheckedEnabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
|
||||
this.cb_scientific.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.cb_scientific.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cb_scientific.Enable = true;
|
||||
this.cb_scientific.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
||||
this.cb_scientific.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
|
||||
this.cb_scientific.Location = new System.Drawing.Point(133, 3);
|
||||
this.cb_scientific.Name = "cb_scientific";
|
||||
this.cb_scientific.Size = new System.Drawing.Size(98, 16);
|
||||
this.cb_scientific.TabIndex = 5;
|
||||
this.cb_scientific.Text = "光子数";
|
||||
this.cb_scientific.CheckedChanged += new ReaLTaiizor.Controls.CheckBox.CheckedChangedEventHandler(this.cb_scientific_CheckedChanged);
|
||||
//
|
||||
// tableLayoutPanel3
|
||||
//
|
||||
this.tableLayoutPanel3.ColumnCount = 2;
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 86.27969F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.72032F));
|
||||
this.tableLayoutPanel3.Controls.Add(this.tlpanl_image_bar, 0, 0);
|
||||
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 24);
|
||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||||
this.tableLayoutPanel3.RowCount = 1;
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(359, 273);
|
||||
this.tableLayoutPanel3.TabIndex = 2;
|
||||
//
|
||||
// tlpanl_image_bar
|
||||
//
|
||||
this.tlpanl_image_bar.ColumnCount = 2;
|
||||
this.tableLayoutPanel3.SetColumnSpan(this.tlpanl_image_bar, 2);
|
||||
this.tlpanl_image_bar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 83.56546F));
|
||||
this.tlpanl_image_bar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.43454F));
|
||||
this.tlpanl_image_bar.Controls.Add(this.pl_image, 0, 0);
|
||||
this.tlpanl_image_bar.Controls.Add(this.lb_wh, 1, 2);
|
||||
this.tlpanl_image_bar.Controls.Add(this.lb_modename, 1, 0);
|
||||
this.tlpanl_image_bar.Controls.Add(this.pb_coloarbar_image, 1, 1);
|
||||
this.tlpanl_image_bar.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tlpanl_image_bar.Location = new System.Drawing.Point(0, 0);
|
||||
this.tlpanl_image_bar.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tlpanl_image_bar.Name = "tlpanl_image_bar";
|
||||
this.tlpanl_image_bar.RowCount = 3;
|
||||
this.tlpanl_image_bar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
|
||||
this.tlpanl_image_bar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tlpanl_image_bar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
||||
this.tlpanl_image_bar.Size = new System.Drawing.Size(359, 273);
|
||||
this.tlpanl_image_bar.TabIndex = 2;
|
||||
//
|
||||
// pl_image
|
||||
//
|
||||
this.pl_image.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(51)))), ((int)(((byte)(63)))));
|
||||
this.pl_image.Controls.Add(this.pl_bg_image);
|
||||
this.pl_image.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_image.EdgeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
|
||||
this.pl_image.Location = new System.Drawing.Point(2, 2);
|
||||
this.pl_image.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.pl_image.Name = "pl_image";
|
||||
this.pl_image.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.tlpanl_image_bar.SetRowSpan(this.pl_image, 3);
|
||||
this.pl_image.Size = new System.Drawing.Size(296, 269);
|
||||
this.pl_image.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.pl_image.TabIndex = 0;
|
||||
this.pl_image.Text = "panel1";
|
||||
//
|
||||
// pl_bg_image
|
||||
//
|
||||
this.pl_bg_image.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(51)))), ((int)(((byte)(63)))));
|
||||
this.pl_bg_image.Controls.Add(this.pb_image);
|
||||
this.pl_bg_image.EdgeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
|
||||
this.pl_bg_image.Location = new System.Drawing.Point(4, 4);
|
||||
this.pl_bg_image.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pl_bg_image.Name = "pl_bg_image";
|
||||
this.pl_bg_image.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.pl_bg_image.Size = new System.Drawing.Size(237, 181);
|
||||
this.pl_bg_image.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.pl_bg_image.TabIndex = 1;
|
||||
this.pl_bg_image.Text = "panel1";
|
||||
//
|
||||
// pb_image
|
||||
//
|
||||
this.pb_image.Location = new System.Drawing.Point(5, 5);
|
||||
this.pb_image.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pb_image.Name = "pb_image";
|
||||
this.pb_image.Size = new System.Drawing.Size(180, 124);
|
||||
this.pb_image.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pb_image.TabIndex = 0;
|
||||
this.pb_image.TabStop = false;
|
||||
//
|
||||
// lb_wh
|
||||
//
|
||||
this.lb_wh.Font = new System.Drawing.Font("隶书", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.lb_wh.Location = new System.Drawing.Point(303, 212);
|
||||
this.lb_wh.Name = "lb_wh";
|
||||
this.lb_wh.Size = new System.Drawing.Size(53, 27);
|
||||
this.lb_wh.TabIndex = 2;
|
||||
this.lb_wh.Text = "Color Scale\r\nMin = 1\r\nMax= 2";
|
||||
this.lb_wh.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
//
|
||||
// lb_modename
|
||||
//
|
||||
this.lb_modename.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lb_modename.Location = new System.Drawing.Point(303, 3);
|
||||
this.lb_modename.Name = "lb_modename";
|
||||
this.lb_modename.Size = new System.Drawing.Size(53, 48);
|
||||
this.lb_modename.TabIndex = 3;
|
||||
this.lb_modename.Text = "";
|
||||
//
|
||||
// pb_coloarbar_image
|
||||
//
|
||||
this.pb_coloarbar_image.Location = new System.Drawing.Point(300, 54);
|
||||
this.pb_coloarbar_image.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pb_coloarbar_image.Name = "pb_coloarbar_image";
|
||||
this.pb_coloarbar_image.Size = new System.Drawing.Size(59, 73);
|
||||
this.pb_coloarbar_image.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pb_coloarbar_image.TabIndex = 1;
|
||||
this.pb_coloarbar_image.TabStop = false;
|
||||
//
|
||||
// tableLayoutPanel4
|
||||
//
|
||||
this.tableLayoutPanel4.ColumnCount = 2;
|
||||
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80.93587F));
|
||||
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.06413F));
|
||||
this.tableLayoutPanel4.Controls.Add(this.mlb_bottomLabel, 0, 0);
|
||||
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 299);
|
||||
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
||||
this.tableLayoutPanel4.RowCount = 1;
|
||||
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel4.Size = new System.Drawing.Size(363, 12);
|
||||
this.tableLayoutPanel4.TabIndex = 3;
|
||||
//
|
||||
// mlb_bottomLabel
|
||||
//
|
||||
this.mlb_bottomLabel.AutoSize = true;
|
||||
this.mlb_bottomLabel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.mlb_bottomLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mlb_bottomLabel.ForeColor = System.Drawing.Color.Gray;
|
||||
this.mlb_bottomLabel.Location = new System.Drawing.Point(2, 0);
|
||||
this.mlb_bottomLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.mlb_bottomLabel.Name = "mlb_bottomLabel";
|
||||
this.mlb_bottomLabel.Size = new System.Drawing.Size(289, 12);
|
||||
this.mlb_bottomLabel.TabIndex = 0;
|
||||
this.mlb_bottomLabel.Text = "1920x1080 ";
|
||||
this.mlb_bottomLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// ImagePanel
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||||
this.ClientSize = new System.Drawing.Size(367, 332);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.FormStyle = MaterialSkin.Controls.MaterialForm.FormStyles.ActionBar_None;
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.Name = "ImagePanel";
|
||||
this.Padding = new System.Windows.Forms.Padding(2, 19, 2, 2);
|
||||
this.Text = "ImagePanel";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImagePanel_FormClosing);
|
||||
this.Enter += new System.EventHandler(this.ImagePanel_Enter);
|
||||
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ImagePanel_MouseDown);
|
||||
this.Resize += new System.EventHandler(this.ImagePanel_Resize);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_auto)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hhpb_save)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_zoom_in)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_zoom_out)).EndInit();
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
this.tlpanl_image_bar.ResumeLayout(false);
|
||||
this.pl_image.ResumeLayout(false);
|
||||
this.pl_bg_image.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_image)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_coloarbar_image)).EndInit();
|
||||
this.tableLayoutPanel4.ResumeLayout(false);
|
||||
this.tableLayoutPanel4.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||||
private ReaLTaiizor.Controls.PoisonLabel poisonLabel1;
|
||||
private ReaLTaiizor.Controls.MetroComboBox mcb_mode;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
||||
private ReaLTaiizor.Controls.Panel pl_image;
|
||||
private System.Windows.Forms.PictureBox pb_image;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_zoom_out;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_zoom_in;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hhpb_save;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
||||
private ReaLTaiizor.Controls.MoonLabel mlb_bottomLabel;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_auto;
|
||||
private System.Windows.Forms.TableLayoutPanel tlpanl_image_bar;
|
||||
private ReaLTaiizor.Controls.Panel pl_bg_image;
|
||||
private System.Windows.Forms.PictureBox pb_coloarbar_image;
|
||||
private AntdUI.Label lb_wh;
|
||||
private AntdUI.Label lb_modename;
|
||||
private ReaLTaiizor.Controls.CheckBox cb_scientific;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,120 +0,0 @@
|
||||
<?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>
|
781
src/PBAnaly/UI/ImageToolPaletteForm.Designer.cs
generated
781
src/PBAnaly/UI/ImageToolPaletteForm.Designer.cs
generated
@ -1,781 +0,0 @@
|
||||
namespace PBAnaly.UI
|
||||
{
|
||||
partial class ImageToolPaletteForm
|
||||
{
|
||||
/// <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.cll_panel = new AntdUI.Collapse();
|
||||
this.collapseItem1 = new AntdUI.CollapseItem();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.panel1 = new AntdUI.Panel();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.foxLabel8 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.flb_act_mm = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.nud_opacity = new System.Windows.Forms.NumericUpDown();
|
||||
this.nud_brightness = new System.Windows.Forms.NumericUpDown();
|
||||
this.mts_color_max = new MaterialSkin.Controls.MaterialSlider();
|
||||
this.mts_color_min = new MaterialSkin.Controls.MaterialSlider();
|
||||
this.foxLabel9 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.foxLabel6 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.foxLabel2 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.mts_opacity = new MaterialSkin.Controls.MaterialSlider();
|
||||
this.foxLabel3 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.mts_brightness = new MaterialSkin.Controls.MaterialSlider();
|
||||
this.foxLabel1 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.hpb_line = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.nud_color_min = new System.Windows.Forms.NumericUpDown();
|
||||
this.nud_color_max = new System.Windows.Forms.NumericUpDown();
|
||||
this.cb_colortable = new System.Windows.Forms.ComboBox();
|
||||
this.pb_bgimage = new System.Windows.Forms.PictureBox();
|
||||
this.collapseItem2 = new AntdUI.CollapseItem();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.hpb_wand = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.hpb_xianduan = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.hpb_circe = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.hpb_rect = new ReaLTaiizor.Controls.HopePictureBox();
|
||||
this.panel2 = new AntdUI.Panel();
|
||||
this.fb_fixSetting = new ReaLTaiizor.Controls.FoxButton();
|
||||
this.ftb_r = new ReaLTaiizor.Controls.FoxTextBox();
|
||||
this.foxLabel7 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.ftb_h = new ReaLTaiizor.Controls.FoxTextBox();
|
||||
this.foxLabel5 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.ftb_w = new ReaLTaiizor.Controls.FoxTextBox();
|
||||
this.foxLabel4 = new ReaLTaiizor.Controls.FoxLabel();
|
||||
this.cll_panel.SuspendLayout();
|
||||
this.collapseItem1.SuspendLayout();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_opacity)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_brightness)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_line)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_color_min)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_color_max)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_bgimage)).BeginInit();
|
||||
this.collapseItem2.SuspendLayout();
|
||||
this.tableLayoutPanel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_wand)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_xianduan)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_circe)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_rect)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// cll_panel
|
||||
//
|
||||
this.cll_panel.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.cll_panel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cll_panel.HeaderBg = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(179)))), ((int)(((byte)(179)))));
|
||||
this.cll_panel.Items.Add(this.collapseItem1);
|
||||
this.cll_panel.Items.Add(this.collapseItem2);
|
||||
this.cll_panel.Location = new System.Drawing.Point(2, 19);
|
||||
this.cll_panel.Name = "cll_panel";
|
||||
this.cll_panel.Size = new System.Drawing.Size(367, 606);
|
||||
this.cll_panel.TabIndex = 0;
|
||||
this.cll_panel.Text = "fed";
|
||||
//
|
||||
// collapseItem1
|
||||
//
|
||||
this.collapseItem1.Controls.Add(this.tableLayoutPanel1);
|
||||
this.collapseItem1.Expand = true;
|
||||
this.collapseItem1.Location = new System.Drawing.Point(19, 59);
|
||||
this.collapseItem1.Name = "collapseItem1";
|
||||
this.collapseItem1.Size = new System.Drawing.Size(329, 207);
|
||||
this.collapseItem1.TabIndex = 0;
|
||||
this.collapseItem1.Text = "图像调整";
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 1;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 193F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(329, 207);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.tableLayoutPanel2);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(323, 187);
|
||||
this.panel1.TabIndex = 0;
|
||||
this.panel1.Text = "panel1";
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 5;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
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, 50F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel8, 0, 6);
|
||||
this.tableLayoutPanel2.Controls.Add(this.flb_act_mm, 3, 5);
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_opacity, 4, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_brightness, 4, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.mts_color_max, 1, 4);
|
||||
this.tableLayoutPanel2.Controls.Add(this.mts_color_min, 1, 3);
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel9, 0, 4);
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel6, 0, 3);
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel2, 0, 2);
|
||||
this.tableLayoutPanel2.Controls.Add(this.mts_opacity, 1, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel3, 0, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.mts_brightness, 1, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.foxLabel1, 0, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.hpb_line, 0, 5);
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_color_min, 4, 3);
|
||||
this.tableLayoutPanel2.Controls.Add(this.nud_color_max, 4, 4);
|
||||
this.tableLayoutPanel2.Controls.Add(this.cb_colortable, 0, 7);
|
||||
this.tableLayoutPanel2.Controls.Add(this.pb_bgimage, 3, 7);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 9;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(323, 187);
|
||||
this.tableLayoutPanel2.TabIndex = 0;
|
||||
//
|
||||
// foxLabel8
|
||||
//
|
||||
this.foxLabel8.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.foxLabel8, 4);
|
||||
this.foxLabel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel8.Location = new System.Drawing.Point(3, 130);
|
||||
this.foxLabel8.Name = "foxLabel8";
|
||||
this.foxLabel8.Size = new System.Drawing.Size(267, 13);
|
||||
this.foxLabel8.TabIndex = 34;
|
||||
this.foxLabel8.Text = "Color Rable";
|
||||
//
|
||||
// flb_act_mm
|
||||
//
|
||||
this.flb_act_mm.BackColor = System.Drawing.Color.Transparent;
|
||||
this.flb_act_mm.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flb_act_mm.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.flb_act_mm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.flb_act_mm.Location = new System.Drawing.Point(93, 110);
|
||||
this.flb_act_mm.Name = "flb_act_mm";
|
||||
this.flb_act_mm.Size = new System.Drawing.Size(177, 14);
|
||||
this.flb_act_mm.TabIndex = 30;
|
||||
this.flb_act_mm.Text = "0 mm";
|
||||
//
|
||||
// nud_opacity
|
||||
//
|
||||
this.nud_opacity.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_opacity.Location = new System.Drawing.Point(276, 22);
|
||||
this.nud_opacity.Name = "nud_opacity";
|
||||
this.nud_opacity.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_opacity.TabIndex = 27;
|
||||
this.nud_opacity.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_opacity.ValueChanged += new System.EventHandler(this.nud_opacity_ValueChanged);
|
||||
//
|
||||
// nud_brightness
|
||||
//
|
||||
this.nud_brightness.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_brightness.Location = new System.Drawing.Point(276, 3);
|
||||
this.nud_brightness.Maximum = new decimal(new int[] {
|
||||
254,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_brightness.Name = "nud_brightness";
|
||||
this.nud_brightness.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_brightness.TabIndex = 26;
|
||||
this.nud_brightness.Value = new decimal(new int[] {
|
||||
127,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_brightness.ValueChanged += new System.EventHandler(this.nud_brightness_ValueChanged);
|
||||
//
|
||||
// mts_color_max
|
||||
//
|
||||
this.mts_color_max.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.mts_color_max, 3);
|
||||
this.mts_color_max.Depth = 0;
|
||||
this.mts_color_max.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
this.mts_color_max.FontType = MaterialSkin.MaterialSkinManager.fontType.Body2;
|
||||
this.mts_color_max.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.mts_color_max.Location = new System.Drawing.Point(53, 88);
|
||||
this.mts_color_max.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
||||
this.mts_color_max.MaximumSize = new System.Drawing.Size(0, 10);
|
||||
this.mts_color_max.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.mts_color_max.Name = "mts_color_max";
|
||||
this.mts_color_max.RangeMax = 65535;
|
||||
this.mts_color_max.RangeMin = 5;
|
||||
this.mts_color_max.ShowText = false;
|
||||
this.mts_color_max.ShowValue = false;
|
||||
this.mts_color_max.Size = new System.Drawing.Size(217, 10);
|
||||
this.mts_color_max.TabIndex = 23;
|
||||
this.mts_color_max.Text = "materialSlider5";
|
||||
this.mts_color_max.Value = 20;
|
||||
this.mts_color_max.ValueMax = 65535;
|
||||
this.mts_color_max.onValueChanged += new MaterialSkin.Controls.MaterialSlider.ValueChanged(this.mts_color_max_onValueChanged);
|
||||
//
|
||||
// mts_color_min
|
||||
//
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.mts_color_min, 3);
|
||||
this.mts_color_min.Depth = 0;
|
||||
this.mts_color_min.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mts_color_min.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
this.mts_color_min.FontType = MaterialSkin.MaterialSkinManager.fontType.Body2;
|
||||
this.mts_color_min.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.mts_color_min.Location = new System.Drawing.Point(53, 63);
|
||||
this.mts_color_min.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
|
||||
this.mts_color_min.MaximumSize = new System.Drawing.Size(0, 10);
|
||||
this.mts_color_min.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.mts_color_min.Name = "mts_color_min";
|
||||
this.mts_color_min.RangeMax = 65535;
|
||||
this.mts_color_min.RangeMin = 5;
|
||||
this.mts_color_min.ShowText = false;
|
||||
this.mts_color_min.ShowValue = false;
|
||||
this.mts_color_min.Size = new System.Drawing.Size(217, 10);
|
||||
this.mts_color_min.TabIndex = 21;
|
||||
this.mts_color_min.Text = "materialSlider3";
|
||||
this.mts_color_min.Value = 5;
|
||||
this.mts_color_min.ValueMax = 65535;
|
||||
this.mts_color_min.onValueChanged += new MaterialSkin.Controls.MaterialSlider.ValueChanged(this.mts_color_min_onValueChanged);
|
||||
//
|
||||
// foxLabel9
|
||||
//
|
||||
this.foxLabel9.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel9.Location = new System.Drawing.Point(3, 86);
|
||||
this.foxLabel9.Name = "foxLabel9";
|
||||
this.foxLabel9.Size = new System.Drawing.Size(44, 18);
|
||||
this.foxLabel9.TabIndex = 18;
|
||||
this.foxLabel9.Text = "Max";
|
||||
//
|
||||
// foxLabel6
|
||||
//
|
||||
this.foxLabel6.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel6.Location = new System.Drawing.Point(3, 61);
|
||||
this.foxLabel6.Name = "foxLabel6";
|
||||
this.foxLabel6.Size = new System.Drawing.Size(44, 19);
|
||||
this.foxLabel6.TabIndex = 13;
|
||||
this.foxLabel6.Text = "Min";
|
||||
//
|
||||
// foxLabel2
|
||||
//
|
||||
this.foxLabel2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel2.Location = new System.Drawing.Point(3, 41);
|
||||
this.foxLabel2.Name = "foxLabel2";
|
||||
this.foxLabel2.Size = new System.Drawing.Size(44, 14);
|
||||
this.foxLabel2.TabIndex = 10;
|
||||
this.foxLabel2.Text = "色阶";
|
||||
//
|
||||
// mts_opacity
|
||||
//
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.mts_opacity, 3);
|
||||
this.mts_opacity.Depth = 0;
|
||||
this.mts_opacity.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mts_opacity.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
this.mts_opacity.FontType = MaterialSkin.MaterialSkinManager.fontType.Body2;
|
||||
this.mts_opacity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.mts_opacity.Location = new System.Drawing.Point(53, 22);
|
||||
this.mts_opacity.MaximumSize = new System.Drawing.Size(0, 10);
|
||||
this.mts_opacity.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.mts_opacity.Name = "mts_opacity";
|
||||
this.mts_opacity.ShowText = false;
|
||||
this.mts_opacity.ShowValue = false;
|
||||
this.mts_opacity.Size = new System.Drawing.Size(217, 10);
|
||||
this.mts_opacity.TabIndex = 7;
|
||||
this.mts_opacity.Text = "mts_opacity";
|
||||
this.mts_opacity.onValueChanged += new MaterialSkin.Controls.MaterialSlider.ValueChanged(this.mts_opacity_onValueChanged);
|
||||
//
|
||||
// foxLabel3
|
||||
//
|
||||
this.foxLabel3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel3.Location = new System.Drawing.Point(3, 22);
|
||||
this.foxLabel3.Name = "foxLabel3";
|
||||
this.foxLabel3.Size = new System.Drawing.Size(44, 13);
|
||||
this.foxLabel3.TabIndex = 6;
|
||||
this.foxLabel3.Text = "透明度::";
|
||||
//
|
||||
// mts_brightness
|
||||
//
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.mts_brightness, 3);
|
||||
this.mts_brightness.Depth = 0;
|
||||
this.mts_brightness.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mts_brightness.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
||||
this.mts_brightness.FontType = MaterialSkin.MaterialSkinManager.fontType.Body2;
|
||||
this.mts_brightness.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.mts_brightness.Location = new System.Drawing.Point(53, 3);
|
||||
this.mts_brightness.MaximumSize = new System.Drawing.Size(0, 10);
|
||||
this.mts_brightness.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.mts_brightness.Name = "mts_brightness";
|
||||
this.mts_brightness.RangeMax = 254;
|
||||
this.mts_brightness.ShowText = false;
|
||||
this.mts_brightness.ShowValue = false;
|
||||
this.mts_brightness.Size = new System.Drawing.Size(217, 10);
|
||||
this.mts_brightness.TabIndex = 0;
|
||||
this.mts_brightness.Text = "mts_brightness";
|
||||
this.mts_brightness.ValueMax = 254;
|
||||
this.mts_brightness.onValueChanged += new MaterialSkin.Controls.MaterialSlider.ValueChanged(this.mts_brightness_onValueChanged);
|
||||
//
|
||||
// foxLabel1
|
||||
//
|
||||
this.foxLabel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.foxLabel1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.foxLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.foxLabel1.Name = "foxLabel1";
|
||||
this.foxLabel1.Size = new System.Drawing.Size(44, 13);
|
||||
this.foxLabel1.TabIndex = 1;
|
||||
this.foxLabel1.Text = "亮度:";
|
||||
//
|
||||
// hpb_line
|
||||
//
|
||||
this.hpb_line.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_line.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_line.Image = global::PBAnaly.Properties.Resources.线段;
|
||||
this.hpb_line.Location = new System.Drawing.Point(3, 110);
|
||||
this.hpb_line.Name = "hpb_line";
|
||||
this.hpb_line.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_line.Size = new System.Drawing.Size(44, 14);
|
||||
this.hpb_line.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_line.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_line.TabIndex = 9;
|
||||
this.hpb_line.TabStop = false;
|
||||
this.hpb_line.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hpb_line.Click += new System.EventHandler(this.hpb_line_Click);
|
||||
//
|
||||
// nud_color_min
|
||||
//
|
||||
this.nud_color_min.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_color_min.Location = new System.Drawing.Point(276, 61);
|
||||
this.nud_color_min.Maximum = new decimal(new int[] {
|
||||
65535,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_min.Minimum = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_min.Name = "nud_color_min";
|
||||
this.nud_color_min.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_color_min.TabIndex = 24;
|
||||
this.nud_color_min.Value = new decimal(new int[] {
|
||||
6000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_min.ValueChanged += new System.EventHandler(this.nud_color_min_ValueChanged);
|
||||
//
|
||||
// nud_color_max
|
||||
//
|
||||
this.nud_color_max.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.nud_color_max.Location = new System.Drawing.Point(276, 86);
|
||||
this.nud_color_max.Maximum = new decimal(new int[] {
|
||||
65535,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_max.Minimum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_max.Name = "nud_color_max";
|
||||
this.nud_color_max.Size = new System.Drawing.Size(44, 21);
|
||||
this.nud_color_max.TabIndex = 25;
|
||||
this.nud_color_max.Value = new decimal(new int[] {
|
||||
65535,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nud_color_max.ValueChanged += new System.EventHandler(this.nud_color_max_ValueChanged);
|
||||
//
|
||||
// cb_colortable
|
||||
//
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.cb_colortable, 3);
|
||||
this.cb_colortable.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.cb_colortable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cb_colortable.FormattingEnabled = true;
|
||||
this.cb_colortable.Items.AddRange(new object[] {
|
||||
"YellowHot",
|
||||
"Black_Red",
|
||||
"Black_Green",
|
||||
"Black_Blue",
|
||||
"Black_Yley",
|
||||
"RGB",
|
||||
"Pseudo",
|
||||
"Gray"});
|
||||
this.cb_colortable.Location = new System.Drawing.Point(3, 149);
|
||||
this.cb_colortable.Name = "cb_colortable";
|
||||
this.cb_colortable.Size = new System.Drawing.Size(84, 20);
|
||||
this.cb_colortable.TabIndex = 35;
|
||||
this.cb_colortable.SelectedIndexChanged += new System.EventHandler(this.cb_colortable_SelectedIndexChanged);
|
||||
//
|
||||
// pb_bgimage
|
||||
//
|
||||
this.pb_bgimage.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pb_bgimage.Location = new System.Drawing.Point(90, 146);
|
||||
this.pb_bgimage.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pb_bgimage.Name = "pb_bgimage";
|
||||
this.pb_bgimage.Size = new System.Drawing.Size(183, 25);
|
||||
this.pb_bgimage.TabIndex = 36;
|
||||
this.pb_bgimage.TabStop = false;
|
||||
//
|
||||
// collapseItem2
|
||||
//
|
||||
this.collapseItem2.Controls.Add(this.tableLayoutPanel3);
|
||||
this.collapseItem2.Expand = true;
|
||||
this.collapseItem2.Location = new System.Drawing.Point(19, 338);
|
||||
this.collapseItem2.Name = "collapseItem2";
|
||||
this.collapseItem2.Size = new System.Drawing.Size(329, 113);
|
||||
this.collapseItem2.TabIndex = 1;
|
||||
this.collapseItem2.Text = "ROI工具";
|
||||
//
|
||||
// tableLayoutPanel3
|
||||
//
|
||||
this.tableLayoutPanel3.ColumnCount = 5;
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_wand, 3, 0);
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_xianduan, 2, 0);
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_circe, 1, 0);
|
||||
this.tableLayoutPanel3.Controls.Add(this.hpb_rect, 0, 0);
|
||||
this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
|
||||
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||||
this.tableLayoutPanel3.RowCount = 2;
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
|
||||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel3.Size = new System.Drawing.Size(329, 113);
|
||||
this.tableLayoutPanel3.TabIndex = 0;
|
||||
//
|
||||
// hpb_wand
|
||||
//
|
||||
this.hpb_wand.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_wand.Image = global::PBAnaly.Properties.Resources.魔术棒_魔法_魔术_一键;
|
||||
this.hpb_wand.Location = new System.Drawing.Point(105, 3);
|
||||
this.hpb_wand.Name = "hpb_wand";
|
||||
this.hpb_wand.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_wand.Size = new System.Drawing.Size(28, 27);
|
||||
this.hpb_wand.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_wand.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_wand.TabIndex = 13;
|
||||
this.hpb_wand.TabStop = false;
|
||||
this.hpb_wand.TextRenderingType = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
||||
this.hpb_wand.Click += new System.EventHandler(this.hpb_wand_Click);
|
||||
//
|
||||
// hpb_xianduan
|
||||
//
|
||||
this.hpb_xianduan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_xianduan.Image = global::PBAnaly.Properties.Resources.线段__1_;
|
||||
this.hpb_xianduan.Location = new System.Drawing.Point(71, 3);
|
||||
this.hpb_xianduan.Name = "hpb_xianduan";
|
||||
this.hpb_xianduan.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_xianduan.Size = new System.Drawing.Size(28, 27);
|
||||
this.hpb_xianduan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_xianduan.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_xianduan.TabIndex = 12;
|
||||
this.hpb_xianduan.TabStop = false;
|
||||
this.hpb_xianduan.TextRenderingType = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
||||
this.hpb_xianduan.Click += new System.EventHandler(this.hpb_xianduan_Click);
|
||||
//
|
||||
// hpb_circe
|
||||
//
|
||||
this.hpb_circe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_circe.Image = global::PBAnaly.Properties.Resources.圆形1;
|
||||
this.hpb_circe.Location = new System.Drawing.Point(37, 3);
|
||||
this.hpb_circe.Name = "hpb_circe";
|
||||
this.hpb_circe.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_circe.Size = new System.Drawing.Size(28, 27);
|
||||
this.hpb_circe.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_circe.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_circe.TabIndex = 11;
|
||||
this.hpb_circe.TabStop = false;
|
||||
this.hpb_circe.TextRenderingType = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
||||
this.hpb_circe.Click += new System.EventHandler(this.hpb_circe_Click);
|
||||
//
|
||||
// hpb_rect
|
||||
//
|
||||
this.hpb_rect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(196)))), ((int)(((byte)(204)))));
|
||||
this.hpb_rect.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.hpb_rect.Image = global::PBAnaly.Properties.Resources._10矩形;
|
||||
this.hpb_rect.Location = new System.Drawing.Point(2, 2);
|
||||
this.hpb_rect.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.hpb_rect.Name = "hpb_rect";
|
||||
this.hpb_rect.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
||||
this.hpb_rect.Size = new System.Drawing.Size(30, 30);
|
||||
this.hpb_rect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.hpb_rect.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
this.hpb_rect.TabIndex = 10;
|
||||
this.hpb_rect.TabStop = false;
|
||||
this.hpb_rect.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
||||
this.hpb_rect.Click += new System.EventHandler(this.hpb_rect_Click);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.tableLayoutPanel3.SetColumnSpan(this.panel2, 5);
|
||||
this.panel2.Controls.Add(this.fb_fixSetting);
|
||||
this.panel2.Controls.Add(this.ftb_r);
|
||||
this.panel2.Controls.Add(this.foxLabel7);
|
||||
this.panel2.Controls.Add(this.ftb_h);
|
||||
this.panel2.Controls.Add(this.foxLabel5);
|
||||
this.panel2.Controls.Add(this.ftb_w);
|
||||
this.panel2.Controls.Add(this.foxLabel4);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(3, 37);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(323, 73);
|
||||
this.panel2.TabIndex = 14;
|
||||
this.panel2.Text = "panel2";
|
||||
//
|
||||
// fb_fixSetting
|
||||
//
|
||||
this.fb_fixSetting.BackColor = System.Drawing.Color.Transparent;
|
||||
this.fb_fixSetting.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
|
||||
this.fb_fixSetting.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||
this.fb_fixSetting.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.fb_fixSetting.DisabledBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
|
||||
this.fb_fixSetting.DisabledBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(209)))), ((int)(((byte)(209)))));
|
||||
this.fb_fixSetting.DisabledTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(178)))), ((int)(((byte)(190)))));
|
||||
this.fb_fixSetting.DownColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
|
||||
this.fb_fixSetting.EnabledCalc = true;
|
||||
this.fb_fixSetting.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||||
this.fb_fixSetting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(78)))), ((int)(((byte)(90)))));
|
||||
this.fb_fixSetting.Location = new System.Drawing.Point(120, 30);
|
||||
this.fb_fixSetting.Name = "fb_fixSetting";
|
||||
this.fb_fixSetting.OverColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
||||
this.fb_fixSetting.Size = new System.Drawing.Size(59, 31);
|
||||
this.fb_fixSetting.TabIndex = 6;
|
||||
this.fb_fixSetting.Text = "修改";
|
||||
this.fb_fixSetting.Visible = false;
|
||||
this.fb_fixSetting.Click += new ReaLTaiizor.Util.FoxBase.ButtonFoxBase.ClickEventHandler(this.fb_fixSetting_Click);
|
||||
//
|
||||
// ftb_r
|
||||
//
|
||||
this.ftb_r.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ftb_r.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ftb_r.EnabledCalc = true;
|
||||
this.ftb_r.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||||
this.ftb_r.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(78)))), ((int)(((byte)(90)))));
|
||||
this.ftb_r.Location = new System.Drawing.Point(151, 2);
|
||||
this.ftb_r.MaxLength = 32767;
|
||||
this.ftb_r.MultiLine = false;
|
||||
this.ftb_r.Name = "ftb_r";
|
||||
this.ftb_r.ReadOnly = false;
|
||||
this.ftb_r.Size = new System.Drawing.Size(75, 22);
|
||||
this.ftb_r.TabIndex = 5;
|
||||
this.ftb_r.Text = "10";
|
||||
this.ftb_r.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||||
this.ftb_r.UseSystemPasswordChar = false;
|
||||
//
|
||||
// foxLabel7
|
||||
//
|
||||
this.foxLabel7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel7.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel7.Location = new System.Drawing.Point(120, 5);
|
||||
this.foxLabel7.Name = "foxLabel7";
|
||||
this.foxLabel7.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel7.TabIndex = 4;
|
||||
this.foxLabel7.Text = "r=";
|
||||
//
|
||||
// ftb_h
|
||||
//
|
||||
this.ftb_h.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ftb_h.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ftb_h.EnabledCalc = true;
|
||||
this.ftb_h.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||||
this.ftb_h.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(78)))), ((int)(((byte)(90)))));
|
||||
this.ftb_h.Location = new System.Drawing.Point(34, 28);
|
||||
this.ftb_h.MaxLength = 32767;
|
||||
this.ftb_h.MultiLine = false;
|
||||
this.ftb_h.Name = "ftb_h";
|
||||
this.ftb_h.ReadOnly = false;
|
||||
this.ftb_h.Size = new System.Drawing.Size(75, 22);
|
||||
this.ftb_h.TabIndex = 3;
|
||||
this.ftb_h.Text = "20";
|
||||
this.ftb_h.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||||
this.ftb_h.UseSystemPasswordChar = false;
|
||||
//
|
||||
// foxLabel5
|
||||
//
|
||||
this.foxLabel5.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel5.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel5.Location = new System.Drawing.Point(3, 31);
|
||||
this.foxLabel5.Name = "foxLabel5";
|
||||
this.foxLabel5.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel5.TabIndex = 2;
|
||||
this.foxLabel5.Text = "h=";
|
||||
//
|
||||
// ftb_w
|
||||
//
|
||||
this.ftb_w.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ftb_w.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.ftb_w.EnabledCalc = true;
|
||||
this.ftb_w.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||||
this.ftb_w.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(78)))), ((int)(((byte)(90)))));
|
||||
this.ftb_w.Location = new System.Drawing.Point(34, 0);
|
||||
this.ftb_w.MaxLength = 32767;
|
||||
this.ftb_w.MultiLine = false;
|
||||
this.ftb_w.Name = "ftb_w";
|
||||
this.ftb_w.ReadOnly = false;
|
||||
this.ftb_w.Size = new System.Drawing.Size(75, 22);
|
||||
this.ftb_w.TabIndex = 1;
|
||||
this.ftb_w.Text = "20";
|
||||
this.ftb_w.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||||
this.ftb_w.UseSystemPasswordChar = false;
|
||||
//
|
||||
// foxLabel4
|
||||
//
|
||||
this.foxLabel4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.foxLabel4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.foxLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(88)))), ((int)(((byte)(100)))));
|
||||
this.foxLabel4.Location = new System.Drawing.Point(3, 3);
|
||||
this.foxLabel4.Name = "foxLabel4";
|
||||
this.foxLabel4.Size = new System.Drawing.Size(26, 19);
|
||||
this.foxLabel4.TabIndex = 0;
|
||||
this.foxLabel4.Text = "w=";
|
||||
//
|
||||
// ImageToolPaletteForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(371, 627);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.cll_panel);
|
||||
this.FormStyle = MaterialSkin.Controls.MaterialForm.FormStyles.ActionBar_None;
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "ImageToolPaletteForm";
|
||||
this.Padding = new System.Windows.Forms.Padding(2, 19, 2, 2);
|
||||
this.Text = "ImageToolPaletteForm";
|
||||
this.cll_panel.ResumeLayout(false);
|
||||
this.collapseItem1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_opacity)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_brightness)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_line)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_color_min)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nud_color_max)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_bgimage)).EndInit();
|
||||
this.collapseItem2.ResumeLayout(false);
|
||||
this.tableLayoutPanel3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_wand)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_xianduan)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_circe)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.hpb_rect)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private AntdUI.Collapse cll_panel;
|
||||
private AntdUI.CollapseItem collapseItem1;
|
||||
private AntdUI.CollapseItem collapseItem2;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private AntdUI.Panel panel1;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||||
private MaterialSkin.Controls.MaterialSlider mts_brightness;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel1;
|
||||
private MaterialSkin.Controls.MaterialSlider mts_opacity;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel3;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_line;
|
||||
private MaterialSkin.Controls.MaterialSlider mts_color_max;
|
||||
private MaterialSkin.Controls.MaterialSlider mts_color_min;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel9;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel6;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel2;
|
||||
private System.Windows.Forms.NumericUpDown nud_color_min;
|
||||
private System.Windows.Forms.NumericUpDown nud_color_max;
|
||||
private System.Windows.Forms.NumericUpDown nud_brightness;
|
||||
private System.Windows.Forms.NumericUpDown nud_opacity;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel8;
|
||||
private System.Windows.Forms.ComboBox cb_colortable;
|
||||
private System.Windows.Forms.PictureBox pb_bgimage;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_rect;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_circe;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_wand;
|
||||
private ReaLTaiizor.Controls.HopePictureBox hpb_xianduan;
|
||||
private AntdUI.Panel panel2;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel4;
|
||||
private ReaLTaiizor.Controls.FoxTextBox ftb_r;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel7;
|
||||
private ReaLTaiizor.Controls.FoxTextBox ftb_h;
|
||||
private ReaLTaiizor.Controls.FoxLabel foxLabel5;
|
||||
private ReaLTaiizor.Controls.FoxTextBox ftb_w;
|
||||
private ReaLTaiizor.Controls.FoxButton fb_fixSetting;
|
||||
public ReaLTaiizor.Controls.FoxLabel flb_act_mm;
|
||||
}
|
||||
}
|
@ -1,354 +0,0 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using MaterialSkin;
|
||||
using MaterialSkin.Controls;
|
||||
using PBAnaly.Module;
|
||||
using PBAnaly.Properties;
|
||||
|
||||
namespace PBAnaly.UI
|
||||
{
|
||||
public partial class ImageToolPaletteForm : MaterialForm
|
||||
{
|
||||
private int roi_w = 20;
|
||||
private int roi_h = 20;
|
||||
private int circle_r = 10;
|
||||
public ImageToolPaletteForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
mts_brightness.Value = ImageToolMannage.beta;
|
||||
nud_brightness.Value = mts_brightness.Value;
|
||||
nud_opacity.Value = mts_opacity.Value = (int)ImageToolMannage.alpha;
|
||||
mts_color_max.Value = ImageToolMannage.color_max;
|
||||
nud_color_max.Value = ImageToolMannage.color_max;
|
||||
mts_color_min.RangeMax = ImageToolMannage.color_max;
|
||||
mts_color_min.RangeMin = 5;
|
||||
nud_color_min.Maximum = ImageToolMannage.color_max;
|
||||
nud_color_min.Value = ImageToolMannage.color_min;
|
||||
mts_color_min.Value = ImageToolMannage.color_min;
|
||||
|
||||
cb_colortable.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void mts_brightness_onValueChanged(object sender, int newValue)
|
||||
{
|
||||
//if (newValue > 254) newValue = 254;
|
||||
//if (newValue < 0) newValue = 0;
|
||||
//mts_brightness.Value = newValue;
|
||||
nud_brightness.Value = mts_brightness.Value;
|
||||
ImageToolMannage.beta = mts_brightness.Value;
|
||||
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
}
|
||||
private void nud_brightness_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
mts_brightness.Value = (int)nud_brightness.Value;
|
||||
ImageToolMannage.beta = mts_brightness.Value;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
|
||||
|
||||
}
|
||||
private void mts_opacity_onValueChanged(object sender, int newValue)
|
||||
{
|
||||
nud_opacity.Value = mts_opacity.Value;
|
||||
ImageToolMannage.alpha = mts_opacity.Value;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
}
|
||||
|
||||
private void mts_color_max_onValueChanged(object sender, int newValue)
|
||||
{
|
||||
if (newValue < 10)
|
||||
return;
|
||||
//mts_color_min.RangeMax = newValue;
|
||||
//mts_color_min.ValueMax = newValue;
|
||||
nud_color_min.Maximum = newValue;
|
||||
//mts_color_max.Value = newValue;
|
||||
nud_color_max.Value = newValue;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void mts_color_min_onValueChanged(object sender, int newValue)
|
||||
{
|
||||
if (newValue < 5)
|
||||
return;
|
||||
//mts_color_min.Value = newValue;
|
||||
nud_color_min.Value = newValue;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void nud_color_min_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
if (nud_color_min.Value < 5) return;
|
||||
mts_color_min.Value = (int)nud_color_min.Value;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
}
|
||||
|
||||
private void nud_color_max_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
|
||||
mts_color_max.Value = (int)nud_color_max.Value;
|
||||
mts_color_min.RangeMax = (int)nud_color_max.Value;
|
||||
mts_color_min.ValueMax = (int)nud_color_max.Value;
|
||||
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
}
|
||||
|
||||
private void nud_opacity_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
mts_opacity.Value = (int)nud_opacity.Value;
|
||||
ImageToolMannage.alpha = mts_opacity.Value;
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
}
|
||||
|
||||
public void SetactMM(string value)
|
||||
{
|
||||
flb_act_mm.Text = value;
|
||||
flb_act_mm.Refresh();
|
||||
}
|
||||
|
||||
private void hpb_line_Click(object sender, EventArgs e)
|
||||
{
|
||||
ImageToolMannage.lineDisON = true;
|
||||
}
|
||||
private void hpb_xianduan_Click(object sender, EventArgs e)
|
||||
{
|
||||
ImageToolMannage.linepolygonON = true;
|
||||
}
|
||||
|
||||
private void hpb_wand_Click(object sender, EventArgs e)
|
||||
{
|
||||
ImageToolMannage.linewandON = true;
|
||||
}
|
||||
public void SetMaxMin(int min, int max)
|
||||
{
|
||||
mts_color_min.Value = min;
|
||||
mts_color_max.Value = max;
|
||||
cb_colortable.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void cb_colortable_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
Bitmap rotatedImage = null;
|
||||
switch (cb_colortable.Text)
|
||||
{
|
||||
case "YellowHot":
|
||||
rotatedImage = Resources.YellowHot_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Black_Red":
|
||||
rotatedImage = Resources.Black_Red_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Black_Green":
|
||||
rotatedImage = Resources.Black_Green_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Black_Blue":
|
||||
rotatedImage = Resources.Black_Blue_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Black_Yley":
|
||||
rotatedImage = Resources.Black_Yley_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "RGB":
|
||||
rotatedImage = Resources.EtBr_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Pseudo":
|
||||
rotatedImage = Resources.Pseudo_1;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
case "Gray":
|
||||
rotatedImage = Resources.Gray;
|
||||
rotatedImage.RotateFlip(RotateFlipType.Rotate90FlipX);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
{
|
||||
ImageToolMannage.imagePanel.colorValue = cb_colortable.Text;
|
||||
ImageToolMannage.imagePanel.colorIndex = cb_colortable.SelectedIndex;
|
||||
}
|
||||
if (ImageToolMannage.imagePanel != null)
|
||||
ImageToolMannage.imagePanel.ThisRefresh();
|
||||
if (rotatedImage != null)
|
||||
{
|
||||
pb_bgimage.Image = rotatedImage;
|
||||
pb_bgimage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void hpb_rect_Click(object sender, EventArgs e)
|
||||
{
|
||||
ImageToolMannage.rectON = true;
|
||||
}
|
||||
private void hpb_circe_Click(object sender, EventArgs e)
|
||||
{
|
||||
ImageToolMannage.circleON = true;
|
||||
}
|
||||
private void fb_fixSetting_Click(object sender, EventArgs e)
|
||||
{
|
||||
roi_w = int.Parse(ftb_w.Text.ToString());
|
||||
roi_h = int.Parse(ftb_h.Text.ToString());
|
||||
circle_r = int.Parse(ftb_r.Text.ToString());
|
||||
// ImageToolMannage.imagePanel.SampleOneSize();
|
||||
|
||||
}
|
||||
#region 对外接口
|
||||
int lastColor = -1;
|
||||
bool isMark = false;
|
||||
public void SetMark(bool ret = true)
|
||||
{
|
||||
if (ret)
|
||||
{
|
||||
isMark = true;
|
||||
lastColor = cb_colortable.SelectedIndex;
|
||||
cb_colortable.SelectedIndex = 7;
|
||||
cb_colortable.Enabled = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
cb_colortable.Enabled = true;
|
||||
if (isMark == true)
|
||||
{
|
||||
if (lastColor > 0)
|
||||
{
|
||||
cb_colortable.SelectedIndex = lastColor;
|
||||
lastColor = -1;
|
||||
isMark = false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public float ColorMax
|
||||
{
|
||||
get
|
||||
{
|
||||
if (nud_color_max.InvokeRequired)
|
||||
{
|
||||
|
||||
return (float)nud_color_max.Invoke(new Func<float>(() => (float)nud_color_max.Value));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return (float)nud_color_max.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public float ColorMin
|
||||
{
|
||||
get
|
||||
{
|
||||
if (nud_color_min.InvokeRequired)
|
||||
{
|
||||
|
||||
return (float)nud_color_min.Invoke(new Func<float>(() => (float)nud_color_min.Value));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return (float)nud_color_min.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public int brightness
|
||||
{
|
||||
get
|
||||
{
|
||||
if (mts_brightness.InvokeRequired)
|
||||
{
|
||||
|
||||
return (int)mts_brightness.Invoke(new Func<int>(() => ( mts_brightness.Value -127)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return (mts_brightness.Value - 127);
|
||||
}
|
||||
}
|
||||
}
|
||||
public double opacity
|
||||
{
|
||||
get
|
||||
{
|
||||
if (mts_opacity.InvokeRequired)
|
||||
{
|
||||
|
||||
return (double)mts_opacity.Invoke(new Func<double>(() => (mts_opacity.Value / 100.0)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return (mts_opacity.Value / 100.0);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
public int colorbarIndex
|
||||
{
|
||||
get {
|
||||
if (cb_colortable.InvokeRequired)
|
||||
{
|
||||
|
||||
return (int)cb_colortable.Invoke(new Func<int>(() => cb_colortable.SelectedIndex));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return cb_colortable.SelectedIndex;
|
||||
}
|
||||
}
|
||||
}
|
||||
public int ROI_W
|
||||
{
|
||||
get { return roi_w; }
|
||||
set { roi_w = value; ftb_w.Text = roi_w.ToString(); }
|
||||
}
|
||||
public int ROI_H
|
||||
{
|
||||
get { return roi_h; }
|
||||
set { roi_h = value; ftb_h.Text = roi_h.ToString(); }
|
||||
}
|
||||
public int CIRCLE_R
|
||||
{
|
||||
get { return circle_r; }
|
||||
set { circle_r = value; ftb_r.Text = circle_r.ToString(); }
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -1,120 +0,0 @@
|
||||
<?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>
|
103
src/PBAnaly/UI/colorbarControl.Designer.cs
generated
103
src/PBAnaly/UI/colorbarControl.Designer.cs
generated
@ -1,103 +0,0 @@
|
||||
namespace PBAnaly.UI
|
||||
{
|
||||
partial class colorbarControl
|
||||
{
|
||||
/// <summary>
|
||||
/// 必需的设计器变量。
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 清理所有正在使用的资源。
|
||||
/// </summary>
|
||||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.slb_name = new ReaLTaiizor.Controls.SkyLabel();
|
||||
this.pb_colorbar = new System.Windows.Forms.PictureBox();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_colorbar)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.37313F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 74.62687F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.slb_name, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.pb_colorbar, 0, 1);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 52F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(67, 300);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// slb_name
|
||||
//
|
||||
this.slb_name.AutoSize = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.slb_name, 2);
|
||||
this.slb_name.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.slb_name.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold);
|
||||
this.slb_name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(94)))), ((int)(((byte)(137)))));
|
||||
this.slb_name.Location = new System.Drawing.Point(3, 0);
|
||||
this.slb_name.Name = "slb_name";
|
||||
this.slb_name.Size = new System.Drawing.Size(61, 19);
|
||||
this.slb_name.TabIndex = 0;
|
||||
this.slb_name.Text = "mark";
|
||||
this.slb_name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// pb_colorbar
|
||||
//
|
||||
this.pb_colorbar.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pb_colorbar.Image = global::PBAnaly.Properties.Resources.Gray;
|
||||
this.pb_colorbar.Location = new System.Drawing.Point(0, 19);
|
||||
this.pb_colorbar.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pb_colorbar.Name = "pb_colorbar";
|
||||
this.pb_colorbar.Size = new System.Drawing.Size(16, 229);
|
||||
this.pb_colorbar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pb_colorbar.TabIndex = 1;
|
||||
this.pb_colorbar.TabStop = false;
|
||||
//
|
||||
// colorbarControl
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.MaximumSize = new System.Drawing.Size(70, 200);
|
||||
this.MinimumSize = new System.Drawing.Size(0, 300);
|
||||
this.Name = "colorbarControl";
|
||||
this.Size = new System.Drawing.Size(67, 300);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pb_colorbar)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private ReaLTaiizor.Controls.SkyLabel slb_name;
|
||||
private System.Windows.Forms.PictureBox pb_colorbar;
|
||||
}
|
||||
}
|
@ -1,122 +0,0 @@
|
||||
using PBAnaly.Properties;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Drawing.Drawing2D;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PBAnaly.UI
|
||||
{
|
||||
public partial class colorbarControl : UserControl
|
||||
{
|
||||
public colorbarControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
}
|
||||
|
||||
public string SetSytingName
|
||||
{
|
||||
set { slb_name.Text = value; }
|
||||
}
|
||||
public void SetDrawBar(string type)
|
||||
{
|
||||
Bitmap rotatedImage = null;
|
||||
switch (type)
|
||||
{
|
||||
case "YellowHot":
|
||||
rotatedImage = Resources.YellowHot_1;
|
||||
|
||||
|
||||
break;
|
||||
case "Black_Red":
|
||||
rotatedImage = Resources.Black_Blue_1;
|
||||
|
||||
break;
|
||||
case "Black_Green":
|
||||
rotatedImage = Resources.Black_Green_1;
|
||||
|
||||
break;
|
||||
case "Black_Blue":
|
||||
rotatedImage = Resources.Black_Blue_1;
|
||||
|
||||
break;
|
||||
case "Black_Yley":
|
||||
rotatedImage = Resources.Black_Yley_1;
|
||||
|
||||
break;
|
||||
case "Black_SDS":
|
||||
rotatedImage = Resources.Black_SDS_1;
|
||||
|
||||
break;
|
||||
case "EtBr":
|
||||
rotatedImage = Resources.EtBr_1;
|
||||
|
||||
break;
|
||||
case "Pseudo":
|
||||
rotatedImage = Resources.Pseudo_1;
|
||||
|
||||
break;
|
||||
case "Gray":
|
||||
rotatedImage = Resources.Gray;
|
||||
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
if (rotatedImage != null)
|
||||
{
|
||||
pb_colorbar.Image = rotatedImage;
|
||||
pb_colorbar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
}
|
||||
}
|
||||
|
||||
//public void SetHistogramGradient(int[] histom,int min,int max)
|
||||
//{
|
||||
// using (Graphics g = panel1.CreateGraphics())
|
||||
// {
|
||||
// panel1.Refresh(); // 清除之前的绘制
|
||||
// Rectangle rect = new Rectangle(0, 0, 30, panel1.Height);
|
||||
// byte StartgrayScaleValue = (byte)((min / 65535.0) * 255);
|
||||
// byte EndgrayScaleValue = (byte)((max / 65535.0) * 255);
|
||||
// Color startColor = Color.FromArgb(StartgrayScaleValue, StartgrayScaleValue, StartgrayScaleValue);
|
||||
// Color endColor = Color.FromArgb(EndgrayScaleValue, EndgrayScaleValue, EndgrayScaleValue);
|
||||
|
||||
// using (LinearGradientBrush brush = new LinearGradientBrush(rect, endColor, startColor, LinearGradientMode.Vertical))
|
||||
// {
|
||||
// g.FillRectangle(brush, rect);
|
||||
// }
|
||||
|
||||
// Pen pen = new Pen(Color.Black, 1);
|
||||
// Font font = new Font("Arial", 8);
|
||||
// int diff = max - min;
|
||||
// int numberOfTicks = CalculateNumberOfTicks(diff); // 计算刻度数量
|
||||
|
||||
// // 循环现在从1开始并在numberOfTicks-1结束,避免绘制首尾标签
|
||||
// for (int i = 1; i < numberOfTicks; i++)
|
||||
// {
|
||||
// int labelValue = max - (diff / numberOfTicks * i);
|
||||
// int y = rect.Top + (i * (rect.Height / numberOfTicks));
|
||||
// g.DrawLine(pen, rect.Right, y, rect.Right + 5, y); // 绘制刻度
|
||||
// string labelText = labelValue.ToString();
|
||||
// g.DrawString(labelText, font, Brushes.Black, rect.Right + 10, y - font.Height / 2);
|
||||
// }
|
||||
// }
|
||||
|
||||
//}
|
||||
//private int CalculateNumberOfTicks(int diff)
|
||||
//{
|
||||
// if (diff > 10000) return 10;
|
||||
// if (diff > 5000) return 8;
|
||||
// if (diff > 1000) return 5;
|
||||
// return 3; // 最小的刻度数量
|
||||
//}
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -1,120 +0,0 @@
|
||||
<?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