yangle
2024-09-11 c05f5677f4e4296da0b8d9ced577bb5643e64579
WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs
@@ -47,6 +47,7 @@
            this.txtHMaterNumber = new System.Windows.Forms.TextBox();
            this.HMaterID = new System.Windows.Forms.Label();
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.Time_CLHB = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // cmbEquipFile
@@ -195,6 +196,11 @@
            this.timer.Interval = 60000;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // Time_CLHB
            //
            this.Time_CLHB.Interval = 3600000;
            this.Time_CLHB.Tick += new System.EventHandler(this.Time_CLHB_Tick);
            //
            // EquipmentCollectionForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
@@ -218,6 +224,7 @@
            this.Controls.Add(this.cmbEquipFile);
            this.Name = "EquipmentCollectionForm";
            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();
@@ -243,5 +250,6 @@
        private System.Windows.Forms.TextBox txtHMaterNumber;
        private System.Windows.Forms.Label HMaterID;
        private System.Windows.Forms.Timer timer;
        private System.Windows.Forms.Timer Time_CLHB;
    }
}