356 lines
17 KiB
C#
356 lines
17 KiB
C#
|
namespace ProductionControl
|
|||
|
{
|
|||
|
partial class FrmDebug3
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDebug3));
|
|||
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|||
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiAxis1 = new ProductionControl.UI.UIAxisDev();
|
|||
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiIOCard1 = new ProductionControl.UI.UIIOCardDev();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiTension1 = new ProductionControl.UI.UITensionDev();
|
|||
|
this.tabPage10 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiHeightDev1 = new ProductionControl.UI.UIHeightDev();
|
|||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiScanner2 = new ProductionControl.UI.UIScannerDev();
|
|||
|
this.tabPage9 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiScanner1 = new ProductionControl.UI.UIScannerDev();
|
|||
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiSmallAxisDev1 = new ProductionControl.UI.UISmallAxisDev();
|
|||
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiLight1 = new ProductionControl.UI.UILightDev();
|
|||
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiDefectLib1 = new ProductionControl.UI.UIDefectLib();
|
|||
|
this.tabPage11 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiSizeLib1 = new ProductionControl.UI.UISizeLib();
|
|||
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
|||
|
this.uiCodeScanner1 = new ProductionControl.UI.UICodeScannerDev();
|
|||
|
this.tabControl1.SuspendLayout();
|
|||
|
this.tabPage7.SuspendLayout();
|
|||
|
this.tabPage4.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.tabPage10.SuspendLayout();
|
|||
|
this.tabPage2.SuspendLayout();
|
|||
|
this.tabPage9.SuspendLayout();
|
|||
|
this.tabPage3.SuspendLayout();
|
|||
|
this.tabPage5.SuspendLayout();
|
|||
|
this.tabPage6.SuspendLayout();
|
|||
|
this.tabPage11.SuspendLayout();
|
|||
|
this.tabPage8.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// tabControl1
|
|||
|
//
|
|||
|
this.tabControl1.Controls.Add(this.tabPage7);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage10);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage9);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage6);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage11);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage8);
|
|||
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.tabControl1.Name = "tabControl1";
|
|||
|
this.tabControl1.SelectedIndex = 0;
|
|||
|
this.tabControl1.Size = new System.Drawing.Size(1292, 1053);
|
|||
|
this.tabControl1.TabIndex = 38;
|
|||
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// tabPage7
|
|||
|
//
|
|||
|
this.tabPage7.Controls.Add(this.uiAxis1);
|
|||
|
this.tabPage7.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage7.Name = "tabPage7";
|
|||
|
this.tabPage7.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage7.TabIndex = 6;
|
|||
|
this.tabPage7.Text = "滑台调试";
|
|||
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiAxis1
|
|||
|
//
|
|||
|
this.uiAxis1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiAxis1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiAxis1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiAxis1.Name = "uiAxis1";
|
|||
|
this.uiAxis1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiAxis1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage4
|
|||
|
//
|
|||
|
this.tabPage4.Controls.Add(this.uiIOCard1);
|
|||
|
this.tabPage4.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage4.Name = "tabPage4";
|
|||
|
this.tabPage4.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage4.TabIndex = 3;
|
|||
|
this.tabPage4.Text = "IO板卡";
|
|||
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiIOCard1
|
|||
|
//
|
|||
|
this.uiIOCard1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiIOCard1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiIOCard1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiIOCard1.Name = "uiIOCard1";
|
|||
|
this.uiIOCard1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiIOCard1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.uiTension1);
|
|||
|
this.tabPage1.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "张力检测";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiTension1
|
|||
|
//
|
|||
|
this.uiTension1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiTension1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.uiTension1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiTension1.Name = "uiTension1";
|
|||
|
this.uiTension1.Size = new System.Drawing.Size(1278, 1015);
|
|||
|
this.uiTension1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage10
|
|||
|
//
|
|||
|
this.tabPage10.Controls.Add(this.uiHeightDev1);
|
|||
|
this.tabPage10.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage10.Name = "tabPage10";
|
|||
|
this.tabPage10.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage10.TabIndex = 9;
|
|||
|
this.tabPage10.Text = "厚度检测";
|
|||
|
this.tabPage10.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiHeightDev1
|
|||
|
//
|
|||
|
this.uiHeightDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiHeightDev1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiHeightDev1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiHeightDev1.Name = "uiHeightDev1";
|
|||
|
this.uiHeightDev1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiHeightDev1.TabIndex = 0;
|
|||
|
//
|
|||
|
// tabPage2
|
|||
|
//
|
|||
|
this.tabPage2.Controls.Add(this.uiScanner2);
|
|||
|
this.tabPage2.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage2.Name = "tabPage2";
|
|||
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage2.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage2.TabIndex = 1;
|
|||
|
this.tabPage2.Text = "板卡相机";
|
|||
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiScanner2
|
|||
|
//
|
|||
|
this.uiScanner2.devType = ProductionControl.Device.ScannerDev.ScannerType.GENTL;
|
|||
|
this.uiScanner2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiScanner2.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.uiScanner2.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiScanner2.Name = "uiScanner2";
|
|||
|
this.uiScanner2.Size = new System.Drawing.Size(1278, 1015);
|
|||
|
this.uiScanner2.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage9
|
|||
|
//
|
|||
|
this.tabPage9.Controls.Add(this.uiScanner1);
|
|||
|
this.tabPage9.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage9.Name = "tabPage9";
|
|||
|
this.tabPage9.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage9.TabIndex = 8;
|
|||
|
this.tabPage9.Text = "网口相机";
|
|||
|
this.tabPage9.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiScanner1
|
|||
|
//
|
|||
|
this.uiScanner1.devType = ProductionControl.Device.ScannerDev.ScannerType.CC;
|
|||
|
this.uiScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiScanner1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiScanner1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiScanner1.Name = "uiScanner1";
|
|||
|
this.uiScanner1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiScanner1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage3
|
|||
|
//
|
|||
|
this.tabPage3.Controls.Add(this.uiSmallAxisDev1);
|
|||
|
this.tabPage3.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage3.Name = "tabPage3";
|
|||
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage3.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage3.TabIndex = 2;
|
|||
|
this.tabPage3.Text = "镜头电机";
|
|||
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiSmallAxisDev1
|
|||
|
//
|
|||
|
this.uiSmallAxisDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiSmallAxisDev1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.uiSmallAxisDev1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiSmallAxisDev1.Name = "uiSmallAxisDev1";
|
|||
|
this.uiSmallAxisDev1.Size = new System.Drawing.Size(1278, 1015);
|
|||
|
this.uiSmallAxisDev1.TabIndex = 0;
|
|||
|
//
|
|||
|
// tabPage5
|
|||
|
//
|
|||
|
this.tabPage5.Controls.Add(this.uiLight1);
|
|||
|
this.tabPage5.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage5.Name = "tabPage5";
|
|||
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage5.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage5.TabIndex = 4;
|
|||
|
this.tabPage5.Text = "光源调试";
|
|||
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiLight1
|
|||
|
//
|
|||
|
this.uiLight1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiLight1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.uiLight1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiLight1.Name = "uiLight1";
|
|||
|
this.uiLight1.Size = new System.Drawing.Size(1278, 1015);
|
|||
|
this.uiLight1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage6
|
|||
|
//
|
|||
|
this.tabPage6.Controls.Add(this.uiDefectLib1);
|
|||
|
this.tabPage6.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage6.Name = "tabPage6";
|
|||
|
this.tabPage6.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage6.TabIndex = 5;
|
|||
|
this.tabPage6.Text = "缺陷检测";
|
|||
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiDefectLib1
|
|||
|
//
|
|||
|
this.uiDefectLib1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiDefectLib1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiDefectLib1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiDefectLib1.Name = "uiDefectLib1";
|
|||
|
this.uiDefectLib1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiDefectLib1.TabIndex = 1;
|
|||
|
//
|
|||
|
// tabPage11
|
|||
|
//
|
|||
|
this.tabPage11.Controls.Add(this.uiSizeLib1);
|
|||
|
this.tabPage11.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage11.Name = "tabPage11";
|
|||
|
this.tabPage11.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage11.TabIndex = 10;
|
|||
|
this.tabPage11.Text = "尺寸检测";
|
|||
|
this.tabPage11.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiSizeLib1
|
|||
|
//
|
|||
|
this.uiSizeLib1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiSizeLib1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiSizeLib1.Name = "uiSizeLib1";
|
|||
|
this.uiSizeLib1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiSizeLib1.TabIndex = 0;
|
|||
|
//
|
|||
|
// tabPage8
|
|||
|
//
|
|||
|
this.tabPage8.Controls.Add(this.uiCodeScanner1);
|
|||
|
this.tabPage8.Location = new System.Drawing.Point(4, 28);
|
|||
|
this.tabPage8.Name = "tabPage8";
|
|||
|
this.tabPage8.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.tabPage8.TabIndex = 7;
|
|||
|
this.tabPage8.Text = "扫码枪";
|
|||
|
this.tabPage8.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// uiCodeScanner1
|
|||
|
//
|
|||
|
this.uiCodeScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.uiCodeScanner1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.uiCodeScanner1.Margin = new System.Windows.Forms.Padding(2);
|
|||
|
this.uiCodeScanner1.Name = "uiCodeScanner1";
|
|||
|
this.uiCodeScanner1.Size = new System.Drawing.Size(1284, 1021);
|
|||
|
this.uiCodeScanner1.TabIndex = 1;
|
|||
|
//
|
|||
|
// FrmDebug3
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1292, 1053);
|
|||
|
this.Controls.Add(this.tabControl1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "FrmDebug3";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "设备调试";
|
|||
|
this.Load += new System.EventHandler(this.FrmDebug3_Load);
|
|||
|
this.tabControl1.ResumeLayout(false);
|
|||
|
this.tabPage7.ResumeLayout(false);
|
|||
|
this.tabPage4.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.tabPage10.ResumeLayout(false);
|
|||
|
this.tabPage2.ResumeLayout(false);
|
|||
|
this.tabPage9.ResumeLayout(false);
|
|||
|
this.tabPage3.ResumeLayout(false);
|
|||
|
this.tabPage5.ResumeLayout(false);
|
|||
|
this.tabPage6.ResumeLayout(false);
|
|||
|
this.tabPage11.ResumeLayout(false);
|
|||
|
this.tabPage8.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.TabControl tabControl1;
|
|||
|
private System.Windows.Forms.TabPage tabPage7;
|
|||
|
private UI.UIAxisDev uiAxis1;
|
|||
|
private System.Windows.Forms.TabPage tabPage4;
|
|||
|
private UI.UIIOCardDev uiIOCard1;
|
|||
|
private System.Windows.Forms.TabPage tabPage8;
|
|||
|
private UI.UICodeScannerDev uiCodeScanner1;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private UI.UITensionDev uiTension1;
|
|||
|
private System.Windows.Forms.TabPage tabPage10;
|
|||
|
private UI.UIHeightDev uiHeightDev1;
|
|||
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
private UI.UIScannerDev uiScanner2;
|
|||
|
private System.Windows.Forms.TabPage tabPage9;
|
|||
|
private UI.UIScannerDev uiScanner1;
|
|||
|
private System.Windows.Forms.TabPage tabPage3;
|
|||
|
private UI.UISmallAxisDev uiSmallAxisDev1;
|
|||
|
private System.Windows.Forms.TabPage tabPage5;
|
|||
|
private UI.UILightDev uiLight1;
|
|||
|
private System.Windows.Forms.TabPage tabPage6;
|
|||
|
private UI.UIDefectLib uiDefectLib1;
|
|||
|
private System.Windows.Forms.TabPage tabPage11;
|
|||
|
private UI.UISizeLib uiSizeLib1;
|
|||
|
}
|
|||
|
}
|