namespace Bro.Common.Calibration { partial class CalibrationStatic9PointFrm { /// /// 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() { this.btnDone = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnCalibrate = new System.Windows.Forms.Button(); this.txtAlgorithemPath = new System.Windows.Forms.TextBox(); this.btnQuickSetXY = new System.Windows.Forms.Button(); this.propCalibrationConfig = new System.Windows.Forms.PropertyGrid(); this.btnReSnap = new System.Windows.Forms.Button(); this.btnTest = new System.Windows.Forms.Button(); this.btnReadLocation = new System.Windows.Forms.Button(); this.btnReloadAlgorithem = new System.Windows.Forms.Button(); this.btnClearROI = new System.Windows.Forms.Button(); this.plCanvas = new System.Windows.Forms.Panel(); this.chkContinueMode = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // btnDone // this.btnDone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDone.Location = new System.Drawing.Point(700, 458); this.btnDone.Name = "btnDone"; this.btnDone.Size = new System.Drawing.Size(76, 23); this.btnDone.TabIndex = 1; this.btnDone.Text = "标定完成"; this.btnDone.UseVisualStyleBackColor = true; this.btnDone.Click += new System.EventHandler(this.btnDone_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(618, 458); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(76, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "取消配置"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnCalibrate // this.btnCalibrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCalibrate.Location = new System.Drawing.Point(700, 408); this.btnCalibrate.Name = "btnCalibrate"; this.btnCalibrate.Size = new System.Drawing.Size(76, 23); this.btnCalibrate.TabIndex = 1; this.btnCalibrate.Text = "运行标定"; this.btnCalibrate.UseVisualStyleBackColor = true; this.btnCalibrate.Click += new System.EventHandler(this.btnCalibrate_Click); // // txtAlgorithemPath // this.txtAlgorithemPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtAlgorithemPath.Location = new System.Drawing.Point(12, 459); this.txtAlgorithemPath.Name = "txtAlgorithemPath"; this.txtAlgorithemPath.ReadOnly = true; this.txtAlgorithemPath.Size = new System.Drawing.Size(371, 21); this.txtAlgorithemPath.TabIndex = 2; // // btnQuickSetXY // this.btnQuickSetXY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnQuickSetXY.Location = new System.Drawing.Point(389, 458); this.btnQuickSetXY.Name = "btnQuickSetXY"; this.btnQuickSetXY.Size = new System.Drawing.Size(104, 23); this.btnQuickSetXY.TabIndex = 1; this.btnQuickSetXY.Text = "快捷配置XY坐标"; this.btnQuickSetXY.UseVisualStyleBackColor = true; this.btnQuickSetXY.Click += new System.EventHandler(this.btnQuickSetXY_Click); // // propCalibrationConfig // this.propCalibrationConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.propCalibrationConfig.Location = new System.Drawing.Point(499, 12); this.propCalibrationConfig.Name = "propCalibrationConfig"; this.propCalibrationConfig.Size = new System.Drawing.Size(277, 390); this.propCalibrationConfig.TabIndex = 3; this.propCalibrationConfig.ToolbarVisible = false; // // btnReSnap // this.btnReSnap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnReSnap.Location = new System.Drawing.Point(618, 408); this.btnReSnap.Name = "btnReSnap"; this.btnReSnap.Size = new System.Drawing.Size(76, 23); this.btnReSnap.TabIndex = 1; this.btnReSnap.Text = "重新拍照"; this.btnReSnap.UseVisualStyleBackColor = true; this.btnReSnap.Click += new System.EventHandler(this.btnReSnap_Click); // // btnTest // this.btnTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnTest.Location = new System.Drawing.Point(499, 457); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(76, 23); this.btnTest.TabIndex = 1; this.btnTest.Text = "test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Visible = false; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // btnReadLocation // this.btnReadLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnReadLocation.Location = new System.Drawing.Point(499, 408); this.btnReadLocation.Name = "btnReadLocation"; this.btnReadLocation.Size = new System.Drawing.Size(113, 23); this.btnReadLocation.TabIndex = 1; this.btnReadLocation.Text = "PLC读取坐标"; this.btnReadLocation.UseVisualStyleBackColor = true; this.btnReadLocation.Click += new System.EventHandler(this.btnReadLocation_Click); // // btnReloadAlgorithem // this.btnReloadAlgorithem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnReloadAlgorithem.Location = new System.Drawing.Point(700, 433); this.btnReloadAlgorithem.Name = "btnReloadAlgorithem"; this.btnReloadAlgorithem.Size = new System.Drawing.Size(76, 23); this.btnReloadAlgorithem.TabIndex = 1; this.btnReloadAlgorithem.Text = "载入算法"; this.btnReloadAlgorithem.UseVisualStyleBackColor = true; this.btnReloadAlgorithem.Click += new System.EventHandler(this.btnReloadAlgorithem_Click); // // btnClearROI // this.btnClearROI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClearROI.Location = new System.Drawing.Point(618, 433); this.btnClearROI.Name = "btnClearROI"; this.btnClearROI.Size = new System.Drawing.Size(76, 23); this.btnClearROI.TabIndex = 1; this.btnClearROI.Text = "清除ROI"; this.btnClearROI.UseVisualStyleBackColor = true; this.btnClearROI.Click += new System.EventHandler(this.btnClearROI_Click); // // plCanvas // this.plCanvas.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.plCanvas.Location = new System.Drawing.Point(12, 12); this.plCanvas.Name = "plCanvas"; this.plCanvas.Size = new System.Drawing.Size(481, 441); this.plCanvas.TabIndex = 4; // // chkContinueMode // this.chkContinueMode.AutoSize = true; this.chkContinueMode.Location = new System.Drawing.Point(502, 436); this.chkContinueMode.Name = "chkContinueMode"; this.chkContinueMode.Size = new System.Drawing.Size(72, 16); this.chkContinueMode.TabIndex = 5; this.chkContinueMode.Text = "连续模式"; this.chkContinueMode.UseVisualStyleBackColor = true; this.chkContinueMode.CheckedChanged += new System.EventHandler(this.chkContinueMode_CheckedChanged); // // CalibrationProcessFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(788, 496); this.ControlBox = false; this.Controls.Add(this.chkContinueMode); this.Controls.Add(this.plCanvas); this.Controls.Add(this.propCalibrationConfig); this.Controls.Add(this.txtAlgorithemPath); this.Controls.Add(this.btnReloadAlgorithem); this.Controls.Add(this.btnClearROI); this.Controls.Add(this.btnCalibrate); this.Controls.Add(this.btnQuickSetXY); this.Controls.Add(this.btnTest); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnReadLocation); this.Controls.Add(this.btnReSnap); this.Controls.Add(this.btnDone); this.KeyPreview = true; this.Name = "CalibrationProcessFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "标定过程界面"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalibrationProcessFrm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion //private Common.UI.Canvas canvas1; private System.Windows.Forms.Button btnDone; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnCalibrate; private System.Windows.Forms.TextBox txtAlgorithemPath; private System.Windows.Forms.Button btnQuickSetXY; private System.Windows.Forms.PropertyGrid propCalibrationConfig; private System.Windows.Forms.Button btnReSnap; private System.Windows.Forms.Button btnTest; private System.Windows.Forms.Button btnReadLocation; private System.Windows.Forms.Button btnReloadAlgorithem; private System.Windows.Forms.Button btnClearROI; private System.Windows.Forms.Panel plCanvas; private System.Windows.Forms.CheckBox chkContinueMode; } }