v0.1.7rc9
This commit is contained in:
parent
b274fb941f
commit
f5a9617695
12
src/PBAnaly/MainForm.Designer.cs
generated
12
src/PBAnaly/MainForm.Designer.cs
generated
@ -237,7 +237,7 @@
|
||||
this.tableLayoutPanel1.Controls.Add(this.pl_right, 2, 1);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 24);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
|
||||
@ -270,7 +270,7 @@
|
||||
this.DataProcess_panel.EdgeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
|
||||
this.DataProcess_panel.Location = new System.Drawing.Point(3, 3);
|
||||
this.DataProcess_panel.Name = "DataProcess_panel";
|
||||
this.DataProcess_panel.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
||||
this.DataProcess_panel.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.tl_right_main_view.SetRowSpan(this.DataProcess_panel, 2);
|
||||
this.DataProcess_panel.Size = new System.Drawing.Size(553, 489);
|
||||
this.DataProcess_panel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
@ -302,7 +302,7 @@
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 88);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(206, 491);
|
||||
this.flowLayoutPanel1.TabIndex = 18;
|
||||
@ -642,9 +642,9 @@
|
||||
this.pl_right.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_right.EdgeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
|
||||
this.pl_right.Location = new System.Drawing.Point(771, 57);
|
||||
this.pl_right.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.pl_right.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.pl_right.Name = "pl_right";
|
||||
this.pl_right.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.pl_right.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.tableLayoutPanel1.SetRowSpan(this.pl_right, 2);
|
||||
this.pl_right.Size = new System.Drawing.Size(324, 522);
|
||||
this.pl_right.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
|
||||
@ -659,7 +659,7 @@
|
||||
this.thunderLabel1.Name = "thunderLabel1";
|
||||
this.thunderLabel1.Size = new System.Drawing.Size(200, 16);
|
||||
this.thunderLabel1.TabIndex = 19;
|
||||
this.thunderLabel1.Text = "PBAnaly v0.1.7rc8";
|
||||
this.thunderLabel1.Text = "PBAnaly v0.1.7rc9";
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
|
@ -1707,6 +1707,17 @@ namespace PBAnaly.Module
|
||||
}
|
||||
else
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
fixed (byte* pseu_16_byte_src = image_org_byte)
|
||||
{
|
||||
curpdinfovc = pbpvc.get_pseudo_info_rect_vc(pseu_16_byte_src, 16, (ushort)image_org_L16.Width, (ushort)image_org_L16.Height,
|
||||
_max, _min, recDragRect.X, recDragRect.Y, recDragRect.Width, recDragRect.Height);
|
||||
|
||||
}
|
||||
}
|
||||
if (curpdinfovc != null)
|
||||
rattb.pdinfovc = curpdinfovc;
|
||||
rectangles[rectDragStartIndex] = rattb;
|
||||
isRecDragging = false;
|
||||
rectActiveCorner = Corner.None;
|
||||
|
Loading…
Reference in New Issue
Block a user