namespace ProductionControl.UI { partial class FrmGetPosByPic { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGetPosByPic)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnSetPTPos = new System.Windows.Forms.ToolStripButton(); this.tsbtnSetLinePos = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnShowPos = new System.Windows.Forms.ToolStripButton(); this.tsbtnClear = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.imageBox1 = new ImageToolKits.ImageBox(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSave, this.toolStripSeparator2, this.tsbtnSetPTPos, this.tsbtnSetLinePos, this.toolStripSeparator3, this.tsbtnShowPos, this.tsbtnClear, this.toolStripSeparator1, this.tsbtnClose}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(814, 56); this.toolStrip1.TabIndex = 15; this.toolStrip1.Text = "toolStrip1"; // // tsbtnSave // this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image"))); this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSave.Name = "tsbtnSave"; this.tsbtnSave.Size = new System.Drawing.Size(52, 53); this.tsbtnSave.Text = " 保存 "; this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56); // // tsbtnSetPTPos // this.tsbtnSetPTPos.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetPTPos.Image"))); this.tsbtnSetPTPos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSetPTPos.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSetPTPos.Name = "tsbtnSetPTPos"; this.tsbtnSetPTPos.Size = new System.Drawing.Size(74, 53); this.tsbtnSetPTPos.Text = "设置PT选点"; this.tsbtnSetPTPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSetPTPos.ToolTipText = "设置PT"; this.tsbtnSetPTPos.Click += new System.EventHandler(this.tsbtnSetPTPos_Click); // // tsbtnSetLinePos // this.tsbtnSetLinePos.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetLinePos.Image"))); this.tsbtnSetLinePos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSetLinePos.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSetLinePos.Name = "tsbtnSetLinePos"; this.tsbtnSetLinePos.Size = new System.Drawing.Size(84, 53); this.tsbtnSetLinePos.Text = "设置线宽选点"; this.tsbtnSetLinePos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnSetLinePos.ToolTipText = "设置线宽"; this.tsbtnSetLinePos.Click += new System.EventHandler(this.tsbtnSetLinePos_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56); // // tsbtnShowPos // this.tsbtnShowPos.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowPos.Image"))); this.tsbtnShowPos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnShowPos.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnShowPos.Name = "tsbtnShowPos"; this.tsbtnShowPos.Size = new System.Drawing.Size(84, 53); this.tsbtnShowPos.Text = "显示所有标点"; this.tsbtnShowPos.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnShowPos.ToolTipText = "显示标点"; this.tsbtnShowPos.Click += new System.EventHandler(this.tsbtnShowPos_Click); // // tsbtnClear // this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image"))); this.tsbtnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClear.Name = "tsbtnClear"; this.tsbtnClear.Size = new System.Drawing.Size(84, 53); this.tsbtnClear.Text = "清空所有标点"; this.tsbtnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClear.ToolTipText = "删除标点"; this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56); // // tsbtnClose // this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image"))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(52, 53); this.tsbtnClose.Text = " 关闭 "; this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // imageBox1 // this.imageBox1.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.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.imageBox1.ColorName = System.Drawing.Color.LimeGreen; this.imageBox1.DrawParam = null; this.imageBox1.Image = null; this.imageBox1.Location = new System.Drawing.Point(0, 56); this.imageBox1.Margin = new System.Windows.Forms.Padding(0); this.imageBox1.Name = "imageBox1"; this.imageBox1.Size = new System.Drawing.Size(805, 500); this.imageBox1.TabIndex = 14; // // FrmGetPosByPic // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(814, 565); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.imageBox1); this.Name = "FrmGetPosByPic"; this.Text = "图纸抓取点位"; this.Load += new System.EventHandler(this.FrmGetPosByPic_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbtnSave; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbtnSetPTPos; private System.Windows.Forms.ToolStripButton tsbtnSetLinePos; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbtnShowPos; private System.Windows.Forms.ToolStripButton tsbtnClear; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbtnClose; private ImageToolKits.ImageBox imageBox1; } }