|
|
|
@ -78,6 +78,9 @@
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboxUpCameraName = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.btnImageSavePath = new System.Windows.Forms.Button();
|
|
|
|
|
this.txtImageSaveDays = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtImageSavePath = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
|
|
|
this.btnSaveSpeedParam = new System.Windows.Forms.Button();
|
|
|
|
|
this.cboxCurRecipe = new System.Windows.Forms.ComboBox();
|
|
|
|
@ -92,6 +95,8 @@
|
|
|
|
|
this.lblScanBarcodeSpeed = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblFlyCameraSpeed = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblTakeTrayFromNg2InputSpeed = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblStockBeltSpeed = new System.Windows.Forms.Label();
|
|
|
|
@ -117,6 +122,7 @@
|
|
|
|
|
this.txtControlCenterPort = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.cboxEnableExceptionHandlingNozzle = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.cboxEnableScanBarCodeByDownCamera = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.groupBox8.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
@ -510,6 +516,9 @@
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnImageSavePath);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtImageSaveDays);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtImageSavePath);
|
|
|
|
|
this.groupBox1.Controls.Add(this.panelEx1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.cboxCurRecipe);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
|
|
@ -523,6 +532,8 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.lblScanBarcodeSpeed);
|
|
|
|
|
this.groupBox1.Controls.Add(this.lblFlyCameraSpeed);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label17);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label15);
|
|
|
|
|
this.groupBox1.Controls.Add(this.lblTakeTrayFromNg2InputSpeed);
|
|
|
|
|
this.groupBox1.Controls.Add(this.lblStockBeltSpeed);
|
|
|
|
@ -535,6 +546,27 @@
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// btnImageSavePath
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnImageSavePath, "btnImageSavePath");
|
|
|
|
|
this.btnImageSavePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnImageSavePath.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnImageSavePath.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnImageSavePath.Name = "btnImageSavePath";
|
|
|
|
|
this.btnImageSavePath.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnImageSavePath.Click += new System.EventHandler(this.btnImageSavePath_Click);
|
|
|
|
|
//
|
|
|
|
|
// txtImageSaveDays
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtImageSaveDays, "txtImageSaveDays");
|
|
|
|
|
this.txtImageSaveDays.Name = "txtImageSaveDays";
|
|
|
|
|
this.txtImageSaveDays.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// txtImageSavePath
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtImageSavePath, "txtImageSavePath");
|
|
|
|
|
this.txtImageSavePath.Name = "txtImageSavePath";
|
|
|
|
|
//
|
|
|
|
|
// panelEx1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx1, "panelEx1");
|
|
|
|
@ -650,6 +682,16 @@
|
|
|
|
|
resources.ApplyResources(this.label5, "label5");
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
//
|
|
|
|
|
// label17
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label17, "label17");
|
|
|
|
|
this.label17.Name = "label17";
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label10, "label10");
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
//
|
|
|
|
|
// label15
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label15, "label15");
|
|
|
|
@ -826,6 +868,10 @@
|
|
|
|
|
this.cboxEnableScanBarCodeByDownCamera.Name = "cboxEnableScanBarCodeByDownCamera";
|
|
|
|
|
this.cboxEnableScanBarCodeByDownCamera.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// folderBrowserDialog1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.folderBrowserDialog1, "folderBrowserDialog1");
|
|
|
|
|
//
|
|
|
|
|
// CommonConfig
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
@ -951,5 +997,11 @@
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn 是否显示;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn 是否需要登录;
|
|
|
|
|
private System.Windows.Forms.CheckBox cboxEnableIndexTimeStatistics;
|
|
|
|
|
private System.Windows.Forms.Button btnImageSavePath;
|
|
|
|
|
private System.Windows.Forms.TextBox txtImageSaveDays;
|
|
|
|
|
private System.Windows.Forms.TextBox txtImageSavePath;
|
|
|
|
|
private System.Windows.Forms.Label label17;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
|
|
}
|
|
|
|
|
}
|