From e9046aea8de84c7b82167f4c05d82d2702203195 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 17 九月 2025 22:04:28 +0800
Subject: [PATCH] 数据采集优化,三坐标轮廓仪增加日志,过站增加生产质量汇报单日志

---
 WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm_JiuLing.Designer.cs |  277 +++---------------------------------------------------
 1 files changed, 19 insertions(+), 258 deletions(-)

diff --git a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm_JiuLing.Designer.cs b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm_JiuLing.Designer.cs
index fe20740..a63f895 100644
--- a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm_JiuLing.Designer.cs
+++ b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm_JiuLing.Designer.cs
@@ -26,306 +26,67 @@
         /// <summary>
         /// Required method for Designer support - do not modify
         /// the contents of this method with the code editor.
-        /// </summary>
+        /// </summary>      
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
-            this.cmbEquipFile = new System.Windows.Forms.ComboBox();
-            this.txtEquipFile = new System.Windows.Forms.Label();
-            this.btnBegin = new System.Windows.Forms.Button();
-            this.txtBegin = new System.Windows.Forms.TextBox();
-            this.txtEnd = new System.Windows.Forms.TextBox();
-            this.btnEnd = new System.Windows.Forms.Button();
-            this.btnSave = new System.Windows.Forms.Button();
-            this.label4 = new System.Windows.Forms.Label();
-            this.txtLj = new System.Windows.Forms.TextBox();
-            this.btnLj = new System.Windows.Forms.Button();
-            this.txtHBathNo = new System.Windows.Forms.TextBox();
-            this.HBathNo = new System.Windows.Forms.Label();
-            this.btnRest = new System.Windows.Forms.Button();
-            this.ListData = new System.Windows.Forms.ListBox();
-            this.txtHMaterNumber = new System.Windows.Forms.TextBox();
-            this.HMaterID = new System.Windows.Forms.Label();
+            this.btnWB = new System.Windows.Forms.Button();
             this.timer = new System.Windows.Forms.Timer(this.components);
             this.Time_CLHB = new System.Windows.Forms.Timer(this.components);
-            this.labHMakerID = new System.Windows.Forms.Label();
-            this.txtHMakerNumber = new System.Windows.Forms.TextBox();
-            this.label5 = new System.Windows.Forms.Label();
-            this.txtHMaker = new System.Windows.Forms.TextBox();
             this.label6 = new System.Windows.Forms.Label();
             this.SuspendLayout();
             // 
-            // cmbEquipFile
+            // btnWB
             // 
-            this.cmbEquipFile.FormattingEnabled = true;
-            this.cmbEquipFile.Location = new System.Drawing.Point(108, 62);
-            this.cmbEquipFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.cmbEquipFile.Name = "cmbEquipFile";
-            this.cmbEquipFile.Size = new System.Drawing.Size(166, 23);
-            this.cmbEquipFile.TabIndex = 13;
-            this.cmbEquipFile.SelectedIndexChanged += new System.EventHandler(this.cmbEquipFile_SelectedIndexChanged);
-            // 
-            // txtEquipFile
-            // 
-            this.txtEquipFile.AutoSize = true;
-            this.txtEquipFile.Location = new System.Drawing.Point(55, 68);
-            this.txtEquipFile.Name = "txtEquipFile";
-            this.txtEquipFile.Size = new System.Drawing.Size(45, 15);
-            this.txtEquipFile.TabIndex = 14;
-            this.txtEquipFile.Text = "璁惧:";
-            // 
-            // btnBegin
-            // 
-            this.btnBegin.Location = new System.Drawing.Point(40, 105);
-            this.btnBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btnBegin.Name = "btnBegin";
-            this.btnBegin.Size = new System.Drawing.Size(62, 31);
-            this.btnBegin.TabIndex = 15;
-            this.btnBegin.Text = "寮�濮�";
-            this.btnBegin.UseVisualStyleBackColor = true;
-            this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
-            // 
-            // txtBegin
-            // 
-            this.txtBegin.Location = new System.Drawing.Point(108, 110);
-            this.txtBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtBegin.Name = "txtBegin";
-            this.txtBegin.Size = new System.Drawing.Size(166, 25);
-            this.txtBegin.TabIndex = 16;
-            // 
-            // txtEnd
-            // 
-            this.txtEnd.Location = new System.Drawing.Point(419, 112);
-            this.txtEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtEnd.Name = "txtEnd";
-            this.txtEnd.Size = new System.Drawing.Size(166, 25);
-            this.txtEnd.TabIndex = 18;
-            // 
-            // btnEnd
-            // 
-            this.btnEnd.Location = new System.Drawing.Point(351, 107);
-            this.btnEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btnEnd.Name = "btnEnd";
-            this.btnEnd.Size = new System.Drawing.Size(62, 31);
-            this.btnEnd.TabIndex = 17;
-            this.btnEnd.Text = "缁撴潫";
-            this.btnEnd.UseVisualStyleBackColor = true;
-            this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
-            // 
-            // btnSave
-            // 
-            this.btnSave.Location = new System.Drawing.Point(655, 51);
-            this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btnSave.Name = "btnSave";
-            this.btnSave.Size = new System.Drawing.Size(102, 31);
-            this.btnSave.TabIndex = 19;
-            this.btnSave.Text = "淇濆瓨";
-            this.btnSave.UseVisualStyleBackColor = true;
-            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
-            // 
-            // label4
-            // 
-            this.label4.AutoSize = true;
-            this.label4.Location = new System.Drawing.Point(29, 168);
-            this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(45, 15);
-            this.label4.TabIndex = 21;
-            this.label4.Text = "璺緞:";
-            // 
-            // txtLj
-            // 
-            this.txtLj.Location = new System.Drawing.Point(93, 166);
-            this.txtLj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtLj.Name = "txtLj";
-            this.txtLj.Size = new System.Drawing.Size(541, 25);
-            this.txtLj.TabIndex = 20;
-            // 
-            // btnLj
-            // 
-            this.btnLj.Location = new System.Drawing.Point(647, 158);
-            this.btnLj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btnLj.Name = "btnLj";
-            this.btnLj.Size = new System.Drawing.Size(102, 35);
-            this.btnLj.TabIndex = 22;
-            this.btnLj.Text = "閫夋嫨璺緞";
-            this.btnLj.UseVisualStyleBackColor = true;
-            this.btnLj.Click += new System.EventHandler(this.btnLj_Click);
-            // 
-            // txtHBathNo
-            // 
-            this.txtHBathNo.Location = new System.Drawing.Point(419, 55);
-            this.txtHBathNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtHBathNo.Name = "txtHBathNo";
-            this.txtHBathNo.Size = new System.Drawing.Size(166, 25);
-            this.txtHBathNo.TabIndex = 24;
-            this.txtHBathNo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtHBathNo_KeyUp);
-            // 
-            // HBathNo
-            // 
-            this.HBathNo.AutoSize = true;
-            this.HBathNo.Location = new System.Drawing.Point(356, 59);
-            this.HBathNo.Name = "HBathNo";
-            this.HBathNo.Size = new System.Drawing.Size(52, 15);
-            this.HBathNo.TabIndex = 25;
-            this.HBathNo.Text = "鎵规鍙�";
-            // 
-            // btnRest
-            // 
-            this.btnRest.Location = new System.Drawing.Point(655, 102);
-            this.btnRest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.btnRest.Name = "btnRest";
-            this.btnRest.Size = new System.Drawing.Size(102, 31);
-            this.btnRest.TabIndex = 26;
-            this.btnRest.Text = "閲嶇疆";
-            this.btnRest.UseVisualStyleBackColor = true;
-            this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
-            // 
-            // ListData
-            // 
-            this.ListData.FormattingEnabled = true;
-            this.ListData.ItemHeight = 15;
-            this.ListData.Location = new System.Drawing.Point(-2, 199);
-            this.ListData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.ListData.Name = "ListData";
-            this.ListData.Size = new System.Drawing.Size(829, 394);
-            this.ListData.TabIndex = 27;
-            // 
-            // txtHMaterNumber
-            // 
-            this.txtHMaterNumber.Location = new System.Drawing.Point(419, 84);
-            this.txtHMaterNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtHMaterNumber.Name = "txtHMaterNumber";
-            this.txtHMaterNumber.Size = new System.Drawing.Size(166, 25);
-            this.txtHMaterNumber.TabIndex = 28;
-            // 
-            // HMaterID
-            // 
-            this.HMaterID.AutoSize = true;
-            this.HMaterID.Location = new System.Drawing.Point(290, 62);
-            this.HMaterID.Name = "HMaterID";
-            this.HMaterID.Size = new System.Drawing.Size(71, 15);
-            this.HMaterID.TabIndex = 29;
-            this.HMaterID.Text = "HMaterID";
-            this.HMaterID.Visible = false;
+            this.btnWB.Location = new System.Drawing.Point(139, 94);
+            this.btnWB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.btnWB.Name = "btnWB";
+            this.btnWB.Size = new System.Drawing.Size(129, 47);
+            this.btnWB.TabIndex = 15;
+            this.btnWB.Text = "璁惧鏁伴噰涓�";
+            this.btnWB.UseVisualStyleBackColor = true;
+            this.btnWB.Click += new System.EventHandler(this.btnWB_Click);
             // 
             // timer
             // 
+            this.timer.Enabled = true;
             this.timer.Interval = 60000;
             this.timer.Tick += new System.EventHandler(this.timer_Tick);
             // 
             // Time_CLHB
             // 
-            this.Time_CLHB.Interval = 600000;
+            this.Time_CLHB.Enabled = true;
+            this.Time_CLHB.Interval = 300000;
             this.Time_CLHB.Tick += new System.EventHandler(this.Time_CLHB_Tick);
-            // 
-            // labHMakerID
-            // 
-            this.labHMakerID.AutoSize = true;
-            this.labHMakerID.Location = new System.Drawing.Point(599, 17);
-            this.labHMakerID.Name = "labHMakerID";
-            this.labHMakerID.Size = new System.Drawing.Size(95, 15);
-            this.labHMakerID.TabIndex = 34;
-            this.labHMakerID.Text = "labHMakerID";
-            this.labHMakerID.Visible = false;
-            // 
-            // txtHMakerNumber
-            // 
-            this.txtHMakerNumber.Location = new System.Drawing.Point(419, 14);
-            this.txtHMakerNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtHMakerNumber.Name = "txtHMakerNumber";
-            this.txtHMakerNumber.Size = new System.Drawing.Size(166, 25);
-            this.txtHMakerNumber.TabIndex = 33;
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.Location = new System.Drawing.Point(356, 18);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(45, 15);
-            this.label5.TabIndex = 32;
-            this.label5.Text = "缂栫爜:";
-            // 
-            // txtHMaker
-            // 
-            this.txtHMaker.Location = new System.Drawing.Point(111, 14);
-            this.txtHMaker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txtHMaker.Name = "txtHMaker";
-            this.txtHMaker.Size = new System.Drawing.Size(168, 25);
-            this.txtHMaker.TabIndex = 20;
-            this.txtHMaker.Enter += new System.EventHandler(this.txtHMaker_Enter);
-            this.txtHMaker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaker_KeyDown);
-            this.txtHMaker.Leave += new System.EventHandler(this.txtHMaker_Leave);
             // 
             // label6
             // 
             this.label6.AutoSize = true;
             this.label6.Location = new System.Drawing.Point(42, 18);
             this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(60, 15);
+            this.label6.Size = new System.Drawing.Size(0, 15);
             this.label6.TabIndex = 31;
-            this.label6.Text = "鍒跺崟浜�:";
             // 
             // EquipmentCollectionForm_JiuLing
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(837, 602);
-            this.Controls.Add(this.labHMakerID);
-            this.Controls.Add(this.txtHMakerNumber);
-            this.Controls.Add(this.label5);
-            this.Controls.Add(this.txtHMaker);
+            this.ClientSize = new System.Drawing.Size(445, 251);
             this.Controls.Add(this.label6);
-            this.Controls.Add(this.HMaterID);
-            this.Controls.Add(this.txtHMaterNumber);
-            this.Controls.Add(this.ListData);
-            this.Controls.Add(this.btnRest);
-            this.Controls.Add(this.HBathNo);
-            this.Controls.Add(this.txtHBathNo);
-            this.Controls.Add(this.btnLj);
-            this.Controls.Add(this.label4);
-            this.Controls.Add(this.txtLj);
-            this.Controls.Add(this.btnSave);
-            this.Controls.Add(this.txtEnd);
-            this.Controls.Add(this.btnEnd);
-            this.Controls.Add(this.txtBegin);
-            this.Controls.Add(this.btnBegin);
-            this.Controls.Add(this.txtEquipFile);
-            this.Controls.Add(this.cmbEquipFile);
+            this.Controls.Add(this.btnWB);
             this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.Name = "EquipmentCollectionForm_JiuLing";
-            this.Text = "璁惧鏁版嵁閲囬泦";
-            this.Activated += new System.EventHandler(this.EquipmentCollectionForm_Activated);
+            this.Text = "路";
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EquipmentCollectionForm_FormClosing);
-            this.Load += new System.EventHandler(this.EquipmentCollectionForm_Load);
             this.ResumeLayout(false);
             this.PerformLayout();
 
         }
 
         #endregion
-
-        private System.Windows.Forms.ComboBox cmbEquipFile;
-        private System.Windows.Forms.Label txtEquipFile;
-        private System.Windows.Forms.Button btnBegin;
-        private System.Windows.Forms.TextBox txtBegin;
-        private System.Windows.Forms.TextBox txtEnd;
-        private System.Windows.Forms.Button btnEnd;
-        private System.Windows.Forms.Button btnSave;
-        private System.Windows.Forms.Label label4;
-        private System.Windows.Forms.TextBox txtLj;
-        private System.Windows.Forms.Button btnLj;
-        private System.Windows.Forms.TextBox txtHBathNo;
-        private System.Windows.Forms.Label HBathNo;
-        private System.Windows.Forms.Button btnRest;
-        private System.Windows.Forms.ListBox ListData;
-        private System.Windows.Forms.TextBox txtHMaterNumber;
-        private System.Windows.Forms.Label HMaterID;
+        private System.Windows.Forms.Button btnWB;
         private System.Windows.Forms.Timer Time_CLHB;
         private System.Windows.Forms.Timer timer;
-        private System.Windows.Forms.Label labHMakerID;
-        private System.Windows.Forms.TextBox txtHMakerNumber;
-        private System.Windows.Forms.Label label5;
-        private System.Windows.Forms.TextBox txtHMaker;
         private System.Windows.Forms.Label label6;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1