From cc31b91bf7bef7fba88b80b7abdc351fec3c4015 Mon Sep 17 00:00:00 2001 From: moco Date: Sun, 29 Dec 2024 20:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=B3=E9=81=93=E5=8F=B3=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UI/LanesImagePaletteForm.Designer.cs | 202 +++++++++++++++++- 1 file changed, 199 insertions(+), 3 deletions(-) diff --git a/src/PBAnaly/UI/LanesImagePaletteForm.Designer.cs b/src/PBAnaly/UI/LanesImagePaletteForm.Designer.cs index f5c39c0..d63db06 100644 --- a/src/PBAnaly/UI/LanesImagePaletteForm.Designer.cs +++ b/src/PBAnaly/UI/LanesImagePaletteForm.Designer.cs @@ -30,10 +30,25 @@ { this.collapse1 = new AntdUI.Collapse(); this.clasi_lanes = new AntdUI.CollapseItem(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.clasi_init = new AntdUI.CollapseItem(); + this.materialButton1 = new MaterialSkin.Controls.MaterialButton(); + this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); + this.materialCheckbox1 = new MaterialSkin.Controls.MaterialCheckbox(); + this.materialButton2 = new MaterialSkin.Controls.MaterialButton(); + this.materialButton3 = new MaterialSkin.Controls.MaterialButton(); + this.materialButton4 = new MaterialSkin.Controls.MaterialButton(); this.clasi_strips = new AntdUI.CollapseItem(); this.clasi_conformity = new AntdUI.CollapseItem(); + this.panel1 = new AntdUI.Panel(); + this.checkbox1 = new AntdUI.Checkbox(); + this.label1 = new AntdUI.Label(); this.collapse1.SuspendLayout(); + this.clasi_lanes.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + this.clasi_init.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); + this.panel1.SuspendLayout(); this.SuspendLayout(); // // collapse1 @@ -57,21 +72,153 @@ // // clasi_lanes // + this.clasi_lanes.Controls.Add(this.tableLayoutPanel1); this.clasi_lanes.Expand = true; this.clasi_lanes.Location = new System.Drawing.Point(23, 72); this.clasi_lanes.Name = "clasi_lanes"; - this.clasi_lanes.Size = new System.Drawing.Size(359, 170); + this.clasi_lanes.Size = new System.Drawing.Size(359, 219); this.clasi_lanes.TabIndex = 0; this.clasi_lanes.Text = "泳道"; // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 6; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F)); + 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, 72F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); + this.tableLayoutPanel1.Controls.Add(this.materialButton1, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.materialButton2, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.materialButton3, 0, 2); + this.tableLayoutPanel1.Controls.Add(this.materialButton4, 0, 3); + this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 5; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(359, 219); + this.tableLayoutPanel1.TabIndex = 0; + // // clasi_init // - this.clasi_init.Location = new System.Drawing.Point(-359, -60); + this.clasi_init.Controls.Add(this.materialCheckbox1); + this.clasi_init.Expand = true; + this.clasi_init.Location = new System.Drawing.Point(23, 380); this.clasi_init.Name = "clasi_init"; - this.clasi_init.Size = new System.Drawing.Size(359, 60); + this.clasi_init.Size = new System.Drawing.Size(359, 202); this.clasi_init.TabIndex = 1; this.clasi_init.Text = "初始井"; // + // materialButton1 + // + this.materialButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.materialButton1.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; + this.materialButton1.Depth = 0; + this.materialButton1.Dock = System.Windows.Forms.DockStyle.Fill; + this.materialButton1.HighEmphasis = true; + this.materialButton1.Icon = null; + this.materialButton1.Location = new System.Drawing.Point(4, 6); + this.materialButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); + this.materialButton1.MouseState = MaterialSkin.MouseState.HOVER; + this.materialButton1.Name = "materialButton1"; + this.materialButton1.NoAccentTextColor = System.Drawing.Color.Empty; + this.materialButton1.Size = new System.Drawing.Size(102, 33); + this.materialButton1.TabIndex = 0; + this.materialButton1.Text = "查找泳道"; + this.materialButton1.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + this.materialButton1.UseAccentColor = false; + this.materialButton1.UseVisualStyleBackColor = true; + // + // numericUpDown1 + // + this.numericUpDown1.Location = new System.Drawing.Point(108, 85); + this.numericUpDown1.Name = "numericUpDown1"; + this.numericUpDown1.Size = new System.Drawing.Size(76, 25); + this.numericUpDown1.TabIndex = 6; + // + // materialCheckbox1 + // + this.materialCheckbox1.AutoSize = true; + this.materialCheckbox1.Depth = 0; + this.materialCheckbox1.Location = new System.Drawing.Point(160, 39); + this.materialCheckbox1.Margin = new System.Windows.Forms.Padding(0); + this.materialCheckbox1.MouseLocation = new System.Drawing.Point(-1, -1); + this.materialCheckbox1.MouseState = MaterialSkin.MouseState.HOVER; + this.materialCheckbox1.Name = "materialCheckbox1"; + this.materialCheckbox1.ReadOnly = false; + this.materialCheckbox1.Ripple = true; + this.materialCheckbox1.Size = new System.Drawing.Size(131, 37); + this.materialCheckbox1.TabIndex = 4; + this.materialCheckbox1.Text = "统一泳道宽度"; + this.materialCheckbox1.UseVisualStyleBackColor = true; + // + // materialButton2 + // + this.materialButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.materialButton2.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; + this.materialButton2.Depth = 0; + this.materialButton2.Dock = System.Windows.Forms.DockStyle.Fill; + this.materialButton2.HighEmphasis = true; + this.materialButton2.Icon = null; + this.materialButton2.Location = new System.Drawing.Point(4, 51); + this.materialButton2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); + this.materialButton2.MouseState = MaterialSkin.MouseState.HOVER; + this.materialButton2.Name = "materialButton2"; + this.materialButton2.NoAccentTextColor = System.Drawing.Color.Empty; + this.materialButton2.Size = new System.Drawing.Size(102, 33); + this.materialButton2.TabIndex = 1; + this.materialButton2.Text = "添加泳道"; + this.materialButton2.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + this.materialButton2.UseAccentColor = false; + this.materialButton2.UseVisualStyleBackColor = true; + // + // materialButton3 + // + this.materialButton3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.materialButton3.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; + this.materialButton3.Depth = 0; + this.materialButton3.Dock = System.Windows.Forms.DockStyle.Fill; + this.materialButton3.HighEmphasis = true; + this.materialButton3.Icon = null; + this.materialButton3.Location = new System.Drawing.Point(4, 96); + this.materialButton3.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); + this.materialButton3.MouseState = MaterialSkin.MouseState.HOVER; + this.materialButton3.Name = "materialButton3"; + this.materialButton3.NoAccentTextColor = System.Drawing.Color.Empty; + this.materialButton3.Size = new System.Drawing.Size(102, 33); + this.materialButton3.TabIndex = 2; + this.materialButton3.Text = "删除泳道"; + this.materialButton3.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + this.materialButton3.UseAccentColor = false; + this.materialButton3.UseVisualStyleBackColor = true; + // + // materialButton4 + // + this.materialButton4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.materialButton4.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default; + this.materialButton4.Depth = 0; + this.materialButton4.Dock = System.Windows.Forms.DockStyle.Fill; + this.materialButton4.HighEmphasis = true; + this.materialButton4.Icon = null; + this.materialButton4.Location = new System.Drawing.Point(4, 141); + this.materialButton4.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); + this.materialButton4.MouseState = MaterialSkin.MouseState.HOVER; + this.materialButton4.Name = "materialButton4"; + this.materialButton4.NoAccentTextColor = System.Drawing.Color.Empty; + this.materialButton4.Size = new System.Drawing.Size(102, 33); + this.materialButton4.TabIndex = 3; + this.materialButton4.Text = "弯曲泳道"; + this.materialButton4.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained; + this.materialButton4.UseAccentColor = false; + this.materialButton4.UseVisualStyleBackColor = true; + // // clasi_strips // this.clasi_strips.Location = new System.Drawing.Point(-100, -60); @@ -88,6 +235,38 @@ this.clasi_conformity.TabIndex = 3; this.clasi_conformity.Text = "整合"; // + // panel1 + // + this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4); + this.panel1.Controls.Add(this.label1); + this.panel1.Controls.Add(this.numericUpDown1); + this.panel1.Controls.Add(this.checkbox1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(113, 3); + this.panel1.Name = "panel1"; + this.tableLayoutPanel1.SetRowSpan(this.panel1, 4); + this.panel1.Size = new System.Drawing.Size(213, 174); + this.panel1.TabIndex = 4; + this.panel1.Text = "panel1"; + // + // checkbox1 + // + this.checkbox1.AutoCheck = true; + this.checkbox1.Location = new System.Drawing.Point(3, 48); + this.checkbox1.Name = "checkbox1"; + this.checkbox1.Size = new System.Drawing.Size(141, 23); + this.checkbox1.TabIndex = 0; + this.checkbox1.Text = "统一泳道宽度"; + // + // label1 + // + this.label1.Font = new System.Drawing.Font("宋体", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.Location = new System.Drawing.Point(3, 79); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(99, 31); + this.label1.TabIndex = 7; + this.label1.Text = "泳道宽度(像素)"; + // // LanesImagePaletteForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); @@ -99,6 +278,13 @@ this.Name = "LanesImagePaletteForm"; this.Text = "BioanayImagePaletteForm"; this.collapse1.ResumeLayout(false); + this.clasi_lanes.ResumeLayout(false); + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); + this.clasi_init.ResumeLayout(false); + this.clasi_init.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); + this.panel1.ResumeLayout(false); this.ResumeLayout(false); } @@ -110,5 +296,15 @@ private AntdUI.CollapseItem clasi_init; private AntdUI.CollapseItem clasi_strips; private AntdUI.CollapseItem clasi_conformity; + private MaterialSkin.Controls.MaterialButton materialButton4; + private MaterialSkin.Controls.MaterialButton materialButton3; + private MaterialSkin.Controls.MaterialButton materialButton2; + private MaterialSkin.Controls.MaterialButton materialButton1; + private System.Windows.Forms.NumericUpDown numericUpDown1; + private MaterialSkin.Controls.MaterialCheckbox materialCheckbox1; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + private AntdUI.Panel panel1; + private AntdUI.Checkbox checkbox1; + private AntdUI.Label label1; } } \ No newline at end of file