@ -66,6 +66,7 @@
this . label6 = new System . Windows . Forms . Label ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . cboxVirtualAxis = new System . Windows . Forms . CheckBox ( ) ;
this . cboxVirtualAxis = new System . Windows . Forms . CheckBox ( ) ;
this . cboxCheckSafeEnable = new System . Windows . Forms . CheckBox ( ) ;
this . cboxCheckSafeEnable = new System . Windows . Forms . CheckBox ( ) ;
this . cboxDisableDoor = new System . Windows . Forms . CheckBox ( ) ;
this . cboxEnableVirtuleBarCode = new System . Windows . Forms . CheckBox ( ) ;
this . cboxEnableVirtuleBarCode = new System . Windows . Forms . CheckBox ( ) ;
this . cboxGRR = new System . Windows . Forms . CheckBox ( ) ;
this . cboxGRR = new System . Windows . Forms . CheckBox ( ) ;
this . cboxEnableTestFixtureFiberCheck = new System . Windows . Forms . CheckBox ( ) ;
this . cboxEnableTestFixtureFiberCheck = new System . Windows . Forms . CheckBox ( ) ;
@ -93,7 +94,7 @@
this . label27 = new System . Windows . Forms . Label ( ) ;
this . label27 = new System . Windows . Forms . Label ( ) ;
this . txtControlCenterIP = new System . Windows . Forms . TextBox ( ) ;
this . txtControlCenterIP = new System . Windows . Forms . TextBox ( ) ;
this . label26 = new System . Windows . Forms . Label ( ) ;
this . label26 = new System . Windows . Forms . Label ( ) ;
this . cbox DisableDoor = new System . Windows . Forms . CheckBox ( ) ;
this . cbox LocationFailAutoSkip = new System . Windows . Forms . CheckBox ( ) ;
this . tableLayoutPanel1 . SuspendLayout ( ) ;
this . tableLayoutPanel1 . SuspendLayout ( ) ;
this . groupBox8 . SuspendLayout ( ) ;
this . groupBox8 . SuspendLayout ( ) ;
this . groupBox3 . SuspendLayout ( ) ;
this . groupBox3 . SuspendLayout ( ) ;
@ -388,6 +389,7 @@
//
//
// groupBox1
// groupBox1
//
//
this . groupBox1 . Controls . Add ( this . cboxLocationFailAutoSkip ) ;
this . groupBox1 . Controls . Add ( this . groupBox2 ) ;
this . groupBox1 . Controls . Add ( this . groupBox2 ) ;
this . groupBox1 . Controls . Add ( this . txtQifuValue ) ;
this . groupBox1 . Controls . Add ( this . txtQifuValue ) ;
this . groupBox1 . Controls . Add ( this . label9 ) ;
this . groupBox1 . Controls . Add ( this . label9 ) ;
@ -585,6 +587,16 @@
this . cboxCheckSafeEnable . Text = "安全检查" ;
this . cboxCheckSafeEnable . Text = "安全检查" ;
this . cboxCheckSafeEnable . UseVisualStyleBackColor = true ;
this . cboxCheckSafeEnable . UseVisualStyleBackColor = true ;
//
//
// cboxDisableDoor
//
this . cboxDisableDoor . AutoSize = true ;
this . cboxDisableDoor . Location = new System . Drawing . Point ( 507 , 126 ) ;
this . cboxDisableDoor . Name = "cboxDisableDoor" ;
this . cboxDisableDoor . Size = new System . Drawing . Size ( 72 , 16 ) ;
this . cboxDisableDoor . TabIndex = 8 ;
this . cboxDisableDoor . Text = "禁用门禁" ;
this . cboxDisableDoor . UseVisualStyleBackColor = true ;
//
// cboxEnableVirtuleBarCode
// cboxEnableVirtuleBarCode
//
//
this . cboxEnableVirtuleBarCode . AutoSize = true ;
this . cboxEnableVirtuleBarCode . AutoSize = true ;
@ -638,12 +650,13 @@
// cboxEnableExceptionHandlingNozzle
// cboxEnableExceptionHandlingNozzle
//
//
this . cboxEnableExceptionHandlingNozzle . AutoSize = true ;
this . cboxEnableExceptionHandlingNozzle . AutoSize = true ;
this . cboxEnableExceptionHandlingNozzle . Location = new System . Drawing . Point ( 391, 240 ) ;
this . cboxEnableExceptionHandlingNozzle . Location = new System . Drawing . Point ( 644, 206 ) ;
this . cboxEnableExceptionHandlingNozzle . Name = "cboxEnableExceptionHandlingNozzle" ;
this . cboxEnableExceptionHandlingNozzle . Name = "cboxEnableExceptionHandlingNozzle" ;
this . cboxEnableExceptionHandlingNozzle . Size = new System . Drawing . Size ( 96 , 16 ) ;
this . cboxEnableExceptionHandlingNozzle . Size = new System . Drawing . Size ( 96 , 16 ) ;
this . cboxEnableExceptionHandlingNozzle . TabIndex = 8 ;
this . cboxEnableExceptionHandlingNozzle . TabIndex = 8 ;
this . cboxEnableExceptionHandlingNozzle . Text = "启用强力吸嘴" ;
this . cboxEnableExceptionHandlingNozzle . Text = "启用强力吸嘴" ;
this . cboxEnableExceptionHandlingNozzle . UseVisualStyleBackColor = true ;
this . cboxEnableExceptionHandlingNozzle . UseVisualStyleBackColor = true ;
this . cboxEnableExceptionHandlingNozzle . Visible = false ;
//
//
// cboxRunSpace
// cboxRunSpace
//
//
@ -870,15 +883,15 @@
this . label26 . TabIndex = 0 ;
this . label26 . TabIndex = 0 ;
this . label26 . Text = "中控IP:" ;
this . label26 . Text = "中控IP:" ;
//
//
// cbox DisableDoor
// cbox LocationFailAutoSkip
//
//
this . cbox DisableDoor . AutoSize = true ;
this . cbox LocationFailAutoSkip . AutoSize = true ;
this . cbox DisableDoor . Location = new System . Drawing . Point ( 507, 126 ) ;
this . cbox LocationFailAutoSkip . Location = new System . Drawing . Point ( 361, 240 ) ;
this . cbox DisableDoor. Name = "cboxDisableDoor ";
this . cbox LocationFailAutoSkip. Name = "cboxLocationFailAutoSkip ";
this . cbox DisableDoor . Size = new System . Drawing . Size ( 72 , 16 ) ;
this . cbox LocationFailAutoSkip . Size = new System . Drawing . Size ( 144 , 16 ) ;
this . cbox DisableDoor. TabIndex = 8 ;
this . cbox LocationFailAutoSkip. TabIndex = 53 ;
this . cbox DisableDoor. Text = "禁用门禁 ";
this . cbox LocationFailAutoSkip. Text = "拍照定位失败自动跳过 ";
this . cbox DisableDoor . UseVisualStyleBackColor = true ;
this . cbox LocationFailAutoSkip . UseVisualStyleBackColor = true ;
//
//
// CommonConfig
// CommonConfig
//
//
@ -981,5 +994,6 @@
private System . Windows . Forms . Label label29 ;
private System . Windows . Forms . Label label29 ;
private System . Windows . Forms . CheckBox cboxEnableVirtuleBarCode ;
private System . Windows . Forms . CheckBox cboxEnableVirtuleBarCode ;
private System . Windows . Forms . CheckBox cboxDisableDoor ;
private System . Windows . Forms . CheckBox cboxDisableDoor ;
private System . Windows . Forms . CheckBox cboxLocationFailAutoSkip ;
}
}
}
}