namespace PaintDotNet.GeneralAnalysis.Artwork { partial class ArtworkPointUserControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pnlTargetTools = new System.Windows.Forms.Panel(); this.pnlTarget = new System.Windows.Forms.Panel(); this.txtArtTrbValue = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.chkLine = new System.Windows.Forms.CheckBox(); this.chkGrids = new System.Windows.Forms.CheckBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.trbArt = new System.Windows.Forms.TrackBar(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.pnlArtTools = new System.Windows.Forms.Panel(); this.pnlArt = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.picSelected = new System.Windows.Forms.PictureBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.txtTargetTrbValue = new System.Windows.Forms.TextBox(); this.trbTarget = new System.Windows.Forms.TrackBar(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trbArt)).BeginInit(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSelected)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.pnlTargetTools); this.groupBox1.Controls.Add(this.pnlTarget); this.groupBox1.Location = new System.Drawing.Point(317, 2); this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Size = new System.Drawing.Size(236, 495); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "目标图片"; // // pnlTargetTools // this.pnlTargetTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlTargetTools.Location = new System.Drawing.Point(4, 454); this.pnlTargetTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pnlTargetTools.Name = "pnlTargetTools"; this.pnlTargetTools.Size = new System.Drawing.Size(227, 33); this.pnlTargetTools.TabIndex = 5; // // pnlTarget // this.pnlTarget.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.pnlTarget.Location = new System.Drawing.Point(4, 19); this.pnlTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pnlTarget.Name = "pnlTarget"; this.pnlTarget.Size = new System.Drawing.Size(227, 423); this.pnlTarget.TabIndex = 4; // // txtArtTrbValue // this.txtArtTrbValue.Location = new System.Drawing.Point(156, 59); this.txtArtTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtArtTrbValue.Name = "txtArtTrbValue"; this.txtArtTrbValue.Size = new System.Drawing.Size(38, 21); this.txtArtTrbValue.TabIndex = 4; this.txtArtTrbValue.Text = "255"; this.txtArtTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtArtTrbValue_KeyPress); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 62); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "透明度"; // // chkLine // this.chkLine.AutoSize = true; this.chkLine.Location = new System.Drawing.Point(13, 39); this.chkLine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.chkLine.Name = "chkLine"; this.chkLine.Size = new System.Drawing.Size(84, 16); this.chkLine.TabIndex = 1; this.chkLine.Text = "显示辅助线"; this.chkLine.UseVisualStyleBackColor = true; this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged); // // chkGrids // this.chkGrids.AutoSize = true; this.chkGrids.Location = new System.Drawing.Point(13, 19); this.chkGrids.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.chkGrids.Name = "chkGrids"; this.chkGrids.Size = new System.Drawing.Size(72, 16); this.chkGrids.TabIndex = 0; this.chkGrids.Text = "显示网格"; this.chkGrids.UseVisualStyleBackColor = true; this.chkGrids.CheckedChanged += new System.EventHandler(this.chkGrids_CheckedChanged); // // groupBox4 // this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.trbArt); this.groupBox4.Controls.Add(this.txtArtTrbValue); this.groupBox4.Controls.Add(this.chkLine); this.groupBox4.Controls.Add(this.chkGrids); this.groupBox4.Location = new System.Drawing.Point(558, 2); this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox4.Name = "groupBox4"; this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox4.Size = new System.Drawing.Size(208, 84); this.groupBox4.TabIndex = 14; this.groupBox4.TabStop = false; this.groupBox4.Text = "设置"; // // trbArt // this.trbArt.AutoSize = false; this.trbArt.Location = new System.Drawing.Point(44, 59); this.trbArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.trbArt.Maximum = 255; this.trbArt.Name = "trbArt"; this.trbArt.Size = new System.Drawing.Size(110, 20); this.trbArt.TabIndex = 5; this.trbArt.TickStyle = System.Windows.Forms.TickStyle.None; this.trbArt.Value = 255; this.trbArt.ValueChanged += new System.EventHandler(this.trbArt_ValueChanged); // // groupBox3 // this.groupBox3.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.groupBox3.Controls.Add(this.pnlArtTools); this.groupBox3.Controls.Add(this.pnlArt); this.groupBox3.Location = new System.Drawing.Point(2, 2); this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox3.Size = new System.Drawing.Size(309, 495); this.groupBox3.TabIndex = 13; this.groupBox3.TabStop = false; this.groupBox3.Text = "工艺图图片"; // // pnlArtTools // this.pnlArtTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlArtTools.Location = new System.Drawing.Point(4, 454); this.pnlArtTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pnlArtTools.Name = "pnlArtTools"; this.pnlArtTools.Size = new System.Drawing.Size(300, 33); this.pnlArtTools.TabIndex = 5; // // pnlArt // this.pnlArt.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.pnlArt.Location = new System.Drawing.Point(4, 19); this.pnlArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pnlArt.Name = "pnlArt"; this.pnlArt.Size = new System.Drawing.Size(300, 423); this.pnlArt.TabIndex = 4; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.picSelected); this.groupBox2.Location = new System.Drawing.Point(558, 155); this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Size = new System.Drawing.Size(208, 223); this.groupBox2.TabIndex = 18; this.groupBox2.TabStop = false; this.groupBox2.Text = "选中定点放大区域显示"; // // picSelected // this.picSelected.Location = new System.Drawing.Point(12, 36); this.picSelected.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.picSelected.Name = "picSelected"; this.picSelected.Size = new System.Drawing.Size(180, 158); this.picSelected.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picSelected.TabIndex = 0; this.picSelected.TabStop = false; // // groupBox5 // this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox5.Controls.Add(this.label1); this.groupBox5.Controls.Add(this.txtTargetTrbValue); this.groupBox5.Controls.Add(this.trbTarget); this.groupBox5.Location = new System.Drawing.Point(558, 91); this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox5.Name = "groupBox5"; this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox5.Size = new System.Drawing.Size(208, 48); this.groupBox5.TabIndex = 19; this.groupBox5.TabStop = false; this.groupBox5.Text = "目标图控制"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 22); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 6; this.label1.Text = "透明度"; // // txtTargetTrbValue // this.txtTargetTrbValue.Location = new System.Drawing.Point(158, 19); this.txtTargetTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtTargetTrbValue.Name = "txtTargetTrbValue"; this.txtTargetTrbValue.Size = new System.Drawing.Size(38, 21); this.txtTargetTrbValue.TabIndex = 7; this.txtTargetTrbValue.Text = "255"; this.txtTargetTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTargetTrbValue_KeyPress); // // trbTarget // this.trbTarget.AutoSize = false; this.trbTarget.Location = new System.Drawing.Point(46, 19); this.trbTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.trbTarget.Maximum = 255; this.trbTarget.Name = "trbTarget"; this.trbTarget.Size = new System.Drawing.Size(110, 20); this.trbTarget.TabIndex = 8; this.trbTarget.TickStyle = System.Windows.Forms.TickStyle.None; this.trbTarget.Value = 255; this.trbTarget.ValueChanged += new System.EventHandler(this.trbTarget_ValueChanged); // // ArtworkPointUserControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "ArtworkPointUserControl"; this.Size = new System.Drawing.Size(768, 503); this.Resize += new System.EventHandler(this.ArtworkPointUserControl_Resize); this.groupBox1.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trbArt)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picSelected)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtArtTrbValue; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox chkLine; private System.Windows.Forms.CheckBox chkGrids; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.PictureBox picSelected; private System.Windows.Forms.Panel pnlTargetTools; private System.Windows.Forms.Panel pnlTarget; private System.Windows.Forms.Panel pnlArtTools; private System.Windows.Forms.Panel pnlArt; private System.Windows.Forms.TrackBar trbArt; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtTargetTrbValue; private System.Windows.Forms.TrackBar trbTarget; } }