Global 關鍵字
button1.Cursor = System.Windows.Forms.Cursors.Hand;
button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
button1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
button1.Size = new System.Drawing.Size(85, 33);
button1.UseVisualStyleBackColor = false;