1
yangle
2023-12-13 65bbe0e6e6378008c7554104b2d228485f9078b1
WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/Form1.Designer.cs
@@ -30,9 +30,16 @@
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Timer timer1;
            this.btnReadData = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            timer1 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            //
            // timer1
            //
            timer1.Enabled = true;
            timer1.Interval = 3000;
            timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnReadData
            // 
@@ -43,12 +50,6 @@
            this.btnReadData.Text = "读取数据";
            this.btnReadData.UseVisualStyleBackColor = true;
            this.btnReadData.Click += new System.EventHandler(this.btnReadData_Click);
            //
            // timer1
            //
            this.timer1.Enabled = true;
            this.timer1.Interval = 60000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // Form1
            // 
@@ -65,7 +66,6 @@
        #endregion
        private System.Windows.Forms.Button btnReadData;
        private System.Windows.Forms.Timer timer1;
    }
}